Signal 11, or officially know as "segmentation fault", means that the program accessed a memory location that was not assigned.
Sorry all, initially missed to repetition the question (that was only on the title).
What can cause an signal 11?
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Please refer to segmentation fault on linux/unix | |||
|
feedback
|
|
That's usually a bug in a program. So if you're writing your own program, that's the most likely cause. I have also read that it is very common to have something to do with hardware. | |||||
feedback
|