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

Failed to open leveldb IO error: /LOCK: Permission denied #31

Closed
priyapaul opened this issue Mar 6, 2017 · 6 comments
Closed

Failed to open leveldb IO error: /LOCK: Permission denied #31

priyapaul opened this issue Mar 6, 2017 · 6 comments

Comments

@priyapaul
Copy link

I am trying to compile the caffe_train, but evrytime make runtest gives me this error:
Check failed: status.ok() Failed to open leveldb
IO error: /LOCK: Permission denied
. What could be the reason?

1 test from LayerFactoryTest/3, where TypeParam = caffe::GPUDevice<double>
[ RUN      ] LayerFactoryTest/3.TestCreateLayer
F0306 16:28:33.630322 38575 db_leveldb.cpp:16] Check failed: status.ok()  Failed to open leveldb
IO error: /LOCK: Permission denied
*** Check failure stack trace: ***
    @     0x2b003e64fdaa  (unknown)
    @     0x2b003e64fce4  (unknown)
    @     0x2b003e64f6e6  (unknown)
    @     0x2b003e652687  (unknown)
    @     0x2b0040639eca  caffe::db::LevelDB::Open()
    @     0x2b004065ac64  caffe::DataReader::Body::InternalThreadEntry()
    @     0x2b00406abf10  caffe::InternalThread::entry()
    @     0x2b003ff557a9  thread_proxy
    @     0x2b004141b184  start_thread
    @     0x2b004172b37d  (unknown)
    @              (nil)  (unknown)
make: *** [runtest] Aborted (core dumped)
@yxchng
Copy link

yxchng commented Mar 31, 2017

Hi, I have the same problem. Have you solve it?

@ZheC
Copy link
Owner

ZheC commented Mar 31, 2017

Thank you for reporting the issue. I just tested it and I met the same error when make runtest. But I can perform training without problem after using make all. Please let me know if you can do the training as well.

Further investigation is needed for this issue.

@wujiyoung
Copy link

@ZheC @yxchng
Hi, I have the same problem, and I get other errors when training my own model.

