are you aware that that's just the filename? and the whole thing is just the backtrace that shows where things are going wrong?
not necessarily a very useful stacktrace; usually we'd want to have the source file name rather than the effective filename of the bytecode loaded. also, no useful line numbers, either. that's probably just an artifact of that stuff living in NQP space rather than in perl6 space, and should also see some kind of fix at some point, though. On 27/08/16 22:11, Parrot Raiser wrote: >> Huh? What do you mean "reference to the VM"? > in any at > /home/guru/rakudo/rakudo-star-2016.07/install/share/perl6/runtime/CORE.setting.moarvm > line 1 > in any panic at > /home/guru/rakudo/rakudo-star-2016.07/install/share/nqp/lib/NQPHLL.moarvm > line 1 > > moarvm is mentioned at the end of both lines, (which say nothing > useful about the bug, and could be omitted completely)