pharo-vm icon indicating copy to clipboard operation
pharo-vm copied to clipboard

VM crash

Open Ducasse opened this issue 1 year ago • 1 comments

EpMonitor disableDuring: [
    [ Metacello new
        baseline: 'Toplo';
        repository: 'github://pharo-graphics/Toplo:master/src';
        onConflictUseIncoming;
        ignoreImage;
        load.
    ] on: MCMergeOrLoadWarning do: [ :warning | warning load ]
]

ToListElementStresser run

This crashes the vm quite regularly but not systematically.

Ducasse avatar Aug 30 '24 14:08 Ducasse

PharoDebug.log.zip

Ducasse avatar Sep 03 '24 09:09 Ducasse