Re: Small test example for: cannot create /dev/null: Interrupted system call

2014-07-11 Thread Svante Signell
On Fri, 2014-07-11 at 10:30 +0200, Svante Signell wrote: > On Fri, 2014-07-11 at 10:13 +0200, Thomas Schwinge wrote: > > Hi! > > > Hi Thomas, the shell I use is dash. > > Some further tests: > > Linux: > ./test_interrupted_system_call.sh > ./test_interrupted_system_call.bash > ./test_interrupte

Re: Small test example for: cannot create /dev/null: Interrupted system call

2014-07-11 Thread Svante Signell
On Fri, 2014-07-11 at 10:13 +0200, Thomas Schwinge wrote: > Hi! > > On Thu, 10 Jul 2014 23:26:24 +0200, Richard Braun wrote: > > On Thu, Jul 10, 2014 at 11:18:17PM +0200, Richard Braun wrote: > > > All right, it looks like open() gets interrupted by SIGCHLD here. It's > > > my understanding that

Re: Small test example for: cannot create /dev/null: Interrupted system call

2014-07-11 Thread Thomas Schwinge
Hi! On Thu, 10 Jul 2014 23:26:24 +0200, Richard Braun wrote: > On Thu, Jul 10, 2014 at 11:18:17PM +0200, Richard Braun wrote: > > All right, it looks like open() gets interrupted by SIGCHLD here. It's > > my understanding that signal handling is highly system-specific in such > > cases, but we pr