# New Ticket Created by  Simon Cozens 
# Please include the string:  [perl #17562]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17562 >


(gdb) run basic.pbc
Starting program: /home/simon/cvs/parrot/parrot basic.pbc


Ready
LOAD eliza

Program received signal SIGSEGV, Segmentation fault.
0x080762d7 in stack_push (interpreter=0x8133298, stack_p=0x813353c, 
    thing=0xbffff29c, type=STACK_ENTRY_INT, cleanup=0) at stacks.c:258
258         entry->entry_type = type;
(gdb) bt
#0  0x080762d7 in stack_push (interpreter=0x8133298, stack_p=0x813353c, 
    thing=0xbffff29c, type=STACK_ENTRY_INT, cleanup=0) at stacks.c:258
#1  0x080a657d in cg_core (cur_opcode=0x814dc5c, interpreter=0x8133298)
    at core.ops:3262
#2  0x08078412 in runops_cgoto_core (interpreter=0x8133298, pc=0x814a910)
    at runops_cores.c:52
#3  0x080496c2 in runops_generic (core=0x80783fc <runops_cgoto_core>, 
    interpreter=0x8133298, pc=0x814a910) at interpreter.c:81
#4  0x0804a059 in runops (interpreter=0x8133298, code=0x81496b8, offset=0)
    at interpreter.c:481
#5  0x0808b581 in Parrot_runcode (interpreter=0x8133298, argc=1, 
    argv=0xbffff4a8) at embed.c:309
#6  0x080cf85b in main (argc=1, argv=0xbffff4a8) at test_main.c:50
(gdb) print entry
$1 = (Stack_Entry_t *) 0x14


-- 
Thermodynamics in a nutshell:
1st Law:  You can't win.  (Energy is conserved)
2nd Law:  You can't break even.  (Entropy)
0th Law:  You can't even quit the game.  (Closed systems) -- Taki Kogoma


Reply via email to