[Webkit-unassigned] [Bug 45392] New: QWebView::event gives seg fault while handling ContextMenu event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 07:43:47 PDT 2010


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

           Summary: QWebView::event gives seg fault while handling
                    ContextMenu event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: priyaranjan.2.singh at nokia.com


Doing like this is giving crash/segmentation fault:

---------------------------------
QPoint qpoint (1,2);

QContextMenuEvent contextMenuEvent(QContextMenuEvent::Mouse, QPoint(1, 2));

QCoreApplication::sendEvent(controller->webWidget(), &contextMenuEvent);
------------------------------------

default handler i.e. QWebView::event is used for handling the event.

Seg Fault is happening with this call: QWebView::event(event)

Also reproduced on Symbian 10.1 platform.

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