Re: XCode 3.1 frequently hangs
Re: XCode 3.1 frequently hangs
- Subject: Re: XCode 3.1 frequently hangs
- From: Mike Bellerby <email@hidden>
- Date: Thu, 31 Jul 2008 16:56:54 +0100
I experienced a similar problem with xcode 3.1 hanging. My solution
was to unplug the network and it stopped hanging.
On 31 Jul 2008, at 11:49, 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
_______________________________________________
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