Re: The program "cc1objplus" was terminated unexpectedly.
Re: The program "cc1objplus" was terminated unexpectedly.
- Subject: Re: The program "cc1objplus" was terminated unexpectedly.
- From: Daniel Jalkut <email@hidden>
- Date: Mon, 25 Sep 2006 11:45:23 -0400
Hi Philip - I've seen these kinds of crashes, too. Always with Objective-C++ files where there is some syntax error (like when I do a save in the middle of typing some complex logic). I would assume the file in question is the one you're saving? Or does it happen when you save any file?
You could run fs_usage from the Terminal to see what files have been accessed just before crashing. In a wide terminal window:
sudo fs_usage -w | grep \\.m
Then cause the crash. That ought to give you some clues.
Another thing I would try is to turn off indexing temporarily. This should cause cc1objplus from being run every time you save. Then you can try to build your entire project and see if it works, or if there's a syntax error somewhere.
I have never seen this type of crash in a plain ObjC file, which sort of encourages me not to use Obj-C++ :)
Daniel On Sep 25, 2006, at 3:54 AM, Philip Mötteli wrote: Every-time, when I save an ObjC source file from within Xcode, the following alert panel pops up:
...
It seems to me, that some file is corrupted. But which one?
|
_______________________________________________
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