Hi Hilaire,
�� �� can you try and concoct an image that crashes from start-up without operator intervention?�� What I mean is that if the expression that crashes is the one you give then in a workspace evaluate
�� �� Smalltalk snapshot: true andQuit: true.
�� ����(CGDonator firstname: 'Eric' lastname: 'Dupont') = (CGParticipant��firstname: 'Eric' lastname: 'Dupont')
and then run the saved image.�� If it crashes then its really easy to debug because it will be repeatable.�� If one has to interact with the image debugging is much more difficult.