FROM : Angela Brett
DATE : Wed Apr 06 13:42:21 2005
>
>
>Exception: EXC_BAD_ACCESS (0x0001)
>Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000006
>
>Thread 0 Crashed:
>0 com.apple.CoreFoundation 0x901939cc CFHash + 0x18
>1 com.apple.CoreFoundation 0x90192d28 __CFDictionaryFindBuckets1b + 0x70
>2 com.apple.CoreFoundation 0x90192184 CFDictionaryGetValue + 0xec
I don't know what the answer is either, but I have seen occasional
crashes in my application in CFDictionaryFindBuckets as well. Not
called by -[NSUserDefaults objectForKey:] but by an
NSMutableDictionary method (I think it was in objectForKey:.) Like
yours it is in code that is called repeatedly (recursively actually)
but most of the time it works. I wonder if something in there is
running out of memory somehow. I know it's basically impossible to
actually run out of memory these days but perhaps it's maintaining
its own block of memory and doesn't increase the size of it.
--
Angela Brett
<email_removed>
http://NSCoder.com
DATE : Wed Apr 06 13:42:21 2005
>
>
>Exception: EXC_BAD_ACCESS (0x0001)
>Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000006
>
>Thread 0 Crashed:
>0 com.apple.CoreFoundation 0x901939cc CFHash + 0x18
>1 com.apple.CoreFoundation 0x90192d28 __CFDictionaryFindBuckets1b + 0x70
>2 com.apple.CoreFoundation 0x90192184 CFDictionaryGetValue + 0xec
I don't know what the answer is either, but I have seen occasional
crashes in my application in CFDictionaryFindBuckets as well. Not
called by -[NSUserDefaults objectForKey:] but by an
NSMutableDictionary method (I think it was in objectForKey:.) Like
yours it is in code that is called repeatedly (recursively actually)
but most of the time it works. I wonder if something in there is
running out of memory somehow. I know it's basically impossible to
actually run out of memory these days but perhaps it's maintaining
its own block of memory and doesn't increase the size of it.
--
Angela Brett
<email_removed>
http://NSCoder.com
| Related mails | Author | Date |
|---|---|---|
| Gregory Weston | Apr 6, 12:46 | |
| <java_nutt | Apr 6, 13:03 | |
| M. Uli Kusterer | Apr 6, 13:37 | |
| Ondra Cada | Apr 6, 13:41 | |
| Angela Brett | Apr 6, 13:42 | |
| Jonathon Mah | Apr 6, 14:02 | |
| Gregory Weston | Apr 6, 15:54 | |
| daniel | Apr 6, 18:31 | |
| daniel | Apr 6, 18:47 |






Cocoa mail archive

