Subject: Re: pthread assertion "next != 0"
To: Arto Huusko <arto.huusko@utu.fi>
From: Daniel Carosone <dan@geek.com.au>
List: current-users
Date: 02/14/2003 10:21:15
On Thu, Feb 13, 2003 at 05:59:51PM +0200, Arto Huusko wrote:
> But anyway the problem with my app is that it is buggy; it exhibited the
> same behaviour on Linux (well, no assertion there, it just hangs), and by
> this I guess that the GDK lock is not recursive (which is a real bummer...
> and it's odd that this worked with GNU pth).

The difference may be that pth is not preemptive, so you're less
likely to trip many possible race conditions.

--
Dan.