UI hangups

Cees de Groot cg at cdegroot.com
Wed Mar 23 19:14:26 UTC 2005


Thanks, Ned - that should be quite helpful.

(can MSVC do something similar? I have a dev env only for that for  
wxSqueak on WinXP).

On Wed, 23 Mar 2005 07:04:20 -0800, Ned Konz <ned at squeakland.org> wrote:

> On Wednesday 23 March 2005 2:23 am, Cees de Groot wrote:
>> And to add to the confusion, when the Linux images hangs it jumps to 99%
>> CPU time.
>>
>> (I want a post-mortem image debugger ;))
>
> What I do is this to figure out where a hung or unresponsive squeak is:
>
> gdb -p <processid>
>
> then:
>
> # show current stack to stderr (my script that starts squeak directs  
> stderr to
> uniquely named files)
> call printCallStack()
> # show all stacks:
> call printAllStacks()
> # flush output
> call fflush(stderr)
> # quit
> q
>




More information about the Squeak-dev mailing list