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


_______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to