Trouble with 64bits cocoa document based app
Trouble with 64bits cocoa document based app
- Subject: Trouble with 64bits cocoa document based app
- From: François Guillet <email@hidden>
- Date: Wed, 9 Jan 2008 00:04:20 +0100
Hi all,
I started developing a multi document cocoa app and I switched
architecture to 64bits out of curiosity. The net result was an
exception at launch (see below).
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff8284b040
Crashed Thread: 0
Thread 0 Crashed:
0 com.apple.HIToolbox 0x00007fff8125722d
InstallEventLoopTimerInternal + 683
1 com.apple.HIToolbox 0x00007fff81256f7d
InstallEventLoopTimerInMode + 23
2 com.apple.ink.framework 0x00007fff82847fd4 InkInit + 820
3 com.apple.ink.component 0x000000011589e2f8 IIMInitialize + 32
4 com.apple.ink.component 0x000000011589daea IIMOpenComponent
+ 51
5 ...ple.CoreServices.CarbonCore 0x00007fff80cc4387
CallComponentFunction + 103
6 com.apple.ink.component 0x000000011589d908
IIMHidePaletteWindows + 54
7 ...ple.CoreServices.CarbonCore 0x00007fff80c8c78a
CallComponentOpen + 46
8 ...ple.CoreServices.CarbonCore 0x00007fff80c8b771 OpenAComponent +
427
9 ...ple.CoreServices.CarbonCore 0x00007fff80c8b5bf OpenComponent + 17
10 com.apple.HIToolbox 0x00007fff814239bb
CreateInputMethodInstance + 305
11 com.apple.HIToolbox 0x00007fff8141e8fa
utOpenActivateSelectedInputMethodInDoc + 167
12 com.apple.HIToolbox 0x00007fff8141e9d5
utOpenActivateAllSelectedIMInDocIterator + 24
13 com.apple.CoreFoundation 0x00007fff8043a6d8
CFArrayApplyFunction + 216
14 com.apple.HIToolbox 0x00007fff8125f39c
utOpenActivateAllSelectedIMInDoc + 222
15 com.apple.HIToolbox 0x00007fff81258262
MyActivateTSMDocument + 1385
16 com.apple.HIToolbox 0x00007fff81257cf6
ActivateTSMDocument + 9
17 com.apple.HIToolbox 0x00007fff8141eedc
TSMProcessTabletEvent + 72
18 com.apple.AppKit 0x00007fff81b14328 _DPSNextEvent +
1410
19 com.apple.AppKit 0x00007fff81b139fc -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 136
20 com.apple.AppKit 0x00007fff81b0d796 -[NSApplication
run] + 455
21 com.apple.AppKit 0x00007fff81ada5ce
NSApplicationMain + 373
I created a new Cocoa document based application project, just
switched archiecture to 64bits only, launched the app and got the same
result.
Do I need to toggle another build settting or is this a problem
affecting multi document based Cocoa apps project templates (ie a bug) ?
Running 10.5.1 on a 2.16GHz Intel Core 2 Duo.
Thanks,
François
_______________________________________________
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