Skip to main content
Known Participant
December 22, 2014
Answered

Air 16.0.0.250 crash startup

  • December 22, 2014
  • 12 replies
  • 9059 views

Hi,

With the latest AIR sdk our app crashes at startup. I believe it did not happen with 16.0.0.240.

Is there anyway to download 16.0.0.240 so I can confirm this ?

Thanks!

-Simon

This is the log I can see from Xcode:

Incident Identifier: 00507C8D-3963-4D27-A81E-26E782DBADE6

CrashReporter Key:   fea60ed69df7dba318c54dbf409ec27521f19de0

Hardware Model:      iPad4,4

Process:             SDTablet [1642]

Path:                /var/mobile/Applications/1748CFC7-D72C-4AD7-A34A-87321157F048/SDTablet.app/SDTablet

Identifier:          com.stardoll.downtown

Version:             1.4.4 (1.4.4)

Code Type:           ARM-64 (Native)

Parent Process:      launchd [1]

Date/Time:           2014-12-22 14:59:20.724 +0100

OS Version:          iOS 7.0.4 (11B554a)

Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000

Triggered by Thread:  0

Thread 0 Crashed:

0   libobjc.A.dylib               0x000000018e3f61a4 lookUpImpOrForward + 80

1   libobjc.A.dylib               0x000000018e3ebbf8 _objc_msgSend_uncached_impcache + 56

2   SDTablet                       0x00000001007e2d94 0x10008c000 + 7695764

3   SDTablet                       0x00000001007e2ff4 0x10008c000 + 7696372

4   SDTablet                       0x00000001007e35d0 0x10008c000 + 7697872

5   SDTablet                       0x000000010071043c 0x10008c000 + 6833212

6   SDTablet                       0x000000010071056c 0x10008c000 + 6833516

7   SDTablet                       0x0000000100710c20 0x10008c000 + 6835232

8   Foundation                     0x0000000182c28610 __NSFireDelayedPerform + 388

9   CoreFoundation                 0x000000018207b688 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24

10  CoreFoundation                 0x000000018207b2f8 __CFRunLoopDoTimer + 800

11  CoreFoundation                 0x0000000182079020 __CFRunLoopRun + 1320

12  CoreFoundation                 0x0000000181fb9b34 CFRunLoopRunSpecific + 448

13  GraphicsServices               0x000000018798b82c GSEventRunModal + 164

14  UIKit                         0x0000000184ff80e4 UIApplicationMain + 1152

15  SDTablet                       0x00000001007eb77c 0x10008c000 + 7731068

16  libdyld.dylib                 0x000000018e9dba9c start + 0

This topic has been closed for replies.
Correct answer jamieli

Yes, The problem happens only on device iOS 7.x.x - 64 bit.

Could Adobe developer help to fix this issue?


Just now I tested the latest beta version 17.0.96, is no longer crash.

12 replies

Known Participant
December 23, 2014

The issue as far as I know only happens on iOS 7.0.4. When I tried on my phone with 8.1.2 it worked with all extensions added.

Haven't got anymore devices here at the moment, so maybe more versions are affected.

Adobe Employee
December 23, 2014

Hi,

Could you please share a sample app @govindag@adobe.com?

Thanks

Govinda

Known Participant
December 23, 2014

Hi Govinda,

Is a ipa ok? The project is far to big to send..

With some adt flags I have gotten a better stack trace:

Thread 0 Crashed:

0   libobjc.A.dylib               0x000000018e3f61a4 lookUpImpOrForward + 80

1   libobjc.A.dylib               0x000000018e3ebbf8 _objc_msgSend_uncached_impcache + 56

2   SDTablet                       0x00000001007b2d94 runtime::getExtensionItems(NSArray*) + 692

3   SDTablet                       0x00000001007b2ff4 runtime::playRawContent(avmplus::String*, avmplus::String*, avmplus::WindowInitOptionsObject*, CTAppDescriptor const*, avmplus::String*) + 164

4   SDTablet                       0x00000001007b35d0 runtime::playContent(CTAppDescriptor const*) + 892

5   SDTablet                       0x00000001006e043c playAIRAppContent(NSMutableArray*, runtime::Runtime&) + 892

6   SDTablet                       0x00000001006e056c enterAVMCPP(NSMutableArray*, runtime::Runtime*) + 224

7   SDTablet                       0x00000001006e0c20 -[CTAppController enterAVM:] + 424

8   Foundation                     0x0000000182c28610 __NSFireDelayedPerform + 388

9   CoreFoundation                 0x000000018207b688 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24

10  CoreFoundation                 0x000000018207b2f8 __CFRunLoopDoTimer + 800

11  CoreFoundation                 0x0000000182079020 __CFRunLoopRun + 1320

12  CoreFoundation                 0x0000000181fb9b34 CFRunLoopRunSpecific + 448

13  GraphicsServices               0x000000018798b82c GSEventRunModal + 164

14  UIKit                         0x0000000184ff80e4 UIApplicationMain + 1152

15  SDTablet                       0x00000001007bb77c main + 88

16  libdyld.dylib                 0x000000018e9dba9c start + 0

Known Participant
December 23, 2014

If I remove ALL native extensions the app starts on the device.

I tried just adding Freshplanets latest Facebook ANE, and then it crashes on startup again. Same stack trace.