Re: Another sigwaitinfo problem (with testcase)

2012-08-17 Thread Achim Gratz
Daniel Colascione writes: > More odd behavior under the 2012-08-16 snapshot: > > 1) Start vim > 2) Hit C-z > 3) Run "fg" > 4) Observe that vim doesn't reappear. Rather, nothing happens, until... > 5) C-c > 6) vim now redisplays and accepts input I can confirm this behaviour. Regards, Achim. --

Re: Another sigwaitinfo problem (with testcase)

2012-08-16 Thread Daniel Colascione
On 8/16/2012 8:51 PM, Daniel Colascione wrote: > On 8/16/2012 11:43 AM, Christopher Faylor wrote: >> On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: >>> When run on a Linux machine, this program starts up and blocks on >>> sigwaitinfo. >>> You can suspend and resume the program

Re: Another sigwaitinfo problem (with testcase)

2012-08-16 Thread Daniel Colascione
On 8/16/2012 11:43 AM, Christopher Faylor wrote: > On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: >> When run on a Linux machine, this program starts up and blocks on >> sigwaitinfo. >> You can suspend and resume the program using usual job control facilities, >> and >> on SIG

Re: Another sigwaitinfo problem (with testcase)

2012-08-16 Thread Christopher Faylor
On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: >When run on a Linux machine, this program starts up and blocks on sigwaitinfo. >You can suspend and resume the program using usual job control facilities, and >on SIGINT, the program prints a message and exits. When the program res