timo
timo
Please try if the latest commit to moarvm helps: https://github.com/MoarVM/MoarVM/commit/f14712b6b9
I can't reproduce the failure that you're seeing. Could you run this from nqp's source directory? ``` lldb -O "breakpoint set -n MVM_oops" -o "run" -- moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap...
ping @barracuda156 do you have time to look more into this soon?
hey @barracuda156 can you check with this moarvm commit i just pushed? https://github.com/MoarVM/MoarVM/commit/e380dbabd6 I'm not sure it would actually ever trigger in a regular build, but when it goes wrong...
I think you got all the interesting commits. Can you see if you can build moar with the `--asan` flag passed to Configure.pl, and then `ASAN_OPTIONS=detect_leaks=0` in your environment to...