#1915: Cloning ParrotLibrary results in Null PMC access
------------------------+---------------------------------------------------
 Reporter:  DavidCzech  |        Type:  bug   
   Status:  new         |    Priority:  normal
Milestone:              |   Component:  none  
  Version:  master      |    Severity:  medium
 Keywords:  pmc         |        Lang:        
    Patch:              |    Platform:        
------------------------+---------------------------------------------------
 Cloning a ParrotLibrary PMC results in Null PMC access:

 test_parrotlibrary.pir
 {{{
 new $P0, ['ParrotLibrary']
 $P1 = clone $P0
 }}}


 {{{
 da...@animal:~/Data/GCI/parrot$ ./parrot test_parrotlibrary.pir
 Null PMC access in clone()
 current instr.: 'main' pc 3 (test_parrotlibrary.pir:1)
 }}}


 Found while making tests for the ParroyLibrary test:
 https://github.com/kapace/parrot/tree/test_coverage

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1915>
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