Le 17/05/2012 00:59, Bruce a écrit :
> On Thu, 2012-05-17 at 00:44 +0200, Benoît Minisini wrote:
>> What is it what?
>>
>
> :"-) I meant "What was it that was causing the hang?"
> Bruce
>

The signal management routines allows to associate a list of callbacks 
to a signal. At the moment, there is only one callback associated to the 
SIGCHLD signal sent when a child process terminates.

But a callback can be unregistered while it is called, and I think the 
callback list was corrupted, leading to random functions being called.

I just fixed that buggy design, in the hope that your bug has been 
fixed, as that was the only recent change in the interpreter.

-- 
Benoît Minisini

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to