-
Notifications
You must be signed in to change notification settings - Fork 712
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
random crash when set zombieCacheSize #155
Comments
I find something new.In the "Notable Addresses" section ,every crash report contains this:
So I think maybe the crash was caused by |
This should be fixed in the latest commit. Please let me know if it solves your crash issue. |
Good news!I reproduced the crash by using the code below,on my iOS 9.2.1 iPhone6s,1.5.6 version.It's the code from my crashed app:
And I unfold
It's very hard to reproduce.I ran my App for over 100 times and only got 2 crashes. I think that's because in |
I don't think you're using the latest commit. If you were, |
Sorry I reproduced the crash by using 1.5.6 version framework. I read the |
Bleh. Can you try the latest commit, please? I've fixed the enable/disable code. |
Congratulations!I've run the latest commit version with my test code for over 200 times,it never crash.I think the problem has been fixed. |
Hi.I got some random crash when set zombieCacheSize,1.5.6 version.It's not happened every time,most of time it works perfectlly.Here is my code:
And here is the crash report,it seems like KSCrash caused a crash in
[[KSCrash sharedInstance] install]
orhander.zombieCacheSize = 16384
.I checked kszombie_install in KSZombie.m,but I can't figure it out.I got SIGBUS evry time,and the crashed thread always showed "libxpc.dylib".One of my crash report got the crashed thread name: "Dispatch queue: com.apple.NSXPCConnection.m-user.com.apple.usernotification.notificationregistrar"
The text was updated successfully, but these errors were encountered: