Date: Tue, 7 Jul 1998 14:22:42 +0300 (IDT) From: Eli Zaretskii To: Javier Calleja cc: djgpp Subject: Re: =?iso-8859-1?Q?Why_don=B4t_I_have_enough_virtual_memory=3F?= In-Reply-To: <01bda8f6$cab62dc0$0100a8c0@dismuntel.ctv.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk On Mon, 6 Jul 1998, Javier Calleja wrote: > The programm do well when the number of iterations is low (it=5000), but > when it's high the programm crahses in a certain iteration and the message > 'not enough virtual memory' appears in the screen. > > I donīt understand why, because in this function I donīt use the 'new' > operator and I donīt allocate any memory. I make the objects and allocate > the memory before I execute the > training function. But the error message appears in this function. Some library functions could call memory-allocating functions, or construct temporary objects on your behalf, behind the scenes. > Please, could you help me? Is some kind of traceback printed when it crashes? If so, please post it here (you should always do that when reporting a crash).