Answers for "gdb common segfaults"

13

segmentation fault

Segfaults are caused by a program trying to read or write an illegal memory location
Posted by: Guest on April-26-2020
0

how to know where segfaut is c

gcc program.c -g
Posted by: Guest on December-07-2020

Browse Popular Code Answers by Language