• 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
XCode built project crash related to .o files and p_threads?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XCode built project crash related to .o files and p_threads?


  • Subject: XCode built project crash related to .o files and p_threads?
  • From: Stephen Northcott <email@hidden>
  • Date: Tue, 3 Feb 2009 13:01:07 +0700

Hi all,

I have a reproducible error that I *think* is not my fault.. and I would like some suggestions on how to confirm it / track it down.
Or how to document it so that it could be looked into: The project it involves is very large, and very complex so a code example is not going to be very easy.


Basically I have an XCode project with a lot of threading. Yes.. I know! But hear me out, please.

If I modify the project and just do a normal build, i.e relying on object files that have already been built, 50% of the time the project will hang with some thread mutex related lock. This is always after editing a file, or files, and adding or deleting some code.
An edit that does not involve updating the source code, and simply changes comments or such will not exhibit this.


If however I clean the project and do a complete build immediately without any other modifications it will then not crash.

So it looks like some address that needs to be updated is not and consequently borking the build.

This is 100% reproducible: i.e. A clean build will NEVER crash, but a delta build will do it repeatedly until I clean and build again.

Can anyone comment on that with regards to how I might track it down, and any other thoughts.

Thanks,
Stephen.


_______________________________________________ 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
  • Follow-Ups:
    • Re: XCode built project crash related to .o files and p_threads?
      • From: Andreas Grosam <email@hidden>
    • Re: XCode built project crash related to .o files and p_threads?
      • From: Ken Thomases <email@hidden>
  • Prev by Date: Re: Thread ID in debugger window versus console
  • Next by Date: Re: XCode built project crash related to .o files and p_threads?
  • Previous by thread: Re: Thread ID in debugger window versus console
  • Next by thread: Re: XCode built project crash related to .o files and p_threads?
  • Index(es):
    • Date
    • Thread