-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
make runtest failed #5077
Comments
What's your operating system? Ubuntu devel seems to suffer from a similar problem. |
I am using kubuntu 16.10
…On 16 Dec 2016 02:18, "L. Zhou" ***@***.***> wrote:
What's your operating system? Ubuntu devel seems to suffer from a similar
problem.
https://launchpadlibrarian.net/298212926/buildlog_ubuntu-
zesty-amd64.caffe_1.0.0~rc3+20161127-g24d2f67-4_BUILDING.txt.gz
<https://launchpadlibrarian.net/298212926/buildlog_ubuntu-zesty-amd64.caffe_1.0.0%7Erc3+20161127-g24d2f67-4_BUILDING.txt.gz>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5077 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AH_dXyuJKIfFjQfHQKQklEM7PubSEYf1ks5rIebQgaJpZM4LIYwD>
.
|
I also have ubuntu 16.10, no cpu. I have the same issue too, although:
After I set DEBUG=1, and I ran: protoc src/caffe/proto/caffe.proto --cpp_out=. because I had issues with caffe.pb.h, runtest fails after a while when running: I get (excluding some needless lines): Many test pass but then:
|
Hi, |
@MOHAMMAD-PY It still fails in the same way exactly as mentioned above... |
I get Check failed: error == cudaSuccess (35 vs. 0) |
I installed boost1.58 and added linked library and include path in bashrc. The boost lib should be added to LD_LIBRARY, rather than LIBRARY... |
Hi Guys, I started using https://github.com/BVLC/caffe/tree/opencl and now I am able to successfully execute make runtest. I am using opencl mode. I havent tried CPU only mode but if you have AMD this will work provided you have successfully installed AMD graphic card. I had to downgrade to 14.04 to install AMD graphic card. |
From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
|
hello all |
I have the following error while running the 'make runtest'. I have tried with cpu flag enabled and disabled both, same error.
----------] 5 tests from ImageDataLayerTest/1, where TypeParam = caffe::CPUDevice<double> [ RUN ] ImageDataLayerTest/1.TestReshape [ OK ] ImageDataLayerTest/1.TestReshape (30 ms) [ RUN ] ImageDataLayerTest/1.TestShuffle [ OK ] ImageDataLayerTest/1.TestShuffle (113 ms) [ RUN ] ImageDataLayerTest/1.TestRead [ OK ] ImageDataLayerTest/1.TestRead (114 ms) [ RUN ] ImageDataLayerTest/1.TestResize *** Aborted at 1481237980 (unix time) try "date -d @1481237980" if you are using GNU date *** PC: @ 0x7ffb7938b0ba (unknown) *** SIGSEGV (@0xfffffffffffffff7) received by PID 5373 (TID 0x7ffb62eaa700) from PID 18446744073709551607; stack trace: *** @ 0x7ffb8254d670 (unknown) @ 0x7ffb7938b0ba (unknown) @ 0x7ffb7938b18b (unknown) @ 0x7ffb7938cce8 (unknown) @ 0x7ffb7938b692 (unknown) @ 0x7ffb79386020 (unknown) @ 0x7ffb79384165 tbb::internal::allocate_root_with_context_proxy::allocate() @ 0x7ffb80db6e22 cv::parallel_for_() @ 0x7ffb8117ab2a (unknown) @ 0x7ffb81177bb7 cv::resize() @ 0x7ffb83061997 caffe::ReadImageToCVMat() @ 0x7ffb82f708bb caffe::ImageDataLayer<>::load_batch() @ 0x7ffb82efc906 caffe::BasePrefetchingDataLayer<>::InternalThreadEntry() @ 0x7ffb82984596 (unknown) @ 0x7ffb8254370a start_thread @ 0x7ffb801b40af clone @ 0x0 (unknown) Segmentation fault (core dumped) src/caffe/test/CMakeFiles/runtest.dir/build.make:57: recipe for target 'src/caffe/test/CMakeFiles/runtest' failed
The text was updated successfully, but these errors were encountered: