Bug 95955 - [Meta][EFL][WK2] Misbehavior on right mouse button in the Minibrowser
Summary: [Meta][EFL][WK2] Misbehavior on right mouse button in the Minibrowser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Jinwoo Song
URL:
Keywords:
Depends on: 96070 96074
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-06 02:20 PDT by Jinwoo Song
Modified: 2012-09-14 22:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jinwoo Song 2012-09-06 02:20:16 PDT
Minibrowser crashes when we click the right mouse button.

(gdb) r
Starting program: /home/newgen/webkit_opensource/WebKit/WebKitBuild/Debug/bin/MiniBrowser 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6f46b70 (LWP 2117)]
[New Thread 0xb62acb70 (LWP 2119)]

Program received signal SIGSEGV, Segmentation fault.
0x0082e7bd in WebKit::WebPageProxy::internalShowContextMenu (this=0x809c160, menuLocation=..., 
    hitTestResultData=..., proposedItems=..., arguments=0x80c9620)
    at /home/newgen/webkit_opensource/WebKit/Source/WebKit2/UIProcess/WebPageProxy.cpp:2969
2969	        m_activeContextMenu->showContextMenu(menuLocation, proposedItems);
Comment 1 Jinwoo Song 2012-09-06 22:42:43 PDT
Crash and hang up happen when we click the right mouse button in the Minibrowser. The reproduce condition and causes seem to be different so I create a meta bug to track the related bugs.