Date: Thu, 7 Oct 2004 21:10:06 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Dan Nelson <dnelson@allantgroup.com> Cc: freebsd-current@freebsd.org Subject: Re: awk leaking memory during arithmetic? Message-ID: <20041007181006.GC84576@ip.net.ua> In-Reply-To: <20041004172224.GA30419@dan.emsphone.com> References: <20041004171422.GK262@numachi.com> <20041004172224.GA30419@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--nmemrqcdn5VTmUEE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 04, 2004 at 12:22:24PM -0500, Dan Nelson wrote: > In the last episode (Oct 04), Brian Reichert said: > > I may be misremembering some awk lore, but this still seems like > > undesired behavior. Essentially, I'm trying to sum up some numbers, > > but awk spin, chewing up memory, until it drops a huge core file. > >=20 > > # uname -a > > FreeBSD backup.internal 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Mon S= ep 27 > > 19:27:46 EDT 200 root@backup2.internal:/usr/src/sys/i386/compile/FIL= ESERVER i386 > > =20 > > # cat test_list | awk '{print $1}' > > 53999616 > > 53999616 > > 53311488 > > 102475776 > > 257134592 > > 858624 > > 512909312 > > 1147392 > > 39385174 > > 35815424 > >=20 > > # cat test_list | awk '{ t +=3D $1 } END {print $t}' > > awk in malloc(): error: allocation failed >=20 > I think "print t" is what you want here. $t would refer to the t'th > field in the line, and it looks like awk tried to resize the array out > to 1111037014 entries and failed. >=20 There's an open PR bin/72370 on this (now with the patch). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBZYZ+qRfpzJluFF4RAjlKAJ9BGrnH4om7oVoCIe8dwiON5ulKAwCcDjHG qukxP/UwTbS+r8B1vsiDBcM= =UEy1 -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041007181006.GC84576>