From nobody  Fri Oct 31 08:50:35 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id IAA18872;
          Fri, 31 Oct 1997 08:50:35 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199710311650.IAA18872@hub.freebsd.org>
Date: Fri, 31 Oct 1997 08:50:35 -0800 (PST)
From: mikk0022@maroon.tc.umn.edu
To: freebsd-gnats-submit@freebsd.org
Subject: pthread_cond_wait doesn't
X-Send-Pr-Version: www-1.0

>Number:         4908
>Category:       misc
>Synopsis:       pthread_cond_wait doesn't
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 09:00:00 PST 1997
>Closed-Date:    Thu Jan 1 11:55:03 PST 1998
>Last-Modified:  Thu Jan  1 11:56:07 PST 1998
>Originator:     Chris Mikkelson
>Release:        2.2.2
>Organization:
University of Minneota
>Environment:
FreeBSD mercury 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Sat Aug 16 14:16:43 CDT 1997     root@mercury:/usr/src/sys/compile/MERCURY  i386

>Description:
Using libc_r, a call to pthread_cond_wait() does not block as it
is supposed to.  I have run the same program on other systems to
verify that it was not a bug in my program.
>How-To-Repeat:
Write a small program which initializes a condition and a mutex,
locks the mutex and calls pthread_cond_wait(&<cond>, &<mutex>);
The call should cause the program to hang.
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: alex 
State-Changed-When: Wed Dec 24 21:28:36 PST 1997 
State-Changed-Why:  
I'm not able to duplicate this bug under 2.2.5-STABLE or 3.0-CURRENT. 
The submitter has been asked to supply an example program which 
demonstrates the bug. 

State-Changed-From-To: analyzed->closed 
State-Changed-By: alex 
State-Changed-When: Thu Jan 1 11:55:03 PST 1998 
State-Changed-Why:  
No reply from submitter and problem cannot be duplicated. 
>Unformatted:
