Comment #2 on issue 3498 by stephane.ducasse: remove:ifAbsent: in linked
list leads to interruption/sync problems
http://code.google.com/p/pharo/issues/detail?id=3498
andreas wrote on squeak-dev:
Oh, I also just noticed something else: It seems as if the VMMaker changes
for atomic suspend never made it into the main line. I just posted the
relevant bits but that means you have another workaround. You can use the
Cog VM, which has had these changes from the beginning. By using Cog, the
primitive suspend will never fail and consequently the (still broken) code
in LinkedList>>remove:ifAbsent: will never be executed.