Ticket #714 (closed bug: fixed)
can't copy undef to null
Reported by: | coke | Owned by: | whiteknight |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | none | Version: | trunk |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
This used to work (unknown rev) but now fails in svn latest:
.sub main :main null $P1 $P2 = new 'Undef' copy $P1, $P2 .end
It should end silently, but dies with:
Null PMC access in getprops() current instr.: 'main' pc 5 (foo.pir:4)
Change History
Note: See
TracTickets for help on using
tickets.