webCore随机崩溃,查看调用堆栈,如何调试?

发布于 2025-01-02 18:57:46 字数 1036 浏览 2 评论 0原文

Iphone模拟器在线程7(Web线程)中崩溃,应用程序使用WebView,使用phoneGap与其他视图交互。

基于 XCode 4.2。

#0  0x05841d8a in WebCore::ApplicationCacheGroup::disassociateDocumentLoader ()
#1  0x056879fa in WebCore::ApplicationCacheHost::~ApplicationCacheHost ()
#2  0x0568714f in WebCore::DocumentLoader::~DocumentLoader ()
#3  0x053decb0 in WebDocumentLoaderMac::~WebDocumentLoaderMac ()
#4  0x0579f405 in WebCore::FrameLoader::detachViewsAndDocumentLoader ()
#5  0x0577a542 in WebCore::FrameLoader::detachFromParent ()
#6  0x054414d1 in -[WebView(WebPrivate) _close] ()
#7  0x0459567d in __invoking___ ()
#8  0x04595551 in -[NSInvocation invoke] ()
#9  0x055983c3 in HandleAPISource ()
#10 0x0460601f in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ ()
#11 0x0456419d in __CFRunLoopDoSources0 ()
#12 0x04563786 in __CFRunLoopRun ()
#13 0x04563240 in CFRunLoopRunSpecific ()
#14 0x04563161 in CFRunLoopRunInMode ()
#15 0x05659423 in RunWebThread ()
#16 0x98305259 in _pthread_start ()
#17 0x983050de in thread_start ()

Iphone simulator crash in thread 7 (web thread), app use webview, interact with other views using phoneGap.

Based on XCode 4.2.

#0  0x05841d8a in WebCore::ApplicationCacheGroup::disassociateDocumentLoader ()
#1  0x056879fa in WebCore::ApplicationCacheHost::~ApplicationCacheHost ()
#2  0x0568714f in WebCore::DocumentLoader::~DocumentLoader ()
#3  0x053decb0 in WebDocumentLoaderMac::~WebDocumentLoaderMac ()
#4  0x0579f405 in WebCore::FrameLoader::detachViewsAndDocumentLoader ()
#5  0x0577a542 in WebCore::FrameLoader::detachFromParent ()
#6  0x054414d1 in -[WebView(WebPrivate) _close] ()
#7  0x0459567d in __invoking___ ()
#8  0x04595551 in -[NSInvocation invoke] ()
#9  0x055983c3 in HandleAPISource ()
#10 0x0460601f in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ ()
#11 0x0456419d in __CFRunLoopDoSources0 ()
#12 0x04563786 in __CFRunLoopRun ()
#13 0x04563240 in CFRunLoopRunSpecific ()
#14 0x04563161 in CFRunLoopRunInMode ()
#15 0x05659423 in RunWebThread ()
#16 0x98305259 in _pthread_start ()
#17 0x983050de in thread_start ()

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

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

发布评论

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