From owner-freebsd-questions Mon Mar 18 03:19:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16183 for questions-outgoing; Mon, 18 Mar 1996 03:19:11 -0800 (PST) Received: (from jmb@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16173 Mon, 18 Mar 1996 03:18:59 -0800 (PST) From: "Jonathan M. Bresler" Message-Id: <199603181118.DAA16173@freefall.freebsd.org> Subject: Re: Freebsd and Majordomo out of memory error To: rcima@global-image.com (Rob Cima) Date: Mon, 18 Mar 1996 03:18:59 -0800 (PST) Cc: freebsd-questions@freebsd.org In-Reply-To: <199603180803.CAA26648@www> from "Rob Cima" at Mar 18, 96 02:03:00 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Rob Cima wrote: > > I'm running FreeBSD 2.0.5, majordomo 1.93 and perl 5.001m. I get out of > memory errors whenever a message gets sent to majordomo, and the majordomo > process just sits until it is killed. The majordomo FAQ mentions something > about some OS's versions of perl having eval problems. Is that the case > here? Do I need to go back to a version 4-ish of perl? Any suggestions? we are using FreeBSD 2.1-STABLE, majordomo-1.92 and perl-4.036. ther is a memory leak in eval statements in perl, but i suffer from that as well, and it does not stop us ;) check your wrapper configuration. i got bit by your problem once but it was a long time ago and i do not remember the cause ;(