InterviewSolution
Saved Bookmarks
| 1. |
A Core Dump File Contains This Message, “program Terminated With Signal 11, Segmentation Fault.” What Does This Message Indicate? |
|
Answer» The core file will tell you what EXACTLY caused the PROGRAM to crash. So this MESSAGE indicates that the program CRASHED because of a segmentation fault in memory. The core file will tell you what exactly caused the program to crash. So this message indicates that the program crashed because of a segmentation fault in memory. |
|