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 we use testflight to release beta version to our testers and among team components: during tests we didn't get such error position.
I manage development and release to the store is done by another team member: can this situation happens due to some different settings in xcode IDE between me and the releaser?
Thanks!
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
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