Hi, On 4/30/05, Josselin Mouette <[EMAIL PROTECTED]> wrote: > Le samedi 30 avril 2005 � 21:35 +0300, Vaidotas Zemlys a �crit : > > Hi, > > > > After today's upgrade of gnome-utils and downgrade to unstable libc6 > > (2.3.2.ds1-21) upon the start of gnome-session nautilus crashes and > > then gnome-panel crashes, tries to restart and crashes again thus > > preventing other programs to start and rendering gnome 2.10 desktop > > totaly unusable. The only fix is to use another desktop enviroment. I > > tried launching nautilus from terminal in xfce but it just freezes and > > does nothing. What could be the cause of such problems, and what > > debugging info I should provide in order to fix this problem? > > What if you run nautilus using gdb ? E.g. > gdb /usr/bin/nautilus > gdb> run > [ if it freezes without crashing, type control-C ] > ... > Program received SIGSEGV (or SIGINT, SIGABRT, SIGWHATEVER) > gdb> bt > then post the output of that "bt" command here.
After gdb> run (before I installed nautilus-dbg package) I get Starting program: /usr/bin/nautilus [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 8437)] [New Thread 32769 (LWP 8439)] [New Thread 16386 (LWP 8440)] [New Thread 32771 (LWP 8447)] [New Thread 49156 (LWP 8448)] [New Thread 65541 (LWP 8449)] [New Thread 81926 (LWP 8450)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 49156 (LWP 8448)] 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x0000001f in ?? () #2 0x412224d0 in ?? () from /usr/lib/gnome-vfs-2.0/modules/libfile.so #3 0x4121d660 in ?? () from /usr/lib/gnome-vfs-2.0/modules/libfile.so #4 0x0000001f in ?? () #5 0x00000000 in ?? () #6 0x00000000 in ?? () #7 0x00000000 in ?? () #8 0x00000000 in ?? () #9 0x00000002 in ?? () #10 0x40016f48 in ?? () #11 0x0000001c in ?? () #12 0x00000001 in ?? () #13 0x00000000 in ?? () #14 0x00000001 in ?? () #15 0x00000000 in ?? () #16 0xbf3ff988 in ?? () #17 0x00000000 in ?? () #18 0x00000000 in ?? () #19 0x00000000 in ?? () #20 0x40425d00 in __JCR_LIST__ () from /lib/libpthread.so.0 #21 0x00000000 in ?? () #22 0x03e788e5 in ?? () ---Type <return> to continue, or q <return> to quit--- #23 0x40887a28 in ?? () #24 0x4091027e in ?? () from /usr/lib/libgnomevfs-2.so.0 #25 0xbf3ff988 in ?? () #26 0x00000020 in ?? () #27 0xbf3ff988 in ?? () #28 0x40425d00 in __JCR_LIST__ () from /lib/libpthread.so.0 #29 0x409096b0 in ?? () from /usr/lib/libgnomevfs-2.so.0 #30 0x40887a28 in ?? () #31 0x40016bc0 in ?? () from /lib/ld-linux.so.2 #32 0x00000000 in ?? () #33 0x40887a28 in ?? () #34 0xbf3ff9e4 in ?? () #35 0x4000b9b3 in _dl_map_object_deps () from /lib/ld-linux.so.2 #36 0x409268fc in gnome_vfs_open_uri_cancellable () from /usr/lib/libgnomevfs-2.so.0 #37 0x40933de0 in _gnome_vfs_job_go () from /usr/lib/libgnomevfs-2.so.0 #38 0x40934cfb in _gnome_vfs_job_execute () from /usr/lib/libgnomevfs-2.so.0 #39 0x409328cc in _gnome_vfs_job_queue_shutdown () from /usr/lib/libgnomevfs-2.so.0 #40 0x40945b45 in _gnome_vfs_thread_pool_init () from /usr/lib/libgnomevfs-2.so.0 #41 0x40aaa61f in g_static_private_free () from /usr/lib/libglib-2.0.so.0 #42 0x4041ce51 in pthread_start_thread () from /lib/libpthread.so.0 ---Type <return> to continue, or q <return> to quit--- #43 0x4041cecf in pthread_start_thread_event () from /lib/libpthread.so.0 #44 0x40cda92a in clone () from /lib/libc.so.6 Hope it helps Vaidotas Zemlys

