RisGraph icon indicating copy to clipboard operation
RisGraph copied to clipboard

conver_to_binary_timestamp throws bad_alloc execption

Open ingerido opened this issue 1 year ago • 0 comments

I encountered the following memory allocation issues when trying to use the tool conver_to_binary_timestamp with the following command:

./convert_to_binary_timestamp < text_graph_file_path > binary_graph_file_path

However, after it runs for a while, it throws an error of

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted

I'm using the following dataset from SNAP, and I believe the size is not that big with only few megabytes.

https://snap.stanford.edu/data/soc-Epinions1.html

ingerido avatar Aug 07 '24 11:08 ingerido