Crash when clicking close button in Title Editor
Closed this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Open Title Editor
2. Click the close button
What is the expected output? What do you see instead?
Window should just close. Closing the window via the window manager works as
expected.
What version of the product are you using? On what operating system?
0.12 on Arch Linux x64.
Console output:
The program 'flowblade' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 11325 error_code 3 request_code 20 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.)
Segmentation fault (core dumped)
Original issue reported on code.google.com by carmafer...@googlemail.com
on 27 Apr 2014 at 10:18
GoogleCodeExporter commented
Okay, there was a logical bug in the code and the fix is in repository now.
However, the code for some reason always worked on my system, so I would need a
confirmation that this has been fixed from someone that displayed this bug.
Original comment by janne.li...@gmail.com
on 28 May 2014 at 5:59
- Changed state: MaybeFixed
GoogleCodeExporter commented
Original comment by janne.li...@gmail.com
on 18 Jun 2014 at 2:52
- Changed state: Fixed