Friday, May 25, 2012

Debug

Here's an excellent and short primer on Linux debugging. http://www.cyberciti.biz/tips/linux-core-dumps.html Example excerpt- How Do I Read Core Files? Use the gdb command as follows: $ gdb /path/to/application /path/to/corefile

No comments: