[Webkit-unassigned] [Bug 11309] REGRESSION: Crash when re-sending a POST

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 16 10:35:48 PDT 2006


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


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |mjs at apple.com




------- Comment #4 from ap at nypop.com  2006-10-16 10:35 PDT -------
The policy delegate gets called recursively, which apparently causes havoc as
it asks for confirmation:

#0      0x0034e208 in -[WebFrame(WebFrameLoaderClient)
_dispatchDecidePolicyForNavigationAction:request:decider:] at WebFrame.m:1671
#1      0x01d92e9c in -[WebFrameLoader
checkNavigationPolicyForRequest:documentLoader:formState:andCall:withSelector:]
at WebFrameLoader.mm:1292
#2      0x01d95144 in -[WebFrameLoader
_checkNavigationPolicyForRequest:andCall:withSelector:] at
WebFrameLoader.mm:941
#3      0x01d9a938 in -[WebMainResourceLoader
willSendRequest:redirectResponse:] at WebMainResourceLoader.mm:204
#4      0x01d9bda0 in -[WebMainResourceLoader loadWithRequestNow:] at
WebMainResourceLoader.mm:388
#5      0x01d9c194 in -[WebMainResourceLoader loadWithRequest:] at
WebMainResourceLoader.mm:428
#6      0x01d8ea98 in -[WebFrameLoader
startLoadingMainResourceWithRequest:identifier:] at WebFrameLoader.mm:225
#7      0x01d8f64c in -[WebFrameLoader startLoading] at WebFrameLoader.mm:392
#8      0x01d92f8c in -[WebFrameLoader continueAfterWillSubmitForm:] at
WebFrameLoader.mm:1335
#9      0x01d93448 in -[WebFrameLoader
continueLoadRequestAfterNavigationPolicy:formState:] at WebFrameLoader.mm:1393
#10     0x01d96eb4 in -[WebFrameLoader continueAfterNavigationPolicy:] at
WebFrameLoader.mm:1324
#11     0x003a3c84 in -[WebPolicyDecisionListener _usePolicy:] at
WebPolicyDelegate.m:92
#12     0x003a3d8c in -[WebPolicyDecisionListener use] at
WebPolicyDelegate.m:107
#13     0x90a441f4 in objc_msgSendv
#14     0x92958c88 in -[NSInvocation invoke]
#15     0x92959238 in -[NSInvocation invokeWithTarget:]
#16     0x00393974 in -[_WebSafeForwarder forwardInvocation:] at WebView.m:1601
#17     0x92951034 in -[NSObject(NSForwardInvocation) forward::]
#18     0x90a440b0 in _objc_msgForward
#19     0x0034e288 in -[WebFrame(WebFrameLoaderClient)
_dispatchDecidePolicyForNavigationAction:request:decider:] at WebFrame.m:1676
#20     0x01d92e9c in -[WebFrameLoader
checkNavigationPolicyForRequest:documentLoader:formState:andCall:withSelector:]
at WebFrameLoader.mm:1292
#21     0x01d95e78 in -[WebFrameLoader
loadDocumentLoader:withLoadType:formState:] at WebFrameLoader.mm:1421
#22     0x01d95ba8 in -[WebFrameLoader reload] at WebFrameLoader.mm:1078
#23     0x0034b070 in -[WebFrame reload] at WebFrame.m:1227
#24     0x0039ac6c in -[WebView(WebIBActions) reload:] at WebView.m:2702


-- 
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