Re: /bin/sh: bad interpreter: Text file busy
Re: /bin/sh: bad interpreter: Text file busy
- Subject: Re: /bin/sh: bad interpreter: Text file busy
- From: Alastair Houghton <email@hidden>
- Date: Sat, 17 Dec 2005 16:07:19 +0000
On 17 Dec 2005, at 16:01, j o a r wrote:
On 17 dec 2005, at 13.57, Alastair Houghton wrote:
Does one of the daily/monthly scripts try to pre-bind executables
on the system volume, by any chance?
Possibly, but unlikely - as it happened for two consecutive builds.
I will correlate these errors with the system logs on that machine
and see if it can give some clue.
"Text file busy" means that the program file in question is open
for writing (that is, "text" here means program code, as I'm sure
many people will already have guessed); you can see this by
writing a short test program like the following
I wonder if xcodebuild tripped over itself somehow. Perhaps it
didn't manage to close the file properly before trying to execute
it? These machines are often under significant load, as they run a
lot of builds.
If I read the error message correctly, it was /bin/sh that was still
open. That's why I assumed it must be pre-binding... it's the only
reason I can think of that /bin/sh would have been open for writing.
Kind regards,
Alastair.
--
http://www.alastairs-place.net
_______________________________________________
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