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



 examples/assembly/thr-primes.imc dies with a segfault. gdb says that it
 dies at:

 0x080c7521 in pt_thread_run (interp=0x8225110, dest_interp=0x0,
sub=0x4038d67c)
    at src/thread.c:145
145         Parrot_Interp interpreter = PMC_data(dest_interp);

The backtrace is:

#0  0x080c7521 in pt_thread_run (interp=0x8225110, dest_interp=0x0,
    sub=0x4038d67c) at src/thread.c:145
#1  0x080c767e in pt_thread_run_3 (interp=0x8225110, dest_interp=0x0,
    sub=0x4038d67c) at src/thread.c:231
#2  0x08239a77 in ?? ()
#3  0x081b3fd3 in Parrot_NCI_invoke (interpreter=0x8225110,
pmc=0x4038dfc8,
    next=0x8264888) at nci.c:91
#4  0x080caaf8 in Parrot_invoke (cur_opcode=0x8264884,
interpreter=0x8225110)
    at ops/core.ops:412
#5  0x0808811f in runops_slow_core (interpreter=0x8225110, pc=0x8264884)
    at src/runops_cores.c:146
#6  0x0807bae1 in runops_int (interpreter=0x8225110, offset=0)
    at src/interpreter.c:833
#7  0x0807bb87 in runops_ex (interpreter=0x8225110, offset=0)
    at src/interpreter.c:863
#8  0x0807bd57 in runops (interpreter=0x8225110, offset=0)
    at src/interpreter.c:935
#9  0x080bbd32 in Parrot_runcode (interpreter=0x8225110, argc=1,
    argv=0xbfffddf8) at src/embed.c:692
#10 0x0807ac69 in main (argc=1, argv=0xbfffddf8) at imcc/main.c:556
#11 0x400cd647 in __libc_start_main (main=0x807a480 <main>, argc=2,
    ubp_av=0xbfffddf4, init=0x8078fbc <_init>, fini=0x81cb200 <_fini>,
    rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbfffddec

 Simon

Reply via email to