Thanks for reporting.

Please install the following packages:

seahorse-dbgsym
libc6-dbg
libglib2.0-0-dbg
libgtk2.0-0-dbg
libsoup2.4-1-dbgsym

Then try running the program with the following command:

G_DEBUG=fatal_criticals gdb seahorse 2>&1 | tee gdb-seahorse.txt

and enter this in gdb:

(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run <arguments, if any>

When it crashes, issue the following commands:

(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit

This should have seahorse crash on critical warnings and generate a
backtrace with all debug-information necessary to research the issue.
Thanks again for your cooperation.

-- 
seahorse-tool crashes when trying to verify signatures
https://bugs.launchpad.net/bugs/227493
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to