[Webkit-unassigned] [Bug 50894] New: [Qt] Assert at WebContext destruction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 12 08:13:02 PST 2010


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

           Summary: [Qt] Assert at WebContext destruction
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org


If the WebContext has a valid (not invalidated) WebDatabaseManagerProxy than it asserts in it's destructor:
ASSERTION FAILED: !m_context at WebDataBaseProxy.cpp:49 (this is hand written but I am not lying :) )
The assumption that the manager must be invalidated when the context is getting destructed seems to be pointless. The bug only appears on Qt but I think the reason of that is that other ports do not destruct the context at termination, but that should be possible.

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