Hi there.
When I open Geany, go to plugin manager, activate geanygdb plugin and deactivate it immediately, geany crashes reporting the following:
-------------------- 8< --------------------
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 10169 error_code 3 request_code 3 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.)
-------------------- 8< --------------------
Same thing happens when I just activate the plugin and exit Geany. It crashes at exit with the same message (except "serial", which is different every time).
This time I could not debug and find the error. Hmm... should I post this to the bug tracker then?
Best regards, Eugene.
Am Mittwoch, den 02.09.2009, 21:00 +0400 schrieb Eugene Arshinov:
Hi there.
When I open Geany, go to plugin manager, activate geanygdb plugin and deactivate it immediately, geany crashes reporting the following:
-------------------- 8< --------------------
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 10169 error_code 3 request_code 3 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.)
-------------------- 8< --------------------
Same thing happens when I just activate the plugin and exit Geany. It crashes at exit with the same message (except "serial", which is different every time).
This time I could not debug and find the error. Hmm... should I post this to the bug tracker then?
Yes, would be very nice if you could post such issues to the bug tracker. This is a better TODO-List for me than a mail archive.. ;)
Anyway, thanks so far for testing GeanyGDB and detecting this issue.
Regards, Dominic
Hi Dominic.
Dominic Hopf wrote:
Am Mittwoch, den 02.09.2009, 21:00 +0400 schrieb Eugene Arshinov:
Hi there.
When I open Geany, go to plugin manager, activate geanygdb plugin and deactivate it immediately, geany crashes reporting the following:
<...>
Same thing happens when I just activate the plugin and exit Geany. It crashes at exit with the same message (except "serial", which is different every time).
This time I could not debug and find the error. Hmm... should I post this to the bug tracker then?
Yes, would be very nice if you could post such issues to the bug tracker. This is a better TODO-List for me than a mail archive.. ;)
Done: https://sourceforge.net/tracker/?func=detail&aid=2849753&group_id=22...
Anyway, thanks so far for testing GeanyGDB and detecting this issue.
Not at all.
Best regards, Eugene.