Timeout on Launch of iOS app


i have app has been on app store months has been running fine everyone.

 

however, contacted many months ago single user had been using our app months without issues, of sudden started having problem our app "crashing on launch everytime". making app non-functional.

 

even rebooting device didn't issue. thing fixed issue them delete app device , reinstall it. app started working again properly. our app tracks useful data user, deleting app deleted saved data stored in sqlite db app, less ideal.

 

more had person contact me same issue , started happening on 1 of own devices, starting scare me problem more widespread thought. created new debug build , tried debug issue on own device, upon running debug build problem mysteriously went away , app launches again no issues.

 

initially thought app's sqlite db might getting corrupted somehow (as 1 of individuals indicated had run out of storage space on device when problem happened). access db few times during launch sequence thought corrupt db file might causing crash. however, after running debug build on device having fail launch issue problem mysteriously fixed itself, app able access db , data in without issues.

 

after checking crash reports in itunes connect, there new "timeout on launch 0% of submitted timeouts" entry wasn't there before. along new “resident private memory size" entry lists "average = 0.0b , maximum 0.0b".

 

i had 1 crash log i’ve included below. crash log seems indicate app failing resume in time , believe ios killing app before has chance start.  ios thinks taking long start up. although ios seems killing app after 0.590 seconds according crash file. on own device app shut down , dump me home screen within 3 seconds of app icon being tapped on. splash screen flashes briefly , app goes away. app barely has time display default splash screen, doubt getting chance run actual code before getting shut down.

 

i’m bit stumped why app work fine months , of sudden ios start decide killing on launch. if indeed happening. i’m not great reading/understanding crash logs. why reinstalling same version of app make problem go away completely. unless db access getting way slow reason , causing timeout.

 

any help/ideas give me appreciated.

 

thanks.

 

 

incident identifier: afa9013d-0168-4ca2-863a-2764bf84aea9

hardware model:      ipad2,1

process:         myapp [519]

path:            /var/mobile/applications/4d007a8f-bcd4-4c51-bd6b-644dc98fc2a9/myapp.app/myapp

identifier:      myapp

version:         ??? (???)

code type:       arm (native)

parent process:  launchd [1]

 

 

date/time:       2012-01-06 21:37:07.637 +0800

os version:      iphone os 4.3.3 (8j2)

report version:  104

 

 

exception type:  00000020

exception codes: 0x8badf00d

highlighted thread:  0

 

 

application specific information:

myapp failed resume in time

 

 

elapsed total cpu time (seconds): 0.590 (user 0.360, system 0.230), 3% cpu

elapsed application cpu time (seconds): 0.000, 0% cpu

 

 

thread 0 name:  dispatch queue: com.apple.main-thread

thread 0:

0   myapp       0x007532dc main + 1430732

1   myapp       0x005d42fc 0x005d42fc

2   myapp       0x005d0310 0x005d0310

3   myapp       0x007572b0 main + 1447072

4   quartzcore                     0x34cebbe4 ca::display::displaylink::dispatch(unsigned long long, unsigned long long)

5   quartzcore                     0x34cebd0c ca::display::iomfbdisplaylink::callback(__iomobileframebuffer*, unsigned long long, unsigned long long, unsigned long long, void*)

6   iomobileframebuffer           0x30cb69c0 iomobileframebuffervsyncnotifyfunc

7   iokit                         0x346626e4 iodispatchcalloutfromcfmessage

8   corefoundation                 0x36f13bd8 __cfmachportperform

9   corefoundation                 0x36f1ea90 __cfrunloop_is_calling_out_to_a_source1_perform_function__

10  corefoundation                 0x36f20838 __cfrunloopdosource1

11  corefoundation                 0x36f21606 __cfrunlooprun

12  corefoundation                 0x36eb1ebc cfrunlooprunspecific

13  corefoundation                 0x36eb1dc4 cfrunloopruninmode

14  graphicsservices               0x3180a418 gseventrunmodal

15  graphicsservices               0x3180a4c4 gseventrun

16  uikit                         0x30ea9d62 -[uiapplication _run]

17  uikit                         0x30ea7800 uiapplicationmain

18  myapp       0x005f5e54 main + 68

19  myapp       0x00be6128 main + 6226712

 

 

thread 1 name:  dispatch queue: com.apple.libdispatch-manager

thread 1:

0   libsystem_kernel.dylib         0x346d3fbc kevent + 24

