Hi Boris


On 16 Nov 2015, at 11:49, Boris Spasojevic <spasojev@inf.unibe.ch> wrote:

Hey all,

How and where can I report the pharo VM crashing?

On the VM dev list: vm-dev@lists.squeakfoundation.org.
I���ve forwarded your message.

Cheers,
Max

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