grid_map icon indicating copy to clipboard operation
grid_map copied to clipboard

MessageFilterDisplay Crash

Open StefanFabian opened this issue 4 years ago • 5 comments

After updating, I'm getting the following crash when starting RViz with a config that contains a GridMap display.

Stacktrace says the relevant line is: https://github.com/ANYbotics/grid_map/blob/b4376234e7a9edadca1bb1302a4b27f2374637e3/grid_map_rviz_plugin/include/grid_map_rviz_plugin/modified/message_filter_display.h#L105

If I replace that call with a fixed number, e.g. 100, it crashes at the access of queue_size_property_ in subscribe. If I replace that, too, everything works fine. I don't have a clue why queue_size_property_ is invalid, though. The debugger won't show any member of _RosTopicDisplay maybe that is related.

StefanFabian avatar Oct 22 '20 16:10 StefanFabian

Hey @StefanFabian, we did not observe that issue yet.

Can you share a core dump?

maximilianwulf avatar Oct 23 '20 09:10 maximilianwulf

Can you share your ROS version?

maximilianwulf avatar Oct 28 '20 10:10 maximilianwulf

Sorry for the late reply, I was occupied with a paper deadline. I'm on Melodic. I'll check if I can figure out what's happening or get a core dump in the next few days.

StefanFabian avatar Oct 28 '20 10:10 StefanFabian

Hi @StefanFabian & @maximilianwulf,

Please refer to my comment in elevation_mapping Issue #141 which was closed.

Thanks!

Austin-Hu avatar Nov 09 '20 20:11 Austin-Hu

Can someone check if rviz changed this property recently?

maximilianwulf avatar Nov 11 '20 11:11 maximilianwulf