Ticket #1915 (closed bug: fixed)
Cloning ParrotLibrary results in Null PMC access
Reported by: | DavidCzech | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | master |
Severity: | medium | Keywords: | pmc |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Cloning a ParrotLibrary PMC results in Null PMC access:
test_parrotlibrary.pir
new $P0, ['ParrotLibrary'] $P1 = clone $P0
david@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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.