GNOME Bugzilla – Bug 621507
External tools can't be stopped
Last modified: 2019-03-23 20:49:09 UTC
When I launch an external tool like the builtin make, and try to abort it with the stop button, it doesn't work. The shell output pane shows the message "Stopped. Exited: 15", but then it keeps running.
Same here, I had a while(true) running in a C program launched from external tools, and clicking stop didn't stop anything. I had to kill the program from the command line. (gedit 2.30.3)
Here it works perfect, I tried the next: #!/bin/sh while(true) do echo "blah" done The button was available to be stopped and after pressing the tool was stopped correctly. Please let us know if you still have this problem with gedit >= 3.0
Well, I switched to Ubuntu 11.10 (gedit 3.2.1) and it seems external tools are completely f*cked up here... I tried : #!/bin/sh while(true) do echo "blah" done and it froze gedit, then I tried the same with a c program (while(1) printf(...);) and an external tool launching a.out; "stop" didn't work, so I killed a.out, and then gedit took the whole CPU again... Plus there is this : https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/877237 So I cannot help much right now I guess. I'll keep you up if I manage to reproduce the problem, or if I see it disappeared.
for me work fine at ubuntu 12.04
Raphaël, can we close the bug ?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!