[Webkit-unassigned] [Bug 44430] New: [Qt] WebCore crashes from the web process.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 09:04:34 PDT 2010


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

           Summary: [Qt] WebCore crashes from the web process.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kb at inf.u-szeged.hu


In situations where we want to cast a client class to it's qt version (for example a FrameLoaderClient to a FrameLoaderClientQt) are crashing in the web process of webkit2 since the type of the clients are differs. Currently I do not see a better fix for this then doing some hand written rtti (because we should not rely on rtti support) and check the type of those clients. In the future we should eliminate the layering violations and/or introducing better abstractions to deal with the duality of the API layers but for now the webkit2 project needs a working implementation in the trunk.

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