Skip to content

Commit

Permalink
debug illegal core dump
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyu committed Oct 30, 2018
1 parent 030d24a commit 153b068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ build_ubuntu_amalgamation_min() {

build_ubuntu_gpu_cmake_mkldnn() {
set -ex
lscpu
cd /work/build
cmake \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
Expand All @@ -631,6 +632,7 @@ build_ubuntu_gpu_cmake_mkldnn() {
# libmkldnn.so.0 is a link file. We need an actual binary file named libmkldnn.so.0.
cp 3rdparty/mkldnn/src/libmkldnn.so.0 3rdparty/mkldnn/src/libmkldnn.so.0.tmp
mv 3rdparty/mkldnn/src/libmkldnn.so.0.tmp 3rdparty/mkldnn/src/libmkldnn.so.0
ldd libmxnet.so
}

build_ubuntu_gpu_cmake() {
Expand Down Expand Up @@ -794,6 +796,8 @@ unittest_ubuntu_cpugpu_perl() {

unittest_ubuntu_gpu_cpp() {
set -ex
lscpu
ldd build/libmxnet.so
build/tests/mxnet_unit_tests
}

Expand Down

0 comments on commit 153b068

Please sign in to comment.