Delay and Server reliability

Andreas Raab andreas.raab at gmx.de
Fri Jul 27 20:06:33 UTC 2007


I'm pretty sure it's complete. If you want some help do this:
* Launch the VM with output redirected to a file
* Wait until it locks up
* Attach gdb to the running process, e.g,:
   gdb --pid: <pid of vm>
* Have it print all the call stacks, e.g.:
   p (int)printAllStacks
* Look at the result output file.

Cheers,
   -Andreas


David Shaffer wrote:
> Andreas Raab wrote:
>> Ouch. You are right. Here is a variant with the class definition 
>> included.
>>
>> Cheers,
>>   - Andreas
>>
> 
> Andreas,
> 
> Are you sure that this is the complete patch?  We are currently having a 
> very similar problem: VNC doesn't respond to UI events, 0% cpu usage, 
> several processes frozen in Delay although our Seaside server still 
> responds.  I tried your patch against Squeak3.9 but it had no effect on 
> the problem.  It could be that our problem isn't Delay but I was hoping 
> it was ;-)
> 
> David
> 
> 




More information about the Squeak-dev mailing list