Skip navigation.
 
mlTracking down a Zombie
FROM : Kenneth Wieschhoff
DATE : Fri Aug 11 22:31:35 2006

I've done a fair amount of reading and searching for a solution for 
this and various solutions I've tried haven't yielded any results.

Given the following stack crawl:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x084b730a
0x907bbdb8 in CFRelease ()
(gdb) bt
#0  0x907bbdb8 in CFRelease ()
#1  0x907d2300 in __CFDictionaryDeallocate ()
#2  0x907bbf34 in _CFRelease ()
#3  0x907bbf34 in _CFRelease ()


I assume I'm double releasing something but turning on the NSZombie 
debugging code hasn't yielded any good results.

Is there a how-to on tracking this down?

->Ken




Kenneth Wieschhoff
770-813-0231

Related mailsAuthorDate
mlTracking down a Zombie Kenneth Wieschhoff Aug 11, 22:31
mlRe: Tracking down a Zombie Adam R. Maxwell Aug 11, 22:42