[Webkit-unassigned] [Bug 18093] REGRESSION (r31300): ASSERTION FAILED: !m_deletionHasBegun

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 18:22:43 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18093


webkit at mattlilek.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmccullough at apple.com,
                   |                            |webkit at mattlilek.com
             Status|UNCONFIRMED                 |NEW
          Component|New Bugs                    |WebCore Misc.
     Ever Confirmed|0                           |1
           Keywords|                            |Regression
           Priority|P2                          |P1
           Platform|Macintosh Intel             |Macintosh
            Summary|r31301 crashes when trying  |REGRESSION (r31300):
                   |to access any site.         |ASSERTION FAILED:
                   |                            |!m_deletionHasBegun




------- Comment #5 from webkit at mattlilek.com  2008-03-25 18:22 PDT -------
Kevin broke this with his InspectorResource RefPtr changes in
<http://trac.webkit.org/projects/webkit/changeset/31300>.

ASSERTION FAILED: !m_deletionHasBegun
(/Users/matt/Code/WebKit/WebKitBuild/Debug/JavaScriptCore.framework/PrivateHeaders/RefCounted.h:41
void WTF::RefCounted<T>::ref() [with T = WebCore::InspectorResource])

Debug trace:
Thread 0 Crashed:
0   com.apple.WebCore                   0x01d8179b
WTF::RefCounted<WebCore::InspectorResource>::ref() + 71 (RefCounted.h:41)
1   com.apple.WebCore                   0x01d817ff
WTF::RefPtr<WebCore::InspectorResource>::RefPtr(WebCore::InspectorResource*) +
31
2   com.apple.WebCore                   0x01d7deba
WebCore::InspectorController::addResource(WebCore::InspectorResource*) + 28
(InspectorController.cpp:1434)
3   com.apple.WebCore                   0x01d7e226
WebCore::InspectorController::didFinishLoading(WebCore::DocumentLoader*,
unsigned long) + 168 (InspectorController.cpp:1588)
4   com.apple.WebCore                   0x01cacae3
WebCore::FrameLoader::dispatchDidFinishLoading(WebCore::DocumentLoader*,
unsigned long) + 101 (FrameLoader.cpp:4912)
5   com.apple.WebCore                   0x01cacb52
WebCore::FrameLoader::didFinishLoad(WebCore::ResourceLoader*) + 108
(FrameLoader.cpp:4636)
6   com.apple.WebCore                   0x01f8bcb4
WebCore::ResourceLoader::didFinishLoadingOnePart() + 164
(ResourceLoader.cpp:274)
7   com.apple.WebCore                   0x01f8bd23
WebCore::ResourceLoader::didFinishLoading() + 105 (ResourceLoader.cpp:260)
8   com.apple.WebCore                   0x0208c670
WebCore::SubresourceLoader::didFinishLoading() + 248
(SubresourceLoader.cpp:200)
9   com.apple.WebCore                   0x01f8be74
WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) + 24
(ResourceLoader.cpp:371)
10  com.apple.WebCore                   0x01f8962d
-[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 101
(ResourceHandleMac.mm:521)
11  com.apple.Foundation                0x92b658b7
-[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
12  com.apple.Foundation                0x92b65844
_NSURLConnectionDidFinishLoading + 68
13  com.apple.CFNetwork                 0x9095d7f3 sendDidFinishLoadingCallback
+ 148
14  com.apple.CFNetwork                 0x9095a920
_CFURLConnectionSendCallbacks + 1994
15  com.apple.CFNetwork                 0x9095a0d9 muxerSourcePerform + 283
16  com.apple.CoreFoundation            0x96cf962e CFRunLoopRunSpecific + 3166
17  com.apple.CoreFoundation            0x96cf9d18 CFRunLoopRunInMode + 88
18  com.apple.HIToolbox                 0x903b66a0 RunCurrentEventLoopInMode +
283
19  com.apple.HIToolbox                 0x903b64b9 ReceiveNextEventCommon + 374
20  com.apple.HIToolbox                 0x903b632d
BlockUntilNextEventMatchingListInMode + 106
21  com.apple.AppKit                    0x9329f7d9 _DPSNextEvent + 657
22  com.apple.AppKit                    0x9329f08e -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
23  com.apple.Safari                    0x0000806e 0x1000 + 28782
24  com.apple.AppKit                    0x932980c5 -[NSApplication run] + 795
25  com.apple.AppKit                    0x9326530a NSApplicationMain + 574
26  com.apple.Safari                    0x000b9a76 0x1000 + 756342


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list