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

WebKit crashes on linux-sh4

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 4.8.4
    • Other
    • None
    • OS: STLinux 2.4
      Arch: SH4

    Description

      My program with QWebView crashes when i try to use document.location in JS. I tryed to localize the problem, and and that’s what I got:

      document.location=“http://…”; works
      doc.write(document.location); fails
      doc.write(typeof(document.location.href)); document.location = ‘http://www.foo.com/’; fails
      doc.write(document.location.href); document.location = ‘http://www.foo.com/’; fails
      doc.location.href = ‘http://www.foo.com/’; fails
      doc.write(document.location.href); works
      doc.write(typeof(document.location.href)); works

      Sorry, but forum parser eats document-dot-write.

      When my program crashes it receives a SIGBUS or SIGSEGV from the system. On Qt 4.7.2 all works fine, but webkit it that version has memory leaks.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            macadder Jason McDonald
            gleb.zhulik Gleb Sinyavsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes