[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412720: Additional information



On Tue, Feb 27, 2007 at 23:18:46 +0100, Jö Fahlke wrote:

> Am Tue, 27. Feb 2007, 19:02:10 +0100 schrieb Julien Cristau:
> > Can you try rebuilding the server with debugging symbols, and either
> > attach to it with gdb (you can do that from another machine via ssh), or
> > get it to dump core, so we can get a better idea of what caused the
> > segmentation fault?  If you need help doing that, I'll try to give you
> > more details.
> 
> I built the package with DEB_BUILD_OPTIONS=nostrip, I hope that does
> the trick.  It's available from http://www.jorrit.de/bug412720/ .
> 
This looks fine.

> I guess we'll need the details for gdb/core dumping however.
> 
Alright.
If you have another machine and can connect from it with ssh to the
machine running X, then:
$ ssh foobar
$ sudo gdb /usr/bin/Xorg $(pidof X)
(gdb) c

Then try to reproduce the crash, and at some point you should get:
"Program received signal SIGSEGV, Segmentation fault."

And inside gdb, type "bt full", and send the output to this bug.

Cheers,
Julien



Reply to: