Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sujithkrishnan

macrumors 6502
Original poster
May 9, 2008
265
0
Bangalore
Hi all,

I found that the Xcode is exiting abnormally whenever i type some particular lines
eg : myCustomArray arrayObject = [[myCustomArray alloc] init];

As soon as i type 'alloc' the Xcode shows a busy mouse icon and terminate, showing an error message like 'Xcode application terminated with som error code.

Kindly help me regarding this, being a beginner to the world of MAC (2 weeks)
I dont know much about the settings and preferences for Xcode..
 

tacoman667

macrumors regular
Mar 27, 2008
143
0
Is this in the 3.1 Beta version or 3.0 proper? I have experienced this in the 3.1 version before. It seemed to happen when I tried to alloc memory for an object. The syntax is probably incorrect and Xcode gets caught into some kind of infinite loop of initializing something. I am guessing, and this is only a guess, that Xcode runs out of memory resources and then crashes.

If this happens in Xcode 3.1 beta and not in 3.0 proper then expect to see quirks like this until they release a RTM version probably at WWDC in June. Either way, send in a bug report if you have the ability to in the Dev Center of Apple's website and let them know as well.
 

sujithkrishnan

macrumors 6502
Original poster
May 9, 2008
265
0
Bangalore
Is this in the 3.1 Beta version or 3.0 proper? I have experienced this in the 3.1 version before. It seemed to happen when I tried to alloc memory for an object. The syntax is probably incorrect and Xcode gets caught into some kind of infinite loop of initializing something. I am guessing, and this is only a guess, that Xcode runs out of memory resources and then crashes.

If this happens in Xcode 3.1 beta and not in 3.0 proper then expect to see quirks like this until they release a RTM version probably at WWDC in June. Either way, send in a bug report if you have the ability to in the Dev Center of Apple's website and let them know as well.

Thank You...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.