Gtk Application crashed sometimes

I have observed that my gtkmm based app crashed sometimes so I have run that app into GDB Debugger and found below backtrace.

I have doubt on below statement.

return app_->run(*mainWindow);

please help me on this.

It’s hard to say much from this stacktrace alone because it’s missing a lot of symbols. Please, install debug symbols for gtk3:

sudo apt install libgtk-3-0-dbgsym

And post a new stacktrace.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.