• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Isolating a bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Isolating a bug?


  • Subject: Isolating a bug?
  • From: Gregory Weston <email@hidden>
  • Date: Wed, 6 Apr 2005 06:46:03 -0400

From a program that's been shipping for about a year now without stability complaints, I user sent a crash log that I find vexing. Why? Because here's the call stack.

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
3 com.apple.CoreFoundation 0x901b0fb0 _CFApplicationPreferencesCreateValueForKey + 0x6c
4 com.apple.Foundation 0x909fb38c -[NSUserDefaults objectForKey:] + 0x98
5 my.program.signature 0x00008658 -[MyApplication methodTakingAString:] + 0x5c


The routine identified in line 5 is called repeatedly (although not rapidly) while the program is running - it had been invoked hundreds of times without error during this session. The argument to objectForKey: at line 4 is a freshly-created from NSString>>stringWithFormat:. I'm not sure where to start looking for the cause of a problem that manifests five invocations into external code. Advice?

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Isolating a bug?
      • From: Jonathon Mah <email@hidden>
    • Re: Isolating a bug?
      • From: Angela Brett <email@hidden>
    • Re: Isolating a bug?
      • From: Ondra Cada <email@hidden>
    • Re: Isolating a bug?
      • From: "M. Uli Kusterer" <email@hidden>
  • Prev by Date: Re: ADC Core Data article
  • Next by Date: Re: Isolating a bug?
  • Previous by thread: Re: Undo manager
  • Next by thread: Re: Isolating a bug?
  • Index(es):
    • Date
    • Thread