<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>15933</bug_id>
          
          <creation_ts>2007-11-10 04:54:37 -0800</creation_ts>
          <short_desc>QtWebKit crash when move Mouse on QWebPage</short_desc>
          <delta_ts>2007-11-19 11:54:50 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Qt</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="William Lee">welemon</reporter>
          <assigned_to name="George Staikos">staikos</assigned_to>
          <cc>mh+webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>60831</commentid>
    <comment_count>0</comment_count>
    <who name="William Lee">welemon</who>
    <bug_when>2007-11-10 04:54:37 -0800</bug_when>
    <thetext>After finish loading a page, like en.wikipedia.org
you move your mouse over QtLauncher windows, it crash.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1241691392 (LWP 19977)]
0xb77bb858 in QWebPage::mouseMoveEvent (this=0x808d9d8, ev=0xbff89db0) at ../../../WebKit/qt/Api/qwebpage.cpp:804
804         QWebFramePrivate *frame = d-&gt;currentFrame(ev-&gt;pos())-&gt;d;
(gdb) where
#0  0xb77bb858 in QWebPage::mouseMoveEvent (this=0x808d9d8, ev=0xbff89db0) at ../../../WebKit/qt/Api/qwebpage.cpp:804
#1  0xb6a3594d in QWidget::event (this=0x808d9d8, event=0xbff89db0) at kernel/qwidget.cpp:6014
#2  0xb69d985d in QApplicationPrivate::notify_helper (this=0x80560a0, receiver=0x808d9d8, e=0xbff89db0) at kernel/qapplication.cpp:3536
#3  0xb69da3fc in QApplication::notify (this=0xbff8a5a0, receiver=0x808d9d8, e=0xbff89db0) at kernel/qapplication.cpp:3235
#4  0xb65cb8f8 in QCoreApplication::notifyInternal (this=0xbff8a5a0, receiver=0x808d9d8, event=0xbff89db0)
    at kernel/qcoreapplication.cpp:507
#5  0xb69e657d in QCoreApplication::sendSpontaneousEvent (receiver=0x808d9d8, event=0xbff89db0)
    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:187
#6  0xb6a54ed4 in QETWidget::translateMouseEvent (this=0x808d9d8, event=0xbff8a2bc) at kernel/qapplication_x11.cpp:3837
#7  0xb6a52cdf in QApplication::x11ProcessEvent (this=0xbff8a5a0, event=0xbff8a2bc) at kernel/qapplication_x11.cpp:3021
#8  0xb6a82bb7 in x11EventSourceDispatch (s=0x8063320, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:120
#9  0xb642fdf2 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#10 0xb6432dcf in ?? () from /usr/lib/libglib-2.0.so.0
#11 0x08062690 in ?? ()
#12 0x00000000 in ?? ()
(gdb) list
799     #endif
800     }
801
802     void QWebPage::mouseMoveEvent(QMouseEvent *ev)
803     {
804         QWebFramePrivate *frame = d-&gt;currentFrame(ev-&gt;pos())-&gt;d;
805         if (!frame-&gt;frameView)
806             return;
807
808         frame-&gt;eventHandler-&gt;handleMouseMoveEvent(PlatformMouseEvent(ev, 0));
(gdb) print d
$1 = (QWebPagePrivate *) 0x808dbb8
(gdb) print ev
$2 = (class QMouseEvent *) 0xbff89db0
(gdb) print ev-&gt;pos()
$3 = (const QPoint &amp;) @0xbff89dc0: {xp = 704, yp = 620}
(gdb) print d-&gt;currentFrame(en-&gt;pos())
No symbol &quot;en&quot; in current context.
(gdb) print d-&gt;currentFrame(ev-&gt;pos())
$4 = (class QWebFrame *) 0x0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60910</commentid>
    <comment_count>1</comment_count>
    <who name="Mike Hommey">mh+webkit</who>
    <bug_when>2007-11-11 09:43:17 -0800</bug_when>
    <thetext>Got the same crash with the same stack trace here. FWIW, The code where the crash occurs comes from revision 27525</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61700</commentid>
    <comment_count>2</comment_count>
    <who name="Mike Hommey">mh+webkit</who>
    <bug_when>2007-11-19 11:23:51 -0800</bug_when>
    <thetext>In what revision did this get fixed ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61701</commentid>
    <comment_count>3</comment_count>
    <who name="George Staikos">staikos</who>
    <bug_when>2007-11-19 11:42:38 -0800</bug_when>
    <thetext>27904</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61704</commentid>
    <comment_count>4</comment_count>
    <who name="Mike Hommey">mh+webkit</who>
    <bug_when>2007-11-19 11:54:50 -0800</bug_when>
    <thetext>Thanks</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>