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 inside bezierAxisIntersection on iPhone 4S (iOS 5.1.1) #11

Closed
k06a opened this issue Feb 6, 2013 · 2 comments
Closed

SIGABRT inside bezierAxisIntersection on iPhone 4S (iOS 5.1.1) #11

k06a opened this issue Feb 6, 2013 · 2 comments

Comments

@k06a
Copy link

k06a commented Feb 6, 2013

I have an SIGABRT on iPhone 4S (iOS 5.1.1)

2 libsystem_c.dylib 0x32dfc7ec _sigtramp + 48
3 libsystem_c.dylib 0x32df220e pthread_kill + 54
4 libsystem_c.dylib 0x32deb29e abort + 94
5 libsystem_c.dylib 0x32e0bcc0 asl_core_string_hash + 0
6 Pictography 0x00050b1e bezierAxisIntersection (UIView+Genie.m:485)
7 Pictography 0x00050668 -[UIView(Genie) transformationsForSlices:edge:startPosition:totalSize:firstBezier:secondBezier:finalRectDepth:] (UIView+Genie.m:353)
8 Pictography 0x0004f74e -[UIView(Genie) genieTransitionWithDuration:edge:destinationRect:reverse:completion:] (UIView+Genie.m:220)
9 Pictography 0x0004ee9e -[UIView(Genie) genieOutTransitionWithDuration:startRect:startEdge:completion:] (UIView+Genie.m:128)

I can't reproduce this problem.
This backtrace I just got from TestFlightApp.com
Why this can happen?

@Ciechan
Copy link
Owner

Ciechan commented Feb 6, 2013

I have no idea. Those assertions are there to catch up situations that shouldn't possibly happen, but it seems that my logic must have been flawed at some point. I'll look into this in a spare time.

It's possible that letting this assertion go would do no harm at all. Moreover, assertion should not fire in release builds anyway - you can either delete them manually,or add NDEBUG flag for a release build.

@k06a
Copy link
Author

k06a commented Feb 6, 2013

There was only 3 crashes from 5000 runs...

@Ciechan Ciechan closed this as completed Oct 10, 2013
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

2 participants