Bug 242051 - math/openblas: 0.2.20 signal SIGBUS: Access to an undefined portion of a memory object.
Summary: math/openblas: 0.2.20 signal SIGBUS: Access to an undefined portion of a memo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-18 10:00 UTC by Martin Filla
Modified: 2020-09-20 09:21 UTC (History)
1 user (show)

See Also:
phd_kimberlite: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2019-11-18 10:00:26 UTC
Hi, 
i try compiled openblas library 
but have problem with tests

gmake[9]: Leaving directory '/usr/ports/math/openblas/work/OpenBLAS-0.2.20/lapack-netlib/LAPACKE'
gmake[8]: Leaving directory '/usr/ports/math/openblas/work/OpenBLAS-0.2.20/lapack-netlib'
touch libopenblas-r0.2.20.a
gmake -C test all
gmake[8]: Entering directory '/usr/ports/math/openblas/work/OpenBLAS-0.2.20/test'
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o sblat1 sblat1.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o dblat1 dblat1.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o cblat1 cblat1.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o zblat1 zblat1.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat1
 Real BLAS Test Program Results


 Test of subprogram number  1             SDOT 
                                    ----- PASS -----

 Test of subprogram number  2            SAXPY 
                                    ----- PASS -----

 Test of subprogram number  3            SROTG 
                                    ----- PASS -----

 Test of subprogram number  4             SROT 
                                    ----- PASS -----

 Test of subprogram number  5            SCOPY 
                                    ----- PASS -----

 Test of subprogram number  6            SSWAP 
                                    ----- PASS -----

 Test of subprogram number  7            SNRM2 
                                    ----- PASS -----

 Test of subprogram number  8            SASUM 
                                    ----- PASS -----

 Test of subprogram number  9            SSCAL 
                                    ----- PASS -----

 Test of subprogram number 10            ISAMAX
                                    ----- PASS -----
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./dblat1
 Real BLAS Test Program Results


 Test of subprogram number  1             DDOT 
                                    ----- PASS -----

 Test of subprogram number  2            DAXPY 
                                    ----- PASS -----

 Test of subprogram number  3            DROTG 
                                    ----- PASS -----

 Test of subprogram number  4             DROT 
                                    ----- PASS -----

 Test of subprogram number  5            DCOPY 
                                    ----- PASS -----

 Test of subprogram number  6            DSWAP 
                                    ----- PASS -----

 Test of subprogram number  7            DNRM2 
                                    ----- PASS -----

 Test of subprogram number  8            DASUM 
                                    ----- PASS -----

 Test of subprogram number  9            DSCAL 
                                    ----- PASS -----

 Test of subprogram number 10            IDAMAX
                                    ----- PASS -----
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./cblat1
 Complex BLAS Test Program Results


 Test of subprogram number  1            CDOTC 
                                    ----- PASS -----

 Test of subprogram number  2            CDOTU 
                                    ----- PASS -----

 Test of subprogram number  3            CAXPY 
                                    ----- PASS -----

 Test of subprogram number  4            CCOPY 
                                    ----- PASS -----

 Test of subprogram number  5            CSWAP 
                                    ----- PASS -----

 Test of subprogram number  6            SCNRM2
                                    ----- PASS -----

 Test of subprogram number  7            SCASUM
                                    ----- PASS -----

 Test of subprogram number  8            CSCAL 
                                    ----- PASS -----

 Test of subprogram number  9            CSSCAL
                                    ----- PASS -----

 Test of subprogram number 10            ICAMAX
                                    ----- PASS -----
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./zblat1
 Complex BLAS Test Program Results


 Test of subprogram number  1            ZDOTC 
                                    ----- PASS -----

 Test of subprogram number  2            ZDOTU 
                                    ----- PASS -----

 Test of subprogram number  3            ZAXPY 
                                    ----- PASS -----

 Test of subprogram number  4            ZCOPY 
                                    ----- PASS -----

 Test of subprogram number  5            ZSWAP 
                                    ----- PASS -----

 Test of subprogram number  6            DZNRM2
                                    ----- PASS -----

 Test of subprogram number  7            DZASUM
                                    ----- PASS -----

 Test of subprogram number  8            ZSCAL 
                                    ----- PASS -----

 Test of subprogram number  9            ZDSCAL
                                    ----- PASS -----

 Test of subprogram number 10            IZAMAX
                                    ----- PASS -----
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o sblat2 sblat2.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o dblat2 dblat2.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o cblat2 cblat2.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
gfortran9 -O2 -frecursive -m128bit-long-double -Wall -m64  -m128bit-long-double -Wall -m64   -o zblat2 zblat2.o ../libopenblas-r0.2.20.a -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran -lm  -Wl,-rpath=/usr/local/lib/gcc9  -L/usr/local/lib/gcc9 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -L/usr/local/lib/gcc9  -lgfortran 
rm -f ?BLAT2.SUMM
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat2 < ./sblat2.dat
 TESTS OF THE REAL             LEVEL 2 BLAS

 THE FOLLOWING PARAMETER VALUES WILL BE USED:
   FOR N                   0     1     2     3     7    31    63
   FOR K                   0     1     2     4
   FOR INCX AND INCY       1     2    -1    -2
   FOR ALPHA             0.0   1.0   0.7
   FOR BETA              0.0   1.0   0.9

 ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LESS THAN   16.00

 RELATIVE MACHINE PRECISION IS TAKEN TO BE  1.2E-07

 SGEMV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      0.476696E-01     -0.982409E-01
       2      0.159581E-01      0.209144    
       3      0.730628          0.900074E-01
       4      0.511377E-01      0.385603E-01
       5      0.193702          0.151884    
       6      0.302260         -0.832709E-01
       7     -0.872355E-01      0.196669    
       8     -0.404002         -0.246819    
       9     -0.299062         -0.299062    
      10      0.820259E-01      0.820259E-01
      11      0.231502          0.231502    
 ******* SGEMV  FAILED ON CALL NUMBER:
   2204: SGEMV ('N', 11,  7, 1.0, A, 12, X, 2, 0.0, Y, 1)         .

 SGBMV  PASSED THE TESTS OF ERROR-EXITS

 SGBMV  PASSED THE COMPUTATIONAL TESTS ( 17284 CALLS)

 SSYMV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1       1.14768           2.33010    
       2      0.618986           1.37563    
       3       1.09204           1.74472    
       4     -0.227969         -0.384792    
       5      -1.22627          -2.17758    
       6      0.897953           1.09884    
       7     -0.886102         -0.988734    
       8     -0.931212         -0.750586    
       9      0.505439          0.338587    
      10      0.668288           1.54704    
      11      0.957609           2.10533    
      12      -1.42113          -2.71999    
      13     -0.417240         -0.565504    
      14       1.50052           3.36022    
      15     -0.308408         -0.460888    
      16     -0.841416          -2.01425    
      17      0.855837          0.758415    
      18     -0.969934          -2.12477    
      19      0.275873          0.664603    
      20     -0.413747         -0.700765    
      21       1.52083           2.70851    
      22      0.236277         -0.174918    
      23      0.135978E-01      0.186310    
      24     -0.400299          -1.09360    
      25      0.159057          0.627667    
      26      0.442964          0.439518    
      27      -1.82839          -3.19780    
      28      0.908607           1.76404    
      29      0.344885          0.344885    
      30      0.147954E-01      0.147954E-01
      31     -0.493687         -0.493687    
 ******* SSYMV  FAILED ON CALL NUMBER:
   1157: SSYMV ('U', 31, 1.0, A, 32, X, 1, 0.0, Y, 1)             .

 SSBMV  PASSED THE TESTS OF ERROR-EXITS

 SSBMV  PASSED THE COMPUTATIONAL TESTS (  6913 CALLS)

 SSPMV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      0.689430           1.00474    
       2     -0.399915         -0.897449    
       3      -1.86274          -2.76776    
       4     -0.466581         -0.679093E-01
       5       1.10420          0.853397    
       6     -0.635044         -0.882304    
       7     -0.620823         -0.327639    
       8     -0.257874          0.325150E-01
       9       1.75507           2.48538    
      10      0.682145          0.434182E-01
      11      0.361137           1.70899    
      12      -2.09582          -2.11022    
      13      0.861162           1.02910    
      14      0.534615          0.632988    
      15       1.08753           2.71757    
      16     -0.175314         -0.371576    
      17     -0.591881         -0.480234    
      18      0.961935           2.29683    
      19      0.156472          0.398358    
      20     -0.758472          -1.70049    
      21      0.810987          0.270213    
      22      -1.37945          -2.08787    
      23      0.667200           1.16507    
      24     -0.109895          0.422210    
      25     -0.230130         -0.421352    
      26      0.260164          0.434760    
      27     -0.677110          -1.44261    
      28      0.242924          0.387305    
      29      0.659166          0.984485    
      30      -1.83342          -3.11816    
      31      -1.64165          -2.07704    
      32      0.880424          0.678597    
      33      0.598163          0.437482    
      34     -0.197395         -0.534922    
      35      0.947988           1.24389    
      36      -1.46733          -2.49498    
      37     -0.904455         -0.547971    
      38     -0.564735         -0.449468    
      39     -0.734221          -1.47704    
      40      0.877330           1.68551    
      41     -0.877225E-02     -0.655481    
      42     -0.171971         -0.248520    
      43      0.475159          0.314478    
      44      -1.13232          -2.23752    
      45     -0.870872         -0.487542    
      46     -0.909695         -0.517141E-01
      47     -0.241482          0.541848    
      48      0.672938          0.486851E-01
      49      0.148214         -0.445601    
      50       1.09509           2.04260    
      51      0.309940          0.635187    
      52     -0.357999         -0.705306    
      53       1.36992          0.745666    
      54      -1.01386          -1.66965    
      55      -1.42087          -1.86179    
      56      0.891699E-02       1.26201    
      57     -0.163238         -0.492981    
      58      -1.10006          -1.26074    
      59      0.199810         -0.334256E-01
      60     -0.112889         -0.500174E-01
      61      0.868372           1.45599    
      62       3.81984           5.77363    
      63     -0.602784         -0.487517    
 ******* SSPMV  FAILED ON CALL NUMBER:
   1445: SSPMV ('U', 63, 1.0, AP, X, 1, 0.0, Y, 1)                .

 STRMV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      -1.48556          -2.77718    
       2       1.63510           2.55316    
       3     -0.207076          -1.02427    
       4       2.54532           4.04462    
       5     -0.949076          -1.54820    
       6       1.86976           2.67635    
       7       1.30533           2.04265    
       8      0.807587           1.37253    
       9     -0.951177          -1.90956    
      10     -0.862976          -1.03306    
      11     -0.766426          -1.69796    
      12      0.817087           1.59672    
      13       1.67405           2.78380    
      14       1.75811           2.69683    
      15       1.49368           2.88886    
      16      0.963649          0.689375E-01
      17      0.250698         -0.473256    
      18       1.07843           2.06283    
      19      -1.98050          -3.34527    
      20     -0.113630         -0.567849    
      21     -0.747389          -1.60178    
      22     -0.216190         -0.524076    
      23      0.343592          0.559932    
      24      0.593455         -0.306846    
      25     -0.486876E-01     -0.445121    
      26       1.80953           2.88268    
      27      -1.00473          -2.37509    
      28      0.602767          0.608428    
      29     -0.741067          -1.21083    
      30       2.30677           3.95515    
      31      0.126657          0.709353E-02
      32     -0.158248         -0.953360    
      33     -0.737033         -0.737033    
      34       1.34058           1.34058    
      35     -0.585167         -0.585167    
      36      0.238478          0.238478    
      37       1.94692           1.94692    
      38       1.21336           1.21336    
      39     -0.339753         -0.339753    
      40     -0.976695E-01     -0.976695E-01
      41       1.65179           1.65179    
      42       1.81925           1.81925    
      43     -0.297328         -0.297328    
      44     -0.105214         -0.105214    
      45      0.536135          0.536135    
      46       1.69484           1.69484    
      47     -0.223386         -0.223386    
      48      0.620628          0.620628    
      49     -0.362492         -0.362492    
      50      0.925528          0.925528    
      51     -0.282567         -0.282567    
      52      0.515613          0.515613    
      53      0.119424          0.119424    
      54      0.900887          0.900887    
      55       1.06552           1.06552    
      56       1.50849           1.50849    
      57      0.202417          0.202417    
      58      0.448058          0.448058    
      59      0.619558          0.619558    
      60      0.962599          0.962599    
      61      0.636369          0.636369    
      62      0.845309E-01      0.845309E-01
      63      0.247253          0.247253    
 ******* STRMV  FAILED ON CALL NUMBER:
    242: STRMV ('U','N','U', 63, A, 64, X, 1)                     .

 STBMV  PASSED THE TESTS OF ERROR-EXITS

 STBMV  PASSED THE COMPUTATIONAL TESTS (  1153 CALLS)

 STPMV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      -1.48556          -2.77718    
       2       1.63510           2.55316    
       3     -0.207076          -1.02427    
       4       2.54532           4.04462    
       5     -0.949076          -1.54820    
       6       1.86976           2.67635    
       7       1.30533           2.04265    
       8      0.807587           1.37253    
       9     -0.951177          -1.90956    
      10     -0.862976          -1.03306    
      11     -0.766426          -1.69796    
      12      0.817087           1.59672    
      13       1.67405           2.78380    
      14       1.75811           2.69683    
      15       1.49368           2.88886    
      16      0.963649          0.689375E-01
      17      0.250698         -0.473256    
      18       1.07843           2.06283    
      19      -1.98050          -3.34527    
      20     -0.113630         -0.567849    
      21     -0.747389          -1.60178    
      22     -0.216190         -0.524076    
      23      0.343592          0.559932    
      24      0.593455         -0.306846    
      25     -0.486876E-01     -0.445121    
      26       1.80953           2.88268    
      27      -1.00473          -2.37509    
      28      0.602767          0.608428    
      29     -0.741067          -1.21083    
      30       2.30677           3.95515    
      31      0.126657          0.709353E-02
      32     -0.158248         -0.953360    
      33     -0.737033         -0.737033    
      34       1.34058           1.34058    
      35     -0.585167         -0.585167    
      36      0.238478          0.238478    
      37       1.94692           1.94692    
      38       1.21336           1.21336    
      39     -0.339753         -0.339753    
      40     -0.976695E-01     -0.976695E-01
      41       1.65179           1.65179    
      42       1.81925           1.81925    
      43     -0.297328         -0.297328    
      44     -0.105214         -0.105214    
      45      0.536135          0.536135    
      46       1.69484           1.69484    
      47     -0.223386         -0.223386    
      48      0.620628          0.620628    
      49     -0.362492         -0.362492    
      50      0.925528          0.925528    
      51     -0.282567         -0.282567    
      52      0.515613          0.515613    
      53      0.119424          0.119424    
      54      0.900887          0.900887    
      55       1.06552           1.06552    
      56       1.50849           1.50849    
      57      0.202417          0.202417    
      58      0.448058          0.448058    
      59      0.619558          0.619558    
      60      0.962599          0.962599    
      61      0.636369          0.636369    
      62      0.845309E-01      0.845309E-01
      63      0.247253          0.247253    
 ******* STPMV  FAILED ON CALL NUMBER:
    242: STPMV ('U','N','U', 63, AP, X, 1)                        .

 STRSV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      0.327173          0.741706    
       2      0.357143          -1.40844    
       3      0.874126E-01      0.423037    
       4      0.646853          0.487966    
       5      0.477023           1.65440    
       6      0.749251E-02       2.38325    
       7      0.237263          0.907590    
       8      0.167333           1.18446    
       9      0.127373         -0.215102    
      10      0.157343          0.619164    
      11      0.886613           2.26027    
      12      0.317183         -0.391301    
      13      0.447053         -0.428372    
      14      0.806693          0.396598    
      15      0.374625E-01      -1.39035    
      16      0.966533           1.58625    
      17      0.596903           2.17191    
      18      0.926573           1.04320    
      19      0.686813           1.53149    
      20      0.117383         -0.869378    
      21      0.247253          0.356082    
      22      0.774226E-01      0.654708E-01
      23      0.606893          -1.16859    
      24      0.766733         -0.518329    
      25      0.397103          0.788721    
      26      0.726773           1.29032    
      27      0.756743           1.54109    
      28      0.487013         -0.794549    
      29      0.474525E-01      -1.06602    
      30      0.876623          0.258877    
      31       0.00000          -1.29016    
      32      0.636863           1.32164    
      33      0.566933          0.566933    
      34      0.526973          0.526973    
      35      0.556943          0.556943    
      36      0.287213          0.287213    
      37      0.716783          0.716783    
      38      0.846653          0.846653    
      39      0.207293          0.207293    
      40      0.437063          0.437063    
      41      0.367133          0.367133    
      42      0.996503          0.996504    
      43      0.327173          0.327173    
      44      0.874126E-01      0.874126E-01
      45      0.516983          0.516983    
      46      0.646853          0.646853    
      47      0.477023          0.477023    
      48      0.749251E-02      0.749245E-02
      49      0.167333          0.167333    
      50      0.796703          0.796703    
      51      0.127373          0.127373    
      52      0.157343          0.157343    
      53      0.886613          0.886613    
      54      0.447053          0.447053    
      55      0.277223          0.277223    
      56      0.806693          0.806693    
      57      0.374625E-01      0.374625E-01
      58      0.966533          0.966534    
      59      0.926573          0.926573    
      60      0.956543          0.956543    
      61      0.686813          0.686813    
      62      0.117383          0.117383    
      63      0.247253          0.247253    
 ******* STRSV  FAILED ON CALL NUMBER:
    242: STRSV ('U','N','U', 63, A, 64, X, 1)                     .

 STBSV  PASSED THE TESTS OF ERROR-EXITS

 STBSV  PASSED THE COMPUTATIONAL TESTS (  1153 CALLS)

 STPSV  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      0.327173          0.741706    
       2      0.357143          -1.40844    
       3      0.874126E-01      0.423037    
       4      0.646853          0.487966    
       5      0.477023           1.65440    
       6      0.749251E-02       2.38325    
       7      0.237263          0.907590    
       8      0.167333           1.18446    
       9      0.127373         -0.215102    
      10      0.157343          0.619164    
      11      0.886613           2.26027    
      12      0.317183         -0.391301    
      13      0.447053         -0.428372    
      14      0.806693          0.396598    
      15      0.374625E-01      -1.39035    
      16      0.966533           1.58625    
      17      0.596903           2.17191    
      18      0.926573           1.04320    
      19      0.686813           1.53149    
      20      0.117383         -0.869378    
      21      0.247253          0.356082    
      22      0.774226E-01      0.654708E-01
      23      0.606893          -1.16859    
      24      0.766733         -0.518329    
      25      0.397103          0.788721    
      26      0.726773           1.29032    
      27      0.756743           1.54109    
      28      0.487013         -0.794549    
      29      0.474525E-01      -1.06602    
      30      0.876623          0.258877    
      31       0.00000          -1.29016    
      32      0.636863           1.32164    
      33      0.566933          0.566933    
      34      0.526973          0.526973    
      35      0.556943          0.556943    
      36      0.287213          0.287213    
      37      0.716783          0.716783    
      38      0.846653          0.846653    
      39      0.207293          0.207293    
      40      0.437063          0.437063    
      41      0.367133          0.367133    
      42      0.996503          0.996504    
      43      0.327173          0.327173    
      44      0.874126E-01      0.874126E-01
      45      0.516983          0.516983    
      46      0.646853          0.646853    
      47      0.477023          0.477023    
      48      0.749251E-02      0.749245E-02
      49      0.167333          0.167333    
      50      0.796703          0.796703    
      51      0.127373          0.127373    
      52      0.157343          0.157343    
      53      0.886613          0.886613    
      54      0.447053          0.447053    
      55      0.277223          0.277223    
      56      0.806693          0.806693    
      57      0.374625E-01      0.374625E-01
      58      0.966533          0.966534    
      59      0.926573          0.926573    
      60      0.956543          0.956543    
      61      0.686813          0.686813    
      62      0.117383          0.117383    
      63      0.247253          0.247253    
 ******* STPSV  FAILED ON CALL NUMBER:
    242: STPSV ('U','N','U', 63, AP, X, 1)                        .

 SGER   PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1      0.351641E-01      0.173225    
       2      0.349675          0.472576    
       3      0.299515          0.342287    
       4      0.101252          0.215491    
       5     -0.390285         -0.328022    
       6      0.532010          0.687397    
       7      0.906331E-01      0.274173    
       8      0.283587          0.430311    
       9      0.111871          0.156808    
      10      0.106561          0.186150    
      11      0.272968          0.488993    
      12     -0.141862         -0.709361E-01
      13      0.294206          0.371628    
      14      0.365603          0.384552    
      15     -0.152480         -0.122535E-01
      16      0.404735E-01      0.143884    
      17     -0.131243         -0.129619    
      18      0.547938          0.599373    
      19     -0.136552         -0.100277    
      20     -0.384975         -0.357363    
      21      0.510923E-01      0.852015E-01
      22      0.339056          0.531259    
      23     -0.229770E-01     -0.229770E-01
      24     -0.395594         -0.298680    
      25     -0.157790          0.170878E-01
      26      0.304825          0.312946    
      27     -0.163099          0.464291E-01
      28     -0.213259         -0.838602E-01
      29      0.587479          0.788345    
      30      0.959425E-01      0.244832    
      31     -0.197331         -0.171884    
      32      0.360294          0.413894    
      33     -0.445754         -0.445754    
      34      0.598098          0.598098    
      35      0.592788          0.592788    
      36      0.542629          0.542629    
      37      0.344365          0.344365    
      38     -0.218568         -0.218568    
      39     -0.147171         -0.147171    
      40      0.117180          0.117180    
      41      0.526701          0.526701    
      42      0.354984          0.354984    
      43      0.351641E-01      0.351641E-01
      44      0.349675          0.349675    
      45      0.101252          0.101252    
      46      0.537319          0.537319    
      47     -0.390285         -0.390285    
      THESE ARE THE RESULTS FOR COLUMN   1
 ******* SGER   FAILED ON CALL NUMBER:
    342: SGER  ( 47, 31, 1.0, X, 1, Y, 1, A, 48)                  .

 SSYR   PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1     -0.981803E-01     -0.634934E-01
       2     -0.146424         -0.120020    
       3     -0.110241         -0.776252E-01
       4     -0.228799         -0.450104E-01
       5      0.827327E-01      0.148482    
       6      0.239524          0.332195    
       7     -0.325286         -0.158064    
       8     -0.254972         -0.247206    
       9     -0.132312          0.680433E-01
      10      0.420437          0.544171    
      11     -0.180555          0.115164E-01
      12      0.528985          0.671356    
      13     -0.158485         -0.134152    
      14     -0.169336E-02      0.495603E-01
      15     -0.206728         -0.190679    
      16      0.432498          0.558302    
      17      0.625472          0.784410    
      18      0.179220          0.261536    
      19      0.577228          0.727883    
      20      0.613411          0.770278    
      21      0.287767          0.388722    
      22     -0.242911         -0.233074    
      23     -0.240860         -0.591421E-01
      24      0.191280          0.275668    
      25      0.468680          0.600698    
      26      0.384254          0.501775    
      27      0.336011          0.445249    
      28      0.372193          0.487644    
      29      0.465501E-01      0.106087    
      30      0.565167          0.713751    
      31     -0.452547         -0.452547    
      32     -0.499368E-01     -0.696656E-02
      THESE ARE THE RESULTS FOR COLUMN  32
 ******* SSYR   FAILED ON CALL NUMBER:
    123: SSYR  ('U', 63, 1.0, X, 1, A, 64)                        .

 SSPR   PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1     -0.981803E-01     -0.634934E-01
       2     -0.146424         -0.120020    
       3     -0.110241         -0.776252E-01
       4     -0.228799         -0.450104E-01
       5      0.827327E-01      0.148482    
       6      0.239524          0.332195    
       7     -0.325286         -0.158064    
       8     -0.254972         -0.247206    
       9     -0.132312          0.680433E-01
      10      0.420437          0.544171    
      11     -0.180555          0.115164E-01
      12      0.528985          0.671356    
      13     -0.158485         -0.134152    
      14     -0.169336E-02      0.495603E-01
      15     -0.206728         -0.190679    
      16      0.432498          0.558302    
      17      0.625472          0.784410    
      18      0.179220          0.261536    
      19      0.577228          0.727883    
      20      0.613411          0.770278    
      21      0.287767          0.388722    
      22     -0.242911         -0.233074    
      23     -0.240860         -0.591421E-01
      24      0.191280          0.275668    
      25      0.468680          0.600698    
      26      0.384254          0.501775    
      27      0.336011          0.445249    
      28      0.372193          0.487644    
      29      0.465501E-01      0.106087    
      30      0.565167          0.713751    
      31     -0.452547         -0.452547    
      32     -0.499368E-01     -0.696656E-02
      THESE ARE THE RESULTS FOR COLUMN  32
 ******* SSPR   FAILED ON CALL NUMBER:
    123: SSPR  ('U', 63, 1.0, X, 1, AP)                           .

 SSYR2  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1     -0.237168         -0.331480    
       2     -0.451824         -0.491060    
       3      0.653113E-01     -0.162305E-01
       4     -0.753422E-01     -0.127707    
       5     -0.526524         -0.560541    
       6     -0.355192         -0.447647    
       7     -0.373141         -0.413615    
       8     -0.435047         -0.497468    
       9     -0.378995         -0.415332    
      10      0.381000          0.375386    
      11     -0.276510         -0.370202    
      12     -0.215018         -0.377088    
      13      0.275770          0.244847    
      14     -0.470472         -0.478406    
      15      0.486229          0.505925    
      16     -0.112075E-02     -0.991446E-01
      17      0.389812          0.353051    
      18      0.184293          0.181773    
      19     -0.365242         -0.347867    
      20     -0.328101         -0.403456    
      21     -0.395292         -0.368007    
      22      0.750818E-01      0.432704E-01
      23      0.156788          0.468433E-01
      24     -0.180572         -0.258246    
      25      0.170541          0.114308    
      26      0.156244          0.557455E-01
      27     -0.429421E-01     -0.728971E-01
      28     -0.540277         -0.628006    
      29      0.318071          0.259518    
      30     -0.250377         -0.407847    
      31      0.136863          0.136863    
      32      0.357405E-01      0.454790E-02
      THESE ARE THE RESULTS FOR COLUMN  32
 ******* SSYR2  FAILED ON CALL NUMBER:
    483: SSYR2 ('U', 63, 1.0, X, 1, Y, 1, A, 64)                  .

 SSPR2  PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *******
           EXPECTED RESULT   COMPUTED RESULT
       1     -0.237168         -0.331480    
       2     -0.451824         -0.491060    
       3      0.653113E-01     -0.162305E-01
       4     -0.753422E-01     -0.127707    
       5     -0.526524         -0.560541    
       6     -0.355192         -0.447647    
       7     -0.373141         -0.413615    
       8     -0.435047         -0.497468    
       9     -0.378995         -0.415332    
      10      0.381000          0.375386    
      11     -0.276510         -0.370202    
      12     -0.215018         -0.377088    
      13      0.275770          0.244847    
      14     -0.470472         -0.478406    
      15      0.486229          0.505925    
      16     -0.112075E-02     -0.991446E-01
      17      0.389812          0.353051    
      18      0.184293          0.181773    
      19     -0.365242         -0.347867    
      20     -0.328101         -0.403456    
      21     -0.395292         -0.368007    
      22      0.750818E-01      0.432704E-01
      23      0.156788          0.468433E-01
      24     -0.180572         -0.258246    
      25      0.170541          0.114308    
      26      0.156244          0.557455E-01
      27     -0.429421E-01     -0.728971E-01
      28     -0.540277         -0.628006    
      29      0.318071          0.259518    
      30     -0.250377         -0.407847    
      31      0.136863          0.136863    
      32      0.357405E-01      0.454790E-02
      THESE ARE THE RESULTS FOR COLUMN  32
 ******* SSPR2  FAILED ON CALL NUMBER:
    483: SSPR2 ('U', 63, 1.0, X, 1, Y, 1, AP)                     .

 END OF TESTS
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./dblat2 < ./dblat2.dat

