Re: Volunteering for the Hurd.

2014-07-10 Thread Thomas Schwinge
Hi Rodney! On Tue, 8 Jul 2014 17:33:40 +0100, Rodney Mulraney rjmulra...@gmail.com wrote: I am interested in doing some official volunteer work for my CV generally. I am disenfranchised by current OS implementations and have been excited about the Hurd for quite some time, so it is a project

Re: GSOC - valgrind-hurd queries

2014-07-10 Thread Subhashish
Plus I'm getting some weird errors. Can you help me figure out what they mean? There are three errors listed here - http://pastebin.com/cmH8Zf1g 20: I mailed about it earlier. 25: This one I don't get. 32: Seems like I need to add a VGO_gnu case and an appropriate definition for

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

2014-07-10 Thread Richard Braun
On Mon, Jul 07, 2014 at 01:29:20PM +0200, Svante Signell wrote: ./test.sh: 6: ./test.sh: cannot create /dev/null: Interrupted system 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

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

2014-07-10 Thread Roland McGrath
On Mon, Jul 07, 2014 at 01:29:20PM +0200, Svante Signell wrote: ./test.sh: 6: ./test.sh: cannot create /dev/null: Interrupted system 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

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

2014-07-10 Thread Richard Braun
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 probably want to align on what others do, as usual. By the way, it looks

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

2014-07-10 Thread Richard Braun
On Thu, Jul 10, 2014 at 02:21:06PM -0700, Roland McGrath wrote: Is the SIGCHLD set with SA_RESTART? From what I see, no. -- Richard Braun