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

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

Re: gawk error


From: John Seberg
Subject: Re: gawk error
Date: Wed, 07 Mar 2001 18:41:13 GMT
User-agent: slrn/0.9.5.4 (UNIX)

This could be a problem with your script.  If you refer to an array 
element that does not exist, it will be created with a null string
value.  This may be unintended and wasteful of memory.  This is 
explained in the "Referring to an Array Element" section of the gawk
manual in a bit greater detail.

I am not aware of any memory limitations of gawk.  Can you make more
virtual memory available?

In article <address@hidden>, Shaji Philip wrote:
>Hi
>
>I tried to parse a large file using gawk. Inside gawk the script
>will store values into several arrays. But while running the script
>its giving error like
>gawk: cmd. line:176: fatal: tree_eval: str: can't allocate memory (Not 
>enough space)
>
>When I used nawk the error is
>nawk: out of space ..........
>source line number 86
>
>I tried using a comparatively small size file and it was working fine.
>
>Can you give me some idea to resolve this.
>
>Thanks in advance
>
>Shaji
>
>
>
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>


-- 



reply via email to

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