Jukka Neppius <[EMAIL PROTECTED]> writes: > > Package: chimera > Version: 1.70p1-1 > > If I click 'Bookmark' button(, select page from it) and then click > 'Dismiss' to get rid of Bookmarks window then chimera always dies: > > X Error of failed request: BadPixmap (invalid Pixmap parameter) > Major opcode of failed request: 54 (X_FreePixmap) > ...
I couldn't reproduce that on a quick test (8bpp pseudocolour). If you're using nextawg try upgrading to 0.8-2 which has a fix for a bug with symptoms like this. (Except that I don't seem to get the problem even with a bad neXtaw.) You could put it under the debugger to see where it is when it dies if you want. A static unstripped build might give better info, but the following should work. gdb /usr/X11R6/bin/chimera break main run -sync <breakpoint> break exit cont <breakpoint at exit> where