Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am developing an app that plays audio using AVPlayer, sometimes when the app is playing (not every time) the device restarts with the message "Terminating in response to SpringBoard's termination". Sometimes it plays 2 or 3 seconds, sometimes hours, the behaviour is not constant. I have already tried to use brake points, log messages, instruments.. Everything is OK, the memory is under 10Mb always, there is no Leaks, and no memory warnings!

Does anybody has a clue? I got the device log, and I didn't understand much of it, but I guess that the SpringBoard did not recognise some selector, but I don't have any idea about what to do then..

The same happens with my iPhone 4 and my Ipad mini, none of them are jailbroken.. and they are iOS 6, as the same app was working in iOS 5, I believe that is some bug with iOS 6.

does anybody know anything about it?

Hardware Model:      iPad2,5
Process:         SpringBoard [6668]
Path:            /System/Library/CoreServices/SpringBoard.app/SpringBoard
Identifier:      SpringBoard
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2013-01-15 22:28:24.514 -0300
OS Version:      iOS 6.0.2 (10A550)
Report Version:  104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0

Last Exception Backtrace:
0   CoreFoundation                  0x3bb2229e __exceptionPreprocess + 158
1   libobjc.A.dylib                 0x3407c97a objc_exception_throw + 26
2   CoreFoundation                  0x3bb25e02 -[NSObject(NSObject) doesNotRecognizeSelector:] + 166
3   CoreFoundation                  0x3bb2452c ___forwarding___ + 388
4   CoreFoundation                  0x3ba7bf64 _CF_forwarding_prep_0 + 20
5   UIKit                           0x399f1370 -[UILabel _setText:] + 92
6   SpringBoard                     0x001812ec 0x7f000 + 1057516
7   SpringBoard                     0x00175906 0x7f000 + 1009926
8   SpringBoard                     0x00094e86 0x7f000 + 89734
9   UIKit                           0x39a02aae -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 154
10  UIKit                           0x39a778ca -[UIViewAnimationState animationDidStop:finished:] + 46
11  QuartzCore                      0x334d9bd4 CA::Layer::run_animation_callbacks(void*) + 204
12  libdispatch.dylib               0x37a544b2 _dispatch_client_callout + 18
13  libdispatch.dylib               0x37a591b8 _dispatch_main_queue_callback_4CF$VARIANT$mp + 220
14  CoreFoundation                  0x3baf5f36 __CFRunLoopRun + 1286
15  CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
16  CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
17  GraphicsServices                0x3aa112e6 GSEventRunModal + 70
18  UIKit                           0x39a412f4 UIApplicationMain + 1116
19  SpringBoard                     0x0008289a 0x7f000 + 14490
20  libdyld.dylib                   0x3774ab1c start + 0


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x34204350 __pthread_kill + 8
1   libsystem_c.dylib               0x337b011e pthread_kill + 54
2   libsystem_c.dylib               0x337ec96e abort + 90
3   libc++abi.dylib                 0x3a48ed4a abort_message + 70
4   libc++abi.dylib                 0x3a48bff4 default_terminate() + 20
5   libobjc.A.dylib                 0x3407ca74 _objc_terminate() + 144
6   libc++abi.dylib                 0x3a48c078 safe_handler_caller(void (*)()) + 76
7   libc++abi.dylib                 0x3a48c110 std::terminate() + 16
8   libc++abi.dylib                 0x3a48d50e __cxa_throw + 118
9   libobjc.A.dylib                 0x3407c9ba objc_exception_throw + 90
10  CoreFoundation                  0x3bb25e02 -[NSObject(NSObject) doesNotRecognizeSelector:] + 166
11  CoreFoundation                  0x3bb2452c ___forwarding___ + 388
12  CoreFoundation                  0x3ba7bf64 _CF_forwarding_prep_0 + 20
13  UIKit                           0x399f1370 -[UILabel _setText:] + 92
14  SpringBoard                     0x001812ec 0x7f000 + 1057516
15  SpringBoard                     0x00175906 0x7f000 + 1009926
16  SpringBoard                     0x00094e86 0x7f000 + 89734
17  UIKit                           0x39a02aae -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 154
18  UIKit                           0x39a778ca -[UIViewAnimationState animationDidStop:finished:] + 46
19  QuartzCore                      0x334d9bd4 CA::Layer::run_animation_callbacks(void*) + 204
20  libdispatch.dylib               0x37a544b4 _dispatch_client_callout + 20
21  libdispatch.dylib               0x37a591b8 _dispatch_main_queue_callback_4CF$VARIANT$mp + 220
22  CoreFoundation                  0x3baf5f36 __CFRunLoopRun + 1286
23  CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
24  CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
25  GraphicsServices                0x3aa112e6 GSEventRunModal + 70
26  UIKit                           0x39a412f4 UIApplicationMain + 1116
27  SpringBoard                     0x0008289a 0x7f000 + 14490
28  libdyld.dylib                   0x3774ab1c start + 0

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib          0x341f4648 kevent64 + 24
1   libdispatch.dylib               0x37a5b974 _dispatch_mgr_invoke + 792
2   libdispatch.dylib               0x37a5b654 _dispatch_mgr_thread$VARIANT$mp + 32

