[Webkit-unassigned] [Bug 29926] http/tests/workers/text-encoding.html crashed on Leopard bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 08:28:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29926


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |atwilson at chromium.org




--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-09-30 08:28:23 PDT ---
The crash was:
Thread 15 Crashed:
0   ???                               0x1c29b900 0 + 472496384
1   com.apple.WebCore                 0x01d448e2
WebCore::WorkerRunLoop::runInMode(WebCore::WorkerContext*, WebCore::String
const&) + 114 (WorkerRunLoop.cpp:162)
2   com.apple.WebCore                 0x01d47cea
WebCore::WorkerThreadableLoader::loadResourceSynchronously(WebCore::WorkerContext*,
WebCore::ResourceRequest const&, WebCore::ThreadableLoaderClient&,
WebCore::ThreadableLoaderOptions const&) + 202 (WorkerThreadableLoader.cpp:79)
3   com.apple.WebCore                 0x01d4d5c8
WebCore::XMLHttpRequest::createRequest(int&) + 1032 (XMLHttpRequest.cpp:493)

Looks like it's grabbing at freed memory:
Exception Codes: KERN_INVALID_ADDRESS at 0x000000002e035944

Not sure who to CC here.

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



More information about the webkit-unassigned mailing list