You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
1.0.0 dumps core at loading time when built with Google perf tools.
I'm using a freshly booted Deep Learning AMI, Ubuntu Linux - 2.4_Oct2017 (ami-dca37ea5).
Python 2.7.12 (default, Nov 20 2017, 18:23:56)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import mxnet
src/tcmalloc.cc:278] Attempt to free invalid pointer 0x1d9cc60
Aborted (core dumped)
Steps to reproduce:
sudo apt-get install libgoogle-perftools-dev
clone a fresh MXNet repo
set USE_GPERFTOOLS = 1
build and install
The same build without libgoogle-perftools-dev installed works fine.