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. IOS app runs in debug, crashes in release
Forum Updated to NodeBB v4.3 + New Features

IOS app runs in debug, crashes in release

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 889 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.
  • K Offline
    K Offline
    kloveridge
    wrote on 25 Feb 2015, 04:38 last edited by
    #1

    I have a openGL application that launches fine on my iphone in debug mode. But in release, it crashes. The following spew occurs when it crashes:

    @program received signal -111, thread:1467c;qaddr:32efbad0;00:64010000;01:64010000;02:00000000;03:01000000;04:006be614;05:00000000;06:0c75ef14;07:d42c3c01;08:f70fc925;09:2d000000;0a:8b3b6926;0b:a063eb14;0c:5cb0b800;0d:cc2c3c01;0e:61351f00;0f:32491f00;10:30000060;metype:1;mecount:2;medata:1;medata:164;
    program received signal -111, thread:1467c;qaddr:32efbad0;00:64010000;01:64010000;02:00000000;03:01000000;04:006be614;05:00000000;06:0c75ef14;07:d42c3c01;08:f70fc925;09:2d000000;0a:8b3b6926;0b:a063eb14;0c:5cb0b800;0d:cc2c3c01;0e:61351f00;0f:32491f00;10:30000060;metype:1;mecount:2;medata:1;medata:164;
    program received signal -111, thread:1467c;qaddr:32efbad0;00:64010000;01:64010000;02:00000000;03:01000000;04:006be614;05:00000000;06:0c75ef14;07:d42c3c01;08:f70fc925;09:2d000000;0a:8b3b6926;0b:a063eb14;0c:5cb0b800;0d:cc2c3c01;0e:61351f00;0f:32491f00;10:30000060;metype:1;mecount:2;medata:1;medata:164;
    program received signal -111, thread:1467c;qaddr:32efbad0;00:64010000;01:64010000;02:00000000;03:01000000;04:006be614;05:00000000;06:0c75ef14;07:d42c3c01;08:f70fc925;09:2d000000;0a:8b3b6926;0b:a063eb14;0c:5cb0b800;0d:cc2c3c01;0e:61351f00;0f:32491f00;10:30000060;metype:1;mecount:2;medata:1;medata:164;
    program received signal -111, thread:1467c;qaddr:32efbad0;00:64010000;01:64010000;02:00000000;03:01000000;04:006be614;05:00000000;06:0c75ef14;07:d42c3c01;08:f70fc925;09:2d000000;0a:8b3b6926;0b:a063eb14;0c:5cb0b800;0d:cc2c3c01;0e:61351f00;0f:32491f00;10:30000060;metype:1;mecount:2;medata:1;medata:164;
    program received signal -111, thread:1467c;qaddr:32efbad0;00:64010000;01:64010000;02:00000000;03:01000000;04:006be614;05:00000000;06:0c75ef14;07:d42c3c01;08:f70fc925;09:2d000000;0a:8b3b6926;0b:a063eb14;0c:5cb0b800;0d:cc2c3c01;0e:61351f00;0f:32491f00;10:30000060;metype:1;mecount:2;medata:1;medata:164;
    hit maximum number of consecutive signals, stopping@

    Just wonder if anyone out there has any ideas.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kloveridge
      wrote on 25 Feb 2015, 13:28 last edited by
      #2

      After spending more time with this. I finally just deleted all the project files. Cleaned, did QMake and rebuilt. The problem went away.

      I am finding that building ios applications with Qt (especially with openGL) is a bit of a crap shoot. One minute, everything builds fine. The next, nothing is working. Sometimes the debugger is working. Others not. Sometimes it works to deploy from Qt. Other times it fails and I have to run out of Xcode.

      sigh.

      1 Reply Last reply
      0

      1/2

      25 Feb 2015, 04:38

      • Login

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