[Top][All Lists]
[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 10:12:13 -0400 |
Ok, here's the gdb stack trace under Solaris 9, command/examine.sh :
make[2]: Entering directory `/export/home/mdb/srcfiles/pspp-0.4.0/tests'
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.9"...
(gdb) r
Starting program: /export/home/mdb/srcfiles/pspp-0.4.0/src/pspp -o raw-ascii
/tmp/pspp-tst-24417/examine.sh.sps
******************************************************************
You have discovered a bug in PSPP.
Please report this, by sending an email to address@hidden,
explaining what you were doing when this happened, and including
a sample of your input file which caused it.
Also, please copy the following lines into your bug report:
bare_version: 0.4.0
version: GNU pspp 0.4.0
stat_version: GNU pspp 0.4.0 (Sun Jul 31 19:44:02 EDT 2005).
host_system: sparc-sun-solaris2.9
build_system: sparc-sun-solaris2.9
default_config_path: ~/.pspp:/usr/local/etc/pspp
include_path: ./:~/.pspp/include:/usr/local/share/pspp
groff_font_path:
~/.pspp/font:/usr/local/share/pspp/font:/usr/local/lib/groff/font:/usr/lib/g
roff/f
ont:/usr/local/share/groff/font:/usr/share/groff/font
locale_dir: /usr/local/share/locale
compiler version: 3.4.2
Diagnosis: Assertion failed: tab.c:611; (r < table->nr)
******************************************************************
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
Marshall
-----Original Message-----
From: John Darrington [mailto:address@hidden
Sent: Sunday, July 31, 2005 9:25 PM
To: Marshall DeBerry
Cc: address@hidden; address@hidden
Subject: Re: release candidate 5 available--build results
On Sun, Jul 31, 2005 at 08:02:06PM -0400, Marshall DeBerry wrote:
Solaris 9 with gcc 3.4.2:
Builds ok with LD_LIBRARY_PATH and SHLIB_PATH initialized properly.
Make check fails with two errors. Switching to use the sh shell (not
BASH)
and using gnu diff, make check reports the following two failures:
******************************************************************
You have discovered a bug in PSPP.
Please report this, by sending an email to address@hidden,
explaining what you were doing when this happened, and including
a sample of your input file which caused it.
Also, please copy the following lines into your bug report:
bare_version: 0.4.0
version: GNU pspp 0.4.0
stat_version: GNU pspp 0.4.0 (Sun Jul 31 19:44:02 EDT 2005).
host_system: sparc-sun-solaris2.9
build_system: sparc-sun-solaris2.9
default_config_path: ~/.pspp:/usr/local/etc/pspp
include_path: ./:~/.pspp/include:/usr/local/share/pspp
groff_font_path:
~/.pspp/font:/usr/local/share/pspp/font:/usr/local/lib/grof
f/font:/usr/lib/groff/font:/usr/local/share/groff/font:/usr/share/groff/font
locale_dir: /usr/local/share/locale
compiler version: 3.4.2
Diagnosis: Assertion failed: tab.c:611; (r < table->nr)
******************************************************************
Abort
run program
NO RESULT
FAIL: command/examine.sh
Can you try and get a stack trace for this problem.
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.
- RE: release candidate 5 available--stack trace for Solaris,
Marshall DeBerry <=