Advertisement
Guest User

MagicalRecord crash

a guest
Jul 8th, 2013
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 2.70 KB | None | 0 0
  1. Thread 0 name:  Dispatch queue: com.apple.main-thread
  2. Thread 0 Crashed:
  3. 0   libobjc.A.dylib                 0x390105b0 objc_msgSend + 16
  4. 1   Foundation                      0x31b60520 -[NSError dealloc] + 56
  5. 2   libobjc.A.dylib                 0x39012484 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 164
  6. 3   CoreFoundation                  0x3123043c _CFAutoreleasePoolPop + 12
  7. 4   CoreFoundation                  0x312c0f3c __CFRunLoopRun + 1292
  8. 5   CoreFoundation                  0x31233eb8 CFRunLoopRunSpecific + 352
  9. 6   CoreFoundation                  0x31233d44 CFRunLoopRunInMode + 100
  10. 7   GraphicsServices                0x34e0c2e6 GSEventRunModal + 70
  11. 8   UIKit                           0x331492fc UIApplicationMain + 1116
  12. 9   PAM                             0x0009f402 main (main.m:16)
  13. 10  libdyld.dylib                   0x3944cb1c start + 0
  14.  
  15. Thread 1:
  16. 0   libsystem_kernel.dylib          0x39513d98 __workq_kernreturn + 8
  17. 1   libsystem_c.dylib               0x39461cf6 _pthread_workq_return + 14
  18. 2   libsystem_c.dylib               0x39461a12 _pthread_wqthread + 362
  19. 3   libsystem_c.dylib               0x394618a0 start_wqthread + 4
  20.  
  21. []
  22.  
  23. Thread 8 name:  Dispatch queue: NSManagedObjectContext Queue
  24. Thread 8:
  25. 0   libobjc.A.dylib                 0x39012526 objc_retain + 6
  26. 1   PAM                             0x000b7268 +[MagicalRecord(ErrorHandling) defaultErrorHandler:] (MagicalRecord+ErrorHandling.m:26)
  27. 2   PAM                             0x000b7422 +[MagicalRecord(ErrorHandling) handleErrors:] (MagicalRecord+ErrorHandling.m:68)
  28. 3   PAM                             0x000b43d2 -[NSManagedObjectContext(MagicalRecord) MR_contextWillSave:] (NSManagedObjectContext+MagicalRecord.m:231)
  29. 4   CoreFoundation                  0x3123e034 _CFXNotificationPost + 1424
  30. 5   Foundation                      0x31b54594 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
  31. 6   CoreData                        0x310e6526 -[NSManagedObjectContext save:] + 286
  32. 7   PAM                             0x000b46b0 __70-[NSManagedObjectContext(MagicalSaves) MR_saveWithOptions:completion:]_block_invoke3 (NSManagedObjectContext+MagicalSaves.m:64)
  33. 8   CoreData                        0x310ea072 developerSubmittedBlockToNSManagedObjectContextPerform_privateasync + 66
  34. 9   libdispatch.dylib               0x39430eca _dispatch_queue_drain$VARIANT$mp + 138
  35. 10  libdispatch.dylib               0x39430dbc _dispatch_queue_invoke$VARIANT$mp + 36
  36. 11  libdispatch.dylib               0x3943191a _dispatch_root_queue_drain + 182
  37. 12  libdispatch.dylib               0x39431abc _dispatch_worker_thread2 + 80
  38. 13  libsystem_c.dylib               0x39461a0e _pthread_wqthread + 358
  39. 14  libsystem_c.dylib               0x394618a0 start_wqthread + 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement