[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: virtual memory exhausted
From: |
Jerome Zago |
Subject: |
Re: virtual memory exhausted |
Date: |
Mon, 6 Oct 2003 14:42:17 +0200 |
User-agent: |
KMail/1.5 |
On Monday 06 October 2003 11:49, Peter A. Kerzum wrote:
> Excuse me for another silly question, but can you tell when could this
> error occure:
>
> virtual memory exhausted
When calling malloc(0) on some systems. See
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2888&group_id=71 for
details.