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


$ ./parrot t/pmc/io_1.pir
Undef ok 1
Undef ok 2
Assertion failed: (unsigned long)l != 0xdeadbeefUL, file io/io.c, line 1013

dbx shows:

(dbx) where
>  0 __nxm_thread_kill(0x6, 0x3ffc01b6000, 0x3ff805c0eb8, 0x3ffc01b6000,
0x3ffc01b6000) [0x3ff805c3048]
   1 pthread_kill(0x0, 0x11fffb238, 0x0, 0x11fffc010, 0x3ff00000001)
[0x3ff805c0ed0]
   2 (unknown)() [0x3ff805c7908]
   3 (unknown)() [0x3ff80633994]
   4 exc_raise_signal_exception(0x60ffe0003, 0x86, 0x0, 0x3ff805c3048,
0x1) [0x3ff80633d80]
   5 __nxm_thread_kill(0x0, 0x3ffc01b6000, 0x3ff805c0eb8, 0x3ffc01b6000,
0x3ffc01b6000) [0x3ff805c3048]
   6 pthread_kill(0x11fffbdf0, 0x11fffbdfd, 0x10378, 0x1, 0x3ff00000001)
[0x3ff805c0ed0]
   7 __tis_raise(0x10378, 0x1, 0x3ff00000001, 0x0, 0x3ff801d274c)
[0x3ff80140554]
   8 abort(0x3ff801d21b4, 0x0, 0x3ff805c2400, 0x0, 0x600000000)
[0x3ff801d2748]
   9 __assert(0x3ff800c2a90, 0x3ff800c2a80, 0x3, 0x1, 0x3) [0x3ff801d21b0]
  10 PIO_putps(interpreter = 0x140138000, pmc = 0x140139ba0, s =
0x1404de570) ["io/io.c":1013, 0x1200b95f4]
  11 Parrot_print_p_sc(cur_opcode = 0x1401376b8, interpreter =
0x140138000) ["ops/io.ops":308, 0x1200f2ff0]
  12 runops_slow_core(interpreter = 0x140138000, pc = 0x1401376b8)
["src/runops_cores.c":153, 0x120169748]
  13 runops_int( = 0x140138000,  = 0x140138000, interpreter =
0x140138000, offset = 0) ["src/interpreter.c":750, 0x12010f1e0]
  14 runops(interpreter = 0x140138000, offs = 0) ["src/inter_run.c":81,
0x1200b70c0]
  15 Parrot_runcode(interpreter = 0x140138000, argc = 1, argv =
0x11fffc020) ["src/embed.c":869, 0x120095ac8]
  16 Parrot_runcode(interpreter = 0x140138000, argc = 1, argv =
0x11fffc020) ["src/embed.c":808, 0x1200958b8]  17 main(argc = 1, argv =
0x11fffc020) ["imcc/main.c":647, 0x120094520](dbx)

Reply via email to