1   libdispatch.dylib             0x33413ed4 _dispatch_mgr_invoke

2   libdispatch.dylib             0x33414f3a _dispatch_queue_invoke

3   libdispatch.dylib             0x334144ec _dispatch_worker_thread2

4   libsystem_c.dylib             0x353c758a _pthread_wqthread

5   libsystem_c.dylib             0x353c7bbc start_wqthread + 0

 

 

thread 2 name:  webthread

thread 2:

0   libsystem_kernel.dylib         0x346d0c00 mach_msg_trap + 20

1   libsystem_kernel.dylib         0x346d0758 mach_msg

2   corefoundation                 0x36f1f2b8 __cfrunloopservicemachport

3   corefoundation                 0x36f21562 __cfrunlooprun

4   corefoundation                 0x36eb1ebc cfrunlooprunspecific

5   corefoundation                 0x36eb1dc4 cfrunloopruninmode

6   webcore                       0x3654727e runwebthread(void*)

7   libsystem_c.dylib             0x353c630a _pthread_start

8   libsystem_c.dylib             0x353c7bb4 thread_start + 0

 

 

thread 3:

0   libsystem_kernel.dylib         0x346d0c00 mach_msg_trap + 20

1   libsystem_kernel.dylib         0x346d0758 mach_msg

2   libsystem_kernel.dylib         0x346c21cc exception_raise

3   myapp       0x001c9dcc 0x001c9dcc

4   myapp       0x001c9f7c 0x001c9f7c

5   myapp       0x001ca1a0 0x001ca1a0

6   libsystem_c.dylib             0x353c630a _pthread_start

7   libsystem_c.dylib             0x353c7bb4 thread_start + 0

 

 

thread 4:

0   libsystem_kernel.dylib         0x346d2d18 __semwait_signal + 24

1   libsystem_c.dylib             0x353ed860 _pthread_cond_wait

2   libsystem_c.dylib             0x35394eb2 pthread_cond_wait

3   myapp       0x00816564 main + 2230100

4   myapp       0x007053d0 main + 1111488

5   myapp       0x008167d0 main + 2230720

6   myapp       0x00816abc main + 2231468

7   myapp       0x00816c1c main + 2231820

8   libsystem_c.dylib             0x353c630a _pthread_start

9   libsystem_c.dylib             0x353c7bb4 thread_start + 0

 

 

thread 5:

0   libsystem_kernel.dylib         0x346d2d18 __semwait_signal + 24

1   libsystem_c.dylib             0x353ed860 _pthread_cond_wait

2   libsystem_c.dylib             0x35394eb2 pthread_cond_wait

3   myapp       0x00816564 main + 2230100

4   myapp       0x007053d0 main + 1111488

5   myapp       0x008167d0 main + 2230720

6   myapp       0x00816abc main + 2231468

7   myapp       0x00816c1c main + 2231820

8   libsystem_c.dylib             0x353c630a _pthread_start

9   libsystem_c.dylib             0x353c7bb4 thread_start + 0

 

 

thread 6:

0   libsystem_kernel.dylib         0x346d2d18 __semwait_signal + 24

1   libsystem_c.dylib             0x353ed860 _pthread_cond_wait

2   libsystem_c.dylib             0x35394e86 pthread_cond_timedwait

3   myapp       0x00816518 main + 2230024

4   myapp       0x0003f3e4 0x0003f3e4

5   myapp       0x008167d0 main + 2230720

6   myapp       0x00816abc main + 2231468

7   myapp       0x00816c1c main + 2231820

8   libsystem_c.dylib             0x353c630a _pthread_start

9   libsystem_c.dylib             0x353c7bb4 thread_start + 0

 

 

thread 7 name:  aqclient

thread 7:

0   libsystem_kernel.dylib         0x346d0c5c semaphore_wait_signal_trap + 8

1   libsystem_kernel.dylib         0x346d0f52 semaphore_wait_signal

2   libsystem_c.dylib             0x353c4734 pthread_mutex_lock

3   myapp       0x001dd554 0x001dd554

4   myapp       0x00752d24 main + 1429268

5   audiotoolbox                   0x338fee6c aqcallbackreceiver_outputcallback

6   audiotoolbox                   0x338fedb8 _xoutputcallback

7   audiotoolbox                   0x338fdd64 mshmigperform

8   corefoundation                 0x36f1ea90 __cfrunloop_is_calling_out_to_a_source1_perform_function__

9   corefoundation                 0x36f20838 __cfrunloopdosource1

10  corefoundation                 0x36f21606 __cfrunlooprun

11  corefoundation                 0x36eb1ebc cfrunlooprunspecific

12  corefoundation                 0x36eb1dc4 cfrunloopruninmode

13  audiotoolbox                   0x338d9772 genericrunloopthread::runloop()

14  audiotoolbox                   0x338ebea6 trunloop<aqclient>::entry(void*)

15  audiotoolbox                   0x338d948a capthread::entry(capthread*)

16  libsystem_c.dylib             0x353c630a _pthread_start

17  libsystem_c.dylib             0x353c7bb4 thread_start + 0

 

 

unknown thread crashed unknown flavor: 5, state_count: 1

 

 

binary images:

    0x1000 -  0x11e6fff + myapp armv7  <bb3def2f2eb2bc857878415e055f5094> /var/mobile/applications/4d007a8f-bcd4-4c51-bd6b-644dc98fc2a9/myapp.app/myapp

0x1393000 -  0x1393fff +mobilesubstrate.dylib armv6  <5b28f15272a4394ca1aaf2d755a99412> /library/mobilesubstrate/mobilesubstrate.dylib

0x13ca000 -  0x13cbfff +substrateloader.dylib armv6  <f3b84768c452327a9e173106425e2a38> /library/frameworks/cydiasubstrate.framework/libraries/substrateloader.dylib

0x13ee000 -  0x13f1fff +cydiasubstrate armv6  <5ac0b5d17c9732a3a9ba678d738790c5> /library/frameworks/cydiasubstrate.framework/cydiasubstrate

0x1700000 -  0x1710fff +winterboard.dylib arm  /library/mobilesubstrate/dynamiclibraries/winterboard.dylib

0x2fe00000 - 0x2fe25fff  dyld armv7  <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld

0x30b3f000 - 0x30b4afff  libz.1.dylib armv7  <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib

0x30b60000 - 0x30b64fff  assetslibraryservices armv7  <e1cbfe599c96369ca4bdb0dd99d3cd9f> /system/library/privateframeworks/assetslibraryservices.framework/assetslibraryservices

0x30bd5000 - 0x30be1fff  springboardservices armv7  <c68262667ac8397a949ce4e92dfec7db> /system/library/privateframeworks/springboardservices.framework/springboardservices

0x30be3000 - 0x30c42fff  libblas.dylib armv7  <0b36b2272aa33a8c9aa22d99c89d7189> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libblas.dylib

0x30cb5000 - 0x30cb7fff  iomobileframebuffer armv7  <683f321680763e519d61541170ba2133> /system/library/privateframeworks/iomobileframebuffer.framework/iomobileframebuffer

0x30cb8000 - 0x30dd2fff  libicucore.a.dylib armv7  <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.a.dylib

0x30e7b000 - 0x31208fff  uikit armv7  <c271b78464d93cb7bf28c6e49df293ba> /system/library/frameworks/uikit.framework/uikit

0x31209000 - 0x3120bfff  crashreportersupport armv7  <9e7efa009730322f84bbc5d8bf1ded94> /system/library/privateframeworks/crashreportersupport.framework/crashreportersupport

0x312a6000 - 0x31593fff  liblapack.dylib armv7  <b855d60dac01310495453bddfd004f0d> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/liblapack.dyl ib

0x31594000 - 0x31694fff  libglprogrammability.dylib armv7  <c0e6b958279639c098136283c6ad06a8> /system/library/frameworks/opengles.framework/libglprogrammability.dylib

0x316be000 - 0x316f2fff  videotoolbox armv7  <570c63dc3a273a5a8c9072fd5567f5c1> /system/library/privateframeworks/videotoolbox.framework/videotoolbox

0x31806000 - 0x31812fff  graphicsservices armv7  <ff78a9636e933f0dbd222f8d26209788> /system/library/privateframeworks/graphicsservices.framework/graphicsservices

0x3339a000 - 0x333bafff  printkit armv7  <e5a01ca9083a36afacc08611a398e2ad> /system/library/privateframeworks/printkit.framework/printkit

0x333bb000 - 0x333eefff  appsupport armv7  <0217468bd9f839229a47910b7816b3d5> /system/library/privateframeworks/appsupport.framework/appsupport

