Segmentation fault (core dumped)

Hi All,

I am getting "Segmentation fault (core dumped)" error in the runtime. I am new this please can you tell me why is that i am getting this error and I am not sure of my compilation :

gcc -c avc_test.c
gcc -c md5.c
gcc avc_test.o md5.o -shared -Llibcoreavc_sdk.so -o proj

./proj

error: Segmentation fault (core dumped)

thanks
fido

Best to run a GCC debugger. Check out this link:

GCC Debugging Options