Skip to content

Instantly share code, notes, and snippets.

@moritz
Created April 15, 2011 18:04
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/922155 to your computer and use it in GitHub Desktop.
Save moritz/922155 to your computer and use it in GitHub Desktop.
backtrace
# Failed test 'call a parrot sub'
# at t/src/extend.t line 339.
# Exited with error code: [SIGNAL 11]
# Received:
# src/embed.c:430: failed assertion '!"Bad idea"'
# Backtrace - Obtained 6 stack frames (max trace depth is 32).
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x19581f) [0x7fefb8eb481f]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(Parrot_confess+0x8b) [0x7fefb8eb47eb]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x18ad5e) [0x7fefb8ea9d5e]
# ./t/src/extend_10(main+0x6b) [0x400dff]
# /lib/libc.so.6(__libc_start_main+0xfd) [0x7fefb60aac4d]
# ./t/src/extend_10() [0x400cd9]
# Attempting to get PIR backtrace. No guarantees. Here goes...
#
# Expected:
# in sub1
# back
# hello in sub2
# back
#
# Failed test 'call a parrot sub using the unified interface'
# at t/src/extend.t line 387.
# Exited with error code: [SIGNAL 11]
# Received:
# src/embed.c:430: failed assertion '!"Bad idea"'
# Backtrace - Obtained 6 stack frames (max trace depth is 32).
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x19581f) [0x7f8685ec881f]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(Parrot_confess+0x8b) [0x7f8685ec87eb]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x18ad5e) [0x7f8685ebdd5e]
# ./t/src/extend_11(main+0x6b) [0x400dff]
# /lib/libc.so.6(__libc_start_main+0xfd) [0x7f86830bec4d]
# ./t/src/extend_11() [0x400cd9]
# Attempting to get PIR backtrace. No guarantees. Here goes...
#
# Expected:
# in sub1
# back
# hello in sub2
# back
#
# Failed test 'call a parrot sub and return an integer'
# at t/src/extend.t line 453.
# Exited with error code: [SIGNAL 11]
# Received:
# src/embed.c:430: failed assertion '!"Bad idea"'
# Backtrace - Obtained 6 stack frames (max trace depth is 32).
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x19581f) [0x7f84f7cb881f]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(Parrot_confess+0x8b) [0x7f84f7cb87eb]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x18ad5e) [0x7f84f7cadd5e]
# ./t/src/extend_12(main+0x6b) [0x400d4f]
# /lib/libc.so.6(__libc_start_main+0xfd) [0x7f84f4eaec4d]
# ./t/src/extend_12() [0x400c29]
# Attempting to get PIR backtrace. No guarantees. Here goes...
#
# Expected:
# hello in sub2
# result 42
# back
#
# Failed test 'call a parrot sub, catch exception'
# at t/src/extend.t line 510.
# Exited with error code: [SIGNAL 11]
# Received:
# src/embed.c:430: failed assertion '!"Bad idea"'
# Backtrace - Obtained 6 stack frames (max trace depth is 32).
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x19581f) [0x7f748ab6581f]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(Parrot_confess+0x8b) [0x7f748ab657eb]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x18ad5e) [0x7f748ab5ad5e]
# ./t/src/extend_13(main+0x73) [0x400ce7]
# /lib/libc.so.6(__libc_start_main+0xfd) [0x7f7487d5bc4d]
# ./t/src/extend_13() [0x400bb9]
# Attempting to get PIR backtrace. No guarantees. Here goes...
#
# Expected:
# in sub1
# caught
# back
#
# Failed test 'call multi sub from C - \#41511'
# at t/src/extend.t line 659.
# Exited with error code: [SIGNAL 11]
# Received:
# src/embed.c:430: failed assertion '!"Bad idea"'
# Backtrace - Obtained 6 stack frames (max trace depth is 32).
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x19581f) [0x7f117451281f]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(Parrot_confess+0x8b) [0x7f11745127eb]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x18ad5e) [0x7f1174507d5e]
# ./t/src/extend_16(main+0x56) [0x400c1a]
# /lib/libc.so.6(__libc_start_main+0xfd) [0x7f1171708c4d]
# ./t/src/extend_16() [0x400b09]
# Attempting to get PIR backtrace. No guarantees. Here goes...
#
# Expected:
# Result is 300.
#
# Failed test 'call multi sub from C - unified interface'
# at t/src/extend.t line 687.
# Exited with error code: [SIGNAL 11]
# Received:
# src/embed.c:430: failed assertion '!"Bad idea"'
# Backtrace - Obtained 6 stack frames (max trace depth is 32).
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x19581f) [0x7f261a1ed81f]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(Parrot_confess+0x8b) [0x7f261a1ed7eb]
# /home/moritz/p6/rakudo/parrot/blib/lib/libparrot.so.3.2.0(+0x18ad5e) [0x7f261a1e2d5e]
# ./t/src/extend_17(main+0x56) [0x400c1a]
# /lib/libc.so.6(__libc_start_main+0xfd) [0x7f26173e3c4d]
# ./t/src/extend_17() [0x400b09]
# Attempting to get PIR backtrace. No guarantees. Here goes...
#
# Expected:
# Result is 300.
#
# Looks like you failed 6 tests of 18.
t/src/extend.t ..
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/18 subtests
Test Summary Report
-------------------
t/src/extend.t (Wstat: 1536 Tests: 18 Failed: 6)
Failed tests: 10-13, 16-17
Non-zero exit status: 6
Files=1, Tests=18, 5 wallclock secs ( 0.02 usr 0.01 sys + 3.50 cusr 0.77 csys = 4.30 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment