Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805578 - sci-libs/gsl-2.7 - FAIL: test_c11
Summary: sci-libs/gsl-2.7 - FAIL: test_c11
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Other Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL: https://savannah.gnu.org/bugs/index.p...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 915000 804795
  Show dependency tree
 
Reported: 2021-07-31 22:04 UTC by ernsteiswuerfel
Modified: 2025-03-13 23:09 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (ppc64) (gsl-2.7:20210731-214101.log,473.94 KB, text/plain)
2021-07-31 22:04 UTC, ernsteiswuerfel
Details
emerge --info (file_805578.txt,5.75 KB, text/plain)
2021-07-31 22:04 UTC, ernsteiswuerfel
Details
test-suite.log (test-suite.log,280 bytes, text/plain)
2021-07-31 22:07 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2021-07-31 22:04:08 UTC
Created attachment 728934 [details]
build.log (ppc64)

[...]
make[3]: Entering directory '/var/tmp/portage/sci-libs/gsl-2.7/work/gsl-2.7/complex'
PASS: test
../test-driver: line 109: 1357919 Segmentation fault      (core dumped) "$@" > $log_file 2>&1
FAIL: test_c11
============================================================================
Testsuite summary for gsl 2.7
============================================================================
# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
Comment 1 ernsteiswuerfel archtester 2021-07-31 22:04:37 UTC
Created attachment 728937 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2021-07-31 22:07:10 UTC
Created attachment 728940 [details]
test-suite.log

Reading symbols from /var/tmp/portage/sci-libs/gsl-2.7/work/gsl-2.7/complex/test_c11...
[New LWP 1357919]

warning: Could not find DWO CU arch/powerpc/kernel/vdso64/vgettimeofday.dwo(0x44164492a23824d9) referenced by CU at offset 0xe6 [in module system-supplied DSO at 0x3fff85fd2000]
Core was generated by `./test_c11 '.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000000011b0a1980 in gsl_complex_polar ()
Comment 3 Rolf Eike Beer archtester 2021-08-05 09:52:46 UTC
Same on sparc.
Comment 4 Rolf Eike Beer archtester 2022-01-10 15:26:49 UTC
Same in 2.7.1-r1
Comment 5 ernsteiswuerfel archtester 2025-03-13 23:09:42 UTC
I checked out upstream 2.8 release but 'test_c11' fails there too.

Got the following trace with gdb out of the build directory:

 # gdb ./complex/test_c11 
GNU gdb (Gentoo 15.2 vanilla) 15.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "powerpc-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./complex/test_c11...
(gdb) run
Starting program: /root/builddir/gsl-2.8/complex/test_c11 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00420cf4 in gsl_complex_polar (r=r@entry=-1.5, theta=theta@entry=0) at math.c:59
59	  return z;
(gdb) backtrace
#0  0x00420cf4 in gsl_complex_polar (r=r@entry=-1.5, theta=theta@entry=0) at math.c:59
#1  0x004206e0 in test_all () at test_source.c:151
#2  main () at test.c:44