ubuntu - undefined symbol when make runtest in Caffe installation -
there problem when run following command first time:
make runtest -j8
the output following:
.build_release/tools/caffe .build_release/tools/caffe: symbol lookup error: .build_release/tools/caffe: undefined symbol: _zn6google16setversionstringerkss makefile:514: recipe target 'runtest' failed make: *** [runtest] error 127
however, when run make runtest -j8
again:
there error message different: *** aborted @ 1454750177 (unix time) try "date -d @1454750177" if using gnu date *** pc: @ 0x7f144921d263 (unknown) *** sigsegv (@0x706d742f) received pid 15020 (tid 0x7f144d923780) pid 1886221359; stack trace: *** @ 0x7f14444992f0 (unknown) @ 0x7f144921d263 (unknown) @ 0x47fb22 caffe::maketempdir() @ 0x47fd73 caffe::maketempfilename() @ 0x480419 testing::internal::testfactoryimpl<>::createtest() @ 0x89a0c3 testing::internal::handleexceptionsinmethodifsupported<>() @ 0x890cc5 testing::testinfo::run() @ 0x890de5 testing::testcase::run() @ 0x894128 testing::internal::unittestimpl::runalltests() @ 0x8943b7 testing::unittest::run() @ 0x4667ff main @ 0x7f1444484a40 (unknown) @ 0x46de69 _start makefile:514: recipe target 'runtest' failed make: *** [runtest] segmentation fault (core dumped)
there no problem when:
make -j8 make test -j8 make pycaffe -j8 make matcaffe -j8
additionally, when run:
sh examples/mnist/create_mnist.sh
there another error message:
creating lmdb... build/examples/mnist/convert_mnist_data.bin: symbol lookup error: build/examples/mnist/convert_mnist_data.bin: undefined symbol: _zn6google15setusagemessageerkss build/examples/mnist/convert_mnist_data.bin: symbol lookup error: build/examples/mnist/convert_mnist_data.bin: undefined symbol: _zn6google15setusagemessageerkss done.
i not sure going wrong. last time install cafffe, have going smooth ubuntu 14. now, using ubuntu 15 (i must use ubuntu 15 since faced problem ubuntu 14).
is there have encountered issue? please me fix issue. idea appreciated.
Comments
Post a Comment