-
Notifications
You must be signed in to change notification settings - Fork 155
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
App Crashing at line 317 in PrettyTableViewCell.m (SIGSEGV) #45
Comments
I've not had this problem. You don't have a complete crash log? |
Yes. The problem is that the app crash direct after launch by the users and they can reproduce it. It worked on my 4 test iPads without any problem. I'm using PrettyKit at a project with ARC and the -fno-objc-arc flag for the PrettyKit files. Crash Report: CrashReporter Key: [TODO] Date/Time: 2013-04-13 02:42:23 +0000 Exception Type: SIGSEGV Thread 0 Crashed: Thread 1: Thread 2: Thread 3: Thread 4: Thread 5: Thread 6: Thread 7: Thread 8: Thread 0 crashed with ARM Thread State: Binary Images: |
You're not able to symbolicate it to increase readability? |
Any ideas? I think it must be in this snip of code:
The problem is I can't reproduce the crash. Only a few customers are able to do that but they won't give me their UDID of the device. |
Hello everyone,
I use PrettyKit in one of my apps at the App Store. I have 500 active users and the app crash by some people (iPad 2, 3, 4 / iOS 5.1.1 - iOS 6.1.3).
0x00082903 -PrettyTableViewCellBackground drawRect:
Has everyone else the problem? I can't simulate the problem on my test devices.
The text was updated successfully, but these errors were encountered: