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
The HeaderlessTopicDiagnostic object registers a callback to the Updater class that is not removed, when HeaderlessTopicDiagnostic goes out of scope. The next update() then leads to a segfault.
The
HeaderlessTopicDiagnostic
object registers a callback to theUpdater
class that is not removed, whenHeaderlessTopicDiagnostic
goes out of scope. The nextupdate()
then leads to a segfault.Here is code to reproduce the issue:
The text was updated successfully, but these errors were encountered: