From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: break - problem Date: 27 Aug 2003 11:29:59 GMT Organization: Aachen University of Technology (RWTH) Lines: 18 Message-ID: References: <20030826165154 DOT 00844 DOT 00000684 AT mb-m02 DOT aol DOT com> <20030827033124 DOT 28093 DOT 00001083 AT mb-m29 DOT aol DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1061983799 15955 137.226.32.75 (27 Aug 2003 11:29:59 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 27 Aug 2003 11:29:59 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sterten wrote: > this was a general protection fault. Apparantly it only occurs at a > certain critical size of the program Now I added some lines and it's > gone. I'm quite sure that this was a false conclusion. GPF's don't really depend on the size, but rather on the actual *content* of your program. I.e. you just brushed an actual bug under the carpet instead of fixing it. You should debug your program for real (as in: run it inside a debugger), and try to reproduce the crash, to see where exactly it's coming from. Also check out the FAQ about how to intrepret crash symptoms. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.