Subject: Re: firefox problem
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 03/03/2007 14:23:13
> After upgrading to the very latest -current, I'm seeing
>
> firefox-bin: Error detected by libpthread: Destroying condition
> variable in use. Detected by file
> "/usr/src/lib/libpthread/pthread_cond.c", line 92, function
> "pthread_cond_destroy". See pthread(3) for information.
>
> This is with -current from a couple of hours ago, and firefox 2.0.0.2
> compiled from source about a week ago.  My userland is in sync with my
> kernel.

There is still a race somewhere in the kernel or with libpthread
when using threads, and you might be running into it. Others have
reported threaded apps hanging in the "parked" state. I'll be looking
for the problem(s) this week-end.

Andrew