From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11146 invoked from network); 1 Apr 2003 17:52:30 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 1 Apr 2003 17:52:30 -0000 Received: (qmail 4722 invoked by alias); 1 Apr 2003 17:52:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18426 Received: (qmail 4709 invoked from network); 1 Apr 2003 17:52:22 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 1 Apr 2003 17:52:22 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.3.58.174] by sunsite.dk (MessageWall 1.0.8) with SMTP; 1 Apr 2003 17:52:21 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h31HqFj02171; Tue, 1 Apr 2003 09:52:15 -0800 From: "Bart Schaefer" Message-Id: <1030401175214.ZM2170@candle.brasslantern.com> Date: Tue, 1 Apr 2003 17:52:14 +0000 In-Reply-To: <15348.1049216646@csr.com> Comments: In reply to Peter Stephenson "Re: PATCH: RLIMITS macros" (Apr 1, 6:04pm) References: <15348.1049216646@csr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Peter Stephenson , zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: PATCH: RLIMITS macros MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 1, 6:04pm, Peter Stephenson wrote: } } > zagzig% ulimit -v 1024 } > zagzig% zsh: segmentation fault (core dumped) Src/zsh -f } } Isn't that giving you 1MB, which may not be enough? Can you verify it's } still not multiplying by 1024? schaefer[574] Src/zsh -f zagzig% ulimit -v 10240 zagzig% zsh: segmentation fault (core dumped) Src/zsh -f schaefer[575] Src/zsh -f zagzig% ulimit -v 102400 zagzig% zsh: segmentation fault (core dumped) Src/zsh -f schaefer[575] Src/zsh -f zagzig% ulimit -v 102400000 zagzig% limit cputime unlimited filesize unlimited datasize unlimited stacksize 8MB coredumpsize unlimited memoryuse unlimited maxproc 2040 descriptors 1024 memorylocked unlimited addressspace 97MB zagzig%