Greetings!

This has already been reported as bug #61342 for 2.7. See also Gentoo 
downstream bug report: https://bugs.gentoo.org/805578

I tried 2.8 and complex/test_c11 fails here too. gdb gives me the following 
backtrace:

 # 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


Regards,
Erhard

Reply via email to