PluggableTextMorphs and squeak locking up

Ned Konz ned at bike-nomad.com
Sun Aug 22 13:44:10 UTC 2004


On Sunday 22 August 2004 5:00 am, Marcin Tustin wrote:
>     I've been playing with this, and found that dragging does not
> cause squeak to hang, but that double-clicking on the black borders
> around the textboxes does.

Please do this:

* Open a ProcessBrowser from the World debug menu and verify that there is 
only one UI process running (this will be at priority 40). The list should 
look something like this in 3.6:

(80)  1549 the timer interrupt watcher
(60)  2900 the I/O process
(60)  3434 the low space watcher
(60)   892 the user interrupt watcher
(50)  2948 the WeakArray finalization process
(40)  4089 the UI process
(10)  1146 the idle process

If there are more processes running, one of these could be causing the 
problem.

* Open a Workspace. Type in the following, select it all, and choose "do it" 
from the context menu:

Transcript open.
Utilities cleanseOtherworldlySteppers.
Transcript cr; flush.

If you see anything printed, it means that there were morphs that were deleted 
but still stepping.

-- 
Ned Konz
http://bike-nomad.com




More information about the Squeak-dev mailing list