I have been testing my apps with the new iOS VM, things were looking good, very stable, until today.
All of a sudden I am crashing at startup a lot when I go to open my database. I have a bunch of crash logs that all show the same thing, the thread that loads the libsqlite3.dylib is the one that crashes.
This is new, I think something changed in the last 24-48 hours that is causing this. Any ideas?
This is from the crash log:
Incident Identifier: AE0458B9-E530-4BA5-ADFF-B28730307838
CrashReporter Key: 837fb8c6bdadd973fdf758431888393f7fa683ee
Hardware Model: iPod5,1
Process: VWMain [603]
Path: /private/var/mobile/Containers/Bundle/Application/6A973AFC-16C9-4033-8DEF-80550089D5A1/VWMain.app/VWMain
Identifier: com.readerware.xware.videoware
Version: 3.48 (3.48)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2015-08-24 16:09:29.530 -0700
Launch Time: 2015-08-24 16:06:53.255 -0700
OS Version: iOS 8.4.1 (12H321)
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 13
Thread 13 Crashed:
0 libsystem_kernel.dylib 0x3821cdf0 __pthread_kill + 8
1 libsystem_pthread.dylib 0x3829dc86 pthread_kill + 58
2 libsystem_c.dylib 0x381bb8bc abort + 72
3 libsystem_malloc.dylib 0x3824e396 szone_error + 330
4 libsystem_malloc.dylib 0x382466ee szone_free + 478
5 libsqlite3.dylib 0x37f2c0ae 0x37e95000 + 618670
6 libsqlite3.dylib 0x37ef40ec 0x37e95000 + 389356
7 libsqlite3.dylib 0x37eb02e0 sqlite3_finalize + 148
8 VWMain 0x000d2c46 0x8b000 + 293958
9 VWMain 0x000d1d1e 0x8b000 + 290078
10 VWMain 0x000d1bf0 0x8b000 + 289776
11 VWMain 0x000914a0 0x8b000 + 25760
12 VWMain 0x007ca4e6 0x8b000 + 7599334
13 VWMain 0x00732bb0 0x8b000 + 6978480
14 VWMain 0x00733cb8 0x8b000 + 6982840
15 VWMain 0x00734b62 0x8b000 + 6986594
16 VWMain 0x007ca764 0x8b000 + 7599972
17 libsystem_pthread.dylib 0x3829cddc _pthread_body + 136
18 libsystem_pthread.dylib 0x3829cd4e _pthread_start + 114
19 libsystem_pthread.dylib 0x3829aaf8 thread_start + 4