Skip to content

Crash on load from within protobuf in precompiled tensorflow 1.1 #26

@admsyn

Description

@admsyn

Hey Memo! This is with a fresh Ubuntu 17.04 and OF master (2c7b719).

fl@mallet:~/workspace/openFrameworks/addons/ofxMSATensorFlow/example-pix2pix/bin$ gdb -q ./example-pix2pix
Reading symbols from ./example-pix2pix...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/fl/workspace/openFrameworks/addons/ofxMSATensorFlow/example-pix2pix/bin/example-pix2pix
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x00007ffff113404d in google::protobuf::FileOptions::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) ()
   from /home/fl/workspace/openFrameworks/addons/ofxMSATensorFlow/libs/tensorflow/lib/linux64/libtensorflow_cc.so
(gdb)
  • I get this from example-basic as well
  • The build config is the "default" from running make
  • libtensorflow_cc.so is from lib_TF1.1_linux64_OPT_CUDA8.0_CUDNN5.1_2017_05_17.tar.gz
  • I also have tensorflow-gpu, the magenta repo, and fast-style-transfer installed and working fine separately (virtual envs, not used in the context of OF or ofxMSATensorFlow)

Full linux version:

Linux mallet 4.10.0-22-generic #24-Ubuntu SMP Mon May 22 17:43:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

More on this story as it develops..

EDIT: This does not happen with lib_TF1.0_linux64_NOPT_CUDA8.0_CUDNN5.1_2017_02_22.tar.gz, which works

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions