determine the line where we have mistake causes to segmentation fault
Posted
by gcc
on Stack Overflow
See other posts from Stack Overflow
or by gcc
Published on 2010-05-20T17:39:29Z
Indexed on
2010/05/20
18:50 UTC
Read the original article
Hit count: 390
Can we determine, in our code where we have mistake which causes to segmentation fault
After writing some code ,to determine where i have segmentation fault, can gcc show me you have mistake(or error typing) in ... line because of the that line you encounter with segmentation fault.
© Stack Overflow or respective owner