Date: Sun, 09 May 2004 00:24:55 +0900 From: Alexander Nedotsukov <bland@FreeBSD.org> To: Stacey Roberts <stacey@vickiandstacey.com> Cc: freebsd-gnome@FreeBSD.org Subject: Re: Lots of core files with latest xscreensaver-gnome Message-ID: <409CFBC7.4020007@FreeBSD.org> In-Reply-To: <20040507194814.GI393@crom.vickiandstacey.com> References: <20040503163501.GP393@crom.vickiandstacey.com> <20040503165407.GP15500@toxic.magnesium.net> <20040503174430.GQ393@crom.vickiandstacey.com> <20040503184513.GQ15500@toxic.magnesium.net> <20040506231816.GG393@crom.vickiandstacey.com> <409B7B2D.9000205@FreeBSD.org> <20040507194814.GI393@crom.vickiandstacey.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Stacey Roberts wrote: >Hello, > Thanks for getting back to me on this. > >----- Original Message ----- >From: "Alexander Nedotsukov <bland@FreeBSD.org>" >To: To Stacey Roberts >Date: Fri, 07 May, 2004 13:03 BST >Subject: Re: Lots of core files with latest xscreensaver-gnome > > > >>Stacey, >> >>Could you provide us with backtrace and information about your system? >> >> > >Forgive my not knowing, but if you provide me with some procedures for obtaining a backtrace, then I'm happy to supply it. > > It's simple. Install xscreensaver port with built with debug options. Command bellow shoud work in most of the cases (note there is a space after STRIP=) #make CFLAGS="-g -O0" STRIP= install Then run new xscreensaver binary (restart daemon from xscreensaver-demo or relogin). After you get .core file use gdb to get backtrace: $gdb xscreensaver.core (gdb)bt full <some_gdb_output_we_looking_for/> (gdb)q All the best, Alexander. >Let me know and I'll send the information straight away. > > ps. don't froget to report os version and presence of nvidia drivers (or better to say libGL) as well. >Thanks again. > >Regards, > >Stacey > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409CFBC7.4020007>