pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: release candidate 5 available--stack trace for Solaris


From: Marshall DeBerry
Subject: RE: release candidate 5 available--stack trace for Solaris
Date: Mon, 1 Aug 2005 22:12:17 -0400


Ok, here's the results of the breakpoint/backtrace:

Breakpoint 1 at 0x8aa10: file tab.c, line 611.
(gdb) condition 1 (r >= table->nr)
(gdb) run
Starting program: /export/home/mdb/srcfiles/pspp-0.4.0/src/pspp -o raw-ascii
/tmp/pspp-tst-13921/examine.sh.sps
 
Breakpoint 1, tab_float (table=0x11a7c0, c=2, r=976983, opt=0 '\0', val=8, 
    w=8, d=0) at tab.c:611
611       assert (r < table->nr);
(gdb) bt
#0  tab_float (table=0x11a7c0, c=2, r=976983, opt=0 '\0', val=8, w=8, d=0)
    at tab.c:611
#1  0x00027c34 in populate_summary (t=0x11a7c0, col=2, row=976983,
m=0x119920)
    at examine.q:1047
#2  0x00028128 in show_summary (dependent_var=0x0, n_dep_var=1075838976, 
    fctr=0xee857) at examine.q:1025
(gdb)

Marshall



-----Original Message-----
From: John Darrington [mailto:address@hidden 
Sent: Monday, August 01, 2005 9:03 PM
To: Marshall DeBerry
Cc: 'John Darrington'; address@hidden; address@hidden
Subject: Re: release candidate 5 available--stack trace for Solaris

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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]