Subject: Re: pthread assertion "next != 0"
To: Arto Huusko <arto.huusko@utu.fi>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 02/12/2003 22:23:39
On Thu, Feb 13, 2003 at 08:19:52AM +0200, Arto Huusko wrote:

 > However, what I was talking about was a *GTK* signal, and I believe
 > the whole idea of GTK is that you can, and have to, do very much
 > inside *GTK* signal handlers.

Is this "GTK signal" like a GUI event dispatch, or something?  If it is
an actual signal handler, then you're pretty screwed if you're trying to
do something that is not async-signal-safe.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>