jcjordyn140 / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Process status handling does not consider signals #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If wait() reports that the child process quit with an error, MinTTY keeps
its window open so that any error output can be read. This is useful e.g.
for failed ssh connection attempts.

The process status handling is incomplete though: signals are not
considered, i.e. in that case the process status is interpreted incorrectly.

The window should be kept open if the child process quit either with a
non-zero exit code or with a runtime-error signal such as SIGSEGV, and only
if the user has not told MinTTY to close.

Original issue reported on code.google.com by andy.koppe on 10 Jan 2009 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 10 Jan 2009 at 1:47

GoogleCodeExporter commented 9 years ago
Fixed in r104 on 0.3 branch.

Original comment by andy.koppe on 11 Jan 2009 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 14 Jan 2009 at 7:41