gpg icon indicating copy to clipboard operation
gpg copied to clipboard

Segmentation fault (core dumped)

Open zhaobinglei opened this issue 5 years ago • 4 comments

Finding hand poses ...
Segmentation fault (core dumped)

When I deal with my pcd file, I often met this problem, can you help me? Thanks a lot!

zhaobinglei avatar Mar 17 '19 06:03 zhaobinglei

And I used the YCB dataset meshes as the input point cloud

zhaobinglei avatar Mar 17 '19 06:03 zhaobinglei

After I changed the code in line 202 of hand_search.cpp nn_points = point_list.slice(nn_indices); to nn_points = point_list; , this problem fixed.

zhaobinglei avatar Mar 17 '19 11:03 zhaobinglei

I meet the same problem in ubuntu16.04, it doesn't appear on 14.04, don't know why...

gouxiangchen avatar Mar 17 '19 16:03 gouxiangchen

I got the same issue, and it can be solved by remove compiler optimization

st99315 avatar Oct 07 '20 05:10 st99315