• 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: Brian Stern <email@hidden>
  • Date: Thu, 31 Jul 2008 14:08:14 -0400


On Jul 31, 2008, at 1:34 PM, Eric Gorr wrote:

from the terminal:

man fs_usage

but, I prefer to use ManOpen (http://www.versiontracker.com/dyn/moreinfo/macosx/2734 ) for viewing man pages.

Actually googling something like

man fs_usage

or

man whatever

http://www.google.com/search?hl=en&as_q=man+fs_usage&as_epq=&as_oq=&as_eq=&num=100&lr=&as_filetype=&ft=i&as_sitesearch=&as_qdr=all&as_rights=&as_occt=any&cr=&as_nlo=&as_nhi=&safe=off

Will find you the man page and plenty more. Of course you need to know that fs_usage exists.


On Jul 31, 2008, at 1:25 PM, Eric Christiansen wrote:

fs_usage is pretty good! Not to get too OT, but is there a place where these special Mac utils are documented? Been doing SW for a while, but that's a new one to me.

tia,
Eric


On Jul 31, 2008, at 6:49 AM, Aaron Burghardt wrote:


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


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>)
 >Re: XCode 3.1 frequently hangs (From: Aaron Burghardt <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: Eric Christiansen <email@hidden>)
 >Re: XCode 3.1 frequently hangs (From: Eric Gorr <email@hidden>)

  • Prev by Date: Re: Xcode's Editor losing text encoding
  • Next by Date: Re: LLVM or GCC or Intel?
  • Previous by thread: Re: XCode 3.1 frequently hangs
  • Next by thread: Re: XCode 3.1 frequently hangs
  • Index(es):
    • Date
    • Thread