• 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: XCode 3.1 frequently hangs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode 3.1 frequently hangs


  • Subject: Re: XCode 3.1 frequently hangs
  • From: Aaron Burghardt <email@hidden>
  • Date: Thu, 31 Jul 2008 06:49:50 -0400


On Jul 30, 2008, at 10:03 PM, Larry Emdur wrote:

On Wed, Jul 30, 2008 at 11:56 AM, Andrew Pontious <email@hidden> wrote:

On Jul 30, 2008, at 3:42 AM, Aaron Burghardt wrote:

just edited.  Can you comment out any single #include and affect the
symptom?

$ sudo fs_usage -f filesys 48965 | grep lstat
06:08:10  lstat


This would just be to tell which file was involved, correct? It's true that
it might tell us something if it's always the same file.



Correct.

Larry, if you could try this investigation with fs_usage, I would appreciate
it. We've had reports of this issue, but we've never been able to reproduce
it under laboratory conditions.



The result of fs_usage showed that it is always the same file:

lstat             net/kpi_interface.h
                          10.154884 W Xcode

All other files are very quick: around 0.000003s


If you run "locate kpi_interface.h", do you get this list?

$ locate kpi_interface.h
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/ Kernel.framework/Versions/A/Headers/net/kpi_interface.h
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ Kernel.framework/Versions/A/Headers/net/kpi_interface.h
/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/net/ kpi_interface.h


Do any of the kpi_interface.h files hang if you stat them in Terminal? Such as:

$ for file in `locate kpi_interface.h` ; do  stat $file ;  done

If you don't have a "locate" database, just stat each version on the command line.

Do the files open quickly in apps other than Xcode?

Aaron

_______________________________________________
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


  • Follow-Ups:
    • Re: XCode 3.1 frequently hangs
      • From: "Larry Emdur" <email@hidden>
    • Re: XCode 3.1 frequently hangs
      • From: Eric Christiansen <email@hidden>
    • Re: XCode 3.1 frequently hangs
      • From: Mike Bellerby <email@hidden>
References: 
 >Re: XCode 3.1 frequently hangs (From: Greg Guerin <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: Larry Emdur <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: Andrew Pontious <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: "Larry Emdur" <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: Aaron Burghardt <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: Andrew Pontious <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: "Larry Emdur" <email@hidden>)

  • Prev by Date: Re: X-Code 3.0: unable to enable SCM in a project
  • Next by Date: Re: Xcode 3.1: Active architecture not respected in dependent projects
  • Previous by thread: Re: XCode 3.1 frequently hangs
  • Next by thread: Re: XCode 3.1 frequently hangs
  • Index(es):
    • Date
    • Thread