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

QtQuick 2.0 application crashes on BB PlayBook when LocalStorage.openDatabaseSync(...) called

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.0.2
    • None
    • OpenSUSE 12.3
      BlackBerry NDK (installer-bbndk-2.1.0-linux-1032-201209271809-201209280007.bin)
      PlayBook (Real Device with latest OS version: 2.1.0.1526)

      A month ago I compiled qtdeclarative from git and everything worked well.

      But now this application closed immediately after tap on screen without any debug output:

      import QtQuick 2.0
      import QtQuick.LocalStorage 2.0
      
      Rectangle {
          width: 1024
          height: 600
          Text {
              text: qsTr("Hello from QtQuick2")
              anchors.centerIn: parent
          }
          MouseArea {
              anchors.fill: parent
              onPressed: {
                  var db = LocalStorage.openDatabaseSync("TESTAPP", "1.0", "DESCRIPTION", 1000000);
              }
          }
      }
      

        1. libqsqlite.so
          657 kB
          Paul Lemire
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            aalpert Alan Alpert
            efg Oleg
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes