From: Neil Duxbury Newsgroups: comp.os.msdos.djgpp Subject: Executables crashing on new command Date: Mon, 7 Apr 1997 14:41:04 -0300 Organization: University of New Brunswick Lines: 14 Message-ID: NNTP-Posting-Host: jupiter-alt3.unb.ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm currently in the middle of developing a file translation program. Last week I ran into the problem of my executables exiting midway through with a SIGSEGV error. This came on the execution of a new command. I believe I've made the alterations suggested in the FAQ to combat this. However, my programs are still exiting midway through, when a new command is executed. There is however a little more variety as now SIGABRT and "virtual memory exceeded in new" appear as error messages. I have no idea how to fix this problem, so any help would be greatly appreciated. Neil