Program received signal SIGBUS: Access to an undefined portion of a memory object.

Backtrace for this error:

Could not print backtrace: libbacktrace could not find executable to open
#0  0x80081efca
#1  0x80081e1b5
#2  0x7ffffffff192
#3  0x4189b2
#4  0x418cd5
#5  0x40fa67
#6  0x40a774
#7  0x40f35e
#8  0x40123e
#9  0x40136e
#10  0x800649fff
gmake[8]: *** [Makefile:32: level2] Bus error (core dumped)
gmake[8]: Leaving directory '/usr/ports/math/openblas/work/OpenBLAS-0.2.20/test'
gmake[7]: *** [Makefile:117: tests] Error 2
gmake[7]: Leaving directory '/usr/ports/math/openblas/work/OpenBLAS-0.2.20'
*** Error code 2

Stop.
make[6]: stopped in /usr/ports/math/openblas
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/math/openblas
Comment 1 Eijiro Shibusawa 2019-11-24 14:00:32 UTC
Please refer BUG239585 / BUG231371.
Updating OpenBLAS to the latest may solve your problem.
Port updating is in progress.
Mr. Wills had been posted a patch and I approved it.
Comment 2 Eijiro Shibusawa 2020-05-01 10:09:57 UTC
Hi, submitter,
Could you report back if the latest port works for you?
If the issue solved please close this PR.
Thanks!
Comment 3 Martin Filla 2020-06-18 18:23:31 UTC
(In reply to Eijiro Shibusawa from comment #2)
ping
Comment 4 Martin Filla 2020-09-20 09:21:56 UTC
(In reply to Eijiro Shibusawa from comment #2)
I tested version openblas-0.3.10,1 and it is fixed.
Thank you M.F