What is _mh_execute_header?

两盒软妹~` 提交于 2019-12-12 07:39:13

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/12654235/what-is-mh-execute-header

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!