-
Notifications
You must be signed in to change notification settings - Fork 129
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
KSCrash crashed on app atart #111
Comments
Thanks for the report, @pogoist. Can you provide your KSCrash version as well? I'm taking a look. |
Thank you @kattrali ! KSCrash version is 1.5.11. Bugsnag 5.2.0 dependency is installed via cocoa pods |
Thanks! After a bit of tests, I think this is kstenerud/KSCrash#160; I'm drafting a patch to move the minimum version we use. |
Closed via v5.3.0 |
Great news, thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
since updating to 5.2.1 we register a lot of crashes on app start. It's hard to reproduce because for me issue occurs 5 of 100 app starts. I read some threads on kscrash github repo about this or similar problems e.g. kstenerud/KSCrash#144 or kstenerud/KSCrash#155
Thanks!
EXC_BAD_ACCESS Attempted to dereference garbage pointer 0x18b. /usr/lib/libobjc.A.dylib objc_msgSend Frameworks/KSCrash.framework/KSCrash handleDealloc_NSObject Frameworks/CoreFoundation.framework/CoreFoundation <redacted> /usr/lib/libobjc.A.dylib _ZN11objc_object17sidetable_releaseEb /usr/lib/libobjc.A.dylib _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices <redacted> PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices <redacted> PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices <redacted> Frameworks/CoreFoundation.framework/CoreFoundation <redacted> Frameworks/CoreFoundation.framework/CoreFoundation <redacted> Frameworks/CoreFoundation.framework/CoreFoundation <redacted> Frameworks/CoreFoundation.framework/CoreFoundation CFRunLoopRunSpecific Frameworks/CoreFoundation.framework/CoreFoundation CFRunLoopRunInMode Frameworks/UIKit.framework/UIKit <redacted> Frameworks/UIKit.framework/UIKit UIApplicationMain
The text was updated successfully, but these errors were encountered: