• 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
Re: Odd Console messages after kernel panic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Odd Console messages after kernel panic


  • Subject: Re: Odd Console messages after kernel panic
  • From: Jack Repenning <email@hidden>
  • Date: Mon, 16 Jul 2007 11:07:24 -0700

On Jul 14, 2007, at 1:46 PM, Ben Weiss wrote:

I had a kernel panic in iTunes a couple days ago, and after restarting and launching Xcode, it asked to set up my user preferences as if it were a fresh install. Furthermore, Console shows the following message over and over:

2007-07-13 21:07:49.463 Xcode[811] CFLog (0):
CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be:
/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/ Resources/PBX-h-small-Icon.tiff
The parser will retry as in 10.2, but the problem should be corrected in the plist.


Any clue how to correct this?


See if that tiff file really is a tiff file. A simple check could be the Terminal command:
open /Developer/Library/PrivateFrameworks/ DevToolsInterface.framework/Resources/PBX-h-small-Icon.tiff


If you get a garbage display or a complaint about opening the file, then find a replacement copy.

If the file seems OK, find the plist file that's referring to it. You haven't quoted the name of the plist file, but maybe it's on a nearby line in the Console. Otherwise, try (in Terminal):

find ~ /Developer -name \*.plist -print0 | xargs -0 grep -l PBX-h- small-Icon

This should list one or more plist files that refer to this tiff file. Check those to see if they're healthy. Again, "open ..." is a straightforward test that'll probably either work or print error messages. If you find a plist file that fails to "open", and yet refers to this tiff file, then that's your culprit. If it's in your Preferences folder, just trash it and redo your personal settings for whatever program is named in its name. If it's somewhere else, try replacing it from a healthy installation. Or maybe, once you see the file name, you'll be able to think of other means to replace it.

-==-
Jack Repenning
Chief Technology Officer
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
office: +1 650.228.2562
mobile: +1 408.835.8090
raindance: +1 877.326.2337, x844.7461
aim: jackrepenning
skype: jrepenning




_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Odd Console messages after kernel panic (From: Ben Weiss <email@hidden>)

  • Prev by Date: Re: Linking and cross-referenced static libraries
  • Next by Date: Re: Odd Console messages after kernel panic
  • Previous by thread: Re: Odd Console messages after kernel panic
  • Next by thread: Xcode class functions auto-complete not working in 2.4.1?
  • Index(es):
    • Date
    • Thread