Re: SIGINT not received by processes started by system(3)

2013-04-30 Thread Christopher Faylor
On Sun, Apr 28, 2013 at 09:52:44PM -0400, Christopher Faylor wrote: >On Sun, Apr 28, 2013 at 06:29:24PM -0500, Daniel R. Grayson wrote: >>If I compile and run the program >> >>#include >>main () { >>system ("sleep 1001"); >>return 0; >>} >> >>then I expect it to termina

Re: SIGINT not received by processes started by system(3)

2013-04-28 Thread Christopher Faylor
On Sun, Apr 28, 2013 at 06:29:24PM -0500, Daniel R. Grayson wrote: >If I compile and run the program > >#include >main () { >system ("sleep 1001"); >return 0; >} > >then I expect it to terminate if I execute the shell command > > killall -2 sleep > >elsewhere, but i