Created
October 16, 2012 12:23
-
-
Save pita5/3898942 to your computer and use it in GitHub Desktop.
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
GuardMalloc[ConciseEvents-2892]: Tried to free pointer at 0xdc16cdd0 in zone GuardMalloc-DefaultMallocZone which is not currently a pointer to a malloc buffer. | |
(lldb) po self | |
(RNCachingURLProtocol *) $2 = 0xdbd44fe0 <RNCachingURLProtocol: 0xdbd44fe0> | |
* thread #6: tid = 0x2503, 0x90c65adb libsystem_c.dylib`pthread_kill + 113, stop reason = instruction step into | |
frame #0: 0x90c65adb libsystem_c.dylib`pthread_kill + 113 | |
frame #1: 0x90c9c4f8 libsystem_c.dylib`abort + 168 | |
frame #2: 0x000bd304 libgmalloc.dylib`GuardMalloc_free + 103 | |
frame #3: 0x046a2b08 CoreFoundation`__CFAllocatorSystemDeallocate + 24 | |
frame #4: 0x046a2ada CoreFoundation`CFAllocatorDeallocate + 138 | |
frame #5: 0x0022ea6c CFNetwork`CFAllocatedObject::operator delete(void*) + 24 | |
frame #6: 0x0022e7ec CFNetwork`HTTPMessage::ensureParserFinished() + 78 | |
frame #7: 0x0022ed52 CFNetwork`HTTPMessage::copyAllHeaderFields(__CFArray const**) + 20 | |
frame #8: 0x0024b673 CFNetwork`CFHTTPMessageCopyAllHeaderFields + 41 | |
frame #9: 0x01227d64 Foundation`-[NSHTTPURLResponse allHeaderFields] + 58 | |
frame #10: 0x0001e5a5 ConciseEvents`-[RNCachingURLProtocol _checkCacheOrFail:] + 453 at RNCachingURLProtocol.m:297 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment