• 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 crashes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xcode crashes


  • Subject: xcode crashes
  • From: Zrinka Bilusic <email@hidden>
  • Date: Thu, 11 Mar 2004 10:22:47 -0800

Hello,
I was hoping that you could help me solve the problem I am experiencing with Xcode. I looked around the archives but was unable to find a similar problem.


This is my first project using Xcode. I actually started the project a few weeks ago in Project Builder and then when I ran into problem I tried to switch to Xcode bu I am having the same problems. The project I am working on is a quite simple C command line application. I created the project using the "standard tool" template and then I added all .c and .h files that belong to this project. I worked on it for a few days, happily debugging the added code. But yesterday, after adding some code, when I tried to debug, I would get an internal error and the debugger exits with "bus error". I get a window with the description of the internal error and if I click on quit - it quits Project Builder. The code compiled OK, but if I tried to execute from the command line - it exits with "bus error". I tried removing the code to the last successful debugging session - same thing happens.

Then I decided to reinstall Xcode Tools, and move to Xcode but the exact same thing happens. Xcode reports internal error if I try to debug - but I got a similar one when I was browsing the build setup window... below is a copy of the console log for the two crashes.... hope you can help, because at this point I am thinking Code Warrior...

thanks
zrinka

2004-03-11 10:01:48.006 Xcode[4486] *** -[PBXGDB_MIController referent]: selector not recognized
2004-03-11 10:01:54.419 Xcode[4486] *** -[NSCFString removeViewController:]: selector not recognized
2004-03-11 10:01:54.479 Xcode[4486] Exception raised during posting of notification. Ignored. exception: *** -[NSCFString removeViewController:]: selector not recognized
2004-03-11 10:01:54.480 Xcode[4486] *** -[NSCFString removeViewController:]: selector not recognized
2004-03-11 10:01:54.542 Xcode[4486] Exception raised during posting of notification. Ignored. exception: *** -[NSCFString removeViewController:]: selector not recognized
2004-03-11 10:01:54.545 Xcode[4486] *** -[NSCFString removeViewController:]: selector not recognized
** INTERNAL ERROR: Uncaught Exception **
Exception: *** -[NSCFString removeViewController:]: selector not recognized
Stack:
0 0x90bd94b8 -[TSException raise]
1 0x9659adb0 +[NSException raise:format:]
2 0x9653b6ac -[NSObject(NSForwardInvocation) forward::]
3 0x9083684c __objc_msgForward
4 0x978cba28 -[PBXLSDynamicLinkerImageModule setDynamicLinkerImageController:]
5 0x978036c0 -[PBXDebugSessionModule stopLaunchSession]
6 0x978fd118 -[PBXProjectWorkspaceModule _stopLaunchSessionForModule:closeSlideOutModule:]
7 0x977b2360 -[PBXWorkspaceModule _stopDebugSession:]
8 0x92f2a314 -[NSToolbarButton sendAction:to:]
9 0x92f2a2b4 -[NSToolbarButton sendAction]
10 0x92eaa10c -[NSToolbarItemViewer mouseDown:]
11 0x92e027c0 -[NSWindow sendEvent:]
12 0x92df4e94 -[NSApplication sendEvent:]
13 0x977337c0 -[PBXExtendedApplication sendEvent:]
14 0x92dfd29c -[NSApplication run]
15 0x92eb95ec _NSApplicationMain
16 0x0000a080
17 0x0000ac64
2004-03-11 10:04:39.851 Xcode[4524] Error: can't set PBXWidget data source; <NSTextField: 0x16e19e0> doesn't respond to -buildSettingForKeyPath:
2004-03-11 10:04:39.851 Xcode[4524] Error: can't set PBXWidget data source; <NSTextField: 0x16e19e0> doesn't respond to -setBuildSetting:forKeyPath:
2004-03-11 10:04:39.852 Xcode[4524] *** -[NSTextField project]: selector not recognized
2004-03-11 10:04:39.906 Xcode[4524] Exception raised during posting of notification. Ignored. exception: *** -[NSTextField project]: selector not recognized
2004-03-11 10:04:39.918 Xcode[4524] *** +[NSTextField targetTypeDisplayName]: selector not recognized
2004-03-11 10:04:39.983 Xcode[4524] Exception raised during posting of notification. Ignored. exception: *** +[NSTextField targetTypeDisplayName]: selector not recognized
2004-03-11 10:04:44.891 Xcode[4524] Error: can't set PBXWidget data source; <NSTextField: 0x16e03c0> doesn't respond to -buildSettingForKeyPath:
2004-03-11 10:04:44.892 Xcode[4524] Error: can't set PBXWidget data source; <NSTextField: 0x16e03c0> doesn't respond to -setBuildSetting:forKeyPath:
2004-03-11 10:04:44.895 Xcode[4524] *** -[NSTextField productInstallPath]: selector not recognized
2004-03-11 10:04:44.964 Xcode[4524] Exception raised during posting of notification. Ignored. exception: *** -[NSTextField productInstallPath]: selector not recognized
2004-03-11 10:04:46.936 Xcode[4524] Error: can't set PBXWidget data source; <NSPopUpButton: 0x16e8d70> doesn't respond to -buildSettingForKeyPath:
2004-03-11 10:04:46.936 Xcode[4524] Error: can't set PBXWidget data source; <NSPopUpButton: 0x16e8d70> doesn't respond to -setBuildSetting:forKeyPath:
2004-03-11 10:04:46.963 Xcode[4524] *** -[NSPopUpButton buildSettingForKeyPath:]: selector not recognized
2004-03-11 10:04:47.041 Xcode[4524] Exception raised during posting of notification. Ignored. exception: *** -[NSPopUpButton buildSettingForKeyPath:]: selector not recognized
2004-03-11 10:04:53.549 Xcode[4524] *** -[NSPopUpButton setBuildSetting:forKeyPath:]: selector not recognized
** INTERNAL ERROR: Uncaught Exception **
Exception: *** -[NSPopUpButton setBuildSetting:forKeyPath:]: selector not recognized
Stack:
0 0x90bd94b8 -[TSException raise]
1 0x9659adb0 +[NSException raise:format:]
2 0x9653b6ac -[NSObject(NSForwardInvocation) forward::]
3 0x9083684c __objc_msgForward
4 0x9785a2f8 -[PBXPopupButtonWidget endEditing]
5 0x92e77584 -[NSApplication sendAction:to:from:]
6 0x92f47a1c -[NSPopUpButtonCell _popUpItemAction:]
7 0x92e77584 -[NSApplication sendAction:to:from:]
8 0x92eacd78 -[NSMenu performActionForItemAtIndex:]
9 0x92ef16a4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:]
10 0x92f375d8 __NSPopUpCarbonMenu1
11 0x92f475b0 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:]
12 0x92f47268 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]
13 0x92e8e370 -[NSControl mouseDown:]
14 0x92e027c0 -[NSWindow sendEvent:]
15 0x92df4e94 -[NSApplication sendEvent:]
16 0x977337c0 -[PBXExtendedApplication sendEvent:]
17 0x92dfd29c -[NSApplication run]
18 0x92eb95ec _NSApplicationMain
19 0x0000a080
20 0x0000ac64
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.



  • Prev by Date: Re: IB Palettes
  • Next by Date: How DO I set up rez defines?
  • Previous by thread: Re: XCode and CVS problem [solved]
  • Next by thread: How DO I set up rez defines?
  • Index(es):
    • Date
    • Thread