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

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

Re: 3.1.3 doesn't like uninitialised variables


From: Aharon Robbins
Subject: Re: 3.1.3 doesn't like uninitialised variables
Date: Thu, 2 Sep 2004 15:47:52 +0300

Greetings. Re this:

> Date: Thu, 02 Sep 2004 14:34:44 +0200
> From: "address@hidden" <address@hidden>
> To: address@hidden
> Subject: 3.1.3 doesn't like uninitialised variables
>
> This does what you'd expect with 3.1.2 and earlier, but 3.1.3 segfaults.
> Looks like fun...
> greetings
>
> ----------------------------------------------------------------------
>
> #!/usr/bin/gawk -f
>
> BEGIN {
>   p(empty)
>   p(empty)
> }
>
> function p (var) {
>   print(var)
> }

This is a known problem. It's fixed in 3.1.4, which was released about a
week and a half ago.  Please download and build that version.

Thanks,

Arnold




reply via email to

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