#198: PIRC segfaults on particular sequences of code.
--------------------+-------------------------------------------------------
 Reporter:  kjs     |       Owner:  kjs
     Type:  bug     |      Status:  new
 Priority:  normal  |   Milestone:     
Component:  pirc    |     Version:     
 Severity:  fatal   |    Keywords:     
     Lang:          |       Patch:     
 Platform:          |  
--------------------+-------------------------------------------------------
 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
 }}}
 )

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/198>
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