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
When I try to play a bag that has been recorded with the compression mode zstd and format file, I receive a segmentation fault when I try to play that bag.
Expected Behavior
I expect to have the bag play.
Actual Behavior
The bag seems to open and then a segmentation fault occurs. Here is the printout.
[INFO] [1589568927.962724388] [rosbag2_storage]: Opened database 'compressed_bag/compressed_bag_0.db3' for READ_ONLY.
Segmentation fault (core dumped)
This was resolved with #417 but our internal process had blocked actually closing the issue pending team review/demo. We're going to be modifying that process though. Sorry for any confusion.
Description
When I try to play a bag that has been recorded with the compression mode
zstd
and formatfile
, I receive a segmentation fault when I try to play that bag.Expected Behavior
I expect to have the bag play.
Actual Behavior
The bag seems to open and then a segmentation fault occurs. Here is the printout.
To Reproduce
In one terminal, create a publisher:
In another terminal, record a bag:
Hit
Ctrl+C
to stop recording the bag.Try to play the bag:
System
The text was updated successfully, but these errors were encountered: