Tue 12 Jul 2011 02:41:53 PM UTC, original submission:
Before all, sorry for my bad english (I'm French).
The Error : Using DDD I've had this error :
<<
gnuplot -bg 'grey96' -font '--lucidatypewriter-medium-r----120-----iso8859-*' -name 'dddplot1' -geometry +5000+5000 [4730]: Exit 2
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x0
Serial number of failed request: 87586
Current serial number in output stream: 87589
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x0
Serial number of failed request: 87588
Current serial number in output stream: 88392
X error (invalid Window parameter).
Oops! You have found a bug in DDD.
If you can reproduce this bug, please send a bug report
to <ddd@gnu.org>, giving a subject like
DDD 3.3.12 (i486-pc-linux-gnu) gets `BadWindow' error
>>
How I can reproduce this bug :
- I open ddd with a programme to debug.
- I set a breakpoint anywhere.
- I launch the programme with "run".
- I display a variable.
- In the display panel, I select the displayed variable
- I click on the plot button
- A window appear, called "DDD starting plot" saying "Starting gnuplot"
-In the status bar, on the bottom of the main window of DDD, it's written "Exec: 1: gnuplot: not found
- I click on the "Cancel" button on the "DDD starting plot" window.
-A window appear, where it's written "X error (invalid Window parameter)."
-Immediately after, DDD crash and on the terminal, I can see the error above written.
|