-
Notifications
You must be signed in to change notification settings - Fork 274
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
occasional segfaults during shutdown #441
Comments
Here a stacktrace i was able to capture, we've since upgraded to the latest released debian package version, but it is still occasionally happening:
|
Thanks for reporting! Are you calling 1acd493 should have improved the shutdown behavior, but it mostly was about not call virtual member in the destructor.. |
We are calling it in the destructor exactly the way I have copied the code snippet above with the try / catch block. |
Hi @ipa-mdl , we're having occasional segfaults when shutting down which leads to our tests occasionally failing.
I was wondering, is 1acd493 trying to tackle that issue?
In our dtor, it's simply just this piece of code, where can_driver_ is an object of type
can::ThreadedSocketCANInterface
The text was updated successfully, but these errors were encountered: