How do I fix this segmentation fault?

I am trying to run a program I have written for multiplying to square NxN matrices. However, I am getting a segmentation fault error. I have working code for the program without threading. But I have been unsuccessful in adapting my code for multiple threads. I am attempting to run the code on a raspberry… Read More How do I fix this segmentation fault?