Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGABRT on FCModel dealloc #86

Open
rustyshelf opened this issue Jul 2, 2014 · 0 comments
Open

SIGABRT on FCModel dealloc #86

rustyshelf opened this issue Jul 2, 2014 · 0 comments

Comments

@rustyshelf
Copy link

This one seems to be fairly consistent in terms of crashing:
Exception Type: SIGABRT
Exception Codes: #0 at 0x3b9281f0
Crashed Thread: 0

Thread 0 Crashed:
0   libsystem_kernel.dylib               0x3b9281f0 __pthread_kill + 8
1   libsystem_pthread.dylib              0x3b992797 pthread_kill + 56
2   libsystem_c.dylib                    0x3b8d8fdd abort + 74
3   libsystem_malloc.dylib               0x3b950d67 free + 380
4   libobjc.A.dylib                      0x3b36c3ad object_dispose + 18
5   podcasts                             0x0016d639 -[FCModel dealloc] (FCModel.m:778)
6   libobjc.A.dylib                      0x3b374b6b objc_object::sidetable_release(bool) + 172
7   CoreFoundation                       0x30b4b93d CFRelease + 554
8   CoreFoundation                       0x30b666e3 -[__NSSetI dealloc] + 124
9   libobjc.A.dylib                      0x3b374b6b objc_object::sidetable_release(bool) + 172
10  libobjc.A.dylib                      0x3b3750d7 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 356
11  CoreFoundation                       0x30b4ec69 _CFAutoreleasePoolPop + 14
12  CoreFoundation                       0x30be41cb __CFRunLoopRun + 1304
13  CoreFoundation                       0x30b4ef0f CFRunLoopRunSpecific + 520
14  CoreFoundation                       0x30b4ecf3 CFRunLoopRunInMode + 104
15  GraphicsServices                     0x35a70663 GSEventRunModal + 136
16  UIKit                                0x3349a16d UIApplicationMain + 1134
17  podcasts                             0x00049ee7 main (main.m:14)
18  libdyld.dylib                        0x3b872ab7 start + 0

Any ideas what this could be? Seems like an FCModel object is in a set, the set gets released then it crashes. Latest version as at 2 July 2014.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant