Ticket #1700 (closed bug: invalid)
OpLib caching doesn't survive after initializing of parrot trace.
| Reported by: | bacek | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | trunk |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
