From owner-freebsd-gnome@FreeBSD.ORG Thu May 13 20:47:12 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B9916A4CE for ; Thu, 13 May 2004 20:47:12 -0700 (PDT) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C4BB43D45 for ; Thu, 13 May 2004 20:47:09 -0700 (PDT) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 23316 invoked from network); 14 May 2004 03:49:13 -0000 Received: from unknown (HELO ?192.168.1.100?) (192.168.1.100) by 192.168.1.102 with SMTP; 14 May 2004 03:49:13 -0000 From: Tom McLaughlin To: Joe Marcus Clarke In-Reply-To: <1084391784.881.34.camel@gyros> References: <1084336549.97013.10.camel@compass> <1084391784.881.34.camel@gyros> Content-Type: text/plain Message-Id: <1084506485.52398.112.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 13 May 2004 23:48:05 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: nautilus crashes when remote systems are mounted X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 03:47:13 -0000 On Wed, 2004-05-12 at 15:56, Joe Marcus Clarke wrote: > On Wed, 2004-05-12 at 00:35, Tom McLaughlin wrote: > > 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: > > This looks like a libpthread problem. It's also one I cannot > reproduce. I'm running: > > FreeBSD gyros.marcuscom.com 5.2-CURRENT FreeBSD 5.2-CURRENT #23: Mon May > 10 17:49:51 EDT 2004 > marcus@gyros.marcuscom.com:/usr/obj/usr/src/sys/GYROS i386 > > Try updating world and kernel, and see if that helps. > > Joe Joe, I cvsuped -current and rebuilt/reinstalled the kernel and world. I am still receiving the same crash and the backtrace is exactly the same. I also found something else. I attached to the gnome-vfs-daemon and decided to fire up rhythmbox so I could get my groove on while looking at this. The mp3s in my playlist happen to be on an smb share which I mount through nautilus. Again gnome-vfs-daemon crashes and spits out the same backtrace. Once I close down gdb I can play my music fine. I take it nautilus is essentially fine and only crashing because gnome-vfs-daemon is crashing. But nautilus only crashes when I go to "computer:///". I can still browse my remote mounts by clicking their icon on the desktop. This isn't a problem caused by the smb share since nautilus crashes if I only have an sftp share mounted as well. Not sure what exactly is going on. Tom > > > > (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 > > > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"