Know your tools – mudflap
I am currently implementing GSM ARFCN range encoding and I do this by writing the algorithm and a test application. Somehow my test application ended in a segmentation fault after all tests ran. The first thing I did was to use gdb on my application: $ gdb ./si_test (gdb) r … Program received signal SIGSEGV, Segmentation fault. 0x00000043 in ?? () (gdb) bt #0 0x00000043 in ?? () #1 0x00000036 in ?? () #2 0x00000040 in ?? () #3 0x00000046…