geeqie
geeqie copied to clipboard
Crash when delete dialog is shown
I'm building Geeqie 1.6+git20210824-c0ebd362 with GTK3 on Ubuntu 21.04. When I press delete, the delete dialog is shown briefly, then Geeqie shuts down. The error message shown in the terminal is:
(geeqie:39317): Gdk-ERROR **: 07:31:34.507: The program 'geeqie' received an X Window System error.
This probably reflects a bug in the program.
The error was 'GLXBadDrawable'.
(Details: serial 1711 error_code 160 request_code 152 (GLX) minor_code 29)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap
When I set GDK_SYNCHRONIZE=1, the message is the same.
This appears to have been resolved after updating packages a few days ago.
So it seems the problem didn't really go away... But it does seem to be tied to when GPU acceleration is turned on.