16.04 - __GI___pthread_mutex_lock error in opencv/caffe - Ask Ubuntu
having resolved problem in previous question
i installed caffe following guide , works fine until make runtest
step.
at point throws
[ run ] imagedatalayertest/0.testresize *** aborted @ 1477424981 (unix time) try "date -d @1477424981" if using gnu date *** pc: @ 0x7efe83917d84 __gi___pthread_mutex_lock *** sigsegv (@0x3038) received pid 8354 (tid 0x7efe8c938180) pid 12344; stack trace: *** @ 0x7efe8391f3d0 (unknown) @ 0x7efe83917d84 __gi___pthread_mutex_lock @ 0x7efe61f51008 (unknown) @ 0x7efe62005671 (unknown) @ 0x7efe620057e5 (unknown) @ 0x7efe61f56cb4 (unknown) @ 0x7efe61f584e7 (unknown) @ 0x7efe61f2bc66 (unknown) @ 0x7efe61e2af3d (unknown) @ 0x7efe61e2aed8 (unknown) @ 0x7efe627b3d30 (unknown) @ 0x7efe627b4233 clgetplatformids @ 0x7efe86f78ad5 (anonymous namespace)::opencl_fn3<>::switch_fn() @ 0x7efe8702786a cv::ocl::haveopencl() @ 0x7efe87036c08 cv::ocl::useopencl() @ 0x7efe8561af7c cv::resize() @ 0x7efe8431dbe7 caffe::readimagetocvmat() @ 0x7efe842dbe7e caffe::imagedatalayer<>::datalayersetup() @ 0x7efe8422e1e3 caffe::baseprefetchingdatalayer<>::layersetup() @ 0x48c95f caffe::layer<>::setup() @ 0x4a8597 caffe::imagedatalayertest_testresize_test<>::testbody() @ 0x8e0693 testing::internal::handleexceptionsinmethodifsupported<>() @ 0x8d9caa testing::test::run() @ 0x8d9df8 testing::testinfo::run() @ 0x8d9ed5 testing::testcase::run() @ 0x8db1af testing::internal::unittestimpl::runalltests() @ 0x8db4d3 testing::unittest::run() @ 0x466e7d main @ 0x7efe83565830 __libc_start_main @ 0x46e489 _start @ 0x0 (unknown)
error.
here relevant information: nvcc version:
$ nvcc --version nvcc: nvidia (r) cuda compiler driver copyright (c) 2005-2015 nvidia corporation built on tue_aug_11_14:27:32_cdt_2015 cuda compilation tools, release 7.5, v7.5.17
graphics card:
$ sudo lshw -c video *-display description: vga compatible controller product: gk107glm [quadro k1000m] vendor: nvidia corporation physical id: 0 bus info: pci@0000:01:00.0 version: a1 width: 64 bits clock: 33mhz capabilities: pm msi pciexpress vga_controller bus_master cap_list rom configuration: driver=nvidia latency=0 resources: irq:35 memory:d8000000-d8ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:4000(size=128) memory:d9080000-d90fffff
my graphics driver
nvidia-opencl-icd-361-updates
i googled problem find suggestion may problem opencv (i use opencv-3.1.0
).
Comments
Post a Comment