perl 5.0 alpha 3
[p5sagit/p5-mst-13.2.git] / Bugs / stuff
1 Article 13355 of comp.lang.perl:
2 Newsgroups: comp.lang.perl
3 Path: netlabs!news.cerf.net!usc!cs.utexas.edu!uunet!fmrco!fmrco!asherman
4 From: asherman@fmrco.com (Aaron Sherman)
5 Subject: Re: perl 5a2 cannot "die" (plus current list o' bugs)
6 In-Reply-To: wjm@feenix.metronet.com's message of Fri, 20 Aug 1993 21:32:10 GMT
7 Message-ID: <ASHERMAN.93Aug23094250@uboat.fmrco.com>
8 Sender: news@fmrco.uucp
9 X-Quote: "...accepting is much harder than giving." -Mike Smith
10 Reply-To: asherman@fmrco.COM
11 Organization: I-Kinetics, 19 Bishop-Allen Dr., Cambridge, MA
12 References: <ASHERMAN.93Aug20102959@uboat.fmrco.com> <CC2uHM.6Hq@feenix.metronet.com>
13 Date: Mon, 23 Aug 1993 14:42:50 GMT
14 Lines: 47
15
16
17 >>>>> wjm@feenix.metronet.com (Bill Middleton) said:
18
19 wjm> asherman@fmrco.COM writes:
20
21 >An interesting pair of bugs can be seen in the following output:
22
23 wjm> I dont think so.  Could be in the compilation or something.  Did it
24 wjm> pass all tests?  Each of the following work fine here on this HP.
25
26 I tried compiling with Sun's native CC and GCC. Both worked fine, but
27 caused this problem. I'll try it with Larry's original version when I
28 get a chance.
29
30 wjm> perl5 -e 'die "hello $. \n";
31 wjm> hello  
32
33 Ah. But, note that the $. STILL isn't working. So only ONE of those
34 bugs did not show.
35
36 This is my current list of bugs (not complete, but what I've had time
37 to note). Hope it helps:
38
39 "perl -e die" will cause a seg-fault
40
41 $. is not updated
42
43 Memory leak for anonymous arrays:
44         while(1) { @a = (1, 2, 3, [4, 5], 6); @a = (); }
45         Will keep allocating and not freeing memory.
46
47 "perl -e 'sub foo {print 1} foo'" should either complain or call foo,
48         but does neither. Or, did Larry not impliment the &-less
49         function calling that he was talking about?
50
51 "perl -le 'sub foo {1} $a = \&foo; print &{$a}; print &{$a} + 1'" should
52         not fail to parse.
53
54
55                         -AJS
56
57 --
58 Aaron Sherman                   I-Kinetics, Inc.
59 Systems Engineer                  "Open Systems Stepstones"
60 Voice: (617)661-8181            19 Bishop Allen Dr.
61 Fax:   (617)661-8625            Cambridge, MA 02139
62 Pager: (508)545-0584            asherman@i-kinetics.com
63
64