Squeak and Seaside Stability

Ramon Leon ramonleon at cox.net
Wed Dec 20 07:16:38 UTC 2006


Andreas Raab wrote:
> Ramon Leon wrote:
> 
>> Actually, that works as well, but I was using the process tab, after 
>> choosing view/select columns and adding handles and threads to the 
>> display.  This lets me see that it's Squeak eating those handles.
> 
> 
> Ah, thanks. I didn't even know about that ;-) And after turning it on, I 
> can see it, too - and I'm not sure what I saw before because what 
> happened reminded me of the handle leak that used to be in sockets and 
> sure enough, the lookup code has the same problem (a missing 
> CloseHandle() call for the thread created).
> 
> Well, the good news is that I understand the problem and know how to fix 
> it. The bad news is that I currently have no definitive VMMaker version 
> against which to compile - I might do a cheap respin of 3.7 (e.g., a 
> 3.7.2) with *just* that fix included.  Would this helpful for you?
> 
> Cheers,
>   - Andreas

Honestly, I don't even need it, I was just using the machine name in 
some debug statements for separating the machine in the web farm, I just 
started printing the IP address instead, it doesn't leak, and works just 
as well.  But thanks for the offer.




More information about the Squeak-dev mailing list