From owner-freebsd-current Tue Oct 7 06:25:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA25316 for current-outgoing; Tue, 7 Oct 1997 06:25:43 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from sinbin.demos.su (sinbin.demos.su [194.87.0.31]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA25310 for ; Tue, 7 Oct 1997 06:25:37 -0700 (PDT) (envelope-from bag@sinbin.demos.su) Received: by sinbin.demos.su id RAA01066; (8.6.12/D) Tue, 7 Oct 1997 17:23:34 +0400 From: bag@sinbin.demos.su (Alex G. Bulushev) Message-Id: <199710071323.RAA01066@sinbin.demos.su> Subject: Re: problem with free() and junk pointers? In-Reply-To: from "Simon Shapiro" at "Oct 2, 97 05:41:25 pm" X-ELM-OSV: (Our standard violations) no-mime=1; no-hdr-encoding=1 To: Shimon@i-Connect.Net (Simon Shapiro) Date: Tue, 7 Oct 1997 17:23:33 +0400 (MSD) Cc: current@FreeBSD.ORG, langfod@dihelix.com X-Mailer: ELM [version 2.4ME+ PL32 (25)] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >From sendero's /etc/rc: > > if [ $1x = autobootx ]; then > echo Automatic reboot in progress... > ulimit -t unlimited > ulimit -f unlimited > ulimit -d unlimited > ulimit -s unlimited > ulimit -c unlimited > ulimit -m unlimited > ulimit -l unlimited > ulimit -u unlimited > ulimit -h unlimited > fsck -p > case $? in > 0) > ;; > > Works every time. One of these ulimit is wrong. Too lazy to find which > :-) > 10x it realy works :) Alex. > --- > > > Sincerely Yours, > > Simon Shapiro Atlas Telecom > Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 > Shimon@i-Connect.Net Voice: 503.799.2313 >