Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*** Error in `python': double free or corruption (out): 0x00007fc5d674d9b0 *** #15848

Closed
DavidBrayford opened this issue Jan 4, 2018 · 7 comments
Assignees
Labels
type:build/install Build and install issues

Comments

@DavidBrayford
Copy link

I've built the latest version of TensorFlow from github repository with the following commands.

bazel build -s --config=mkl -c opt --copt=-msse4.1 --copt=-msse4.2 //tensorflow/tools/pip_package:build_pip_package

bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg

pip install /tmp/tensorflow_pkg/tensorflow-1.4.0-cp36-cp36m-linux_x86_64.whl

And get the following error after the import tensorflow command in python

Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 16 2017, 15:28:36)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
Intel(R) Distribution for Python is brought to you by Intel Corporation.
Please check out: https://software.intel.com/en-us/python-distribution

import tensorflow as tf
*** Error in `python': double free or corruption (out): 0x00007fc5d674d9b0 ***

Any suggestions on how to fix this issue?

@tensorflowbutler tensorflowbutler added the stat:awaiting response Status - Awaiting response from author label Jan 5, 2018
@tensorflowbutler
Copy link
Member

Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks.
Have I written custom code
OS Platform and Distribution
TensorFlow installed from
TensorFlow version
Bazel version
CUDA/cuDNN version
GPU model and memory
Exact command to reproduce

@DavidBrayford
Copy link
Author

Have I written custom code

No, only built and ran the test program.
OS Platform and Distribution
SLES12
TensorFlow installed from
github repository
TensorFlow version
release 1.5.0
Bazel version
0.9.0
CUDA/cuDNN version
Not using CUDA
GPU model and memory
Not using GPU
Exact command to reproduce
import tensorflow as tf

@tensorflowbutler tensorflowbutler removed the stat:awaiting response Status - Awaiting response from author label Jan 23, 2018
@tensorflowbutler
Copy link
Member

The original poster has replied to this issue after the stat:awaiting response label was applied.

@drpngx drpngx added the type:build/install Build and install issues label Jan 31, 2018
@drpngx
Copy link
Contributor

drpngx commented Jan 31, 2018

Do you have a stack trace?

CC @gunan

@drpngx drpngx added the type:build/install Build and install issues label Jan 31, 2018
@gunan
Copy link
Contributor

gunan commented Jan 31, 2018

@tfboyd to redirect the MKL issue to intel.

@tensorflowbutler
Copy link
Member

Nagging Assignee: It has been 14 days with no activity and this issue has an assignee. Please update the label and/or status accordingly.

@DavidBrayford
Copy link
Author

This issues can be closed. As after updating Python the error went away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

5 participants