From: "Martin Ambuhl" Newsgroups: comp.os.msdos.djgpp Subject: Re: Exceptions, worked _before_ GCC 2.8.1. Now don't! - TEST8.CC [1/1] Date: Wed, 27 May 1998 12:58:45 -0400 Organization: Nocturnal Aviation Lines: 30 Message-ID: <6khk7i$td@news-central.tiac.net> References: NNTP-Posting-Host: p21.tc3.newyo.ny.tiac.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Gili wrote in message ... :Hi, : : I recently reinstalled all of DJGPP in order to install GCC 2.8.1 :along with it. Previously I have been using the PGCC port to DJGPP :(v1.01 I believe it was.) Ever since then, I've been getting stupid, :unexplained errors.. I'm going to attach the following code to prove :my point. If I'm at fault, I'll eat my hat! ;) ============ After overcoming my distrust of attachments, I saved all you from multiple postings and compiled them. There are no compilation errors. What kind of errors did you see? "Stupid, unexplained" is not an adequate description. At this point, it looks like you might consider what condiments go well with hat, ============ : : The error occures (depending on how you walkthrough the source-code) :at different points in SLList_Init... They all report a classic :SIGSEGV error.. I've taken a looksee and found no misallocated memory :(until later on in SLList_Init which I _know_ is buggy. Once again, :I'm concerned with the first 5 lines in SLList_Init, not the later :procedures as I know they're buggy. Sorry for attaching files, but it :is the only way in this case.. : :Gili : :