You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core dump
Core was generated by `./build/tools/caffe train --solver=examples/spatialmapping/liunet_solver.protot'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007fbe57bf3c07 in sched_yield () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007fbe57bf3c07 in sched_yield () from /lib/x86_64-linux-gnu/libc.so.6 dedicated build/ directory #1 0x00007fbe55c698ed in blas_thread_server () from /opt/OpenBLAS/lib/libopenblas.so.0 selective search window proposals and better batching of images #2 0x00007fbe57ef0e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 Create CPU only Version #3 0x00007fbe57c1d73d in clone () from /lib/x86_64-linux-gnu/libc.so.6 How install in Mac #4 0x0000000000000000 in ?? ()
p.s. caffe train works well when using caffe+atlas
Your system configuration
Operating system: Ubuntu Linux bakup 3.13.0-34-generic #60~precise1-Ubuntu SMP Wed Aug 13 15:55:33 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Compiler: g++ 4.6.3
CUDA version (if applicable): no
CUDNN version (if applicable): no
BLAS: open
Python or MATLAB version (for pycaffe and matcaffe respectively): no
The text was updated successfully, but these errors were encountered:
Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.
Issue summary
runtime error when using caffe+openblas
Steps to reproduce
git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make -j4
make install
BLAS := open
BLAS_INCLUDE := /opt/OpenBLAS/include
BLAS_LIB := /opt/OpenBLAS/lib
Core was generated by `./build/tools/caffe train --solver=examples/spatialmapping/liunet_solver.protot'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007fbe57bf3c07 in sched_yield () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007fbe57bf3c07 in sched_yield () from /lib/x86_64-linux-gnu/libc.so.6
dedicated build/ directory #1 0x00007fbe55c698ed in blas_thread_server () from /opt/OpenBLAS/lib/libopenblas.so.0
selective search window proposals and better batching of images #2 0x00007fbe57ef0e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
Create CPU only Version #3 0x00007fbe57c1d73d in clone () from /lib/x86_64-linux-gnu/libc.so.6
How install in Mac #4 0x0000000000000000 in ?? ()
p.s. caffe train works well when using caffe+atlas
Your system configuration
Operating system: Ubuntu Linux bakup 3.13.0-34-generic #60~precise1-Ubuntu SMP Wed Aug 13 15:55:33 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Compiler: g++ 4.6.3
CUDA version (if applicable): no
CUDNN version (if applicable): no
BLAS: open
Python or MATLAB version (for pycaffe and matcaffe respectively): no
The text was updated successfully, but these errors were encountered: