Hey all,
How and where can I report the pharo VM crashing? if I have a class
Tmp
and it has a method
Tmp>>tmp
������ [ ^ true ]
and I try to execute
Tmp new tmp.
The VM segfaults.
-- Cheers, BoriS