Transcript troubles

danielv at netvision.net.il danielv at netvision.net.il
Sat Sep 22 17:46:58 UTC 2001


Yup. Signal the semaphore. :-)

Maybe the process browser can help.

WriteStream subclass: #TranscriptStream
	instanceVariableNames: ''
	classVariableNames: '****AccessSema**** '
	poolDictionaries: ''
	category: 'Collections-Streams'

Jerome Chan <eviltofu at earthlink.net> wrote:
> Hi!
> 
> I'm printing out a set of results to the Transcript window when I suddenly
> realize that I don't need it. I hit cmd-. to stop it. The next time I try
> running it again, I get a freeze (probably a semaphore is still being held
> someplace). Is there anyway to recover the use of the Transcript window?




More information about the Squeak-dev mailing list