Re: [AD] x color conversion again |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I'll see if I can narrow it down on my end.
Not much luck yet, but I don't think it's the colour conversion patch.
Without Elias' last patch applied, I get the following traceback from the
demo program:
(gdb) r
Starting program: /home/allegro/Allegro/cvs/mainline/alleg_work/demo/demo
[New Thread 16384 (LWP 32144)]
Xlib: unexpected async reply (sequence 0x35c)!
Program received signal SIGINT, Interrupt.
[Switching to Thread 16384 (LWP 32144)]
0x40248822 in select () from /lib/i686/libc.so.6
(gdb) bt
#0 0x40248822 in select () from /lib/i686/libc.so.6
#1 0x4016da88 in __JCR_LIST__ () from /usr/X11R6/lib/libX11.so.6
#2 0x00000008 in ?? ()
#3 0xbfffe720 in ?? ()
#4 0x400a9085 in _XWaitForWritable () from /usr/X11R6/lib/libX11.so.6
#5 0x400a96fa in _XFlushInt () from /usr/X11R6/lib/libX11.so.6
#6 0x400a9679 in _XFlush () from /usr/X11R6/lib/libX11.so.6
#7 0x400a5fa8 in XSync () from /usr/X11R6/lib/libX11.so.6
#8 0x080a32a9 in _xwin_private_flush_buffers () at src/x/xwin.c:2073
#9 0x080a3cfc in _xwin_private_handle_input () at src/x/xwin.c:2396
#10 0x080a3eb5 in _xwin_handle_input () at src/x/xwin.c:2452
#11 0x080b5b28 in bg_man_sigalrm_handler ()
(gdb)
I only recompiled xwin.c in debug mode, which is why there is no debug
information on the other frames.
Evert