On Mon, Aug 01, 2005 at 10:12:13AM -0400, Marshall DeBerry wrote:
Ok, here's the gdb stack trace under Solaris 9, command/examine.sh :
Program received signal SIGABRT, Aborted.
0xfee20130 in _libc_kill () from /usr/lib/libc.so.1
(gdb) bt
#0 0xfee20130 in _libc_kill () from /usr/lib/libc.so.1
#1 0xfedb6ce0 in abort () from /usr/lib/libc.so.1
#2 0x0005c398 in request_bug_report_and_abort (
msg=0x43 <Address 0x43 out of bounds>) at error.c:545
#3 0x0005c3cc in err_assert_fail (
expr=0xffbff458 "Assertion failed: tab.c:611; (r < table->nr)",
file=0x100 <Address 0x100 out of bounds>, line=838440) at error.c:553
(gdb) quit
I can't do much with that. Doesn't it give you any stack frames below #3 ??
Strange.Try doing : (gdb) break tab.c:611 (gdb) condition 1 (r >= table->nr) (gdb) run (gdb) bt and send me what you get. Thanks. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
