Message-ID: <37D880B5.592C92C1@uswest.net> From: Josh Reed X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Program Crash References: <37D71D7D DOT A31105CD AT uswest DOT net> <7r7rcc$gs7$1 AT antares DOT lu DOT erisoft DOT se> <37D87266 DOT 29BC6CF5 AT uswest DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 Date: Thu, 09 Sep 1999 22:53:25 -0500 NNTP-Posting-Host: 209.180.52.106 X-Trace: news.uswest.net 936935228 209.180.52.106 (Thu, 09 Sep 1999 22:47:08 CDT) NNTP-Posting-Date: Thu, 09 Sep 1999 22:47:08 CDT Organization: U S WEST Interprise To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I recompiled the program with a the cpp.exe from version 2.95 and the program dies with a SIGSEGV. I am almost positive that I overrun the stack. I looked in the faq and used stubedit to set my stack size to 4mb. I think it pukes on the really long pathnames (path is the variable that holds the current path.) It still pukes on 4mb stack... instead of using the whole pathname could I get by with a '.\newpathhere'?? I am going to try it. Josh PS Sorry if I am getting on people's nerves. I really appreciate the help.