Skip to content

Instantly share code, notes, and snippets.

@stanislaw
Created August 31, 2014 15:21
Show Gist options
  • Save stanislaw/d12c750b7cfc20dc399e to your computer and use it in GitHub Desktop.
Save stanislaw/d12c750b7cfc20dc399e to your computer and use it in GitHub Desktop.
RestKit Core Data concurrency problems (fix NOT applied)
2014-08-31 19:19:34.170 SportUp[1152:607] I restkit.network:RKObjectRequestOperation.m:150 GET 'https://d3scr0eofaakvi.cloudfront.net/uploads/teams/194/original/public.png?1405607852'
2014-08-31 19:19:34.172 SportUp[1152:607] I restkit.network:RKObjectRequestOperation.m:186 GET 'https://d3scr0eofaakvi.cloudfront.net/uploads/teams/194/original/public.png?1405607852' (200 OK) [0.0013 s]
2014-08-31 19:19:42.677 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
9 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
10 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
11 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.681 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x00040030 -[TeamsDataController teamsGroupedByChilds] + 464
5 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
6 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
7 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
8 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
9 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
10 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
11 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
12 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
13 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
14 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
15 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
16 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
17 GraphicsServices 0x0439b5ee GSEventRunModal + 192
18 GraphicsServices 0x0439b42b GSEventRun + 104
19 UIKit 0x01977f9b UIApplicationMain + 1225
20 SportUp 0x0003b8bd main + 141
21 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.681 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
9 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
10 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
11 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.685 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
9 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
10 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
11 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.684 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000400cc -[TeamsDataController teamsGroupedByChilds] + 620
5 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
6 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
7 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
8 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
9 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
10 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
11 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
12 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
13 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
14 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
15 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
16 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
17 GraphicsServices 0x0439b5ee GSEventRunModal + 192
18 GraphicsServices 0x0439b42b GSEventRun + 104
19 UIKit 0x01977f9b UIApplicationMain + 1225
20 SportUp 0x0003b8bd main + 141
21 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.686 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x0341f16e -[__NSArrayM dealloc] + 142
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
9 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
10 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
11 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.689 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fcc41 -[TeamPerChildContainer initWithTeam:] + 305
5 SportUp 0x000401fd -[TeamsDataController teamsGroupedByChilds] + 925
6 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
7 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
8 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
9 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
10 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
11 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
12 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
13 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
14 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
15 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
16 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
17 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
18 GraphicsServices 0x0439b5ee GSEventRunModal + 192
19 GraphicsServices 0x0439b42b GSEventRun + 104
20 UIKit 0x01977f9b UIApplicationMain + 1225
21 SportUp 0x0003b8bd main + 141
22 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.689 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x0341f16e -[__NSArrayM dealloc] + 142
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
9 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
10 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
11 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.692 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x000fcde6 -[TeamPerChildContainer initWithTeam:] + 726
5 SportUp 0x000401fd -[TeamsDataController teamsGroupedByChilds] + 925
6 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
7 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
8 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
9 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
10 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
11 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
12 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
13 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
14 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
15 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
16 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
17 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
18 GraphicsServices 0x0439b5ee GSEventRunModal + 192
19 GraphicsServices 0x0439b42b GSEventRun + 104
20 UIKit 0x01977f9b UIApplicationMain + 1225
21 SportUp 0x0003b8bd main + 141
22 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.693 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x0341f16e -[__NSArrayM dealloc] + 142
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
9 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
10 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
11 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.695 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x00040030 -[TeamsDataController teamsGroupedByChilds] + 464
5 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
6 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
7 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
8 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
9 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
10 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
11 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
12 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
13 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
14 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
15 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
16 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
17 GraphicsServices 0x0439b5ee GSEventRunModal + 192
18 GraphicsServices 0x0439b42b GSEventRun + 104
19 UIKit 0x01977f9b UIApplicationMain + 1225
20 SportUp 0x0003b8bd main + 141
21 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.697 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreData 0x00a63078 -[_PFArray dealloc] + 104
3 CoreData 0x00a56f6d -[_PFArray release] + 77
4 libobjc.A.dylib 0x02ce5e97 objc_release + 71
5 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
6 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
7 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
8 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
9 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.699 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fcc41 -[TeamPerChildContainer initWithTeam:] + 305
5 SportUp 0x0004050b -[TeamsDataController teamsGroupedByChilds] + 1707
6 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
7 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
8 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
9 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
10 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
11 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
12 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
13 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
14 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
15 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
16 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
17 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
18 GraphicsServices 0x0439b5ee GSEventRunModal + 192
19 GraphicsServices 0x0439b42b GSEventRun + 104
20 UIKit 0x01977f9b UIApplicationMain + 1225
21 SportUp 0x0003b8bd main + 141
22 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.700 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreData 0x00a63078 -[_PFArray dealloc] + 104
3 CoreData 0x00a56f6d -[_PFArray release] + 77
4 libobjc.A.dylib 0x02ce5e97 objc_release + 71
5 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
6 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
7 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
8 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
9 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.702 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x000fcde6 -[TeamPerChildContainer initWithTeam:] + 726
5 SportUp 0x0004050b -[TeamsDataController teamsGroupedByChilds] + 1707
6 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
7 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
8 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
9 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
10 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
11 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
12 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
13 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
14 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
15 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
16 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
17 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
18 GraphicsServices 0x0439b5ee GSEventRunModal + 192
19 GraphicsServices 0x0439b42b GSEventRun + 104
20 UIKit 0x01977f9b UIApplicationMain + 1225
21 SportUp 0x0003b8bd main + 141
22 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.702 SportUp[1152:5003] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreData 0x00a63078 -[_PFArray dealloc] + 104
3 CoreData 0x00a56f6d -[_PFArray release] + 77
4 libobjc.A.dylib 0x02ce5e97 objc_release + 71
5 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
6 libdispatch.dylib 0x03780f62 _dispatch_root_queue_drain + 462
7 libdispatch.dylib 0x03781127 _dispatch_worker_thread2 + 39
8 libsystem_pthread.dylib 0x03abd75a _pthread_wqthread + 752
9 libsystem_pthread.dylib 0x03abb432 start_wqthread + 30
)
2014-08-31 19:19:42.705 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x00040030 -[TeamsDataController teamsGroupedByChilds] + 464
5 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
6 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
7 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
8 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
9 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
10 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
11 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
12 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
13 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
14 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
15 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
16 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
17 GraphicsServices 0x0439b5ee GSEventRunModal + 192
18 GraphicsServices 0x0439b42b GSEventRun + 104
19 UIKit 0x01977f9b UIApplicationMain + 1225
20 SportUp 0x0003b8bd main + 141
21 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.708 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fcc41 -[TeamPerChildContainer initWithTeam:] + 305
5 SportUp 0x0004050b -[TeamsDataController teamsGroupedByChilds] + 1707
6 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
7 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
8 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
9 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
10 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
11 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
12 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
13 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
14 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
15 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
16 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
17 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
18 GraphicsServices 0x0439b5ee GSEventRunModal + 192
19 GraphicsServices 0x0439b42b GSEventRun + 104
20 UIKit 0x01977f9b UIApplicationMain + 1225
21 SportUp 0x0003b8bd main + 141
22 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.710 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x000fcde6 -[TeamPerChildContainer initWithTeam:] + 726
5 SportUp 0x0004050b -[TeamsDataController teamsGroupedByChilds] + 1707
6 SportUp 0x0005b0a5 -[TeamListViewController updateViews] + 85
7 SportUp 0x0005a809 -[TeamListViewController dataController:didRefreshWithStatus:] + 361
8 SportUp 0x00040abe __42-[TeamsDataController refreshUsingPolicy:]_block_invoke + 382
9 SportUp 0x0001d45a __40-[ApiClient(Teams) getTeamsWithHandler:]_block_invoke_2 + 170
10 SportUp 0x0036fc21 __66-[RKObjectRequestOperation setCompletionBlockWithSuccess:failure:]_block_invoke244 + 97
11 libdispatch.dylib 0x0377d7b8 _dispatch_call_block_and_release + 15
12 libdispatch.dylib 0x037924d0 _dispatch_client_callout + 14
13 libdispatch.dylib 0x03780726 _dispatch_main_queue_callback_4CF + 340
14 CoreFoundation 0x034e343e __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
15 CoreFoundation 0x034245cb __CFRunLoopRun + 1963
16 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
17 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
18 GraphicsServices 0x0439b5ee GSEventRunModal + 192
19 GraphicsServices 0x0439b42b GSEventRun + 104
20 UIKit 0x01977f9b UIApplicationMain + 1225
21 SportUp 0x0003b8bd main + 141
22 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.714 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
9 CoreFoundation 0x034245d3 __CFRunLoopRun + 1971
10 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
11 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
12 GraphicsServices 0x0439b5ee GSEventRunModal + 192
13 GraphicsServices 0x0439b42b GSEventRun + 104
14 UIKit 0x01977f9b UIApplicationMain + 1225
15 SportUp 0x0003b8bd main + 141
16 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.715 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
9 CoreFoundation 0x034245d3 __CFRunLoopRun + 1971
10 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
11 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
12 GraphicsServices 0x0439b5ee GSEventRunModal + 192
13 GraphicsServices 0x0439b42b GSEventRun + 104
14 UIKit 0x01977f9b UIApplicationMain + 1225
15 SportUp 0x0003b8bd main + 141
16 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.717 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 libobjc.A.dylib 0x02ce5e97 objc_release + 71
7 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
8 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
9 CoreFoundation 0x034245d3 __CFRunLoopRun + 1971
10 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
11 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
12 GraphicsServices 0x0439b5ee GSEventRunModal + 192
13 GraphicsServices 0x0439b42b GSEventRun + 104
14 UIKit 0x01977f9b UIApplicationMain + 1225
15 SportUp 0x0003b8bd main + 141
16 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.719 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x0341f16e -[__NSArrayM dealloc] + 142
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 CoreFoundation 0x033ffbf0 CFRelease + 272
7 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
8 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
9 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
10 libobjc.A.dylib 0x02ce5e97 objc_release + 71
11 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
12 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
13 CoreFoundation 0x034245d3 __CFRunLoopRun + 1971
14 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
15 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
16 GraphicsServices 0x0439b5ee GSEventRunModal + 192
17 GraphicsServices 0x0439b42b GSEventRun + 104
18 UIKit 0x01977f9b UIApplicationMain + 1225
19 SportUp 0x0003b8bd main + 141
20 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.721 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x0341f16e -[__NSArrayM dealloc] + 142
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 CoreFoundation 0x033ffbf0 CFRelease + 272
7 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
8 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
9 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
10 libobjc.A.dylib 0x02ce5e97 objc_release + 71
11 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
12 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
13 CoreFoundation 0x034245d3 __CFRunLoopRun + 1971
14 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
15 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
16 GraphicsServices 0x0439b5ee GSEventRunModal + 192
17 GraphicsServices 0x0439b42b GSEventRun + 104
18 UIKit 0x01977f9b UIApplicationMain + 1225
19 SportUp 0x0003b8bd main + 141
20 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.723 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 CoreFoundation 0x033ffbf0 CFRelease + 272
3 CoreFoundation 0x0341f16e -[__NSArrayM dealloc] + 142
4 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
5 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
6 CoreFoundation 0x033ffbf0 CFRelease + 272
7 CoreFoundation 0x03432b82 -[__NSArrayI dealloc] + 82
8 libobjc.A.dylib 0x02ce6692 _ZN11objc_object17sidetable_releaseEb + 268
9 libobjc.A.dylib 0x02ce7aeb -[NSObject release] + 25
10 libobjc.A.dylib 0x02ce5e97 objc_release + 71
11 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
12 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
13 CoreFoundation 0x034245d3 __CFRunLoopRun + 1971
14 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
15 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
16 GraphicsServices 0x0439b5ee GSEventRunModal + 192
17 GraphicsServices 0x0439b42b GSEventRun + 104
18 UIKit 0x01977f9b UIApplicationMain + 1225
19 SportUp 0x0003b8bd main + 141
20 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.735 SportUp[1152:607] Invalid concurrent access to managed object calling 'autorelease'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c74 CustomSubclassAutorelease + 36
2 libobjc.A.dylib 0x02ce5dc2 objc_autorelease + 66
3 libobjc.A.dylib 0x02cd2a81 _Z23objc_getProperty_non_gcP11objc_objectP13objc_selectoria + 87
4 libobjc.A.dylib 0x02cd2d06 objc_getProperty + 32
5 SportUp 0x000fd045 -[TeamPerChildContainer team] + 69
6 SportUp 0x0005aa28 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 264
7 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
8 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
9 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
10 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
11 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
12 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
13 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
14 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
15 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
16 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
17 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
18 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
19 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
20 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
21 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
22 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
23 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
24 GraphicsServices 0x0439b5ee GSEventRunModal + 192
25 GraphicsServices 0x0439b42b GSEventRun + 104
26 UIKit 0x01977f9b UIApplicationMain + 1225
27 SportUp 0x0003b8bd main + 141
28 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.738 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb105 -[TeamListViewCell fillWithTeam:] + 117
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.800 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb17d -[TeamListViewCell fillWithTeam:] + 237
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.803 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb1ff -[TeamListViewCell fillWithTeam:] + 367
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.806 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb261 -[TeamListViewCell fillWithTeam:] + 465
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.809 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb3a1 -[TeamListViewCell fillWithTeam:] + 785
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.813 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb4b3 -[TeamListViewCell fillWithTeam:] + 1059
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.816 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb6a7 -[TeamListViewCell fillWithTeam:] + 1559
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.819 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x000fbb1f -[TeamListViewCell fillWithTeam:] + 2703
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.822 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x0005ad1f -[TeamListViewController tableView:cellForRowAtIndexPath:] + 1023
5 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
6 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
7 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
8 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
9 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
10 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
11 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
12 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
13 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
14 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
15 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
16 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
17 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
18 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
19 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
20 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
21 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
22 GraphicsServices 0x0439b5ee GSEventRunModal + 192
23 GraphicsServices 0x0439b42b GSEventRun + 104
24 UIKit 0x01977f9b UIApplicationMain + 1225
25 SportUp 0x0003b8bd main + 141
26 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.825 SportUp[1152:607] Invalid concurrent access to managed object calling 'autorelease'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c74 CustomSubclassAutorelease + 36
2 libobjc.A.dylib 0x02ce5dc2 objc_autorelease + 66
3 libobjc.A.dylib 0x02cd2a81 _Z23objc_getProperty_non_gcP11objc_objectP13objc_selectoria + 87
4 libobjc.A.dylib 0x02cd2d06 objc_getProperty + 32
5 SportUp 0x000fd045 -[TeamPerChildContainer team] + 69
6 SportUp 0x0005aa28 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 264
7 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
8 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
9 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
10 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
11 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
12 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
13 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
14 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
15 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
16 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
17 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
18 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
19 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
20 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
21 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
22 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
23 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
24 GraphicsServices 0x0439b5ee GSEventRunModal + 192
25 GraphicsServices 0x0439b42b GSEventRun + 104
26 UIKit 0x01977f9b UIApplicationMain + 1225
27 SportUp 0x0003b8bd main + 141
28 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.829 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb105 -[TeamListViewCell fillWithTeam:] + 117
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.833 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb17d -[TeamListViewCell fillWithTeam:] + 237
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.840 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb1ff -[TeamListViewCell fillWithTeam:] + 367
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.844 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb261 -[TeamListViewCell fillWithTeam:] + 465
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.848 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb3a1 -[TeamListViewCell fillWithTeam:] + 785
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.900 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb4b3 -[TeamListViewCell fillWithTeam:] + 1059
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.903 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb6a7 -[TeamListViewCell fillWithTeam:] + 1559
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.906 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x000fbb1f -[TeamListViewCell fillWithTeam:] + 2703
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.909 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x0005ad1f -[TeamListViewController tableView:cellForRowAtIndexPath:] + 1023
5 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
6 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
7 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
8 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
9 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
10 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
11 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
12 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
13 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
14 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
15 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
16 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
17 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
18 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
19 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
20 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
21 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
22 GraphicsServices 0x0439b5ee GSEventRunModal + 192
23 GraphicsServices 0x0439b42b GSEventRun + 104
24 UIKit 0x01977f9b UIApplicationMain + 1225
25 SportUp 0x0003b8bd main + 141
26 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.913 SportUp[1152:607] Invalid concurrent access to managed object calling 'autorelease'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c74 CustomSubclassAutorelease + 36
2 libobjc.A.dylib 0x02ce5dc2 objc_autorelease + 66
3 libobjc.A.dylib 0x02cd2a81 _Z23objc_getProperty_non_gcP11objc_objectP13objc_selectoria + 87
4 libobjc.A.dylib 0x02cd2d06 objc_getProperty + 32
5 SportUp 0x000fd045 -[TeamPerChildContainer team] + 69
6 SportUp 0x0005aa28 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 264
7 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
8 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
9 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
10 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
11 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
12 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
13 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
14 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
15 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
16 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
17 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
18 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
19 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
20 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
21 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
22 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
23 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
24 GraphicsServices 0x0439b5ee GSEventRunModal + 192
25 GraphicsServices 0x0439b42b GSEventRun + 104
26 UIKit 0x01977f9b UIApplicationMain + 1225
27 SportUp 0x0003b8bd main + 141
28 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.917 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb105 -[TeamListViewCell fillWithTeam:] + 117
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.921 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb17d -[TeamListViewCell fillWithTeam:] + 237
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.924 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb1ff -[TeamListViewCell fillWithTeam:] + 367
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.927 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb261 -[TeamListViewCell fillWithTeam:] + 465
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.932 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb3a1 -[TeamListViewCell fillWithTeam:] + 785
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.935 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb4b3 -[TeamListViewCell fillWithTeam:] + 1059
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.939 SportUp[1152:607] Invalid concurrent access to managed object calling 'willAccessValueForKey:'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2ceb CustomSubclassWillAccessValueForKey + 43
2 CoreData 0x00b0841c _sharedIMPL_vfk_core + 332
3 CoreData 0x00b0a1f1 __generateAccessor_block_invoke + 33
4 SportUp 0x000fb6a7 -[TeamListViewCell fillWithTeam:] + 1559
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.941 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x000fbb1f -[TeamListViewCell fillWithTeam:] + 2703
5 SportUp 0x0005acd4 -[TeamListViewController tableView:cellForRowAtIndexPath:] + 948
6 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
7 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
8 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
9 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
10 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
11 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
12 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
13 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
14 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
15 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
16 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
17 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
18 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
19 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
20 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
21 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
22 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
23 GraphicsServices 0x0439b5ee GSEventRunModal + 192
24 GraphicsServices 0x0439b42b GSEventRun + 104
25 UIKit 0x01977f9b UIApplicationMain + 1225
26 SportUp 0x0003b8bd main + 141
27 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.945 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce5e3e objc_storeStrong + 39
4 SportUp 0x0005ad1f -[TeamListViewController tableView:cellForRowAtIndexPath:] + 1023
5 UIKit 0x01a7011f -[UITableView _createPreparedCellForGlobalRow:withIndexPath:] + 412
6 UIKit 0x01a701f3 -[UITableView _createPreparedCellForGlobalRow:] + 69
7 UIKit 0x01a51ece -[UITableView _updateVisibleCellsNow:] + 2428
8 UIKit 0x01a666a5 -[UITableView layoutSubviews] + 213
9 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
10 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
11 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
12 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
13 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
14 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
15 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
16 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
17 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
18 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
19 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
20 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
21 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
22 GraphicsServices 0x0439b5ee GSEventRunModal + 192
23 GraphicsServices 0x0439b42b GSEventRun + 104
24 UIKit 0x01977f9b UIApplicationMain + 1225
25 SportUp 0x0003b8bd main + 141
26 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.954 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
4 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
5 Foundation 0x00fe6b8a -[NSAutoreleasePool release] + 150
6 UIKit 0x01a666b7 -[UITableView layoutSubviews] + 231
7 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
8 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
9 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
10 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
11 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
12 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
13 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
14 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
15 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
16 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
17 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
18 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
19 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
20 GraphicsServices 0x0439b5ee GSEventRunModal + 192
21 GraphicsServices 0x0439b42b GSEventRun + 104
22 UIKit 0x01977f9b UIApplicationMain + 1225
23 SportUp 0x0003b8bd main + 141
24 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.956 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
4 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
5 Foundation 0x00fe6b8a -[NSAutoreleasePool release] + 150
6 UIKit 0x01a666b7 -[UITableView layoutSubviews] + 231
7 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
8 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
9 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
10 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
11 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
12 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
13 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
14 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
15 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
16 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
17 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
18 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
19 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
20 GraphicsServices 0x0439b5ee GSEventRunModal + 192
21 GraphicsServices 0x0439b42b GSEventRun + 104
22 UIKit 0x01977f9b UIApplicationMain + 1225
23 SportUp 0x0003b8bd main + 141
24 libdyld.dylib 0x039c66d9 start + 1
)
2014-08-31 19:19:42.996 SportUp[1152:607] Invalid concurrent access to managed object calling 'release'; Stacktrace: (
0 SportUp 0x002a300b ValidateConcurrency + 267
1 SportUp 0x002a2c04 CustomSubclassRelease + 36
2 libobjc.A.dylib 0x02ce5e97 objc_release + 71
3 libobjc.A.dylib 0x02ce6ce7 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 537
4 CoreFoundation 0x0341f878 _CFAutoreleasePoolPop + 24
5 Foundation 0x00fe6b8a -[NSAutoreleasePool release] + 150
6 UIKit 0x01a666b7 -[UITableView layoutSubviews] + 231
7 UIKit 0x019e6964 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
8 libobjc.A.dylib 0x02ce782b -[NSObject performSelector:withObject:] + 70
9 QuartzCore 0x02bbe45a -[CALayer layoutSublayers] + 148
10 QuartzCore 0x02bb2244 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
11 QuartzCore 0x02bb20b0 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
12 QuartzCore 0x02b187fa _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 294
13 QuartzCore 0x02b19b85 _ZN2CA11Transaction6commitEv + 393
14 QuartzCore 0x02b1a258 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
15 CoreFoundation 0x0344636e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
16 CoreFoundation 0x034462bf __CFRunLoopDoObservers + 399
17 CoreFoundation 0x03424254 __CFRunLoopRun + 1076
18 CoreFoundation 0x034239d3 CFRunLoopRunSpecific + 467
19 CoreFoundation 0x034237eb CFRunLoopRunInMode + 123
20 GraphicsServices 0x0439b5ee GSEventRunModal + 192
21 GraphicsServices 0x0439b42b GSEventRun + 104
22 UIKit 0x01977f9b UIApplicationMain + 1225
23 SportUp 0x0003b8bd main + 141
24 libdyld.dylib 0x039c66d9 start + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment