xcode Address Sanitizer 阻止应用程序崩溃

发布于 2025-01-11 15:51:34 字数 469 浏览 1 评论 0原文

我正在尝试调试导致此错误的应用程序崩溃

libc++abi:以 std::bad_alloc 类型的未捕获异常终止: std::bad_alloc dyld4 配置: DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot

当我尝试使用 Address Sanitizer 获取更多信息时导致应用程序不崩溃。 这可能是什么原因造成的?

我也明白这个

malloc:由于无法预分配保留而放弃纳米区域 虚拟机空间。

在打开 AS 的控制台中。

I'm trying to debug an crash in an app which results in this error

libc++abi: terminating with uncaught exception of type std::bad_alloc:
std::bad_alloc dyld4 config:
DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot

When I try to use Address Sanitizer to get more info it causes the app not to crash.
What could be the cause of this?

I also get this

malloc: nano zone abandoned due to inability to preallocate reserved
vm space.

in the console with AS turned on.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文