xcode 什么是_mh_execute_header?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12654235/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is _mh_execute_header?
提问by notsoux
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.
我从生产 ios 应用程序中得到“_mh_execute_header”作为错误位置(我正在使用 BugSense):我想知道它是什么以及它意味着什么。
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.
在开发过程中,我们使用 testflight 向我们的测试人员和团队组件发布 beta 版本:在测试过程中,我们没有得到这样的错误位置。
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?
我管理开发并发布到商店是由另一个团队成员完成的:这种情况是否会由于我和发布者在 xcode IDE 中的某些不同设置而发生?
Thanks!
谢谢!
回答by Agi Hammerthief
This might help you : In iOS, what caused this crash?(specifically, the answer stating that using CrashKitcould be advantageous.) Also have a look at iOS App: Several crashes with common themes of: SIGSEGV and _sigtramp
这可能对您有所帮助:在 iOS 中,是什么导致了此崩溃?(具体来说,回答说使用CrashKit可能是有利的。)还可以看看iOS App:有几个共同主题的崩溃:SIGSEGV 和 _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
“_mh_execute_header 是一个已知的符号/地址,当它没有更好的信息时,它用作计算偏移量的基础。” – 菲利普米尔斯 2012 年 11 月 20 日 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
另外,请参阅此链接以讨论发生在其他人身上的类似事情:http: //lists.apple.com/archives/xcode-users/2012/Sep/msg00316.html

