Skip to content

segfault in dsyrk_thread_UT #2821

Closed
Closed
@colinfang

Description

@colinfang

I hit segfault error when using scipy that links to openblas 0.3.10

It seems to only happen when OPENBLAS_NUM_THREADS is more than 1.

Any advice what can possibly go wrong here? I don't know too well with GDB. How can I find more useful information that helps debugging?

#0  0x00007ffff4d7eb98 in dsyrk_thread_UT ()
   from /home/jupyterhub/miniconda3/envs/colin/lib/python3.7/site-packages/numpy/core/../../../../libopenblas.so.0
#1  0x00007ffff4ebf03c in dpotrf_U_parallel ()
   from /home/jupyterhub/miniconda3/envs/colin/lib/python3.7/site-packages/numpy/core/../../../../libopenblas.so.0
#2  0x00007ffff4c87060 in dpotrf_ ()
   from /home/jupyterhub/miniconda3/envs/colin/lib/python3.7/site-packages/numpy/core/../../../../libopenblas.so.0
#3  0x00007fffedb1522a in f2py_rout.flapack_dpotrf ()
   from /home/jupyterhub/miniconda3/envs/colin/lib/python3.7/site-packages/scipy/linalg/_flapack.cpython-37m-x86_64-linux-gnu.so
#4  0x00005555556c100b in _PyObject_FastCallKeywords ()
    at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:199
#5  0x0000555555725d78 in call_function (kwnames=0x7fffeda35c30, oparg=<optimised out>,
    pp_stack=<synthetic pointer>)
    at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:4619

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions