Thanks, Hilaire. I had high hopes for your suggestion. But after testing a few times, Pharo crashed again. So the step protocol doesn't solve the problem, either. HilaireFernandes wrote
Alternatively use the step protocol of the Morph class. I think it is documented in the Pharo by example book.
Hilaire
Le 31/05/2017 à 17:00, Denis Kudriashov a écrit :
Hi Horrido.
Morphic is not thread safe library. Users should not update morphs state directly from background processes. Use #defer: message to update morphs in such cases. Try following loop:
[ [ true ] whileTrue: [ UIManager default defer: [ a contents: 0 asString]. delay wait ] fork
-- Dr. Geo http://drgeo.eu
-- View this message in context: http://forum.world.st/Morphic-or-forking-bug-tp4948727p4948774.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.