Closed iblislin closed 6 years ago
I get the this segfault:
Segmentation fault: 11
when running C++ version of
cpp-package/example/lenet
This is where the segfault is thrown:
Symbol conv1 =
Convolution("conv1", data, conv1_w, conv1_b, Shape(5, 5), 20);
I have built it on a OS X 10.13.2 I disabled as many libraries as possible.
I have been able to run Python version of lenet when I installed it with pip
.
@iblis17 Can you still reproduce the error with the latest code? I've tried out the python reproduction and verified this should be fixed already. If you can confirm that this bug is no longer appearing on your side would you mind closing the issue? Thanks!
Hi, We encounter segfault with stn. Here is the original issue https://github.com/dmlc/MXNet.jl/issues/369.
TL;DR: Segfault happened in CPU-version
mshadow::BilinearSamplingBackward
gdb trace here:
actually
data_index
become a negative number.Also, segfault can reproduce in Python's example (with 1.0 prebuilt binary) (https://github.com/dmlc/MXNet.jl/issues/369#issuecomment-350617043)