Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

1.0.0 crash with Google perf tools #8968

@juliensimon

Description

@juliensimon

Hi,

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions