id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1700,OpLib caching doesn't survive after initializing of parrot trace.,bacek,,"Hello.

Main problem - debug_core reinitialize core pmcs.

Simple testcase:
{{{
.sub ""main""
    .local pmc oplib
    oplib = new 'OpLib'
    trace 1
    $P0 = oplib['say_sc']
.end
}}}

{{{
~/src/parrot (master)$ ./parrot t.pir 
0005 set P0, P1[""say_sc""]                                        P0=PMCNULL P1=OpLib=PMC(0x12bf0f0) 
Segmentation fault

}}}


-- 
Bacek",bug,closed,major,,core,trunk,medium,invalid,,,,,