0x333f4000 - 0x333f9fff  liblaunch.dylib armv7  <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib

0x33413000 - 0x33420fff  libdispatch.dylib armv7  <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib

0x33428000 - 0x3342dfff  libnotify.dylib armv7  <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib

0x33445000 - 0x334dafff  imageio armv7  <d520e3241d1130e8ac1375ee0f2c1095> /system/library/frameworks/imageio.framework/imageio

0x33575000 - 0x3357afff  libcopyfile.dylib armv7  <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib

0x335d4000 - 0x335d4fff  libdnsinfo.dylib armv7  <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib

0x33600000 - 0x336c4fff  libobjc.a.dylib armv7  <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.a.dylib

0x336db000 - 0x336dbfff  veclib armv7  <0c60cd0a60f43d2791d36cb357d30e3c> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/veclib

0x336dc000 - 0x33705fff  mobilecoreservices armv7  <57fef84bdc17301d8bf53ba0fb967fe6> /system/library/frameworks/mobilecoreservices.framework/mobilecoreservices

0x33774000 - 0x3377afff  liblockdown.dylib armv7  <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib

0x3379c000 - 0x338bbfff  foundation armv7  <09ff368178c5321c9715b9c8d491d53f> /system/library/frameworks/foundation.framework/foundation

0x338d8000 - 0x33a2cfff  audiotoolbox armv7  <6619c8c13f8d328e923e797fa8d0df23> /system/library/frameworks/audiotoolbox.framework/audiotoolbox

0x33a30000 - 0x33a35fff  mobilekeybag armv7  <8c35c090bc373cb181fc26b961b8dba5> /system/library/privateframeworks/mobilekeybag.framework/mobilekeybag

0x33a36000 - 0x33b23fff  libiconv.2.dylib armv7  <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib

0x33b24000 - 0x33b72fff  gmm armv7  <049361f664eb3f30b0d25cd56ffc1f0f> /system/library/privateframeworks/gmm.framework/gmm

0x33c0d000 - 0x33cdefff  imgsgx543gldriver armv7  <406a4fa178c036e78cdc9537d5332c2e> /system/library/extensions/imgsgx543gldriver.bundle/imgsgx543gldriver

0x33ce3000 - 0x33ce6fff  applepushservice armv7  <015c68c15621348db9f6a012499170e1> /system/library/privateframeworks/applepushservice.framework/applepushservice

0x33ce8000 - 0x33cfafff  persistentconnection armv7  <659ea9d5b13d3fefb37acff09016a69c> /system/library/privateframeworks/persistentconnection.framework/persistentconnection

0x33edf000 - 0x33f1efff  libsystem.b.dylib armv7  <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libsystem.b.dylib

0x33f2a000 - 0x33fd3fff  libxml2.2.dylib armv7  <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib

0x340c5000 - 0x341c9fff  javascriptcore armv7  <61a94142e2d23dafa2964190dd46e9e3> /system/library/privateframeworks/javascriptcore.framework/javascriptcore

0x341cc000 - 0x341d5fff  mobilewifi armv7  <03d98d5cf6383695aa7d8a88da52f410> /system/library/privateframeworks/mobilewifi.framework/mobilewifi

0x342f5000 - 0x3430afff  libresolv.9.dylib armv7  <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib

0x3430f000 - 0x34364fff  libvdsp.dylib armv7  <0221caba81a235c5a896a835e2aac047> /system/library/frameworks/accelerate.framework/frameworks/veclib.framework/libvdsp.dylib

0x34366000 - 0x34417fff  webkit armv7  <eb9a0d69c64b3127b2bffd71641add3b> /system/library/privateframeworks/webkit.framework/webkit

0x34418000 - 0x3445bfff  managedconfiguration armv7  <f790c26852cb3cf298abe56bc9a3940b> /system/library/privateframeworks/managedconfiguration.framework/managedconfiguration

0x345aa000 - 0x345abfff  datamigration armv7  <42e9e87a4e0735c3837e27d4f2adcf55> /system/library/privateframeworks/datamigration.framework/datamigration

0x345b6000 - 0x345b7fff  libremovefile.dylib armv7  <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib

0x345c9000 - 0x345fefff  addressbook armv7  <3f2071a77bc134cd82065eef90d4082f> /system/library/frameworks/addressbook.framework/addressbook

