help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Re: Transcript cf printNl


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Re: Transcript cf printNl
Date: Fri, 06 Mar 2009 22:21:50 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

> Also confirming I added the line you provided,
>     'Transcript instVarAt: 1 put: RecursionLock new'
>     into the start of the script with class output and it stopped the hang.

Of course, you can just do it in the image you're using:

    $ gst
    st> Transcript instVarAt: 1 put: RecursionLock new
    st> ObjectMemory snapshot; quit

Paolo




reply via email to

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