Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. There is bug
Qt 6.11 is out! See what's new in the release blog

There is bug

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 772 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.
  • R Offline
    R Offline
    Ridat
    wrote on last edited by
    #1

    Hardware Model: iPad4,4

    Exception Type: 00000020
    Exception Codes: 0x00000000dead10cc
    Highlighted Thread: 0

    Application Specific Information:
    <FBApplicationProcess: 0x12def3ad0; *** pid: 484> was suspended with locked system files:
    /private/var/mobile/Containers/Bundle/Application/282FCA82-FFE9-42AC-8E4F-9D7D02A3FDE7/My.app/.../Data.sqlite

    this is fix

    diff --git a/src/sql/drivers/sqlite/qsql_sqlite.cpp b/src/sql/drivers/sqlite/qsql_sqlite.cpp
    index 06e849c..57b3cc9 100644
    --- a/src/sql/drivers/sqlite/qsql_sqlite.cpp
    +++ b/src/sql/drivers/sqlite/qsql_sqlite.cpp
    @@ -617,7 +617,7 @@ bool QSQLiteDriver::open(const QString & db, const QString &, const QString &, c

     sqlite3_enable_shared_cache(sharedCache);
    
    • if (sqlite3_open_v2(db.toUtf8().constData(), &d->access, openMode, NULL) == SQLITE_OK) {
    • if (sqlite3_open_v2(db.toUtf8().constData(), &d->access, openMode, "unix-none") == SQLITE_OK) {
      sqlite3_busy_timeout(d->access, timeOut);
      setOpen(true);
      setOpenError(false);

    who can fix with?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi @Ridat, thank you for finding a fix to the bug.

      Please post this to https://bugreports.qt.io/

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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