Have been working the last weeks with a very hard to find bug and during my work I’ve stumbled upon a number of very useful web resources.
Two of the most useful ones I’d like to keep for the future:
- “10 practical nm command examples” – some useful tricks when digging deep into your binaries using the nm command: http://www.thegeekstuff.com/2012/03/linux-nm-command/
- “How to coerce gdb into giving a backtrace” – one potential approach when trying to unwind a broken or corrupt stack: http://fragglet.livejournal.com/19646.html