[Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-10-16 Thread Andreas Wenning
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

[Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-09-10 Thread Andreas Wenning
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

[Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-09-01 Thread Andreas Wenning
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

[Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-08-13 Thread Andreas Wenning
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

Re: [Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-08-13 Thread Noam Lewis
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 251133] Re: QtOctave "Stop process" button killed Xorg

2008-08-13 Thread Noam Lewis
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

[Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-08-12 Thread Andreas Wenning
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?