Open
Description
App is crashing during sess.run with message Segmentation fault (core dumped)
on docker or Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
on Windows.
Stack trace on Windows
at Tensorflow.c_api.TF_SessionRun(IntPtr session, TF_Buffer* run_options, TF_Output[] inputs, IntPtr[] input_values, Int32 ninputs, TF_Output[] outputs, IntPtr[] output_values, Int32 noutputs, IntPtr[] target_opers, Int32 ntargets, IntPtr run_metadata, IntPtr status)
at Tensorflow.BaseSession._call_tf_sessionrun(KeyValuePair`2[] feed_dict, TF_Output[] fetch_list, List`1 target_list)
at Tensorflow.BaseSession._do_run(List`1 target_list, List`1 fetch_list, Dictionary`2 feed_dict)
at Tensorflow.BaseSession._run(Object fetches, FeedItem[] feed_dict)
at Tensorflow.BaseSession.run(Tensor fetche, FeedItem[] feed_dict)
I created small example project for tests: https://github.com/deadman2000/TensorFlowNetMultithreading