Startup crash
Startup crash
- Subject: Startup crash
- From: "Jan E. Schotsman" <email@hidden>
- Date: Mon, 30 Aug 2004 10:57:55 -0400
Hello all,
I am new to XCode programming, so please bear with me.
My Carbon app crashes immediately with the following log.
Is some project setting wrong, did I forget to initialize something or is
this simply a consequence of some corruption earlier on?
I have already commented out almost everything my app does on startup.
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x3056696a
Thread 0 Crashed:
0 com.apple.CoreFoundation 0x90191024 CFRetain + 0x20
1 com.apple.CoreFoundation 0x901cbba4 CFBundleCopyBundleURL +
0x24
2 com.apple.security 0x920cb9b8
Security::CodeSigning::OSXCode::main() + 0x28
3 com.apple.security 0x920c10b0
Security::SecurityServer::ClientSession::Global::Global[unified]() + 0xc0
4 com.apple.security 0x9225a790 0x920c0000 + 0x19a790
5 com.apple.security 0x920c15c0
Security::ModuleNexusCommon::create(void* (*)()) + 0xd0
6 com.apple.security 0x920c183c
Security::SecurityServer::ClientSession::activate() + 0x134
7 com.apple.security 0x920c2d34
Security::SecurityServer::ClientSession::authCreate(AuthorizationItemSet
const*, AuthorizationItemSet const*, unsigned long,
Security::SecurityServer::AuthorizationBlob&) + 0xdc
8 com.apple.security 0x920c2f78 AuthorizationCreate +
0x74
9 com.apple.DiskArbitration 0x907f2e74 DASessionCreate + 0xf8
10 com.apple.DiskArbitration 0x907f4480 DiskArbInit + 0x3c
11 com.apple.DiskArbitration 0x907f3e80 DiskArbStart + 0x20
12 ...ple.CoreServices.CarbonCore 0x902c08c8 VNGetDiskArbPort + 0x3c
13 ...ple.CoreServices.CarbonCore 0x902c6358
InitializeDiskArbitrationMessages(__CFRunLoopObserver*, CFRunLoopActivity,
void*) + 0x6c
14 com.apple.CoreFoundation 0x90191d30 __CFRunLoopDoObservers +
0x194
15 com.apple.CoreFoundation 0x90195f04 CFRunLoopRunSpecific +
0x130
16 com.apple.HIToolbox 0x927d62d8
RunCurrentEventLoopInMode + 0xac
17 com.apple.HIToolbox 0x927dc9b8 ReceiveNextEventCommon +
0xf4
18 com.apple.HIToolbox 0x927fe618 AcquireNextEventInMode +
0x48
19 com.apple.HIToolbox 0x927fbae8 RunApplicationEventLoop
+ 0x88
20 main.ob 0x004aa3d8 main + 0x98 (main.c:50)
In the debugger it looks like this:
0 ??
1 CFDictionaryGetValue
2 GetProvidedServices()
3 RegisterForServices
4 _FirstEventTime
5 CheckEventsInited
6 RunCurrentEventLoopInMode
7 ReceiveNextEventCommon
8 AcquireNextEventInMode
9 RunApplicationEventLoop
10 main
TIA,
Jan.
_______________________________________________
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.