• 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
multiple parallel instances of xcodebuild?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multiple parallel instances of xcodebuild?


  • Subject: multiple parallel instances of xcodebuild?
  • From: Rachel Blum <email@hidden>
  • Date: Tue, 29 Jun 2010 20:45:43 -0700
  • Acceptlanguage: en-US
  • Thread-topic: multiple parallel instances of xcodebuild?

Quick question: Our build scripts occasionally run several xcodebuild (xcode 3.1.2) instances in parallel, under the same user account. Is there any chance this can cause issues? We are seeing an occasional crash of xcodebuild:

 

15:16:00 2010-06-28 15:16:00.507 xcodebuild[60931:4b03] [IT] ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-1148/pbxcore/Infrastructure/XCDerivedFileCache.m:242

15:16:00 Details:  Assertion failed: curCacheEntry == NULL

15:16:00 Object:   <XCDerivedFileCache:0x027c4590>

15:16:00 Method:   -pruneCacheToNumberOfBytes:minimumCacheEntryAgeForRemoval:

15:16:00 Thread:   <NSThread: 0x274b8f0>{name = (null), num = 3}

 

 

Which does look a bit like a race condition for a shared cache. If that’s a known issue, can I configure the two instances to *not* share a cache without using a separate user account for each one?

 

Thanks,

 Rachel

 _______________________________________________
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

  • Prev by Date: Re: IB 3.2.3's Library is a pain
  • Next by Date: Re: starting Xcode debugger from the command line, e.g. xdb, like xed...
  • Previous by thread: Re: IB 3.2.3's Library is a pain
  • Next by thread: Strange exception failure with LLVM & Xcode 3.2.3; debugging C++ typeinfo checks
  • Index(es):
    • Date
    • Thread