Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created May 31, 2013 21:20
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 tadzik/5688096 to your computer and use it in GitHub Desktop.
Save tadzik/5688096 to your computer and use it in GitHub Desktop.
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/tadzik/src/nqp/install/bin/nqp...(no debugging symbols found)...done.
(gdb) run nqp-moar-cc.nqp t/nqp/16-ternary.t
Starting program: /home/tadzik/src/nqp/install/bin/nqp nqp-moar-cc.nqp t/nqp/16-ternary.t
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff3f4e700 (LWP 10119)]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7afda91 in Parrot_ResizableStringArray_get_string_keyed_int ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
(gdb) bt
#0 0x00007ffff7afda91 in Parrot_ResizableStringArray_get_string_keyed_int ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#1 0x00007ffff2491a49 in form_string_heap (interp=interp@entry=0x848050, ws=ws@entry=0xd648710,
string_heap_size=string_heap_size@entry=0x7fffffffdb0c) at ../../src/mast/compiler.c:990
#2 0x00007ffff2491b5f in form_bytecode_output (interp=interp@entry=0x848050,
ws=ws@entry=0xd648710, bytecode_size=bytecode_size@entry=0x7fffffffdb6c)
at ../../src/mast/compiler.c:1035
#3 0x00007ffff24920a4 in MVM_mast_compile (interp=interp@entry=0x848050, node=<optimized out>,
types=types@entry=0x7ffff2698ea0 <node_types>, size=size@entry=0x7fffffffdbbc)
at ../../src/mast/compiler.c:1169
#4 0x00007ffff248f233 in Parrot_mvm_compile_p_s (cur_opcode=0x186b860, interp=0x848050)
at mvmcc_ops.c:137
#5 0x00007ffff7a553c5 in runops_fast_core ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#6 0x00007ffff7a5501d in runops_int () from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#7 0x00007ffff7a3dbfe in runops () from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#8 0x00007ffff7a3960e in Parrot_pcc_invoke_from_sig_object ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#9 0x00007ffff7a2d5ac in Parrot_ext_call ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#10 0x00007ffff7b0e776 in Parrot_Task_invoke ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#11 0x00007ffff7a395ba in Parrot_pcc_invoke_from_sig_object ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#12 0x00007ffff7a2d5ac in Parrot_ext_call ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#13 0x00007ffff7a594df in Parrot_cx_outer_runloop ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#14 0x00007ffff7a595ec in Parrot_cx_begin_execution ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#15 0x00007ffff7a61e4b in Parrot_pf_execute_bytecode_program ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#16 0x00007ffff7a2947c in Parrot_api_run_bytecode ()
from /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0
#17 0x0000000000401170 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment