naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
785 stars 206 forks source link

Aw, Snap Crash on chrome #141

Open zheyuanWang opened 1 year ago

zheyuanWang commented 1 year ago

Hi,

image

such error occured multiple times, on ubuntu20, on both version of chrome:

Google Chrome 110.0.5481.177

Google Chrome 98.0.4758.102

Error code :SIGILL

Has anyone run into the same bug?

Ps. I am reading .bin-format pointcloud, the software is awlsome and works well in most times.

PPs. After crash, I can always reopen the software and start from where I ran into the bug. So it is not a problem related to certain input data.

naurril commented 1 year ago

Please try fusion branch which fixed a few of memory leaking bugs

zheyuanWang commented 1 year ago

I found two relavant commits fix memory leak and bugfix: delete worlds. Will try to merge them first ;)