Skip to content

Instantly share code, notes, and snippets.

@samcv

samcv/a.rb Secret

Created October 25, 2017 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samcv/043f8254281c48a5762b068e92b1df66 to your computer and use it in GitHub Desktop.
Save samcv/043f8254281c48a5762b068e92b1df66 to your computer and use it in GitHub Desktop.
MoarVM oops: uint64 lexical type encountered while building context iterator
at gen/moar/stage2/NQPHLL.nqp:1177 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:SET_BLOCK_OUTER_CTX)
from gen/moar/Perl6-Actions.nqp:1358 (/home/samantha/perl6/share/nqp/lib/Perl6/Actions.moarvm:unitstart)
from gen/moar/stage2/QRegex.nqp:1681 (/home/samantha/perl6/share/nqp/lib/QRegex.moarvm:!reduce)
from gen/moar/stage2/QRegex.nqp:1624 (/home/samantha/perl6/share/nqp/lib/QRegex.moarvm:!cursor_pass)
from <unknown>:1 (/home/samantha/perl6/share/nqp/lib/Perl6/Grammar.moarvm:unitstart)
from src/Perl6/World.nqp:509 (/home/samantha/perl6/share/nqp/lib/Perl6/World.moarvm:loading_and_symbol_setup)
from src/Perl6/Grammar.nqp:1208 (/home/samantha/perl6/share/nqp/lib/Perl6/Grammar.moarvm:comp_unit)
from src/Perl6/Grammar.nqp:510 (/home/samantha/perl6/share/nqp/lib/Perl6/Grammar.moarvm:TOP)
from gen/moar/stage2/QRegex.nqp:2330 (/home/samantha/perl6/share/nqp/lib/QRegex.moarvm:parse)
from gen/moar/stage2/NQPHLL.nqp:1886 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:parse)
from gen/moar/stage2/NQPHLL.nqp:1802 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:execute_stage)
from gen/moar/stage2/NQPHLL.nqp:1835 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:run)
from gen/moar/stage2/NQPHLL.nqp:1838 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:)
from gen/moar/stage2/NQPHLL.nqp:1824 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:compile)
from gen/moar/stage2/NQPHLL.nqp:1524 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:eval)
from SETTING::src/core/REPL.pm:297 (/home/samantha/perl6/share/perl6/runtime/CORE.setting.moarvm:repl-eval)
from SETTING::src/core/REPL.pm:333 (/home/samantha/perl6/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/REPL.pm:314 (/home/samantha/perl6/share/perl6/runtime/CORE.setting.moarvm:repl-loop)
from src/Perl6/Compiler.nqp:82 (/home/samantha/perl6/share/nqp/lib/Perl6/Compiler.moarvm:interactive)
from gen/moar/stage2/NQPHLL.nqp:1666 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:command_eval)
from src/Perl6/Compiler.nqp:42 (/home/samantha/perl6/share/nqp/lib/Perl6/Compiler.moarvm:command_eval)
from gen/moar/stage2/NQPHLL.nqp:1630 (/home/samantha/perl6/share/nqp/lib/NQPHLL.moarvm:command_line)
from gen/moar/main.nqp:47 (/home/samantha/perl6/share/perl6/runtime/perl6.moarvm:MAIN)
from gen/moar/main.nqp:38 (/home/samantha/perl6/share/perl6/runtime/perl6.moarvm:<mainline>)
from <unknown>:1 (/home/samantha/perl6/share/perl6/runtime/perl6.moarvm:<main>)
from <unknown>:1 (/home/samantha/perl6/share/perl6/runtime/perl6.moarvm:<entry>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment