• 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
Re: Xcode constantly crashing with Perforce & 10.6.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode constantly crashing with Perforce & 10.6.3


  • Subject: Re: Xcode constantly crashing with Perforce & 10.6.3
  • From: Joar Wingfors <email@hidden>
  • Date: Mon, 12 Apr 2010 08:30:45 -0700

On 12 apr 2010, at 07.56, Eric Gorr wrote:

> Considering the crash involves an unrecognized selector, I figure one may be able to use DTrace to determine what selector Apple is attempting to send which isn't recognized, but I am not sure how to do that or if it is really possible.


First off, you should try to remove "Default Folder X", since it loads itself into Xcode, something that isn't really supported...

If you still see this crash after doing that, I'd recommend that you re-install Xcode from scratch:

	1) sudo /Developer/Library/uninstall-devtools
	2) sudo rm -r /Developer
	3) Run the Xcode installer again

If you *still* see this crash, the easiest way to get to the crashing selector would probably be to catch it in GDB:

	$ gdb
	(gdb) file /Developer/Applications/Xcode.app
	(gdb) break objc_exception_throw
	(gdb) run

Please attach any additional troubleshooting information that you have to the radar.

Thanks,

j o a r


 _______________________________________________
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 constantly crashing with Perforce & 10.6.3
      • From: Eric Gorr <email@hidden>
References: 
 >Re: Xcode constantly crashing with Perforce & 10.6.3 (From: Lennart Thelander <email@hidden>)
 >Re: Xcode constantly crashing with Perforce & 10.6.3 (From: Eric Gorr <email@hidden>)

  • Prev by Date: Re: Xcode constantly crashing with Perforce & 10.6.3
  • Next by Date: Re: [LAST from RZ] Why XCODE do not have TABs for files as in Visual C++ or Safarior ...
  • Previous by thread: Re: Xcode constantly crashing with Perforce & 10.6.3
  • Next by thread: Re: Xcode constantly crashing with Perforce & 10.6.3
  • Index(es):
    • Date
    • Thread