From: "Martin Ambuhl" Newsgroups: comp.os.msdos.djgpp Subject: Re: Exceptions, worked _before_ GCC 2.8.1. Now don't! - LLIST.CC [1/1] Date: Wed, 27 May 1998 12:52:04 -0400 Organization: Nocturnal Aviation Lines: 28 Message-ID: <6khjr0$kr@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! ;) ================ Since your code contains #include "llist.h" and there is no llist.h in sight, at least one error is explained. ================ : : 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 : :