Actually, I've been trying to reproduce it on the said revision with --profile, --ll-exception and whatnot, and I can't. I think this is an issue on OS X and therefore should be confirmed (and tested) on OS X also.
On 2018-01-06 12:59:07, jan-olof.hen...@bredband.net wrote: > On Fri, 28 Jul 2017 15:52:53 -0700, timo wrote: > > It could be that the commit i just pushed to moarvm fixes this, > > please > > verify (the code doesn't crash with the patch) > > Seems to work properly: > > dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v > This is Rakudo version 2017.12-124-g6a6470f9d built on MoarVM version > 2017.12-20-g57103408 > implementing Perl 6.c. > dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my > @a = (^10000)>>.Str' > Writing profiler output to profile-1515272304.87249.html > dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 --profile -e 'my > @a = (^25000)>>.Str' > Writing profiler output to profile-1515272310.68317.html > dogbert@dogbert-VirtualBox ~/repos/rakudo $