Bug 109890
Summary: | REGRESSION: platform/mac-wk2/plugins/destroy-during-async-npp-new.html hits an assertion | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andersca, ap, benjamin, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
No crash log found for WebKitTestRunner:96664.
stdout:
stderr:
ERROR: Failed to send message to real exception port. (ipc/send) invalid destination port (10000003)
/Volumes/Data/slave/mountainlion-debug/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp(461) : void CoreIPC::Connection::exceptionSourceEventHandler()
SHOULD NEVER BE REACHED
/Volumes/Data/slave/mountainlion-debug/build/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp(462) : void CoreIPC::Connection::exceptionSourceEventHandler()
1 0x109ff2b65 CoreIPC::Connection::exceptionSourceEventHandler()
2 0x109fe8382 WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator()(CoreIPC::Connection*)
3 0x109fe8305 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void (CoreIPC::Connection*)>::operator()()
4 0x109ff3c35 ___ZNK3WTF8FunctionIFvvEEcvU13block_pointerS1_Ev_block_invoke_0
5 0x7fff900220b6 _dispatch_client_callout
6 0x7fff9002429b _dispatch_source_invoke
7 0x7fff90023305 _dispatch_queue_invoke
8 0x7fff90023448 _dispatch_queue_drain
9 0x7fff900232f1 _dispatch_queue_invoke
10 0x7fff900231c3 _dispatch_worker_thread2
11 0x7fff94590cab _pthread_wqthread
12 0x7fff9457b171 start_wqthread
LEAK: 3 RenderObject
LEAK: 1 Page
LEAK: 3748 WebCoreNode
LEAK: 1 Frame
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
This has been failing for a while:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=platform%2Fmac-wk2%2Fplugins%2Fdestroy-during-async-npp-new.html
Ryosuke Niwa
Added a test expectation in http://trac.webkit.org/changeset/142961.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 109133 ***
Benjamin Poulain
Committed r147978: <http://trac.webkit.org/changeset/147978>