Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30288

WebView asserts when double click a link

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.2
    • 5.0.1
    • WebKit
    • None
    • Windows XP / Windows 7
    • I3c5dc65d55790b1e97924fe674d26e9587557d92

    Description

      very easy to reproduce:

      import QtQuick 2.0
      import QtWebKit 3.0
      WebView {
      	id: webview
      	url: "http://www.bing.com"
      	width: 800; height: 600
      }
      

      When page is loaded, double click a link, the program crashes. Other urls produce the same result.
      Output the following error:

      SHOULD NEVER BE REACHED
      UIProcess\qt\QtWebPageEventHandler.cpp(509) : WebKit::QtWebPageEventHandler::handleInputEvent
      1 042AD355
      2 0428709C
      3 0428959E
      4 01606726
      5 01621582
      6 0161E671
      7 0161E823
      8 005BE32F
      9 0161E04E
      10 650528CE
      11 6505030A
      12 672B74C4
      13 673C7198
      14 005B013F
      15 005AF6D2
      16 00598541
      17 005984C9
      18 1003AFF4
      19 6733FB07
      20 77D18734
      21 77D18816
      22 77D189CD
      23 77D18A10
      24 67340BF3
      25 1003AF5E
      26 672B40C1
      27 672B421E
      28 672B79FD
      29 005AF468
      30 6504FFB9
      31 00402B26
      First-chance exception at 0x042ad35a in xxxx.exe: 0xC0000005: Access violation writing location 0xbbadbeef.
      Unhandled exception at 0x042ad35a in xxxx.exe: 0xC0000005: Access violation writing location 0xbbadbeef.

      Attachments

        For Gerrit Dashboard: QTBUG-30288
        # Subject Branch Project Status CR V

        Activity

          People

            abecsi Andras Becsi
            weiyuemin weiyuemin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes