Related Posts:Are There Any Debugging Programs For Php? How Do You Debug Php Code?Wicked Cool Shell Scripts (Paperback)Open Source Code Behind PolomercantilIs There A Place On The Internet That I Can Go To Practice Network Troubleshooting?How To Debug C/c++ Pgm In Linux? (step-by-step Execution)?
Here is the error it gave, in my main program the first line is to just cout<< 1; It won't even do that without pausing for a long time then giving me a segmentation fault. Anyways here's the error:
Program received signal SIGSEGV, Segmentation fault.
0xff358948 in std::string::_Alloc_hider::_Alloc_hider (this=0xf9018000,
__dat=0xff385ecc "", __a=@0xffbff710)
[...]
The GNU Debugger allows you to see what is going on “inside” a program while it executes – or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU [...]
Review
“I’m sure this book will be of great assistance to anyone doing any serious development work in any of the supported languages.” – John Collins, news@UK, September 2005
Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool [...]
Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and [...]
Do you think debuggers are no longer needed?