I can't seem to manage to extract a useful backtrace from the crash file, even with debug symbols attached.
@Theor: can you still reproduce the crash with the latest gnome-software update (3.28.1-0ubuntu4.18.04.2) ? If so, can you install debug symbols (gnome-software-dbgsym) following the instructions at https://wiki.ubuntu.com/DebuggingProgramCrash#Non- built-in_debug_symbol_packages_.28.2A-dbgsym.29 and then run it through gdb to try and obtain a backtrace: killall gnome-software gdb /usr/bin/gnome-software (gdb) run [wait for the crash to happen] (gdb) t a a bt and share the output here. Thanks! ** Changed in: gnome-software (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788380 Title: gnome-software crash at startup: Gs failed to call gs_plugin_add_updates_historical on fwupd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1788380/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
