|
From: | Thomas Dickey |
Subject: | Re: weird abortions (was Re: [Lynx-dev] 2.8.6dev.10) |
Date: | Mon, 3 Jan 2005 13:59:59 -0500 (EST) |
On Mon, 3 Jan 2005, Thorsten Glaser wrote:
Program received signal SIGABRT, Aborted. 0x02b97085 in ?? () This continues; LINES () and __progname () appear (__progname is a string, not a function, though). So I guess nothing useful, and I don't know what gdb can do either.
Perhaps the core dump forced by the gcc extension is incomplete or corrupt. I see stuff like this when a program's trashed its stack,
e.g., by writing on it, or by buffer overruns that wipe out return address. But if the gcc extension isn't setup right, and is checking the stack, I have a hunch it would do this as well. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
[Prev in Thread] | Current Thread | [Next in Thread] |