Skip to content

Instantly share code, notes, and snippets.

@moritz
Created March 8, 2011 09:27
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 moritz/860081 to your computer and use it in GitHub Desktop.
Save moritz/860081 to your computer and use it in GitHub Desktop.
nqp build, branch ctmo
moritz@jacq:~/p6/nqp>make
/home/moritz/p6/nqp/parrot_install/bin/parrot -o Regex.pbc src/Regex.pir src/Regex/constants.pir src/Regex/Cursor.pir src/Regex/Cursor-builtins.pir src/Regex/Cursor-protoregex-peek.pir src/Regex/Match.pir src/Regex/Method.pir src/Regex/Dumper.pir src/PAST/Regex.pir src/PAST/Compiler-Regex.pir
nqplexinfo.c:101: failed assertion 'PObj_constant_TEST(_self)'
Backtrace - Obtained 18 stack frames (max trace depth is 32).
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x18bf8f) [0x2aae54e76f8f]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(Parrot_confess+0x8b) [0x2aae54e76f5b]
dynext/nqp_group.so(+0xdfa7) [0x2aae58a7dfa7]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x305d4b) [0x2aae54ff0d4b]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x306906) [0x2aae54ff1906]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x3088b5) [0x2aae54ff38b5]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2f9cc1) [0x2aae54fe4cc1]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2f2481) [0x2aae54fdd481]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2f2751) [0x2aae54fdd751]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2e4788) [0x2aae54fcf788]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2f1e28) [0x2aae54fdce28]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2f3b61) [0x2aae54fdeb61]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(+0x2f4158) [0x2aae54fdf158]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(imcc_run_api+0xd6) [0x2aae54fded76]
/home/moritz/p6/nqp/parrot_install/lib/libparrot.so.3.0.0(Parrot_api_wrap_imcc_hack+0x1b5) [0x2aae54e70935]
/home/moritz/p6/nqp/parrot_install/bin/parrot() [0x401919]
/lib/libc.so.6(__libc_start_main+0xfd) [0x2aae57cc6c4d]
/home/moritz/p6/nqp/parrot_install/bin/parrot() [0x401619]
Attempting to get PIR backtrace. No guarantees. Here goes...
make: *** [Regex.pbc] Aborted
moritz@jacq:~/p6/nqp>git branch
* ctmo
lexical-setting
master
match-nom
test-vtables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment