Re: GSOC - valgrind-hurd queries

2014-07-07 Thread Subhashish
Hello, In m_signals.c, there is use of a symbol VKI_SA_NOCLDWAIT or SA_NOCLDWAIT. It's not provided in /usr/include and on google I found reports of pulseaudio builds using this particular constant. It was commented that the symbol SIG_IGN can be its equivalent. So should I use that? Regards,

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

2014-07-07 Thread Svante Signell
Hi, found out when running the testsuite for elfutils that the following code reproducibly triggers the interrupted system call bug: #! /bin/sh echo 'main () { while (1) pause (); }' > native.c gcc -o native -g native.c > /dev/