On 1 Jul 1999, karlheg wrote:
I logged in across the room vi ssh, started `screen -R', then
ran an
xemacs -nw. I started gnuserv, and used `make-frame-on-display' from
the scratch buffer to try and project across to the display in front
of me. It crashed.
please look into this (if you have the time)! Some suggestions:
recompile with '-g' only (no optimisation, they only introduce new bugs
and mess up debug info)
check which X function exactly is called (according to the line numbers
it could be DefaultVisual, but I suspect those numbers are off already.
look at all parameters of those functions.
this is debian, right? get X with full debug info and single step into
the function and figure out what exactly is going on. That's why
OpenSource rules! (I wish I could debug X/Motif on my Sun) :-)
ask somebody who knows more about X than I do....
#4 0x8123a40 in x_IO_error_handler (disp=0x823d900) at
device-x.c:1038
#5 0x401bc2c9 in ()
#6 0x401b9cde in ()
#7 0x401ac801 in ()
#8 0x8122e5a in x_init_device (d=0x8264eb0, props=136233556) at device-x.c:487
#9 0x8069cd0 in Fmake_device (type=136355492, connection=136233556,
props=136233556) at device.c:581
cheers,
Gunnar