Date: Sun, 3 May 1998 18:38:07 +0300 (IDT) From: Eli Zaretskii To: Shaun Jackman cc: djgpp AT delorie DOT com Subject: Re: strtod() crashes on the call strtod("$.", &endp); In-Reply-To: <354C3C00.FD4900DB@rogers.wave.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 3 May 1998, Shaun Jackman wrote: > I have a program that is crashing within strtod(). I found it unusual > that it would crash during a library function call. Maybe you somebody > out there can shed some light on this. [snip] > Unfortunately, it crashes. > I ran gdb on it, and after the crash got a stack frame back-trace. > The result was: It is meaningless to post a debugger backtrace for a program whose source is not available. Please post the shortest source that reproduces this problem. My first guess would be that your endp variable points into the great void (no offence). But without the source, I cannot really be smart.