Ticket #198 (closed bug: fixed)
PIRC segfaults on particular sequences of code.
| Reported by: | kjs | Owned by: | kjs |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | pirc | Version: | |
| Severity: | fatal | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
The following code segfaults when run with ./pirc -b -x
.sub main
.local pmc i, f, t
i = new "Integer"
t = new "String"
t = "hi there"
say ''
.end
.sub foo
.end
When the assignment to t is commented out, it'll print "FixedIntegerArray", otherwise on windows it'll print some garbage strings (if you must know, it's:
= : : = : : \ = C : = C : \ c y g w i n \ h o m
)
Change History
Note: See
TracTickets for help on using
tickets.
