Bugs item #1687981, was opened at 2007-03-25 22:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1687981&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SciTE
Group: Bug
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nicolas Chachereau (nchachereau)
Assigned to: Nobody/Anonymous (nobody)
Summary: GTK: Stop executing does not work as expected

Initial Comment:
In the GTK+ version of SciTE, if you execute a command that uses subsystem 0 
(the default) or launch a "make" with a C/C++ file (for example) "Stop 
executing" does not seem to work.
After looking further into it, it does actually work, but kills only one 
process, and the subshell(s) continue to run. If you put a pure shell command 
as command, it works, but doesn't if you execute a program or a shell file.

Test Cases:
- Stop works:
command.name.12.*=Test
command.12.*=i=0; while [ $i -lt 20 ]; do sleep 1; echo $i; eval i=`echo -n $; 
echo '(($i + 1))'`; done

(put the command on one line, I don't know if this will wrap)

- Stop doesn't work:
command.name.13.*=Test2
command.13.*=~/test.sh

(the test.sh file contains exactly the same as above)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1687981&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to