X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: djstat_fail_bits Date: 28 Aug 2005 13:28:22 GMT Lines: 22 Message-ID: <3ndsfmF10emtU1@news.dfncis.de> References: <4311afd4$0$27162$91cee783 AT newsreader01 DOT highway DOT telekom DOT at> X-Trace: news.dfncis.de C9ljehKR9UgtcaCVWjVEVgEYx/3Km/qI9Ji/6nh4lMHRI3phoF+8fhbieL X-Orig-Path: not-for-mail To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Florian Xaver wrote: > My program is crashing, and symify shows me an error: > 0x0011cfa4 __djstat_fail_bits+523944 > 0x00003ef2 __ZN5TZone10InvalidateE5TRect+66 > But what is djstat_fail_bits?? Nothing that concerns your crash. Notice that +523944 following the name? That means the actual error is half a megabyte away from the location of that routine. This is what you get for trying 'symify' on programs with no debug info whatsoever, or with debug info in formats it doesn't understand. Try 'bfdsymify' instead, and/or make sure that you compile and link as much of your program as possible using a '-g' switch. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.