Ubuntu – Experiencing Segmentation Fault issue in C code on Windows machine only
I'm trying to pass the slice of the output of one function slice to another function, however I receive Segmentation fault error at line 93 in append_2d_slice slice function. I commented line which causes the problem. I suspect I'm passing…