help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Crashes due the async queue running over


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Crashes due the async queue running over
Date: Wed, 08 Jun 2011 20:09:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 06/08/2011 06:13 PM, Paolo Bonzini wrote:
> On Wed, Jun 8, 2011 at 16:18, Holger Hans Peter Freyther
> <address@hidden> wrote:
>> wow, big change. Do you think you resolved the underlying issue of the poll
>> always getting the SIGIO for the fd? So in theory we can still go OOM as the
>> list is getting very long?
> 
> No, you will have only one callback for multiple SIGIOs.

Thanks,

I missed that async_queue_entry is static, so either e.next is NULL, then it
will be added, if not... it is already in the list. It is a bit scary both
lists have the same last element but it looks sound here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]