#1700: OpLib caching doesn't survive after initializing of parrot trace.
--------------------+-------------------------------------------------------
 Reporter:  bacek   |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  major   |   Milestone:       
Component:  core    |     Version:  trunk
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
 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

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1700>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to