Froze GemTools

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Froze GemTools

Thelliez
GemTools (latest updated version) froze as I was saving a method. How
do I safely unfreeze it? And how can I get useful info about what
happened (stack trace)?


Thanks,
Thierry
Reply | Threaded
Open this post in threaded view
|

Re: Froze GemTools

SeanTAllen
Does the usualy squeak/pharo interrupt keyboard command not work?

On Mon, Sep 27, 2010 at 12:02 AM, Thierry Thelliez <[hidden email]> wrote:
GemTools (latest updated version) froze as I was saving a method. How
do I safely unfreeze it? And how can I get useful info about what
happened (stack trace)?


Thanks,
Thierry

Reply | Threaded
Open this post in threaded view
|

Re: Froze GemTools

Dale Henrichs
In reply to this post by Thelliez
Thierry Thelliez wrote:
> GemTools (latest updated version) froze as I was saving a method. How
> do I safely unfreeze it? And how can I get useful info about what
> happened (stack trace)?
>
>
> Thanks,
> Thierry

Yes ALT-. (or the Mac equivalent) should interrupt the client side
Smalltalk and give you a client stack. For the gem stack, a 'kill -USR1
<pid>' will dump a Smalltalk stack trace into the gem log, whcih will
give you the server-side trace.

Dale