0x345ff000 - 0x34645fff  corelocation armv7  <c1924042951e3df98515c7bf36093c1c> /system/library/frameworks/corelocation.framework/corelocation

0x34652000 - 0x34652fff  libcvmspluginsupport.dylib armv7  <42d8aa2a31843a6e8bfff745644a7ba5> /system/library/frameworks/opengles.framework/libcvmspluginsupport.dylib

0x34653000 - 0x3465cfff  corevideo armv7  <ea847e6dba2d36b1826b255c73b39539> /system/library/frameworks/corevideo.framework/corevideo

0x3465f000 - 0x34697fff  iokit armv7  <80ae313ad69d3363935c88e51a11862d> /system/library/frameworks/iokit.framework/versions/a/iokit

0x34698000 - 0x346aefff  eap8021x armv7  <9fefc0ada30435fbb3b51818c74f6cb8> /system/library/privateframeworks/eap8021x.framework/eap8021x

0x346c1000 - 0x346d8fff  libsystem_kernel.dylib armv7  <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib

0x346dd000 - 0x3471afff  coretext armv7  <fb6a72faec2330c4b2cd33c2e9c59588> /system/library/frameworks/coretext.framework/coretext

0x3471f000 - 0x34738fff  librip.a.dylib armv7  <4825c3e392983aba947eca06555e4480> /system/library/frameworks/coregraphics.framework/resources/librip.a.dylib

0x34793000 - 0x34795fff  libgcc_s.1.dylib armv7  <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib

0x34796000 - 0x34799fff  libmacho.dylib armv7  <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib

0x3479a000 - 0x347a8fff  opengles armv7  <5a76beaeaa013f0cbf16e5cb154598ab> /system/library/frameworks/opengles.framework/opengles

0x348a5000 - 0x348adfff  mobilebluetooth armv7  <63f11756c4aa3262b2317ff3b8e2a977> /system/library/privateframeworks/mobilebluetooth.framework/mobilebluetooth

0x348ae000 - 0x348f4fff  coretelephony armv7  <af7d1e770e5a3ffd8834a57fb5d40557> /system/library/frameworks/coretelephony.framework/coretelephony

0x348f5000 - 0x348f6fff  coresurface armv7  <7b83cd757da73e6e826693c29296d3fa> /system/library/privateframeworks/coresurface.framework/coresurface

0x34abd000 - 0x34b2cfff  proofreader armv7  <6d843c6aecdd37ae84baa40af8ad7e65> /system/library/privateframeworks/proofreader.framework/proofreader

0x34b30000 - 0x34b35fff  libsystem_dnssd.dylib armv7  <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib

0x34b36000 - 0x34b37fff  libdyld.dylib armv7  <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib

0x34b4f000 - 0x34c3bfff  glengine armv7  <f216c91c5fdb38a9ae65dc6651ccbd02> /system/library/frameworks/opengles.framework/glengine.bundle/glengine

0x34c55000 - 0x34d04fff  quartzcore armv7  <ef9632c9781f3101916b65e9faae1579> /system/library/frameworks/quartzcore.framework/quartzcore

0x34ed0000 - 0x3501cfff  mediatoolbox armv7  <482b13059e8a329fa5d832baede25103> /system/library/privateframeworks/mediatoolbox.framework/mediatoolbox

0x35393000 - 0x35414fff  libsystem_c.dylib armv7  <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib

0x35572000 - 0x355b2fff  coremedia armv7  <8e0570582ba535bfa74f1f00eef64376> /system/library/frameworks/coremedia.framework/coremedia

0x355be000 - 0x35600fff  coreaudio armv7  <c972fd5f8e89333ca680b9a33587f896> /system/library/frameworks/coreaudio.framework/coreaudio

0x35770000 - 0x35774fff  libcache.dylib armv7  <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib

0x35791000 - 0x35798fff  libmobilegestalt.dylib armv7  <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libmobilegestalt.dylib

0x357b9000 - 0x357d8fff  bom armv7  <b178e3efb4d733c694bd5a55e57a314f> /system/library/privateframeworks/bom.framework/bom

0x35919000 - 0x3591dfff  libgfxshared.dylib armv7  <a0772a32cd8b3b9194bb0c29807c1c5b> /system/library/frameworks/opengles.framework/libgfxshared.dylib

0x3592e000 - 0x3597ffff  libsqlite3.dylib armv7  <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib

