Re: Debugging problems
Re: Debugging problems
- Subject: Re: Debugging problems
- From: Michael Mulligan <email@hidden>
- Date: Mon, 28 Mar 2005 15:50:55 -0500
The relevant chunk of the crash log is no more enlightening (and the
line it references is the NSLog I mentioned last time):
0 com.apple.Foundation 0x90a5c740 _NSRaiseError + 0xf8
1 com.apple.Foundation 0x90a5c624 +[NSException raise:format:] +
0x2c
2 com.apple.Foundation 0x909f45f8 -[NSCFDictionary
setObject:forKey:] + 0x90
3 NSString+WebExtras.ob 0x000c16b8 -[NSString(NSString_WebExtras)
removeExcessiveWhitespace] + 0x26c (NSString+WebExtras.m:117)
The method that dies (removeExcessiveWhitespace) does not modify any
dictionaries in any way that I can see.
And in response to some private emails, I have done clean rebuilds.
-Mike
__________
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me
spread!
__________
On Mar 28, 2005, at 10:06 AM, Stéphane Sudre wrote:
If it crashes, there shall be a crash log when you don't run in debug
mode. What does it look like?
Maybe [NSCFDictionary setObject:forKey:] is called via another method.
Maybe if you're modifying a NSUserDefaults.
_______________________________________________
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