-
-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault when loading [std_msgs/Empty] #924
Comments
Thanks.I will investigate |
Problem found. It crashes when it finds a message with type |
Thanks, I compiled locally and it solved the issue! However, I have a different issue now that seems related -- only happens with I'm uploading 2 bagfiles below. Both of them contain only |
The empty message is definitely a corner case I did not consider. Also... Being empty, you will not be able to see it in plotjuggler |
Problem description
Segmentation fault when loading bagfiles:
Answer these questions (or I will ignore your issue)
PlotJuggler-3 3.8.8 on ubuntu 20 with ros noetic.
PlotJuggler was installed via snap
Yes still have segmentation fault even when compiling manually
No, the issue doesn't happen with bagfiles in samples folder
Seems like the issue is related with the number of topics in the bagfile? Or maybe amount of data? If I keep removing topics from this bagfile eventually it loads correctly.
bagfile.zip
The text was updated successfully, but these errors were encountered: