Ticket #729 (closed bug: fixed)
Segfault on printing a String PMC assigned a null string
Reported by: | jonathan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 1.2.0 |
Severity: | high | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | all |
Description (last modified by jonathan) (diff)
The following code segfaults...
.sub 'main' $P0 = new 'String' assign $P0, $S0 say $P0 # OH NOES HERE say "lol I'm alive" .end
Change History
Note: See
TracTickets for help on using
tickets.