my C++ application gets crashed after throwing the gdb core
"warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff79e54000"
Core was generated by `./server'.
Program terminated with signal 6, Aborted.
#0 0x0000003b67230 265 in raise () from /lib64/libc.so.6
How could the above issue fixed. i dont have any idea on this. can anyone help me out in this.
please let me know whether it is memory issue or anyother...
thanks in advance
Regards,
Ragu
"warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff79e54000"
Core was generated by `./server'.
Program terminated with signal 6, Aborted.
#0 0x0000003b67230 265 in raise () from /lib64/libc.so.6
How could the above issue fixed. i dont have any idea on this. can anyone help me out in this.
please let me know whether it is memory issue or anyother...
thanks in advance
Regards,
Ragu
Comment