+ 5
What is segmentation error in c ??
3 odpowiedzi
+ 9
It happens when you try to read a memory location you are forbidden to
+ 4
This usually generates a core dump that you can examine with a debugger to pinpoint the cause of the error.
0
Happens when memory leaks, when you try to access invalid memory plus other pointer/memory related issues