Date: 12 Dec 2002 12:35:08 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: "Jacques A. Vidrine" <nectar@FreeBSD.org> Cc: James Pole <james.pole@paradise.net.nz>, Mike Hoskins <mike@adept.org>, freebsd-gnome@FreeBSD.org Subject: Re: Repeatable crash from nautilus2 Message-ID: <1039714508.2413.27.camel@gyros> In-Reply-To: <20021212172708.GA28530@madman.nectar.cc> References: <20021211135451.G83245-100000@fubar.adept.org> <1039662104.233.7.camel@localhost> <20021212145509.GA13791@madman.nectar.cc> <1039710116.2413.8.camel@gyros> <20021212172708.GA28530@madman.nectar.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-12-12 at 12:27, Jacques A. Vidrine wrote: > On Thu, Dec 12, 2002 at 11:21:56AM -0500, Joe Marcus Clarke wrote: > > For me, I use no CPUTYPE. I accept the OS's default optimizations, and > > Nautilus 2 works fine for me on -STABLE and -CURRENT. Of course, with > > -CURRENT, I had to rebuild all my ports recently after the compiler > > upgrades. > > Nautilus 2 works fine for me on -CURRENT on my laptop, also (using > CPUTYPE=i686). > > But it does not work on my dual Athlon, with CPUTYPE=k7, nor without > CPUTYPE setting. Everything built today. > > Apparently it is occurring while rendering a thumbnail for the image. > I'll have to rebuild with debugging symbols to see more, but I'm out of > time for today. The thumbnailing code is divided between JPEGs and other images. The non-JPEGs are rendered in a pthread with a 128K stack size. Therefore, you can't omit libc_r in /etc/make.conf, and your CPU optimizations might be causing thread weirdness. It might be work doing a default optimization compile with libc_r as well. I look forward to the backtrace. Joe > > Cheers, -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1039714508.2413.27.camel>