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 2020/04/24 01:55:21 UTC

[GitHub] [incubator-mxnet] leezu opened a new issue #18154: AddressSanitizer tests broken on Ubuntu 18.04

leezu opened a new issue #18154:
URL: https://github.com/apache/incubator-mxnet/issues/18154


   ## Description
   AddressSanitizer based on the `libasan.so` fails on Ubuntu 18.04 (but continues to pass on our Ubuntu 16.04 CI).
   
   Keep AddressSanitizer tests on Ubuntu 16.04 for now, but should be fixed
   
   ```
   [2020-04-23T18:43:28.149Z] + cd /work/mxnet/build/cpp-package/example/
   
   [2020-04-23T18:43:28.149Z] + /work/mxnet/cpp-package/example/get_data.sh
   
   [2020-04-23T18:43:28.149Z] Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ...
   
   [2020-04-23T18:43:29.072Z] Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ...
   
   [2020-04-23T18:43:29.327Z] Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ...
   
   [2020-04-23T18:43:30.252Z] Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ...
   
   [2020-04-23T18:43:30.252Z] Downloading http://data.mxnet.io/data/mnist_train.csv.gz ...
   
   [2020-04-23T18:43:31.612Z] 
   
   [2020-04-23T18:43:31.612Z] =================================================================
   
   [2020-04-23T18:43:31.612Z] ==6==ERROR: LeakSanitizer: detected memory leaks
   
   [2020-04-23T18:43:31.612Z] 
   
   [2020-04-23T18:43:31.612Z] Direct leak of 2 byte(s) in 1 object(s) allocated from:
   
   [2020-04-23T18:43:31.612Z]     #0 0x7fd76c851f90 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xedf90)
   ```
   
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fmiscellaneous/detail/PR-18138/10/pipeline
   
   
   To reproduce (once https://github.com/apache/incubator-mxnet/pull/18138 is merged), run from the mxnet repo root director:
   
   `git clean -ffxd; python ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh build_ubuntu_cpu_cmake_asan; python ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh integrationtest_ubuntu_cpu_asan`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-mxnet] vexilligera commented on issue #18154: AddressSanitizer tests broken on Ubuntu 18.04

Posted by GitBox <gi...@apache.org>.
vexilligera commented on issue #18154:
URL: https://github.com/apache/incubator-mxnet/issues/18154#issuecomment-620336542


   https://github.com/apache/incubator-mxnet/pull/18181


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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