Re: File encoding for files ported between Mac and Windows?
Re: File encoding for files ported between Mac and Windows?
- Subject: Re: File encoding for files ported between Mac and Windows?
- From: "Paul Sanders" <email@hidden>
- Date: Mon, 11 Jan 2010 15:49:35 -0000
I have in fact found a solution. Try this:
defaults write com.apple.Xcode PBXNumberOfParallelBuildSubtasks
1
This seems to sort things out, at the expense of slowing down
the build slightly.
Information gleaned from:
http://developer.apple.com/mac/library/documentation/DeveloperTools/Reference/XcodeUserDefaultRef/100-Xcode_User_Defaults/UserDefaultRef.html
I did investigate the problem in a litle more depth by sampling
the hung tasks (as, cc1plus) in Activity Monitor. The problem
seems to arise when the Mac tried to open 2 files on the file
server simultaneously. It looks like there is a bug in Apple's
SMB client code that prevents the I/O operations from ever
completing when this happens. As a result, you can't kill the
tasks and other file I/O operations also tend to hang so you are
forced to reboot.
It used to happen with Tiger too. I have not tested this with
Snow Leopard.
Paul Sanders
http://www.alpinesoft.co.uk
----- Original Message -----
From: "Herman Keuchel" <email@hidden>
To: "Paul Sanders" <email@hidden>; "Xcode Users"
<email@hidden>
Sent: Monday, January 11, 2010 3:26 PM
Subject: Re: File encoding for files ported between Mac and
Windows?
> Life would be
> perfect if Xcode (well, I think the bug is actually in OS X
> itself) didn't hang periodically when accessing files on a
> Windows server :( Anyone else experienced this? I am
running
> 10.5.8 (and Windows XP).
Yes, from time to time I have the same problem here. My
configuration
is also OS X 10.5.8, Win XP SP3 as the server.
Herman
_______________________________________________
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