Hallo!
Just discovered 2 bugs (or at least strange behaviours):
1) create a gemwin, then close the gemwin with the mouse (clicking on the "x" right above the window ...) -> crash (also if there is no gemhead ...) the console tells me:
GEM: Only using 8 color bits Direct Rendering enabled! GEM: Start rendering X connection to :0.0 broken (explicit kill or server shutdown). pd_gui: pd process exited
for a gdb backtrace see below ...
2) If I want to make a fullscreen Gem-window with [fullscreen 1( my window manager (kde3.5) is really messed up ... I don't know how to explain ... resolution is really low and if I move the mouse I get out of the gemwin and see the rest of the screen (the patch, console ...) in a really low resolution ...
I'm using Gem from cvs (compiled in january), pd0.39, xorg, debian, 2.6.14 kernel ...
LG Georg
gdb backtrace for problem 1:
Program received signal SIGPIPE, Broken pipe. [Switching to Thread -1210788160 (LWP 7621)] 0xb7e9037e in __write_nocancel () from /lib/tls/libpthread.so.0 (gdb) bt #0 0xb7e9037e in __write_nocancel () from /lib/tls/libpthread.so.0 #1 0xb79e5b5e in XUnlockDisplay () from /usr/X11R6/lib/libX11.so.6 #2 0xb79e5e5f in _X11TransWrite () from /usr/X11R6/lib/libX11.so.6 #3 0xb79c96a5 in _XError () from /usr/X11R6/lib/libX11.so.6 #4 0xb79c97cd in _XReply () from /usr/X11R6/lib/libX11.so.6 #5 0xb7abb6ea in XF86DRIGetDrawableInfo () from /usr/lib/libGL.so.1 #6 0xb6ed41fd in __driUtilUpdateDrawableInfo (pdp=0x83e65d0) at dri_util.c:424 #7 0xb6eda580 in radeonGetLock (rmesa=0x82d9300, flags=12) at radeon_lock.c:107 #8 0xb6ed7b9e in radeonFlushCmdBuf (rmesa=0x82d9300, caller=0xb6f3ab4a "radeonFlush") at radeon_ioctl.c:617 #9 0xb6ed819e in radeonFlush (ctx=0xffffffe0) at radeon_ioctl.c:1255 #10 0xb6ed997e in radeonCopyBuffer (dPriv=0x83e65d0) at radeon_ioctl.c:902 #11 0xb6ed677e in radeonSwapBuffers (dPriv=0x83e65d0) at radeon_context.c:568 #12 0xb6ed44cf in driSwapBuffers (dpy=0x8289c90, drawablePrivate=0xffffffe0) at dri_util.c:470 #13 0xb7a97bae in glXSwapBuffers () from /usr/lib/libGL.so.1 #14 0xb7c37386 in GemMan::swapBuffers () from /usr/lib/pd/extra/Gem.pd_linux #15 0xb7c37dc1 in GemMan::render () from /usr/lib/pd/extra/Gem.pd_linux #16 0x080b1ef4 in sched_tick (next_sys_time=63815680) at m_sched.c:355 #17 0x080b2cd8 in m_scheduler () at m_sched.c:460 #18 0x080b5d45 in sys_main (argc=5, argv=0xbfba086c) at s_main.c:292 #19 0xb7d63ed0 in __libc_start_main () from /lib/tls/libc.so.6