snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.18k stars 799 forks source link

Unhandled exception at 0x7695DDC2 in cesna.exe #152

Open Nkechinyere-Agu opened 6 years ago

Nkechinyere-Agu commented 6 years ago

When I try to run CESNA on a graph with 500k edges in Visual Studio, I get the following error:

First-chance exception at 0x7695DDC2 in cesna.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x004FE968. Unhandled exception at 0x7695DDC2 in cesna.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x004FE968.

I'm not sure if it's my laptop running out of memory, because bigCLAM works with the same number of nodes and edges. Any help will be very useful. Thanks