[Webkit-unassigned] [Bug 86378] New: REGRESSION(r116796): Assertion failure in API tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 09:14:14 PDT 2012


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

           Summary: REGRESSION(r116796): Assertion failure in API tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi
                CC: andersca at apple.com, kling at webkit.org


Looks like r116796 caused an assertion failure.

>From http://build.webkit.org/builders/Lion%20Debug%20%28Tests%29/builds/6498/steps/run-api-tests/logs/stdio :

Note: Google Test filter = WebKit2.WKConnectionTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WebKit2
[ RUN      ] WebKit2.WKConnectionTest
[       OK ] WebKit2.WKConnectionTest (153 ms)
[----------] 1 test from WebKit2 (153 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (153 ms total)
[  PASSED  ] 1 test.

  YOU HAVE 1 DISABLED TEST

ASSERTION FAILED: !m_isValid
/Volumes/Data/slave/lion-intel-debug/build/Source/WebKit2/Platform/WorkQueue.cpp(39) : WorkQueue::~WorkQueue()
1   0x10f1a3d25 WorkQueue::~WorkQueue()
2   0x10efc3506 WebKit::WebContext::~WebContext()
3   0x10efc3125 WebKit::WebContext::~WebContext()
4   0x10efc30f9 WebKit::WebContext::~WebContext()
5   0x10ee444c3 WTF::ThreadSafeRefCounted<WebKit::APIObject>::deref()
6   0x10efd8ffc void WTF::derefIfNotNull<WebKit::WebContext>(WebKit::WebContext*)
7   0x10f148ea8 WTF::RefPtr<WebKit::WebContext>::~RefPtr()
8   0x10f13e6f5 WTF::RefPtr<WebKit::WebContext>::~RefPtr()
9   0x10f13bca4 WebKit::WebProcessProxy::~WebProcessProxy()
10  0x10f13b9b5 WebKit::WebProcessProxy::~WebProcessProxy()
11  0x10f13b989 WebKit::WebProcessProxy::~WebProcessProxy()
12  0x10ee44c33 WTF::RefCounted<WebKit::WebProcessProxy>::deref()
13  0x10ee44bcc void WTF::derefIfNotNull<WebKit::WebProcessProxy>(WebKit::WebProcessProxy*)
14  0x10ee44b98 WTF::RefPtr<WebKit::WebProcessProxy>::~RefPtr()
15  0x10ee43ef5 WTF::RefPtr<WebKit::WebProcessProxy>::~RefPtr()
16  0x10f098f14 WebKit::WebPageProxy::~WebPageProxy()
17  0x10f098ba5 WebKit::WebPageProxy::~WebPageProxy()
18  0x10f098b79 WebKit::WebPageProxy::~WebPageProxy()
19  0x10ee444c3 WTF::ThreadSafeRefCounted<WebKit::APIObject>::deref()
20  0x10f05949c void WTF::derefIfNotNull<WebKit::WebPageProxy>(WebKit::WebPageProxy*)
21  0x10f0594c8 WTF::RefPtr<WebKit::WebPageProxy>::~RefPtr()
22  0x10f0592f5 WTF::RefPtr<WebKit::WebPageProxy>::~RefPtr()
23  0x10f184f80 -[WKViewData .cxx_destruct]
24  0x7fff945b24ed object_cxxDestructFromClass
25  0x7fff945ae5f1 objc_destructInstance
26  0x7fff945aed33 object_dispose
27  0x7fff892c5276 -[NSObject dealloc]
28  0x10f185511 -[WKView dealloc]
29  0x7fff945af03c (anonymous namespace)::AutoreleasePoolPage::pop(void*)
30  0x7fff892c5b05 _CFAutoreleasePoolPop
31  0x7fff8ac916f3 -[NSAutoreleasePool drain]

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