RESOLVED FIXED 146286
Null dereference in DocumentLoader::areAllLoadersPageCacheAcceptable()
https://bugs.webkit.org/show_bug.cgi?id=146286
Summary Null dereference in DocumentLoader::areAllLoadersPageCacheAcceptable()
Chris Dumez
Reported 2015-06-24 12:48:43 PDT
Null dereference in DocumentLoader::areAllLoadersPageCacheAcceptable(): Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 WebCore 0x00000001959dd948 WebCore::Page::sessionID() const + 0 (Page.cpp:1677) 1 WebCore 0x0000000195009efc WebCore::DocumentLoader::stopLoading() + 452 (DocumentLoader.cpp:106) 2 WebCore 0x000000019501992c WebCore::DocumentLoader::detachFromFrame() + 60 (DocumentLoader.cpp:924) 3 WebCore 0x00000001950a0248 WebCore::FrameLoader::detachViewsAndDocumentLoader() + 84 (FrameLoader.cpp:1688) 4 WebCore 0x0000000195099798 WebCore::CachedFrame::destroy() + 56 (CachedFrame.cpp:261) 5 WebCore 0x00000001950997c8 WebCore::CachedFrame::destroy() + 104 (CachedFrame.cpp:265) 6 WebCore 0x0000000195099730 WebCore::CachedPage::~CachedPage() + 24 (CachedPage.cpp:68)
Attachments
Patch (1.67 KB, patch)
2015-06-24 12:53 PDT, Chris Dumez
sam: review+
Chris Dumez
Comment 1 2015-06-24 12:48:56 PDT
Chris Dumez
Comment 2 2015-06-24 12:53:58 PDT
Sam Weinig
Comment 3 2015-06-24 14:42:20 PDT
Comment on attachment 255505 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255505&action=review > Source/WebCore/ChangeLog:10 > + Add null check for the Page in areAllLoadersPageCacheAcceptable() > + to fix this top crasher until I can how this can happen. "until I can how this can happen." doesn't quite make sense.
Chris Dumez
Comment 4 2015-06-24 14:44:42 PDT
Note You need to log in before you can comment on or make changes to this bug.