Date: Wed, 17 Jun 1998 09:43:31 +0300 (IDT) From: Eli Zaretskii To: jdh cc: djgpp AT delorie DOT com Subject: Re: 16bit MS-Dos subsystem error In-Reply-To: <35869570.11493968@news.ttu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Jun 1998, jdh wrote: > I am clueless. I compiled the program in the Windows NT DOS-prompt > shell thing. If I try to run the program(s) on a straight DOS > machine, I get a segmentation fault message. When it crashes with SIGSEGV, you get a traceback. Run SYMIFY on that traceback, and it will add the file names and line numbers to that traceback. This traceback explains you where exactly the trouble happened. You should then run your program under a debugger near that point and find the bug(s). More about this is explained in the DJGPP FAQ list (v2/faq210b.zip from the usual DJGPP sites), in section 9.2.