Date: Tue, 24 Nov 1998 18:03:02 +0000 From: Ben Smithurst <ben@scientia.demon.co.uk> To: freebsd-questions@FreeBSD.ORG Subject: perl recursive call errors Message-ID: <19981124180302.A29773@scientia.demon.co.uk>
next in thread | raw e-mail | index | archive | help
I've been seeing errors like this in my INN error logs: /usr/local/bin/perl in free(): warning: recursive call. /usr/local/bin/perl in malloc(): warning: recursive call. Out of memory! The free() one occurs a lot ... // ben@scientia:/var/log/news/OLD$ gzip -dc errlog.1.gz | grep -c free 12142 And that's just one day. Any idea what could cause this? A problem with Perl/FreeBSD/the perl script in question/my setup, etc? (I'm not sure which perl script is causing it, there are no timestamps or any other clues in the log that I can see. I think the only two perl scripts involved with INN are controlchan and Cleanfeed though.) Grepping for recursive in the perl*(1) manpages didn't show anything that looked relevant. -- Ben Smithurst ben@scientia.demon.co.uk send a blank message to ben+pgp@scientia.demon.co.uk for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981124180302.A29773>