You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a newbie here.
Sorry for my poor English first.
I am using the SNAP Python. When I want to use the method 'PlotHops' on a graph, it breaks down.
On my terminate, there are error messages:
size 1701402625
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 26451 abort (core dumped) python3
Generally speaking, this error always happens with lack of memory. But my computer still remains 7G memory. Since I don't use the SNAP C++, so I don't know how to fix this error by editing the source code.
If someone ever met this error and fixed it successfully, please help me.
Thank you very much!
Aerber
The text was updated successfully, but these errors were encountered:
Hi!
This is a newbie here.
Sorry for my poor English first.
I am using the SNAP Python. When I want to use the method 'PlotHops' on a graph, it breaks down.
On my terminate, there are error messages:
size 1701402625
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 26451 abort (core dumped) python3
Generally speaking, this error always happens with lack of memory. But my computer still remains 7G memory. Since I don't use the SNAP C++, so I don't know how to fix this error by editing the source code.
If someone ever met this error and fixed it successfully, please help me.
Thank you very much!
Aerber
The text was updated successfully, but these errors were encountered: