The backtrace looks like this: `Geany-INFO: /home/myuser/4mb_big_file.sql : SQL (UTF-8) [Thread 0x7fffe9e46700 (LWP 9197) exited] The program 'geany' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 95628 error_code 3 request_code 18 minor_code 0) (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 --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [Thread 0x7fffebe4a700 (LWP 9191) exited] [Inferior 1 (process 9186) exited with code 01] (gdb)`
So I can reproduce this with every "bigger" file. Mark several hundreds or thousands of lines for deleting and Geany is gone. Same with a fresh configuration: `The program 'geany' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 342311 error_code 3 request_code 18 minor_code 0) (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 --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) automater@autodesktop:~/Dokumente/Work/Projekte/David/Development/CRM$ geany -v -c /tmp/temp-config/ ` So far - the files haven't been deleted again - as soon as I see this again, I'll report back. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1042#issuecomment-222075757
