Xcode 调试器警告:无法找到“_sigtramp”的最小边界- 回溯可能不可靠
这意味着什么?当我在调试器中使用断点运行时,似乎偶尔会出现在控制台中。
warning: Couldn't find minimal bounds for "_sigtramp" - backtraces may be unreliable
What does this means? Seems to appear in the console occasionally when I run with breakpoints on in the debugger.
warning: Couldn't find minimal bounds for "_sigtramp" - backtraces may be unreliable
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这个“错误”的发生是因为我是在“发布”而不是“调试”中构建的。哎哟!
I believe this "error" came about because I was building in "release" and not "debug". Doh!