How about gdb attach to a process?

$ pidof nautilus
8677
$sudo gdb 2>&1 | tee gdb-nautilus.txt
(gdb) attach 8677
(gdb) cont
Continuing.
< reproduce the crash >
(gdb) backtrace full

https://wiki.ubuntu.com/X/Backtracing#Backtrace_with_gdb

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/884059

Title:
  Nautilus crashes with a middle click on a Desktop icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/884059/+subscriptions

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

Reply via email to