[Webkit-unassigned] [Bug 11837] Crash on submit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 14 21:27:51 PST 2006


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


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW




------- Comment #2 from ddkilzer at kilzer.net  2006-12-14 21:27 PDT -------
Confirmed in locally-built debug build of WebKit r18212.  Crash happens on page
returned from form submission.  Might be related to Bug 11832.  On the console
"Bus error" is printed with this stack trace:

Date/Time:      2006-12-14 23:15:02.990 -0600
OS Version:     10.4.8 (Build 8L127)
Report Version: 4

Command: Safari
Path:    /Applications/Safari.app/Contents/MacOS/Safari
Parent:  bash [16966]

Version:        2.0.4 (419.3)
Build Version:  1
Project Name:   WebBrowser
Source Version: 4190300

PID:    11076
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x0000001c

Thread 0 Crashed:
0   com.apple.WebCore           0x0158fc80 WebCore::Node::document() const +
156 (Node.h:270)
1   com.apple.WebCore           0x012abf98
WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&,
bool) + 312 (EventTargetNode.cpp:294)
2   com.apple.WebCore           0x012ac0cc
WebCore::EventTargetNode::dispatchHTMLEvent(WebCore::AtomicString const&, bool,
bool) + 172 (EventTargetNode.cpp:516)
3   com.apple.WebCore           0x013282d4
WebCore::HTMLScriptElement::notifyFinished(WebCore::CachedResource*) + 244
(HTMLScriptElement.cpp:155)
4   com.apple.WebCore           0x01141db4 WebCore::CachedScript::checkNotify()
+ 108 (CachedScript.cpp:91)
5   com.apple.WebCore           0x01141ef4
WebCore::CachedScript::data(WTF::Vector<char, (unsigned long)0>&, bool) + 180
(CachedScript.cpp:83)
6   com.apple.WebCore           0x01144414
WebCore::Loader::receivedAllData(WebCore::SubresourceLoader*, NSData*) + 344
(loader.cpp:109)
7   com.apple.WebCore           0x0146fee0
WebCore::SubresourceLoader::didFinishLoading() + 248
(SubresourceLoaderMac.mm:196)
8   com.apple.WebCore           0x0146af38
WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) + 60
(ResourceLoaderMac.mm:457)
9   com.apple.WebCore           0x0147e7c4 -[WebCoreResourceHandleAsDelegate
connectionDidFinishLoading:] + 144 (ResourceHandleMac.mm:265)
10  com.apple.Foundation        0x9299384c
-[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
11  com.apple.Foundation        0x92991ab8
-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
12  com.apple.Foundation        0x92991810 _sendCallbacks + 156
13  com.apple.CoreFoundation    0x907dd4cc __CFRunLoopDoSources0 + 384
14  com.apple.CoreFoundation    0x907dc9fc __CFRunLoopRun + 452
15  com.apple.CoreFoundation    0x907dc47c CFRunLoopRunSpecific + 268
16  com.apple.HIToolbox         0x93208740 RunCurrentEventLoopInMode + 264
17  com.apple.HIToolbox         0x93207dd4 ReceiveNextEventCommon + 380
18  com.apple.HIToolbox         0x93207c40
BlockUntilNextEventMatchingListInMode + 96
19  com.apple.AppKit            0x9370bae4 _DPSNextEvent + 384
20  com.apple.AppKit            0x9370b7a8 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
21  com.apple.Safari            0x00006740 0x1000 + 22336
22  com.apple.AppKit            0x93707cec -[NSApplication run] + 472
23  com.apple.AppKit            0x937f887c NSApplicationMain + 452
24  com.apple.Safari            0x0005c77c 0x1000 + 374652
25  com.apple.Safari            0x0005c624 0x1000 + 374308


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