You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open RTAB-Map
2. Edit->Preferences->Odometry
3. Click "Test odometry"
4. Press numbers 1->4 on the keyboard to change the point cloud's color
5. Close the dialog, will result with a "segmentation fault"
It is a strange bug, because if we don't change the color of the point cloud,
the dialog closes without problems. Looking in the code, it seems that when the
dialog is closing, PCLVisualizer::removeAllPointClouds() is called and crashes
into it.
Original issue reported on code.google.com by matla...@gmail.com on 27 Feb 2014 at 4:25
Copied from original issue: matlabbe/rtabmap#5
The text was updated successfully, but these errors were encountered:
Note that this not happens with the "3D map" view in the main window. Here we
can change color without any crash when closing the application... In all
cases, the CloudViewer class is used.
Original comment by matla...@gmail.com on 27 Feb 2014 at 4:27
Found a workaround (r1826) to avoid segmentation faults. The data included
in the created window are cleared, but the window itself is not destroyed, only
when its parent is deleted -> here the MainWindow. It seems that child
CloudViewer windows don't crash when deleted on application exit.
Original comment by matla...@gmail.com on 2 Oct 2014 at 7:35
From @GoogleCodeExporter on May 26, 2015 18:56
Original issue reported on code.google.com by
matla...@gmail.com
on 27 Feb 2014 at 4:25Copied from original issue: matlabbe/rtabmap#5
The text was updated successfully, but these errors were encountered: