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. Test to symbian device
Qt 6.11 is out! See what's new in the release blog

Test to symbian device

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

    HI everyone,

    I try to compile a qt application that i created to symbian device option and got the following:

    “Starting application...
    Application running with pid 672.
    Process 672, thread 673 stopped at 0x78a12e7c: A data abort exception has occurred.
    Finished.”

    1 Reply Last reply
    0
    • F Offline
      F Offline
      favoritas37
      wrote on last edited by
      #2

      This can be caused by a number of reasons.

      It could be because of a bug of your in the application that crashes it.
      It could be because of the lack of some capabilities needed to your application.
      Also check that you have installed in the device all the necessary libraries needed to run Qt.

      Finally, if you use resources of any type get sure they are accessible.

      The best you could do is to start the application in debug mode. Go line by line, see where it crashes and also it will give you more debug data in the console output to narrow down the reasons.

      If you still can't find the reason, post here the console output of the debug mode.

      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