I need help using gdb because I can't get any useful information. I followed this guide: https://wiki.ubuntu.com/Backtrace
I started nautilus under control of gdb and typed "run", then gdb tells me the program "exited normally". After that, I maked nautilus hanging by trying to unmount the nfs drive. Then I returned to the shell and typed: "backtrace full", but gdb tells me there's no stack. Did I do something wrong? Below is the command line output of the operations I performed. In attachment is the file gdb-nautilus.txt Thanks for your help. I now will try to reproduce the bug with daily build of Intrepid (20080913). [EMAIL PROTECTED] 01:03:42:~$ gdb nautilus 2>&1 | tee gdb-nautilus.txt GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/bin/nautilus [Thread debugging using libthread_db enabled] [New Thread 0x7f4b0c4ee7a0 (LWP 24801)] [New Thread 0x416f1950 (LWP 24822)] Program exited normally. (gdb) backtrace full No stack. (gdb) info registers The program has no registers now. (gdb) thread apply all backtrace No registers. (gdb) quit ** Attachment added: "gdb results: no useful information!" http://launchpadlibrarian.net/17605060/gdb-nautilus.txt -- nautilus hangs when unmounting an nfs disk if nfs server is down https://bugs.launchpad.net/bugs/258734 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
