From: Yukihiro Matsumoto Date: 2009-09-10T22:39:26+09:00 Subject: Re: Can not catch PTY::ChildExited exception Hi, In message "Re: Can not catch PTY::ChildExited exception" on Wed, 9 Sep 2009 15:14:09 +0900, Denis Berezhnoy writes: |I have problem that I can not catch PTY::ChildExited exception. Here is |the code: The exception was raised when the child process terminated (asynchronously), so you need to wrap not only spawn but everything. matz.