From: Michael G. Schwern Date: Thu, 25 Oct 2001 18:28:12 +0000 (-0400) Subject: Re: [ID 20011025.054] Segmentation fault when using the function read not correctly X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c74e71c7bea13671b874bece63ae3f57b7ac1ffe;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20011025.054] Segmentation fault when using the function read not correctly Message-ID: <20011025182812.M4811@blackrider> p4raw-id: //depot/perl@12659 --- diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t index 7e4f3a8..9f20360 100644 --- a/t/run/kill_perl.t +++ b/t/run/kill_perl.t @@ -804,3 +804,8 @@ Execution of - aborted due to compilation errors. BEGIN { print "ok\n" } EXPECT ok +######## read($var, FILE, 1) segfaults on 5.6.1 [ID 20011025.054] +read($bla, FILE, 1); +EXPECT +Can't modify constant item in read at - line 1, near "1)" +Execution of - aborted due to compilation errors.