From: Bernd Jagla Newsgroups: comp.os.msdos.djgpp Subject: problem with recursion Date: Fri, 11 Apr 1997 09:48:34 +0200 Organization: Freie Universitaet Berlin Lines: 27 Message-ID: <334DECD2.6C8F@zedat.fu-berlin.de> NNTP-Posting-Host: prolin.ukbf.fu-berlin.de (160.45.189.162) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi there, I wrote a Program on a unix machine and it works there. I can compile it with the djgpp-version of gcc. It works with small inputfiles. Using bigger inputfiles I get following message: Diese Anwendung wird aufgrund eines unzulaessigen Zugriffs beendet. Alle Anwendungen beenden und Computer neu starten. Details: In dieser Anwendung ist eine allgemeine Schutzverletzung aufgetreten. Ort des Fehlers: 00A7:14577 Bediente Interrupss: Keine Ok. It is obvious, that the programm needs more space, but because the critical allocation process lies in a recursion it is hard to ask if the allocation for the start of the routine was ok. Is there any option for the gcc compiler, or any command that enables an a bit more softer Exit. I don't want restart the machine each time. And is there any model for user extra space. I am sure, there is enough space left on the machine. So I hope you understand my problem, inspite of my poor English. Thank you for your help in advance. Bernd