Thread 2 name:  WebThread
Thread 2:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   WebCore                         0x3b136a40 RunWebThread(void*) + 440
7   libsystem_c.dylib               0x3379230e _pthread_start + 306
8   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 3:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   Foundation                      0x37ebe78a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 250
7   Foundation                      0x37f62058 -[NSRunLoop(NSRunLoop) run] + 76
8   UIKit                           0x39d12f66 -[UIStatusBarServerThread main] + 678
9   Foundation                      0x37f6b678 __NSThread__main__ + 968
10  libsystem_c.dylib               0x3379230e _pthread_start + 306
11  libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 4:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   SpringBoard                     0x000e3aa0 0x7f000 + 412320
7   libsystem_c.dylib               0x3379230e _pthread_start + 306
8   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 5 name:  com.apple.coremedia.player.async
Thread 5:
0   libsystem_kernel.dylib          0x3420408c __psynch_cvwait + 24
1   libsystem_c.dylib               0x3378ad2a _pthread_cond_wait + 642
2   libsystem_c.dylib               0x33794f14 pthread_cond_wait + 36
3   CoreMedia                       0x3430b9a4 FigSemaphoreWaitRelative + 256
4   MediaToolbox                    0x3be6e356 fpa_AsyncMovieControlThread + 22
5   CoreMedia                       0x34329988 figThreadMain + 192
6   libsystem_c.dylib               0x3379230e _pthread_start + 306
7   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 6:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   SpringBoard                     0x000e44dc 0x7f000 + 414940
7   libsystem_c.dylib               0x3379230e _pthread_start + 306
8   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 7 name:  com.apple.springboard.icongeneration
Thread 7:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   SpringBoard                     0x000e45fc 0x7f000 + 415228
7   libsystem_c.dylib               0x3379230e _pthread_start + 306
8   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 8 name:  com.apple.NSURLConnectionLoader
Thread 8:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   Foundation                      0x37ee7bc8 +[NSURLConnection(Loader) _resourceLoadLoop:] + 304
7   Foundation                      0x37f6b678 __NSThread__main__ + 968
8   libsystem_c.dylib               0x3379230e _pthread_start + 306
9   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 9 name:  WiFiManager callback thread
Thread 9:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3ba68d44 CFRunLoopRunInMode + 100
6   Foundation                      0x37ebe78a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 250
7   Foundation                      0x37f62058 -[NSRunLoop(NSRunLoop) run] + 76
8   Foundation                      0x37f6b678 __NSThread__main__ + 968
9   libsystem_c.dylib               0x3379230e _pthread_start + 306
10  libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 10:
0   libsystem_kernel.dylib          0x341f3eb4 mach_msg_trap + 20
1   libsystem_kernel.dylib          0x341f4048 mach_msg + 36
2   CoreFoundation                  0x3baf7040 __CFRunLoopServiceMachPort + 124
3   CoreFoundation                  0x3baf5d9e __CFRunLoopRun + 878
4   CoreFoundation                  0x3ba68eb8 CFRunLoopRunSpecific + 352
5   CoreFoundation                  0x3bac79b6 CFRunLoopRun + 94
6   IMDPersistence                  0x3634c06e 0x3634b000 + 4206
7   Foundation                      0x37f6b678 __NSThread__main__ + 968
8   libsystem_c.dylib               0x3379230e _pthread_start + 306
9   libsystem_c.dylib               0x337921d4 thread_start + 4

Thread 11:
0   libsystem_kernel.dylib          0x34204d98 __workq_kernreturn + 8
1   libsystem_c.dylib               0x33787cf6 _pthread_workq_return + 14
2   libsystem_c.dylib               0x33787a12 _pthread_wqthread + 362
3   libsystem_c.dylib               0x337878a0 start_wqthread + 4

Thread 12:
0   libsystem_kernel.dylib          0x34204d98 __workq_kernreturn + 8
1   libsystem_c.dylib               0x33787cf6 _pthread_workq_return + 14
2   libsystem_c.dylib               0x33787a12 _pthread_wqthread + 362
3   libsystem_c.dylib               0x337878a0 start_wqthread + 4

Thread 0 crashed with ARM Thread State (32-bit):
    r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x3c7dc534
    r4: 0x00000006    r5: 0x3c7dcb88      r6: 0x1e2630b4      r7: 0x2fd80aa4
    r8: 0x1e263090    r9: 0x00000300     r10: 0x00000000     r11: 0x3bb90f7d
    ip: 0x00000148    sp: 0x2fd80a98      lr: 0x337b0123      pc: 0x34204350
  cpsr: 0x00000010
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.