Date: 21 Nov 2002 15:02:29 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Brandon Bossenbroek <bossenbr@hotmail.com> Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: Nautilus2 crashing Message-ID: <1037908948.309.54.camel@gyros> In-Reply-To: <F71FOAmEaJswFCHOzyf00000092@hotmail.com> References: <F71FOAmEaJswFCHOzyf00000092@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-11-21 at 14:27, Brandon Bossenbroek wrote: > Ok. Thanks for the response. I'm running FreeBSD 4.7. Nautilus2 is version > 2.0.8. I installed from packages but then I did a pkgdb -F and got the port > to compile, so I used that. Both times I've had the same result. After that, > I tried the old nautilus version, just to see if it would work, and it did. > It doesn't merge completely with gnome2, however, so I would like to get > nautilus2 working. > > Unfortunately, I'm not seeing ~/.xsession-errors or ~/.gnomerc-errors. Maybe > that's part of the problem. I have the following . files for Gnome: That's okay. If you're not using gdm to start GNOME, error messages will be logged on your ttyv0 console. > > Sorry, I'm not sure how to do a gdm backtrace on nautilus when it crashes. It's _gdb_ not gdm. gdb is the GNU debugger. If nautilus is dumping core when the crash happens, you can run gdb on the core file using: gdb /usr/X11R6/bin/nautilus nautilus.core Then, at the (gdb) prompt, type bt, and hit return. Send me the output. However, I just did a portupgrade -ra to get the latest set of GNOME 2 bits on one of my test machines, and I cannot reproduce the crash. You might try the same. I noticed you have a few GNOME components out of date (e.g. gtk20). Joe > > Thanks, > -Brandon > > > > >From: Joe Marcus Clarke <marcus@marcuscom.com> > >To: Brandon Bossenbroek <bossenbr@hotmail.com> > >CC: freebsd-gnome@FreeBSD.ORG > >Subject: Re: Nautilus2 crashing > >Date: 21 Nov 2002 13:44:35 -0500 > > > >On Thu, 2002-11-21 at 12:50, Brandon Bossenbroek wrote: > > > Hello, > > > > > > I am fairly new to Gnome, but I've heard good things, so I decided to > > > install the gnome2 port. It compiled and installed fine, but when I > >click on > > > the "Home" or "Start Here" icons, Nautilus immediately crashes; and then > >it > > > keeps crashing as the session trys to restart it. I'm pretty sure > >everything > > > else is working ok. Any ideas? > > > >Not with the info you provided. Can you let me know what version of > >Nautilus 2? Did you install from ports or packages? Do you have any > >error messages in your ~/.xsession-errors, ~/.gnomerc-errors, or on the > >console? What other ports/packages do you have installed? Can you > >capture a gdb backtrace from Nautilus when it crashes? What version of > >FreeBSD is this? Thanks. > > > >Joe > > > > > > > > Thanks, > > > -Brandon > > > > > > > > > > > > > > > > > > _________________________________________________________________ > > > The new MSN 8: smart spam protection and 2 months FREE* > > > http://join.msn.com/?page=features/junkmail > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > >-- > >PGP Key : http://www.marcuscom.com/pgp.asc > > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail -- 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?1037908948.309.54.camel>