Ticket #729 (closed bug: fixed)

Opened 13 years ago

Last modified 12 years ago

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

Changed 13 years ago by jonathan

  • description modified (diff)

Changed 13 years ago by NotFound

For me it fails in the assign operation. Fixed that in r39305. After that fix, it doesn't fail for me.

Changed 12 years ago by coke

  • status changed from new to closed
  • resolution set to fixed

As NotFound++ noted 3 months ago, fixed. closing ticket...

Note: See TracTickets for help on using tickets.