How to debug with gdb? $ gdb nautilus
(gdb) run Starting program: /usr/bin/nautilus [Thread debugging using libthread_db enabled] [New Thread 0xf6c25b70 (LWP 9118)] [New Thread 0xf62ffb70 (LWP 9119)] [New Thread 0xf5afeb70 (LWP 9120)] [New Thread 0xf52fdb70 (LWP 9121)] [New Thread 0xf4afcb70 (LWP 9122)] [Thread 0xf52fdb70 (LWP 9121) exited] [Thread 0xf5afeb70 (LWP 9120) exited] [Thread 0xf62ffb70 (LWP 9119) exited] [Thread 0xf6c25b70 (LWP 9118) exited] [Thread 0xf4afcb70 (LWP 9122) exited] Program exited normally. But nautilus still running. When set: (gdb) set follow-fork-mode child I hope that's correct. Starting program: /usr/bin/nautilus [Thread debugging using libthread_db enabled] [New process 9368] [Thread debugging using libthread_db enabled] process 9368 is executing new program: /usr/bin/dbus-launch [Thread debugging using libthread_db enabled] Segmentation fault (core dumped) Then my `gdb` is crashing. Should I debug gdb first?:) -- CRITICAL **: nautilus_menu_item_list_free: assertion `item_list != NULL' failed https://bugs.launchpad.net/bugs/652817 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
