Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. WebKit crashes on linux-sh4
Forum Updated to NodeBB v4.3 + New Features

WebKit crashes on linux-sh4

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 3 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gleb.zhulik
    wrote on last edited by
    #1

    Hello everybody,

    I compile Qt 4.8.4 for our devices based on sh4 processor(STi7105).
    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.

    OS: STLinux 2.4
    Arch: SH4

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gleb.zhulik
      wrote on last edited by
      #2

      acid3 test execution also leads to crash

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Did you "file a bug report":https://bugreports.qt-project.org/ ?

        1 Reply Last reply
        0
        • pop1234P Offline
          pop1234P Offline
          pop1234
          wrote on last edited by
          #4

          @gleb-zhulik

          how i can build webkit for devices based on sh4 processor (STi7111)

          thx

          regards

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved