Subject: Re: Unlocking an unlocked mutex
To: Jason Thorpe <thorpej@shagadelic.org>
From: Vincent <10.50@free.fr>
List: tech-kern
Date: 10/13/2005 10:28:10
Jason Thorpe a écrit :

> Yes, it's really an error.  IMO, the thread library should abort on  
> such errors.  It indicates that the app modified a data structure it  
> thought was locked, but in fact was not.

Okay, I withdraw my proposal! ;)
On the other hand, though I've not carried out a deep analysis, I wonder 
how a program that is known to work on Linux "as is" can generate this 
kind of error on NetBSD. Aren't both pthreads libraries (functionally) 
identical?

Vincent