It might be a build option as this code works on 10.3 - 10.5. Anyone know of a fix, or do I need to rewrite the code that was based on this example?
Program received signal: “EXC_BAD_ACCESS”.
(gdb) bt
#0 0x9717391b in objc_msgSend ()
#1 0x00002068 in pvars ()
#2 0x9083c84a in CFEqual ()
#3 0x90853ef1 in __CFBasicHashStandardCallback ()
#4 0x908adcf1 in __CFBasicHashGetCountOfValue_block_invoke_1 ()
#5 0x9085458a in CFBasicHashApply ()
#6 0x9089ec39 in CFBasicHashGetCountOfValue ()
#7 0x9089eafc in CFDictionaryContainsValue ()
#8 0x00001d7f in FindDictionaryForDataType (inArray=0x102b30, inDataType=0x2068) at /Users/nedh/Downloads/Safari/ProfileSystem/main.c:218
#9 0x00001986 in main (argc=1, argv=0xbffff7d4) at /Users/nedh/Downloads/Safari/ProfileSystem/main.c:101
(gdb)