gnuplot wxt window freezes after clicking the close button in --persist mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnuplot (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
My Environment:
- Xubuntu Linux 14.04 (64bit)
- Xorg 1:7.7+1ubuntu8
Confirmed gnuplot versions:
- gnuplot-x11 4.6.4-2
Steps to reproduce:
1. Type
$ echo "set term wxt; plot sin(x)" | gnuplot --persist
2. Click the close button in the plot window.
Nothing happens. The window won't respond to any mouse action
anymore.
3. Even after the window manager (xfwm4) forces the window
to close, the gnuplot process still lives.
I have to kill it by "kill" command.
The window should close and the gnuplot process should terminate.
Note:
- This also happens when you feed a file to gnuplot, as in:
$ cat sample.plot
set term wxt
plot sin(x)
$ gnuplot --persist sample.plot
- Maybe related to
https:/
https:/
I reported this bug to the upstream ( http://
but they said they couldn't reproduce it.
Can you reproduce this bug? Any information is appreciated.
By the way, I did not have this bug in Xubuntu 12.04.4.
I built gnuplot 4.6.5 in 12.04.04, but it worked fine.