I0906 10:07:05.899058 20224 layer_factory.hpp:77] Creating layer data
I0906 10:07:05.899243 20224 net.cpp:100] Creating Layer data
I0906 10:07:05.899256 20224 net.cpp:408] data -> data
I0906 10:07:05.899284 20224 net.cpp:408] data -> label
I0906 10:07:05.899302 20224 cpm_data_transformer.cpp:242] CPMDataTransformer constructor done.
I0906 10:07:05.900599 20249 db_lmdb.cpp:35] Opened lmdb /home/roadefend/Realtime_Multi-Person_Pose_Estimation/training/dataset/COCO/lmdb
I0906 10:07:05.904243 20224 cpm_data_layer.cpp:42] 427 640 6
I0906 10:07:05.904261 20224 cpm_data_layer.cpp:66] PREFETCH_COUNT is 3
I0906 10:07:06.452602 20224 cpm_data_layer.cpp:74] output data size: 20,6,368,368
I0906 10:07:06.649158 20224 net.cpp:150] Setting up data
I0906 10:07:06.649382 20224 net.cpp:157] Top shape: 20 6 368 368 (16250880)
I0906 10:07:06.649451 20224 net.cpp:157] Top shape: 20 114 46 46 (4824480)
I0906 10:07:06.649464 20224 net.cpp:165] Memory required for data: 84301440
I0906 10:07:06.649531 20224 layer_factory.hpp:77] Creating layer vec_weight
I0906 10:07:06.649590 20224 net.cpp:100] Creating Layer vec_weight
I0906 10:07:06.649611 20224 net.cpp:434] vec_weight <- label
I0906 10:07:06.649756 20224 net.cpp:408] vec_weight -> vec_weight
I0906 10:07:06.649798 20224 net.cpp:408] vec_weight -> heat_weight
I0906 10:07:06.649822 20224 net.cpp:408] vec_weight -> vec_temp
I0906 10:07:06.649859 20224 net.cpp:408] vec_weight -> heat_temp
I0906 10:07:06.651099 20224 net.cpp:150] Setting up vec_weight
I0906 10:07:06.651125 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.651137 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.651147 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.651157 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.651165 20224 net.cpp:165] Memory required for data: 103599360
I0906 10:07:06.651177 20224 layer_factory.hpp:77] Creating layer vec_weight_vec_weight_0_split
I0906 10:07:06.651206 20224 net.cpp:100] Creating Layer vec_weight_vec_weight_0_split
I0906 10:07:06.651219 20224 net.cpp:434] vec_weight_vec_weight_0_split <- vec_weight
I0906 10:07:06.651258 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_0
I0906 10:07:06.651312 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_1
I0906 10:07:06.651331 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_2
I0906 10:07:06.651355 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_3
I0906 10:07:06.651372 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_4
I0906 10:07:06.651389 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_5
I0906 10:07:06.651406 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_6
I0906 10:07:06.652374 20224 net.cpp:150] Setting up vec_weight_vec_weight_0_split
I0906 10:07:06.652412 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652426 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652439 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652451 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652464 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652477 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652488 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652498 20224 net.cpp:165] Memory required for data: 148627840
I0906 10:07:06.652511 20224 layer_factory.hpp:77] Creating layer heat_weight_vec_weight_1_split
I0906 10:07:06.652530 20224 net.cpp:100] Creating Layer heat_weight_vec_weight_1_split
I0906 10:07:06.652542 20224 net.cpp:434] heat_weight_vec_weight_1_split <- heat_weight
I0906 10:07:06.652565 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_0
I0906 10:07:06.652588 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_1
I0906 10:07:06.652607 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_2
I0906 10:07:06.652626 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_3
I0906 10:07:06.652648 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_4
I0906 10:07:06.652667 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_5
I0906 10:07:06.652683 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_6
I0906 10:07:06.652869 20224 net.cpp:150] Setting up heat_weight_vec_weight_1_split
I0906 10:07:06.652887 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652899 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652911 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652925 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652936 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652948 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652961 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652969 20224 net.cpp:165] Memory required for data: 171142080
I0906 10:07:06.652999 20224 layer_factory.hpp:77] Creating layer label_vec
I0906 10:07:06.653030 20224 net.cpp:100] Creating Layer label_vec
I0906 10:07:06.653045 20224 net.cpp:434] label_vec <- vec_weight_vec_weight_0_split_0
I0906 10:07:06.653076 20224 net.cpp:434] label_vec <- vec_temp
I0906 10:07:06.653095 20224 net.cpp:408] label_vec -> label_vec
I0906 10:07:06.653357 20224 net.cpp:150] Setting up label_vec
I0906 10:07:06.653378 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.653388 20224 net.cpp:165] Memory required for data: 177574720
I0906 10:07:06.653400 20224 layer_factory.hpp:77] Creating layer label_vec_label_vec_0_split
I0906 10:07:06.653419 20224 net.cpp:100] Creating Layer label_vec_label_vec_0_split
I0906 10:07:06.653430 20224 net.cpp:434] label_vec_label_vec_0_split <- label_vec
I0906 10:07:06.653450 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_0
I0906 10:07:06.653470 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_1
I0906 10:07:06.653488 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_2
I0906 10:07:06.653532 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_3
I0906 10:07:06.653549 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_4
I0906 10:07:06.653570 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_5
I0906 10:07:06.660154 20224 net.cpp:150] Setting up label_vec_label_vec_0_split
I0906 10:07:06.660190 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660204 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660217 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660221 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660238 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660248 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660259 20224 net.cpp:165] Memory required for data: 216170560
I0906 10:07:06.660269 20224 layer_factory.hpp:77] Creating layer label_heat
I0906 10:07:06.660284 20224 net.cpp:100] Creating Layer label_heat
I0906 10:07:06.660296 20224 net.cpp:434] label_heat <- heat_weight_vec_weight_1_split_0
I0906 10:07:06.660333 20224 net.cpp:434] label_heat <- heat_temp
I0906 10:07:06.660356 20224 net.cpp:408] label_heat -> label_heat
I0906 10:07:06.660410 20224 net.cpp:150] Setting up label_heat
I0906 10:07:06.660430 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660440 20224 net.cpp:165] Memory required for data: 219386880
I0906 10:07:06.660449 20224 layer_factory.hpp:77] Creating layer label_heat_label_heat_0_split
I0906 10:07:06.660477 20224 net.cpp:100] Creating Layer label_heat_label_heat_0_split
I0906 10:07:06.660490 20224 net.cpp:434] label_heat_label_heat_0_split <- label_heat
I0906 10:07:06.660508 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_0
I0906 10:07:06.660529 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_1
I0906 10:07:06.660547 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_2
I0906 10:07:06.660564 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_3
I0906 10:07:06.660580 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_4
I0906 10:07:06.660610 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_5
I0906 10:07:06.660766 20224 net.cpp:150] Setting up label_heat_label_heat_0_split
I0906 10:07:06.660784 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660795 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660807 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660820 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660831 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660843 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660852 20224 net.cpp:165] Memory required for data: 238684800
I0906 10:07:06.660861 20224 layer_factory.hpp:77] Creating layer image
I0906 10:07:06.660883 20224 net.cpp:100] Creating Layer image
I0906 10:07:06.660894 20224 net.cpp:434] image <- data
I0906 10:07:06.660907 20224 net.cpp:408] image -> image
I0906 10:07:06.660924 20224 net.cpp:408] image -> center_map
I0906 10:07:06.660997 20224 net.cpp:150] Setting up image
I0906 10:07:06.661013 20224 net.cpp:157] Top shape: 20 3 368 368 (8125440)
I0906 10:07:06.661026 20224 net.cpp:157] Top shape: 20 3 368 368 (8125440)
I0906 10:07:06.661036 20224 net.cpp:165] Memory required for data: 303688320
I0906 10:07:06.661043 20224 layer_factory.hpp:77] Creating layer silence2
I0906 10:07:06.661056 20224 net.cpp:100] Creating Layer silence2
I0906 10:07:06.661067 20224 net.cpp:434] silence2 <- center_map
I0906 10:07:06.661077 20224 net.cpp:150] Setting up silence2
I0906 10:07:06.661087 20224 net.cpp:165] Memory required for data: 303688320
I0906 10:07:06.661094 20224 layer_factory.hpp:77] Creating layer conv1_1
I0906 10:07:06.661130 20224 net.cpp:100] Creating Layer conv1_1
I0906 10:07:06.661165 20224 net.cpp:434] conv1_1 <- image
I0906 10:07:06.661181 20224 net.cpp:408] conv1_1 -> conv1_1
I0906 10:07:06.670740 20250 cpm_data_transformer.cpp:73] dataset: COCO; img_size: [640 x 427]; meta.annolist_index: 21004; meta.write_number: 0; meta.total_write_number: 121522; meta.epoch: 0
*** Aborted at 1504663626 (unix time) try "date -d @1504663626" if you are using GNU date ***
PC: @     0x7f17a8e31ebb cv::_InputArray::size()
*** SIGSEGV (@0x0) received by PID 20224 (TID 0x7f170effd700) from PID 0; stack trace: ***
    @     0x7f17a7e314b0 (unknown)
    @     0x7f17a8e31ebb cv::_InputArray::size()
    @     0x7f177a511cc3 cv::resize()
    @     0x7f17a9fc011e caffe::CPMDataTransformer<>::augmentation_scale()
    @     0x7f17a9fdc00b caffe::CPMDataTransformer<>::Transform_nv()
    @     0x7f17a9fdccb6 caffe::CPMDataTransformer<>::Transform_nv()
    @     0x7f17a9e55c33 caffe::CPMDataLayer<>::load_batch()
    @     0x7f17a9f03b0f caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
    @     0x7f17aa029a25 caffe::InternalThread::entry()
    @     0x7f177261e5d5 (unknown)
    @     0x7f176cc5d6ba start_thread
    @     0x7f17a7f033dd clone
    @                0x0 (unknown)

