Created
May 24, 2012 22:44
-
-
Save pburleson/2784669 to your computer and use it in GitHub Desktop.
UIImagePNGRepresentation Crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 0 Crashed: | |
0 libsystem_kernel.dylib 0x3602632c __pthread_kill + 8 | |
1 libsystem_c.dylib 0x323de29f abort + 94 | |
2 ImageIO 0x37eca8bf png_error + 114 | |
3 ImageIO 0x37ec9fe3 png_write_end + 46 | |
4 ImageIO 0x37ec6069 writeOnePng + 2260 | |
5 ImageIO 0x37ec578b _CGImagePluginWritePNG + 82 | |
6 ImageIO 0x37ec56fd CGImageDestinationFinalize + 132 | |
7 UIKit 0x37342fa7 UIImagePNGRepresentation + 274 | |
Note: Image data is not nil. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting that crash on this image: http://s4.evcdn.com/images/original/I0-001/013/527/383-5.png_/hawaii-cocktail-week-pacific-sessions-2013-83.png
Anyone come up with a solution?