id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
993,attempt to access code outside of current code segment in vtable init death,dukeleto,whiteknight,"I wrote this code to test that vtable init happens at the correct time, while trying to translate a test in t/pmc/parrotobject.t :
{{{
.sub main
    .include 'test_more.pir'
    throws_like(<<'CODE','init','vtable init happens at the correct time')
    .sub main :main
        $P0 = newclass [ ""Test"" ]
        $P1 = new [ ""Test"" ]
        die '42'
    .end

.namespace [ ""Test"" ]

.sub init :method :vtable
    die 'init'
.end
CODE

.end

}}}
causes this:
{{{
ok 5 - vtable init happens at the correct time
src/call/context.c:523: failed assertion 'ctx'
Backtrace - Obtained 16 stack frames (max trace depth is 32).
0   libparrot.dylib                     0x00484bed Parrot_do_check_events + 173
1   libparrot.dylib                     0x00484d57 Parrot_confess + 151
2   libparrot.dylib                     0x004a80a9 Parrot_pcc_get_handlers + 89
3   libparrot.dylib                     0x004fffa1 Parrot_cx_find_handler_local + 561
4   libparrot.dylib                     0x004853e0 Parrot_ex_throw_from_c + 128
5   libparrot.dylib                     0x00485c40 Parrot_ex_throw_from_op_args + 0
6   libparrot.dylib                     0x004fcf01 enable_event_checking + 4289
7   libparrot.dylib                     0x004fb4aa Parrot_runcore_switch + 3802
8   libparrot.dylib                     0x004a6135 new_runloop_jump_point + 389
9   libparrot.dylib                     0x004a6477 new_runloop_jump_point + 1223
10  libparrot.dylib                     0x004a718a Parrot_runops_fromc_args + 186
11  libparrot.dylib                     0x00481a61 Parrot_runcode + 337
12  libparrot.dylib                     0x006ad507 imcc_initialize + 471
13  libparrot.dylib                     0x006ae1b9 imcc_run + 873
14  parrot                              0x00002559 start + 297
15  parrot                              0x00002466 start + 54
}}}",bug,closed,normal,,core,1.5.0,medium,duplicate,,,,,
