We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on t
I've tried crashing it with version 0.7.4+dfsg-2~hardy1 from hardy-
backports and can't seem to succeed in crashing X (or anything else but
the embedded octave itself). Which version did you have the problem in?
--
QtOctave "Stop process" button killed Xorg
https://bugs.launchpad.net/bugs/251133
Which version of qtoctave are you using? You can simply provide the
output of running "apt-cache policy qtoctave".
--
QtOctave "Stop process" button killed Xorg
https://bugs.launchpad.net/bugs/251133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
Might have a fix for it. Which version of the package are you currently
using?
--
QtOctave "Stop process" button killed Xorg
https://bugs.launchpad.net/bugs/251133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing l
One more thing, after pressing the 'X' button several times and JUST
BEFORE the last time that causes the crash, the following message
appears in the octave console:
"
panic: Interrupt -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
"
This sho
Bug reproduced with strace-ing.
The problem seems to be that it sends a SIGINT to the init process (pid 0):
See the end of the attached strace log:
8587 kill(0, SIGINT)
You can try it yourself by simply running qtoctave and pressing the 'X' button
_several_ times.
I'm not a QT whiz, but may
I've just checked the code of QtOctave regarding the Stop Process
button. It kills the process using the processID the process was created
with (see stop_process_callback() in src/terminal.cpp); and does so
using regular Qt-calls.
Is it possible to reproduce the killing of Xserver with QtOctave?