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

AutoReleasePool Crash on iOS10 #50

Open
northkode opened this issue Nov 3, 2016 · 2 comments
Open

AutoReleasePool Crash on iOS10 #50

northkode opened this issue Nov 3, 2016 · 2 comments

Comments

@northkode
Copy link

Not sure how to debug this... when launching the action sheet after a few times it crashes the app and the debugger goes to the autoreleasepool in main.m

I put it in a try catch but there is no error other then (llbl)
No out put or anything.

And it only happens when i go to to the action menu after a couple of times.

@EddyVerbruggen
Copy link
Owner

Ugh that Xcode debugging experience is not the best in the world to say the least. I hope to find something, but I'll label this with 'help wanted' as well as it may be hard to figure out..

@cengebretson
Copy link

cengebretson commented Nov 16, 2016

I was getting something similar using 2.2.0 version of actionsheet when on a device with iOS 10 installed. The best I got for debugging was enabling zombies during debug and I ended up with the log message of [_UIAlertControllerShimPresenterWindow release]: message sent to deallocated instance when the crash happened.

Good news though is that esting using code off the master branch, I haven't hit on any crashes yet when using actionsheet.

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

No branches or pull requests

3 participants