Date: Mon, 27 Jul 1998 13:32:58 +0300 (IDT) From: Eli Zaretskii To: Jesse A Ezell cc: djgpp AT delorie DOT com Subject: Re: DJGPP BUG? ERROR? In-Reply-To: <19980723.112437.7911.0.TheBibleBowler@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 23 Jul 1998, Jesse A Ezell wrote: > I compile this peace of code w/ GXX v2.8.1 (and the updated libraries and > headers etc.. for 2.8.1) and it gives a SIGSEGV. Please always post the crash traceback printed when it aborts, after you have run the `symify' utility on it. It makes the job of helping you much easier. You could even try using the traceback to try to debug this yourself... From what I could see, this program dies in the destructors, after `main' is done.