Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) #56

Open
yzhang610 opened this issue Dec 21, 2018 · 0 comments
Open

Segmentation fault (core dumped) #56

yzhang610 opened this issue Dec 21, 2018 · 0 comments

Comments

@yzhang610
Copy link

您好,想问一下,我在执行的时候就Segment fault了,对应core文件堆栈信息如下:
#0 0x00007f034d5bc8f3 in _int_malloc () at /lib64/libc.so.6
#1 0x00007f034d5bf84c in malloc () at /lib64/libc.so.6
#2 0x00007f0346d8fe9a in mkl_serv_malloc () at /home/jwy/caffe-1.1.2/./external/mkl/mklml_lnx_2019.0.20180710//lib/libmklml_intel.so
#3 0x00007f0382bed9ba in caffe::SyncedMemory::mutable_cpu_data() () at /usr/local/lib64/libcaffe.so.1.1.2
#4 0x00007f0382c10972 in caffe::Blob::mutable_cpu_data() () at /usr/local/lib64/libcaffe.so.1.1.2
#5 0x00007f0382c5bd69 in caffe::SoftmaxLayer::Forward_cpu(std::vector<caffe::Blob, std::allocator<caffe::Blob> > const&, std::vector<caffe::Blob, std::allocator<caffe::Blob> > const&) () at /usr/local/lib64/libcaffe.so.1.1.2
#6 0x00007f0382b0cc02 in caffe::Net::ForwardFromTo(int, int) () at /usr/local/lib64/libcaffe.so.1.1.2
#7 0x00007f0382b0ce55 in caffe::Net::Forward(float*) () at /usr/local/lib64/libcaffe.so.1.1.2
#8 0x00007f03830f4bca in Impl::Stage1(cv::Mat, cv::Mat, boost::shared_ptr<caffe::Net >&, float) (this=this@entry=0x2436de0, img=..., imgPad=..., net=..., thres=thres@entry=0.370000005) at PCN.cpp:330
#9 0x00007f03830f5806 in PCN::DetectFace(cv::Mat) (this=this@entry=0x7ffc151804c0, img=...) at PCN.cpp:94
#10 0x0000000000408072 in main() () at picture.cpp:22
其中PCN.cpp的330行对应的程序为 net->Forward();
想问一下是因为我装的caffe的问题,还是模型存在问题,方便的话,可以QQ联系,我的QQ:1363017608,谢谢啦~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant