Why did my program die with a segmentation fault, address error, or signal 11?
This is most commonly caused by trying to access an array beyond its bounds — for example, trying to access element 15 of an array with only 10 elements. Unallocated arrays and invalid pointers are other causes. You may wish to debug your program using one of the available tools such as TotalView.
Related Questions
- Why do I get the error "Firefox doesn know how to open this address, because the protocol (fuze) isn associated with any program." when I click the Share Desktop button?
- Why did my program die with a segmentation fault, address error, or signal 11?
- later by termination with a Segmentation Fault error?