tensorflow / fold

Deep learning with dynamic computation graphs in TensorFlow
Apache License 2.0
1.82k stars 266 forks source link

Error when importing tensorflow_fold for MacOS #69

Open bdqnghi opened 7 years ago

bdqnghi commented 7 years ago

I followed this tutorial to build tensorflow fold from source for MacOS : https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sources.md

After finished building and installing the wheel, I got this error:

>>> import tensorflow_fold
python(61500,0x7fffc8f303c0) malloc: *** error for object 0x1155df5e0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[1]    61500 abort      python
mbosnjak commented 7 years ago

Duplicate issue #59, #37, and #3. It seems no one solved this yet. Worth Trying #51 on OSX.

anton-matosov commented 6 years ago

@bdqnghi I had similar issue with TF build with MKL. Can you please try to start python with -v option. This helped me to narrow down module that was causing crash.