On 07 March 2006 15:38, Neeta Kale wrote:
> I am running a program which is compiled using GCC
> 2.95.3. When I run the program, I get the following
> error :
> Segmentation Fault (core dumped)
Your program is almost certainly buggy. Please send general how-to-program
questions to the gcc-help
I am running a program which is compiled using GCC
2.95.3. When I run the program, I get the following
error :
Segmentation Fault (core dumped)
When i use the gdb debugger to find the issue, it
gives the following information :
(gdb) break main
Breakpoint 1 at 0x7aad4: file Test.cpp, line 7.
(gdb