Skip to content
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 on empty bag #37

Open
suurjaak opened this issue Dec 19, 2021 · 0 comments
Open

Segmentation fault on empty bag #37

suurjaak opened this issue Dec 19, 2021 · 0 comments

Comments

@suurjaak
Copy link

embag.View.getStartTime() and embag.View.getStartTime() segfault if the bag has no messages.

import embag, rosbag
rosbag.Bag("my.bag", "w").close()
embag.View("my.bag").getStartTime()

Segmentation fault (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant