bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: too long source lines that are in error can core dump gawk 3.1.0


From: Andreas Schwab
Subject: Re: too long source lines that are in error can core dump gawk 3.1.0
Date: 26 Nov 2001 17:15:27 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1.30

address@hidden (Aharon Robbins) writes:

|> > To: address@hidden
|> > Subject: found awk "internal error"
|> > Date: Tue, 30 Oct 2001 12:39:40 +0800 (CST)
|> > From: Dan Jacobson
|> >
|> > I don't know that it was importaint, but i thought you should know...
|> > it said "internal error" so I thoght you should know...
|> > it is a product of some symple typo that i will now fix...
|> 
|> It was a memory overrun.  In keeping with the "no arbitrary limits"
|> principle of GNU software, this is now fixed.  Thanks for the report,
|> and here's a patch.

When I applied this patch three of the awk tests fail now, for example:

--- noparms.ok  Wed Jun  4 18:38:15 1997
+++ _noparms    Mon Nov 26 16:43:51 2001
@@ -1,4 +1,4 @@
 gawk: noparms.awk:1: function x(a, b, c , ,) {}
-gawk: noparms.awk:1:                      ^ parse error
+           ^ gawk: noparms.awk:1: parse error
 gawk: noparms.awk:1: function x(a, b, c , ,) {}
-gawk: noparms.awk:1:                       ^ parse error
+           ^ gawk: noparms.awk:1: parse error

Andreas.

-- 
Andreas Schwab                                  "And now for something
address@hidden                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]