0x35980000 - 0x35987fff  libbz2.1.0.dylib armv7  <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib

0x35a18000 - 0x35a4ffff  security armv7  <6599f42a910b3b31a0e1d98c883d61cb> /system/library/frameworks/security.framework/security

0x35a50000 - 0x35a51fff  libsystem_blocks.dylib armv7  <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib

0x35a52000 - 0x35a8afff  libcgfreetype.a.dylib armv7  <ccea634795153164a681f0f311f4461d> /system/library/frameworks/coregraphics.framework/resources/libcgfreetype.a.dylib

0x35c9e000 - 0x35ca0fff  mobileinstallation armv7  <94b6d6c5d9883175af26764567528127> /system/library/privateframeworks/mobileinstallation.framework/mobileinstallation

0x35cf1000 - 0x35cf4fff  captivenetwork armv7  <fc834fd33a18341ea7506587ad895703> /system/library/privateframeworks/captivenetwork.framework/captivenetwork

0x35cf5000 - 0x35d31fff  libglimage.dylib armv7  <9d97699e44ee3651ba4ac37e5adec35b> /system/library/frameworks/opengles.framework/libglimage.dylib

0x35d32000 - 0x35d3cfff  accountsettings armv7  <d083fb384dc7311eb6766b9b2d2dd9c8> /system/library/privateframeworks/accountsettings.framework/accountsettings

0x35d4b000 - 0x35d95fff  libstdc++.6.dylib armv7  <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib

0x35d9c000 - 0x35d9cfff  libsystem_sandbox.dylib armv7  <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib

0x35da5000 - 0x35dc2fff  libsystem_info.dylib armv7  <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib

0x35fb1000 - 0x35fb8fff  aggregatedictionary armv7  <ab9777b39e8e3026ad64dc90323cad7e> /system/library/privateframeworks/aggregatedictionary.framework/aggregatedictionary

0x35fb9000 - 0x36007fff  coremotion armv7  <58c353bb7e33361f881da07c72f4cdfb> /system/library/frameworks/coremotion.framework/coremotion

0x36008000 - 0x36009fff  libsystem_network.dylib armv7  <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib

0x3600a000 - 0x3600cfff  libaccessibility.dylib armv7  <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libaccessibility.dylib

0x3600d000 - 0x36010fff  iosurface armv7  <ad50e71624583d06b891344d832f9b08> /system/library/privateframeworks/iosurface.framework/iosurface

0x36045000 - 0x36045fff  accelerate armv7  <7d5ad465049136afaa1f0d89aac600bc> /system/library/frameworks/accelerate.framework/accelerate

0x36247000 - 0x36306fff  cfnetwork armv7  <b09e0d53de9f3bc8bde494780f3cdd4f> /system/library/frameworks/cfnetwork.framework/cfnetwork

0x36448000 - 0x364ccfff  avfoundation armv7  <eeaf5f4f822436a5bd1655f536e69879> /system/library/frameworks/avfoundation.framework/avfoundation

0x364e9000 - 0x36518fff  systemconfiguration armv7  <1d73b8a159363f96bb9c039655c5eae6> /system/library/frameworks/systemconfiguration.framework/systemconfiguration

0x3653a000 - 0x36540fff  protocolbuffer armv7  <f9277ee9b85b3722975ad319a323aca0> /system/library/privateframeworks/protocolbuffer.framework/protocolbuffer

0x36541000 - 0x36b4cfff  webcore armv7  <07941e59d0a33f94802c16c76238fddf> /system/library/privateframeworks/webcore.framework/webcore

0x36e85000 - 0x36e98fff  libmis.dylib armv7  <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib

0x36ea9000 - 0x36f8efff  corefoundation armv7  <a8444f997111304c9571b3ff974b769c> /system/library/frameworks/corefoundation.framework/corefoundation

0x36fa6000 - 0x3704cfff  celestial armv7  <7fbd02fa664b33babaf0327c320d1491> /system/library/privateframeworks/celestial.framework/celestial

0x3713e000 - 0x3714bfff  libbsm.0.dylib armv7  <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib

0x371e8000 - 0x37309fff  coregraphics armv7  <65f6c8701b563542820a26b0dfc4f6a4> /system/library/frameworks/coregraphics.framework/coregraphics

did ever figure out?  app seems failing respond @ random times , hard figure out why.



More discussions in AIR Development


adobe

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support