I am playing around with Animations [1] in the Moose 5.0/Pharo 3.0 image [2]. Nested use of the same mutex seems to freeze the image. Should that work?
No, it should not :-) Use Monitor instead.
+1
nested mutexes should not work not in pharo nor anything else