You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/19 05:15:49 UTC

[GitHub] marcoabreu opened a new issue #9857: C++ test Core dump DROPOUT_PERF.TimingGPU

marcoabreu opened a new issue #9857: C++ test Core dump DROPOUT_PERF.TimingGPU
URL: https://github.com/apache/incubator-mxnet/issues/9857
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/399/pipeline
   
   ```
   Timing: 50 iterations of 10 calls, shape = [50,3,18,32] = 86,400 items 
   
   Dropout Operator CPU:  Timing [Forward] 28.45100 ms, avg: 0.05690 ms X 500 passes
   
   
   
   [       OK ] DROPOUT_PERF.TimingCPU (2745 ms)
   
   [ RUN      ] DROPOUT_PERF.TimingGPU
   
   Timing: 50 iterations of 10 calls, shape = [1,1,28,28] = 784 items 
   
   terminate called after throwing an instance of 'dmlc::Error'
   
     what():  [22:22:55] ../mshadow/mshadow/./stream_gpu-inl.h:182: Check failed: e == cudaSuccess CUDA: an illegal memory access was encountered
   
   
   
   Stack trace returned 10 entries:
   
   [bt] (0) build/tests/mxnet_unit_tests(dmlc::StackTrace[abi:cxx11]()+0x56) [0xe15776]
   
   [bt] (1) build/tests/mxnet_unit_tests(dmlc::LogMessageFatal::~LogMessageFatal()+0x28) [0xe15d78]
   
   [bt] (2) build/tests/mxnet_unit_tests(void mshadow::DeleteStream<mshadow::gpu>(mshadow::Stream<mshadow::gpu>*)+0xb9) [0xe183f9]
   
   [bt] (3) build/tests/mxnet_unit_tests(mxnet::test::op::CoreOpExecutor<float, float>::~CoreOpExecutor()+0x151) [0xe5f321]
   
   [bt] (4) build/tests/mxnet_unit_tests(std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()+0x46) [0xe1b316]
   
   [bt] (5) build/tests/mxnet_unit_tests() [0xf0435e]
   
   [bt] (6) build/tests/mxnet_unit_tests(DROPOUT_PERF_TimingGPU_Test::TestBody()+0x5e1) [0xf06401]
   
   [bt] (7) build/tests/mxnet_unit_tests(void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)+0x43) [0xf36f03]
   
   [bt] (8) build/tests/mxnet_unit_tests(testing::Test::Run()+0xba) [0xf27f3a]
   
   [bt] (9) build/tests/mxnet_unit_tests(testing::TestInfo::Run()+0x118) [0xf28088]
   
   
   
   
   
   /workspace/tests/ci_build/with_the_same_user: line 47: 83345 Aborted                 (core dumped) sudo -u "#${CI_BUILD_UID}" --preserve-env "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" "HOME=${CI_BUILD_HOME}" ${COMMAND[@]}
   
   script returned exit code 134
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services