thu-pacman / GeminiGraph

A computation-centric distributed graph processing system.
Apache License 2.0
312 stars 128 forks source link

may the gcc not surpported #31

Open abasi20 opened 3 years ago

abasi20 commented 3 years ago

image my gcc's version is 11.2.1. when the process end, it will raise a segment fault. following the code , it found that freeing curr or next buffers will return a pointer of type T, the compiler may access the mem, resulting in a segment.

image

modify the return value as void。