I did it on 50443, the bytecode/ast looked OK to my untrained eyes. You can easily try it yourself.
On 16 Nov 2015, at 12:03, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Sorry,
what is the bytecode of the method? The Pharo version?
Thierry
2015-11-16 12:02 GMT+01:00 Thierry Goubier <thierry.goubier@gmail.com>:
2015-11-16 12:00 GMT+01:00 Sven Van Caekenberghe <sven@stfx.eu>: Wow, I can confirm that it does crash the VM ;-)
Which is totally weird because this is basically a no-op since you do not evaluate the block, it should basically return self, ignoring the block.
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? 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