csripriya1
Programmer
Hi all,
I tried running my c++ program (compiled in linux with c++ compiler) using gdb.
I am getting this message.
Program received signal SIGSEGV, Segmentation fault.
0x400a3c9a in std::string::_Alloc_hider::_Alloc_hider(char*, std::allocator<char> const&) () from /usr/lib/libstdc++.so.5
This core dumping occurs at the end of my program
Can anyone pl help me in figuring out what could have gone wrong.
Thanks in advance
I tried running my c++ program (compiled in linux with c++ compiler) using gdb.
I am getting this message.
Program received signal SIGSEGV, Segmentation fault.
0x400a3c9a in std::string::_Alloc_hider::_Alloc_hider(char*, std::allocator<char> const&) () from /usr/lib/libstdc++.so.5
This core dumping occurs at the end of my program
Can anyone pl help me in figuring out what could have gone wrong.
Thanks in advance