#729: Segfault on printing a String PMC assigned a null string
----------------------+-----------------------------------------------------
 Reporter:  jonathan  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  core      |     Version:  1.2.0
 Severity:  high      |    Keywords:       
     Lang:            |       Patch:       
 Platform:  all       |  
----------------------+-----------------------------------------------------
Description changed by jonathan:

Old description:

> The following code segfaults...
>
> .sub 'main'
>     $P0 = new 'String'
>     assign $P0, $S0
>     say $P0 # OH NOES HERE
>     say "lol I'm alive"
> .end

New description:

 The following code segfaults...
 {{{
 .sub 'main'
     $P0 = new 'String'
     assign $P0, $S0
     say $P0 # OH NOES HERE
     say "lol I'm alive"
 .end
 }}}

--

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/729#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to