On Mon, Mar 30, 2009 at 7:23 PM, Louis Savard <[email protected]> wrote:
> If I leave the code as is, under valgrind, the sem_wait asserts. That's
> why I was trying to put a delay there, just so I could reach have the
> system start and shutdown properly.

Which error code did sem_wait() return ? According to the sem_wait()
man page, sem_wait() returns EINTR when it has been interrupted by a
signal.

Bart.

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to