Re: Xcode 4 excruciatingly unresponsive
Re: Xcode 4 excruciatingly unresponsive
- Subject: Re: Xcode 4 excruciatingly unresponsive
- From: Bill Bumgarner <email@hidden>
- Date: Tue, 19 Apr 2011 11:15:52 -0700
On Apr 19, 2011, at 11:07 AM, James Bucanek wrote: 567 _CFAppendXML0 567 _CFAppendXML0 564 _CFAppendXML0 395 _CFAppendXML0 271 _CFAppendXML0 222 _plistAppendFormat ...
It would appear that every few seconds, Xcode decides to create some monster XML document that hangs the main thread for several seconds. There is usually a garbage collection thread that's running at the same time, which also might be slowing down the main thread as I find lots of sample stack fragments like this: That GC is busy just means that there is a ton of allocation activity going on. The sample from the main thread indicates that there is a ton of ongoing object archival occurring.
Is project particular large? Has a lot of files?
In any case, file a bug and attach the samples.
b.bum |
_______________________________________________
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