geeqie icon indicating copy to clipboard operation
geeqie copied to clipboard

Crash when delete dialog is shown

Open xiota opened this issue 4 years ago • 2 comments

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.

xiota avatar Aug 31 '21 14:08 xiota

This appears to have been resolved after updating packages a few days ago.

xiota avatar Sep 19 '21 21:09 xiota

So it seems the problem didn't really go away... But it does seem to be tied to when GPU acceleration is turned on.

xiota avatar Sep 20 '21 07:09 xiota