On 2026-03-16 20:54:35, Poncho wrote:
>
> No, unfortunately it's not sys-libs/glibc

In hindsight that was a bad guess, because it's most likely a fortran
function that's crashing. I'm not very familiar with debugging fortran
code, but the gfortran man page suggests that setting

  FFLAGS="-ggdb"
  FCFLAGS="-ggdb"

in your make.conf should help. Then you just need to re-emerge the
right package. Here are some more guesses:

  * sci-libs/blas-lapack-aux-wrapper
  * sci-libs/flexiblas
  * sci-libs/lapack

(In most cases you would be able to find out by running "ldd
/path/to/program", but flexiblas complicates things.)

Reply via email to