Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2004 00:35:49 -0400
From:      Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To:        freebsd-gnome@freebsd.org
Subject:   nautilus crashes when remote systems are mounted
Message-ID:  <1084336549.97013.10.camel@compass>

next in thread | raw e-mail | index | archive | help
Hi all, I've just started noticing that when I mount a remote system, be
it smb or sftp, through the Connect to Server option in nautilus,
nautilus crashes when I go to the computer:/// location.  I cvsuped
yesterday and rebuilt so I have the latest gnomevfs2 package but that
still does not help the problem.  The following is what I received from
gdb after attaching to the /usr/X11R6/libexec/gnome-vfs-daemon process
and recreating the crash:

(gdb) attach 96822
0x2822041f in pthread_testcancel () from /usr/lib/libpthread.so.1

...crash nautilus...

(gdb) bt
#0  0x2822041f in pthread_testcancel () from /usr/lib/libpthread.so.1
#1  0x282193fd in pthread_mutexattr_init () from
/usr/lib/libpthread.so.1
#2  0x08060000 in ?? ()
#3  0x2824b067 in g_main_context_poll () from
/usr/local/lib/libglib-2.0.so.400
#4  0x2824a68b in g_main_context_iterate () from
/usr/local/lib/libglib-2.0.so.400
#5  0x2824acde in g_main_loop_run () from
/usr/local/lib/libglib-2.0.so.400
#6  0x281399f1 in bonobo_main () from /usr/local/lib/libbonobo-2.so.0
#7  0x0804dbdf in main (argc=3, argv=0xbfbfe860) at
gnome-vfs-daemon.c:605
#8  0x0804c956 in _start ()
(gdb) 

Thanks.

Tom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1084336549.97013.10.camel>