What can I do to resolve this, thanks a lot!

@A-suozhang
Copy link

I met the same problem while do make runtest -j8 for yolo
F0924 22:57:46.868798 19911 db_leveldb.cpp:16] Check failed: status.ok() Failed to open leveldb
IO error: /LOCK: Permission denied
*** Check failure stack trace: ***
@ 0x7f5901f365ad google::LogMessage::Fail()
@ 0x7f5901f38413 google::LogMessage::SendToLog()
@ 0x7f5901f3613b google::LogMessage::Flush()
@ 0x7f5901f38dfe google::LogMessageFatal::~LogMessageFatal()
@ 0x7f58ff45edf3 caffe::db::LevelDB::Open()
@ 0x7f58ff4a7547 caffe::DataReader::Body::InternalThreadEntry()
@ 0x7f58ffc1f576 (unknown)
@ 0x7f58fee7f6da start_thread
@ 0x7f58febb9d7f clone
@ (nil) (unknown)
Aborted (core dumped)
Makefile:523: recipe for target 'runtest' failed
make: *** [runtest] Error 134

@weilanShi
Copy link

@ZheC @yxchng
Hi, I have the same problem, and I get other errors when training my own model.

I0906 10:07:05.899058 20224 layer_factory.hpp:77] Creating layer data
I0906 10:07:05.899243 20224 net.cpp:100] Creating Layer data
I0906 10:07:05.899256 20224 net.cpp:408] data -> data
I0906 10:07:05.899284 20224 net.cpp:408] data -> label
I0906 10:07:05.899302 20224 cpm_data_transformer.cpp:242] CPMDataTransformer constructor done.
I0906 10:07:05.900599 20249 db_lmdb.cpp:35] Opened lmdb /home/roadefend/Realtime_Multi-Person_Pose_Estimation/training/dataset/COCO/lmdb
I0906 10:07:05.904243 20224 cpm_data_layer.cpp:42] 427 640 6
I0906 10:07:05.904261 20224 cpm_data_layer.cpp:66] PREFETCH_COUNT is 3
I0906 10:07:06.452602 20224 cpm_data_layer.cpp:74] output data size: 20,6,368,368
I0906 10:07:06.649158 20224 net.cpp:150] Setting up data
I0906 10:07:06.649382 20224 net.cpp:157] Top shape: 20 6 368 368 (16250880)
I0906 10:07:06.649451 20224 net.cpp:157] Top shape: 20 114 46 46 (4824480)
I0906 10:07:06.649464 20224 net.cpp:165] Memory required for data: 84301440
I0906 10:07:06.649531 20224 layer_factory.hpp:77] Creating layer vec_weight
I0906 10:07:06.649590 20224 net.cpp:100] Creating Layer vec_weight
I0906 10:07:06.649611 20224 net.cpp:434] vec_weight <- label
I0906 10:07:06.649756 20224 net.cpp:408] vec_weight -> vec_weight
I0906 10:07:06.649798 20224 net.cpp:408] vec_weight -> heat_weight
I0906 10:07:06.649822 20224 net.cpp:408] vec_weight -> vec_temp
I0906 10:07:06.649859 20224 net.cpp:408] vec_weight -> heat_temp
I0906 10:07:06.651099 20224 net.cpp:150] Setting up vec_weight
I0906 10:07:06.651125 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.651137 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.651147 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.651157 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.651165 20224 net.cpp:165] Memory required for data: 103599360
I0906 10:07:06.651177 20224 layer_factory.hpp:77] Creating layer vec_weight_vec_weight_0_split
I0906 10:07:06.651206 20224 net.cpp:100] Creating Layer vec_weight_vec_weight_0_split
I0906 10:07:06.651219 20224 net.cpp:434] vec_weight_vec_weight_0_split <- vec_weight
I0906 10:07:06.651258 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_0
I0906 10:07:06.651312 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_1
I0906 10:07:06.651331 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_2
I0906 10:07:06.651355 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_3
I0906 10:07:06.651372 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_4
I0906 10:07:06.651389 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_5
I0906 10:07:06.651406 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_6
I0906 10:07:06.652374 20224 net.cpp:150] Setting up vec_weight_vec_weight_0_split
I0906 10:07:06.652412 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652426 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652439 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652451 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652464 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652477 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652488 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652498 20224 net.cpp:165] Memory required for data: 148627840
I0906 10:07:06.652511 20224 layer_factory.hpp:77] Creating layer heat_weight_vec_weight_1_split
I0906 10:07:06.652530 20224 net.cpp:100] Creating Layer heat_weight_vec_weight_1_split
I0906 10:07:06.652542 20224 net.cpp:434] heat_weight_vec_weight_1_split <- heat_weight
I0906 10:07:06.652565 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_0
I0906 10:07:06.652588 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_1
I0906 10:07:06.652607 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_2
I0906 10:07:06.652626 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_3
I0906 10:07:06.652648 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_4
I0906 10:07:06.652667 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_5
I0906 10:07:06.652683 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_6
I0906 10:07:06.652869 20224 net.cpp:150] Setting up heat_weight_vec_weight_1_split
I0906 10:07:06.652887 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652899 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652911 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652925 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652936 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652948 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652961 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652969 20224 net.cpp:165] Memory required for data: 171142080
I0906 10:07:06.652999 20224 layer_factory.hpp:77] Creating layer label_vec
I0906 10:07:06.653030 20224 net.cpp:100] Creating Layer label_vec
I0906 10:07:06.653045 20224 net.cpp:434] label_vec <- vec_weight_vec_weight_0_split_0
I0906 10:07:06.653076 20224 net.cpp:434] label_vec <- vec_temp
I0906 10:07:06.653095 20224 net.cpp:408] label_vec -> label_vec
I0906 10:07:06.653357 20224 net.cpp:150] Setting up label_vec
I0906 10:07:06.653378 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.653388 20224 net.cpp:165] Memory required for data: 177574720
I0906 10:07:06.653400 20224 layer_factory.hpp:77] Creating layer label_vec_label_vec_0_split
I0906 10:07:06.653419 20224 net.cpp:100] Creating Layer label_vec_label_vec_0_split
I0906 10:07:06.653430 20224 net.cpp:434] label_vec_label_vec_0_split <- label_vec
I0906 10:07:06.653450 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_0
I0906 10:07:06.653470 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_1
I0906 10:07:06.653488 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_2
I0906 10:07:06.653532 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_3
I0906 10:07:06.653549 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_4
I0906 10:07:06.653570 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_5
I0906 10:07:06.660154 20224 net.cpp:150] Setting up label_vec_label_vec_0_split
I0906 10:07:06.660190 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660204 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660217 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660221 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660238 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660248 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660259 20224 net.cpp:165] Memory required for data: 216170560
I0906 10:07:06.660269 20224 layer_factory.hpp:77] Creating layer label_heat
I0906 10:07:06.660284 20224 net.cpp:100] Creating Layer label_heat
I0906 10:07:06.660296 20224 net.cpp:434] label_heat <- heat_weight_vec_weight_1_split_0
I0906 10:07:06.660333 20224 net.cpp:434] label_heat <- heat_temp
I0906 10:07:06.660356 20224 net.cpp:408] label_heat -> label_heat
I0906 10:07:06.660410 20224 net.cpp:150] Setting up label_heat
I0906 10:07:06.660430 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660440 20224 net.cpp:165] Memory required for data: 219386880
I0906 10:07:06.660449 20224 layer_factory.hpp:77] Creating layer label_heat_label_heat_0_split
I0906 10:07:06.660477 20224 net.cpp:100] Creating Layer label_heat_label_heat_0_split
I0906 10:07:06.660490 20224 net.cpp:434] label_heat_label_heat_0_split <- label_heat
I0906 10:07:06.660508 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_0
I0906 10:07:06.660529 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_1
I0906 10:07:06.660547 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_2
I0906 10:07:06.660564 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_3
I0906 10:07:06.660580 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_4
I0906 10:07:06.660610 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_5
I0906 10:07:06.660766 20224 net.cpp:150] Setting up label_heat_label_heat_0_split
I0906 10:07:06.660784 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660795 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660807 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660820 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660831 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660843 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660852 20224 net.cpp:165] Memory required for data: 238684800
I0906 10:07:06.660861 20224 layer_factory.hpp:77] Creating layer image
I0906 10:07:06.660883 20224 net.cpp:100] Creating Layer image
I0906 10:07:06.660894 20224 net.cpp:434] image <- data
I0906 10:07:06.660907 20224 net.cpp:408] image -> image
I0906 10:07:06.660924 20224 net.cpp:408] image -> center_map
I0906 10:07:06.660997 20224 net.cpp:150] Setting up image
I0906 10:07:06.661013 20224 net.cpp:157] Top shape: 20 3 368 368 (8125440)
I0906 10:07:06.661026 20224 net.cpp:157] Top shape: 20 3 368 368 (8125440)
I0906 10:07:06.661036 20224 net.cpp:165] Memory required for data: 303688320
I0906 10:07:06.661043 20224 layer_factory.hpp:77] Creating layer silence2
I0906 10:07:06.661056 20224 net.cpp:100] Creating Layer silence2
I0906 10:07:06.661067 20224 net.cpp:434] silence2 <- center_map
I0906 10:07:06.661077 20224 net.cpp:150] Setting up silence2
I0906 10:07:06.661087 20224 net.cpp:165] Memory required for data: 303688320
I0906 10:07:06.661094 20224 layer_factory.hpp:77] Creating layer conv1_1
I0906 10:07:06.661130 20224 net.cpp:100] Creating Layer conv1_1
I0906 10:07:06.661165 20224 net.cpp:434] conv1_1 <- image
I0906 10:07:06.661181 20224 net.cpp:408] conv1_1 -> conv1_1
I0906 10:07:06.670740 20250 cpm_data_transformer.cpp:73] dataset: COCO; img_size: [640 x 427]; meta.annolist_index: 21004; meta.write_number: 0; meta.total_write_number: 121522; meta.epoch: 0
*** Aborted at 1504663626 (unix time) try "date -d @1504663626" if you are using GNU date ***
PC: @     0x7f17a8e31ebb cv::_InputArray::size()
*** SIGSEGV (@0x0) received by PID 20224 (TID 0x7f170effd700) from PID 0; stack trace: ***
    @     0x7f17a7e314b0 (unknown)
    @     0x7f17a8e31ebb cv::_InputArray::size()
    @     0x7f177a511cc3 cv::resize()
    @     0x7f17a9fc011e caffe::CPMDataTransformer<>::augmentation_scale()
    @     0x7f17a9fdc00b caffe::CPMDataTransformer<>::Transform_nv()
    @     0x7f17a9fdccb6 caffe::CPMDataTransformer<>::Transform_nv()
    @     0x7f17a9e55c33 caffe::CPMDataLayer<>::load_batch()
    @     0x7f17a9f03b0f caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
    @     0x7f17aa029a25 caffe::InternalThread::entry()
    @     0x7f177261e5d5 (unknown)
    @     0x7f176cc5d6ba start_thread
    @     0x7f17a7f033dd clone
    @                0x0 (unknown)

