I\'m getting \'_mh_execute_header\' as error position from production ios app (I\'m using BugSense): I\'d like to know what is it and what it means.
During development w
This might help you : In iOS, what caused this crash? (specifically, the answer stating that using CrashKit could be advantageous.) Also have a look at iOS App: Several crashes with common themes of: SIGSEGV and _sigtramp
"_mh_execute_header is a known symbol/address that it uses as a base to calculate an offset when it has no better information." – Phillip Mills Nov 20 '12 at 14:08
Also, see this link for a discussion on a similar thing happening to somebody else : http://lists.apple.com/archives/xcode-users/2012/Sep/msg00316.html