#776: segfault in Parrot_str_equal...
---------------------+------------------------------------------------------
 Reporter:  coke     |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  blocker  |   Milestone:       
Component:  none     |     Version:  1.2.0
 Severity:  medium   |    Keywords:       
     Lang:  tcl      |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by coke):

 I put my work in progress here into a branch:

 https://partcl.googlecode.com/svn/branches/tclstring

 You can check this out to duplicate the segfault, with:

 prove t/cmd_upvar.t

 but this small snippet of tcl is sufficient (runnable with parrot tcl.pbc
 foo.tcl)

 proc eek {} {
   upvar 0 a(b) c
   array set a [list b 3]
   set c
 }
 eek

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