id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
198	PIRC segfaults on particular sequences of code.	kjs	kjs	"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
}}}
)
"	bug	closed	normal		pirc		fatal	fixed					
