-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Matlab crashes on forward #657
Comments
I tried to reproduce this problem using Ubuntu 14.04 LTS, CUDA 5.5, Intel MKL, the latest Caffe master (commit b80fc86), and g++-4.6, but haven't had success. matcaffe_demo.m runs without crashing, also I didn't find it necessary to use any LD_PRELOADs. (My LD_LIBRARY_PATH is set to /opt/intel/mkl/lib/intel64:/opt/local/lib:/usr/local/cuda-5.5/lib64.) Can you provide more details? It's good practice to include this type of information when reporting crashes since it's difficult to debug/reproduce otherwise. |
When you say matcaffe_init works well means does it mean that you On Thursday, July 17, 2014, Ross Girshick notifications@github.com wrote:
Sergio |
@sguada @rbgirshick |
Closing, but noted input dimensions check suggestion in #501. |
on R2014a Ubuntu 14.04 recent master branch crashes in mex on matcaffe_demo. matcaffe_init works well. I have no idea how to debug it.
I use
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libfreetype.so.6 /usr/local/MATLAB/R2014a/bin/matlab
to run MATLAB. And I also tried to switch all MATLAB internal libs to system in LD_PRELOAD, got the same crash.The text was updated successfully, but these errors were encountered: