I'm debugging a program using gdb.
gdb prints the following:
Program received signal SIGSEGV, Segmentation fault.
fseek (fp=0x2e747874, offset=0, whence=2) at fseek.c:40
40 fseek.c: No such file or directory.
in fseek.c
This actually gave me a pretty good idea where my error is, I'm just curios to access the code of fseek.c. Not able to do so is driving me crazy.
Please tell me how to do it?