fold icon indicating copy to clipboard operation
fold copied to clipboard

Error when importing tensorflow_fold for MacOS

Open bdqnghi opened this issue 8 years ago • 2 comments

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

bdqnghi avatar Jun 24 '17 13:06 bdqnghi

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

mbosnjak avatar Jun 24 '17 17:06 mbosnjak

@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.

anton-matosov avatar Feb 27 '18 01:02 anton-matosov