RE: Strange cocoa asserts
RE: Strange cocoa asserts
- Subject: RE: Strange cocoa asserts
- From: "Anthony (InstantSwitch)" <email@hidden>
- Date: Fri, 7 Feb 2003 18:37:47 -0000
Hi,
I am trying to debug my new Cocoa app for the first time, but it seems
impossible. I have no break points but I keep getting asserts as the program
starts up and then everytime the program gets the focus as below. These
means I can run my program as after I switch from debugger to program it
asserts everytime so I never get anywhere.
*** During Startup.
DebugAssert: IntlFileCache: err == 0 [-43]
GetPathFromSearchDirectoryInfo_err [line 758, file
./IntlFileCache/Sources/IntlFCFileManagement.c]
(gdb) continue
DebugAssert: IntlFileCache: err == 0 [3] GetModificationDate_err [line 693,
file /IntlFileCache/Sources/IntlFCFileManagement.c]
(gdb) continue
DebugAssert: IntlFileCache: pathErr == kIntlFCNoErr [line 278, file
./IntlFileCache/Sources/IntlFCFileManagement.c]
(gdb) continue
***After focus click...
DebugAssert: HIToolbox: inDataPtr != NULL SetEventParameter_NilDataPassed
[line 914, file Events/EventsCore/EventRecord.c]
(gdb)
I guess my debug evironment is setup wrong somewhere anyone got any ideas?
I'm running all the latest dev tools on a dual G4 PowerMac dual screen.
Thanks
Anthony
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.