From owner-freebsd-gnome@FreeBSD.ORG Thu May 22 22:20:41 2003 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 E0E8C37B401 for ; Thu, 22 May 2003 22:20:40 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E5443FAF for ; Thu, 22 May 2003 22:20:39 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from sysinfo.mezzweb.com ([68.103.37.247]) by lakemtao05.cox.net ESMTP <20030523052040.ZPRT28938.lakemtao05.cox.net@sysinfo.mezzweb.com>; Fri, 23 May 2003 01:20:40 -0400 Date: Fri, 23 May 2003 00:06:47 -0500 To: Joe Marcus Clarke Content-Type: text/plain; charset=utf-8; format=flowed References: <1053666024.98088.7.camel@shumai.marcuscom.com> From: Jeremy Messenger MIME-Version: 1.0 Message-ID: In-Reply-To: <1053666024.98088.7.camel@shumai.marcuscom.com> User-Agent: Opera7.11/Linux M2 build 406 cc: freebsd-gnome@freebsd.org Subject: Re: nautilus-cd-burner seg fault... 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, 23 May 2003 05:20:41 -0000 On 23 May 2003 01:00:25 -0400, Joe Marcus Clarke wrote: > On Thu, 2003-05-22 at 23:42, Jeremy Messenger wrote: >> It did happened to me very very few (two to three) times when I was test >> many patches from Joe. But, I never can catch why it got seg fault and >> dumped core file. It seems like it's only happened in the root by via >> su. It happened to me again one time recently again and I was never able >> to catch it so I can use it under gdb. I just learned that gdb can run >> the core file, so hope it will be something useful. The problem might be >> on gnomevfs2; not nautilus-cd-burner.. I dunno.. :-) > > I'm wondering if you have some bad memory or cache on this machine. > estimate_size() is always called with an argument of "burn:///" which > should never be 0x0. Are you building with optimizations other than the > default? Nothing, just... ============================ CPUTYPE?=p3 CFLAGS= -O -pipe -g STRIP= ============================ The libc and libc_r were compiled with the debug, so that's it.. My - CURRENT is pretty old, which I was wait for the video card to arrive from one of my friend, so I can switch my personal server to desktop then install beta 2 and follow the -CURRENT update as before again. ============================ $ uname -a FreeBSD sysinfo.mezzweb.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Apr 15 20:42:53 CDT 2003 mezz@sysinfo.mezzweb.com:/usr/src/sys/i386/compile/BSDROCKS i386 ============================ Do you have any hint how I can flush the cache? I already reboot sometime recently, btw.. Cheers, Mezz > Joe > >> >> Cheers, >> Mezz >> >> =============================== >> # gdb nautilus-cd-burner nautilus-cd-burner.core >> >> Core was generated by `nautilus-cd-burner'. >> Program terminated with signal 11, Segmentation fault. >> >> [...loaded stuff...] >> >> #0 gnome_vfs_get_file_info_uri_cancellable (uri=0x0, info=0x1f, >> options=31, >> context=0x0) at gnome-vfs-cancellable-ops.c:178 >> 178 gnome-vfs-cancellable-ops.c: No such file or directory. >> in gnome-vfs-cancellable-ops.c >> >> (gdb) bt >> #0 gnome_vfs_get_file_info_uri_cancellable (uri=0x0, info=0x1f, >> options=31, >> context=0x0) at gnome-vfs-cancellable-ops.c:178 >> #1 0x282f6f05 in gnome_vfs_get_file_info_uri (uri=0x0, info=0x0, >> options=GNOME_VFS_FILE_INFO_DEFAULT) at gnome-vfs-ops.c:302 >> #2 0x282e4ae7 in directory_visit_internal (uri=0x0, prefix=0x0, >> ancestor_references=0x0, info_options=GNOME_VFS_FILE_INFO_DEFAULT, >> visit_options=GNOME_VFS_DIRECTORY_VISIT_DEFAULT, >> callback=0x804c430 , data=0xbfbffa20) >> at gnome-vfs-directory.c:335 >> #3 0x282e4f0e in gnome_vfs_directory_visit (text_uri=0x0, >> info_options=GNOME_VFS_FILE_INFO_DEFAULT, >> visit_options=GNOME_VFS_DIRECTORY_VISIT_DEFAULT, callback=0, data=0x0) >> at gnome-vfs-directory.c:511 >> #4 0x0804c4ae in estimate_size (uri=0x0) at nautilus-cd-burner.c:401 >> #5 0x0804d494 in main (argc=1, argv=0xbfbffb28) at nautilus-cd- >> burner.c:832 >> #6 0x0804b8e5 in _start () >> =============================== -- bsdforums.org 's moderator, mezz.