Re: App crashing when adding to Open Recent menu
Re: App crashing when adding to Open Recent menu
- Subject: Re: App crashing when adding to Open Recent menu
- From: Jerry Krinock <email@hidden>
- Date: Thu, 08 Dec 2011 09:56:00 -0800
I've not experienced this crash, but the call stack of your crash includes these lines.
4 com.apple.CoreFoundation CFURLCopyResourcePropertyForKey
5 com.apple.LaunchServices _LSGetIconRefForURL
6 com.apple.LaunchServices LSSharedFileListInsertItemURL
The declaration of LSSharedFileListInsertItemURL() is at:
/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/LSSharedFileList.h
LSSharedFileListInsertItemURL() takes seven parameters, one of which is an icon.
I conclude that the the problem your user is having is because the file that is being added to Recents has a bad, missing, or otherwise strange icon.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden