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. Hello I am getting an fatal error F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24438 (hwuiTask1), pid 23229
Forum Updated to NodeBB v4.3 + New Features

Hello I am getting an fatal error F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24438 (hwuiTask1), pid 23229

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

    On closing application some times it gives this "F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 24438 (hwuiTask1), pid 23229 " error, please anyone can help.

    I am using Qt version - 12.5.9, testing on android device android- 10. The application runs on Windows and Android, but this problem occurs in Android only.

    Thank you.![alt text](image url)

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Might be some small memory leak acting up. Run your app with debugger attached to see where it's failing, or compile with address sanitizer and it will show crash location in logs.

      Also, make sure objects used in QML are parented under QQmlEngine, this often helps with such crash on close stuff.

      (Z(:^

      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