What can I do to resolve this, thanks a lot!

I meet the same error when training the openpose model, are you solved it ?

@weilanShi
Copy link

@ZheC @yxchng
Hi, I have the same problem, and I get other errors when training my own model.

I0906 10:07:05.899058 20224 layer_factory.hpp:77] Creating layer data
I0906 10:07:05.899243 20224 net.cpp:100] Creating Layer data
I0906 10:07:05.899256 20224 net.cpp:408] data -> data
I0906 10:07:05.899284 20224 net.cpp:408] data -> label
I0906 10:07:05.899302 20224 cpm_data_transformer.cpp:242] CPMDataTransformer constructor done.
I0906 10:07:05.900599 20249 db_lmdb.cpp:35] Opened lmdb /home/roadefend/Realtime_Multi-Person_Pose_Estimation/training/dataset/COCO/lmdb
I0906 10:07:05.904243 20224 cpm_data_layer.cpp:42] 427 640 6
I0906 10:07:05.904261 20224 cpm_data_layer.cpp:66] PREFETCH_COUNT is 3
I0906 10:07:06.452602 20224 cpm_data_layer.cpp:74] output data size: 20,6,368,368
I0906 10:07:06.649158 20224 net.cpp:150] Setting up data
I0906 10:07:06.649382 20224 net.cpp:157] Top shape: 20 6 368 368 (16250880)
I0906 10:07:06.649451 20224 net.cpp:157] Top shape: 20 114 46 46 (4824480)
I0906 10:07:06.649464 20224 net.cpp:165] Memory required for data: 84301440
I0906 10:07:06.649531 20224 layer_factory.hpp:77] Creating layer vec_weight
I0906 10:07:06.649590 20224 net.cpp:100] Creating Layer vec_weight
I0906 10:07:06.649611 20224 net.cpp:434] vec_weight <- label
I0906 10:07:06.649756 20224 net.cpp:408] vec_weight -> vec_weight
I0906 10:07:06.649798 20224 net.cpp:408] vec_weight -> heat_weight
I0906 10:07:06.649822 20224 net.cpp:408] vec_weight -> vec_temp
I0906 10:07:06.649859 20224 net.cpp:408] vec_weight -> heat_temp
I0906 10:07:06.651099 20224 net.cpp:150] Setting up vec_weight
I0906 10:07:06.651125 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.651137 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.651147 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.651157 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.651165 20224 net.cpp:165] Memory required for data: 103599360
I0906 10:07:06.651177 20224 layer_factory.hpp:77] Creating layer vec_weight_vec_weight_0_split
I0906 10:07:06.651206 20224 net.cpp:100] Creating Layer vec_weight_vec_weight_0_split
I0906 10:07:06.651219 20224 net.cpp:434] vec_weight_vec_weight_0_split <- vec_weight
I0906 10:07:06.651258 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_0
I0906 10:07:06.651312 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_1
I0906 10:07:06.651331 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_2
I0906 10:07:06.651355 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_3
I0906 10:07:06.651372 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_4
I0906 10:07:06.651389 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_5
I0906 10:07:06.651406 20224 net.cpp:408] vec_weight_vec_weight_0_split -> vec_weight_vec_weight_0_split_6
I0906 10:07:06.652374 20224 net.cpp:150] Setting up vec_weight_vec_weight_0_split
I0906 10:07:06.652412 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652426 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652439 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652451 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652464 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652477 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652488 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.652498 20224 net.cpp:165] Memory required for data: 148627840
I0906 10:07:06.652511 20224 layer_factory.hpp:77] Creating layer heat_weight_vec_weight_1_split
I0906 10:07:06.652530 20224 net.cpp:100] Creating Layer heat_weight_vec_weight_1_split
I0906 10:07:06.652542 20224 net.cpp:434] heat_weight_vec_weight_1_split <- heat_weight
I0906 10:07:06.652565 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_0
I0906 10:07:06.652588 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_1
I0906 10:07:06.652607 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_2
I0906 10:07:06.652626 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_3
I0906 10:07:06.652648 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_4
I0906 10:07:06.652667 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_5
I0906 10:07:06.652683 20224 net.cpp:408] heat_weight_vec_weight_1_split -> heat_weight_vec_weight_1_split_6
I0906 10:07:06.652869 20224 net.cpp:150] Setting up heat_weight_vec_weight_1_split
I0906 10:07:06.652887 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652899 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652911 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652925 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652936 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652948 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652961 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.652969 20224 net.cpp:165] Memory required for data: 171142080
I0906 10:07:06.652999 20224 layer_factory.hpp:77] Creating layer label_vec
I0906 10:07:06.653030 20224 net.cpp:100] Creating Layer label_vec
I0906 10:07:06.653045 20224 net.cpp:434] label_vec <- vec_weight_vec_weight_0_split_0
I0906 10:07:06.653076 20224 net.cpp:434] label_vec <- vec_temp
I0906 10:07:06.653095 20224 net.cpp:408] label_vec -> label_vec
I0906 10:07:06.653357 20224 net.cpp:150] Setting up label_vec
I0906 10:07:06.653378 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.653388 20224 net.cpp:165] Memory required for data: 177574720
I0906 10:07:06.653400 20224 layer_factory.hpp:77] Creating layer label_vec_label_vec_0_split
I0906 10:07:06.653419 20224 net.cpp:100] Creating Layer label_vec_label_vec_0_split
I0906 10:07:06.653430 20224 net.cpp:434] label_vec_label_vec_0_split <- label_vec
I0906 10:07:06.653450 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_0
I0906 10:07:06.653470 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_1
I0906 10:07:06.653488 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_2
I0906 10:07:06.653532 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_3
I0906 10:07:06.653549 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_4
I0906 10:07:06.653570 20224 net.cpp:408] label_vec_label_vec_0_split -> label_vec_label_vec_0_split_5
I0906 10:07:06.660154 20224 net.cpp:150] Setting up label_vec_label_vec_0_split
I0906 10:07:06.660190 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660204 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660217 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660221 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660238 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660248 20224 net.cpp:157] Top shape: 20 38 46 46 (1608160)
I0906 10:07:06.660259 20224 net.cpp:165] Memory required for data: 216170560
I0906 10:07:06.660269 20224 layer_factory.hpp:77] Creating layer label_heat
I0906 10:07:06.660284 20224 net.cpp:100] Creating Layer label_heat
I0906 10:07:06.660296 20224 net.cpp:434] label_heat <- heat_weight_vec_weight_1_split_0
I0906 10:07:06.660333 20224 net.cpp:434] label_heat <- heat_temp
I0906 10:07:06.660356 20224 net.cpp:408] label_heat -> label_heat
I0906 10:07:06.660410 20224 net.cpp:150] Setting up label_heat
I0906 10:07:06.660430 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660440 20224 net.cpp:165] Memory required for data: 219386880
I0906 10:07:06.660449 20224 layer_factory.hpp:77] Creating layer label_heat_label_heat_0_split
I0906 10:07:06.660477 20224 net.cpp:100] Creating Layer label_heat_label_heat_0_split
I0906 10:07:06.660490 20224 net.cpp:434] label_heat_label_heat_0_split <- label_heat
I0906 10:07:06.660508 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_0
I0906 10:07:06.660529 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_1
I0906 10:07:06.660547 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_2
I0906 10:07:06.660564 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_3
I0906 10:07:06.660580 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_4
I0906 10:07:06.660610 20224 net.cpp:408] label_heat_label_heat_0_split -> label_heat_label_heat_0_split_5
I0906 10:07:06.660766 20224 net.cpp:150] Setting up label_heat_label_heat_0_split
I0906 10:07:06.660784 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660795 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660807 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660820 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660831 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660843 20224 net.cpp:157] Top shape: 20 19 46 46 (804080)
I0906 10:07:06.660852 20224 net.cpp:165] Memory required for data: 238684800
I0906 10:07:06.660861 20224 layer_factory.hpp:77] Creating layer image
I0906 10:07:06.660883 20224 net.cpp:100] Creating Layer image
I0906 10:07:06.660894 20224 net.cpp:434] image <- data
I0906 10:07:06.660907 20224 net.cpp:408] image -> image
I0906 10:07:06.660924 20224 net.cpp:408] image -> center_map
I0906 10:07:06.660997 20224 net.cpp:150] Setting up image
I0906 10:07:06.661013 20224 net.cpp:157] Top shape: 20 3 368 368 (8125440)
I0906 10:07:06.661026 20224 net.cpp:157] Top shape: 20 3 368 368 (8125440)
I0906 10:07:06.661036 20224 net.cpp:165] Memory required for data: 303688320
I0906 10:07:06.661043 20224 layer_factory.hpp:77] Creating layer silence2
I0906 10:07:06.661056 20224 net.cpp:100] Creating Layer silence2
I0906 10:07:06.661067 20224 net.cpp:434] silence2 <- center_map
I0906 10:07:06.661077 20224 net.cpp:150] Setting up silence2
I0906 10:07:06.661087 20224 net.cpp:165] Memory required for data: 303688320
I0906 10:07:06.661094 20224 layer_factory.hpp:77] Creating layer conv1_1
I0906 10:07:06.661130 20224 net.cpp:100] Creating Layer conv1_1
I0906 10:07:06.661165 20224 net.cpp:434] conv1_1 <- image
I0906 10:07:06.661181 20224 net.cpp:408] conv1_1 -> conv1_1
I0906 10:07:06.670740 20250 cpm_data_transformer.cpp:73] dataset: COCO; img_size: [640 x 427]; meta.annolist_index: 21004; meta.write_number: 0; meta.total_write_number: 121522; meta.epoch: 0
*** Aborted at 1504663626 (unix time) try "date -d @1504663626" if you are using GNU date ***
PC: @     0x7f17a8e31ebb cv::_InputArray::size()
*** SIGSEGV (@0x0) received by PID 20224 (TID 0x7f170effd700) from PID 0; stack trace: ***
    @     0x7f17a7e314b0 (unknown)
    @     0x7f17a8e31ebb cv::_InputArray::size()
    @     0x7f177a511cc3 cv::resize()
    @     0x7f17a9fc011e caffe::CPMDataTransformer<>::augmentation_scale()
    @     0x7f17a9fdc00b caffe::CPMDataTransformer<>::Transform_nv()
    @     0x7f17a9fdccb6 caffe::CPMDataTransformer<>::Transform_nv()
    @     0x7f17a9e55c33 caffe::CPMDataLayer<>::load_batch()
    @     0x7f17a9f03b0f caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
    @     0x7f17aa029a25 caffe::InternalThread::entry()
    @     0x7f177261e5d5 (unknown)
    @     0x7f176cc5d6ba start_thread
    @     0x7f17a7f033dd clone
    @                0x0 (unknown)

What can I do to resolve this, thanks a lot!

it's work, when i "sudo chmod 777 LOCK/LOG" in root, and reinstall by "make all、 make test、 make runtest".

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

6 participants