Subject: Re: Error detected by libpthread: Invalid mutex
To: Brian Stark <bpstark@pacbell.net>
From: Arto Huusko <armihu@utu.fi>
List: current-users
Date: 01/26/2004 02:06:33
On Sun, 25 Jan 2004, Brian Stark wrote:

> I will see what I can do to enable the core dumps using
> PTHREAD_DIAGASSERT (as Christian
> suggested).
>
> As for the undefined behavior that Klaus described, I would much rather
> see an error message
> and the program continue rather than an error message and the program
> going away. Having said

Well, once you look at PTHREAD_DIAGASSERT, you'll see that you
can change the behaviour so that you'll still see the error message,
but the program is allowed to continue.

  -- Arto