-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
ros2 segmentation fault while importing layout #856
Comments
I am experiencing the same thing, but it seems to have to do with split panels. I am only able to import layout files if it is a single panel per tab. |
Do you use WSL2 ? Because I have the same issue when using Ubuntu 22.04 in WSL2. Here the steps to reproduce the error:Plateform:
Steps:
Bash output at crash time:
|
I am experiencing the same error on WSL2 My stack trace here:
|
finally solved |
Thanks for contributing to PlotJuggler. You are great!
Problem description
Whenever I try to import layout, Error prints shown as below.
"Stack trace (most recent call last):
#10 Object "", at 0xffffffffffffffff, in
#9 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd668ce14, in
#8 Source "./csu/../csu/libc-start.c", line 392, in __libc_start_main_impl [0x7f7f9d629e3f]
#7 Source "./csu/../sysdeps/nptl/libc_start_call_main.h", line 58, in __libc_start_call_main [0x7f7f9d629d8f]
#6 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd668a5ea, in
#5 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd680ed20, in
#4 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd66cb0b8, in
#3 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd6827aac, in
#2 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd681fd3d, in
#1 Object "/opt/ros/humble/lib/plotjuggler/plotjuggler", at 0x563bd681f959, in
#0 Object "/lib/x86_64-linux-gnu/libQt5Core.so.5", at 0x7f7f9df5e11b, in QStringRef::toDouble(bool*) const
Segmentation fault (Address not mapped to object [0x563b00000074])
[ros2run]: Segmentation fault
"
I tried this both in GUI and in CLI on the start with -l command
I'm using ubuntu 22.04 ros2 humble.
FYI, it never happened when I install plotjuggler through snap. but that has a problem with subscribing custom package message.
Thank you, in advanced.
The text was updated successfully, but these errors were encountered: