Debug compiler crash
Debug compiler crash
- Subject: Debug compiler crash
- From: James Ludtke <email@hidden>
- Date: Mon, 18 Aug 2003 16:28:51 -0400
I have code that runs OK when compiled with the standard compiler,
but when I compile it in debug mode the debugger crashes very early
in the code. I get the errors:
dyld:
-- snip --
Undefined symbols:
/System/Library/Frameworks/ApplicationServices
-- snip --
undefined reference to _CGFontGetContainingBoundingBoxForGlyphs
expected to be defined in ApplicationServices
-- snip --
undefined reference to _CGEncodingSetGetName expected to be
defined in ApplicationServices
-- snip --
...exited due to signal 5 (SIGTRAP).
At another time I got a compiler error complaining about fonts
-- snip --
NSFont: backstop system font type=004 name='LucidaGrande'
is not available; returning nil.
-- snip --
NSFont: backstop system font type=001 name='Helvetica' is not
available; returning nil.
I did a grep search with the terminal of all files in my
development folder, but none contained "LucidaGrande".
(Some contained the correct spelling "Lucida Grande".)
I checked the NIB file for the project, but also found no
reference to "LucidaGrande"
It then occurred to me that the LucidaGrande font may be
called up in the project Builder itself. I opened the
Project Builder preferences, but none of the fonts were
specified as "LucidaGrande". While I had the preferences
open, I made some other changes in the save before compile
behaviour. After I had saved the prefs, the problem was
gone. I could debug without problems. Alas, only for 3
days. Now the problem is back. I trashed the PB
preference file, but that did not help.
Any suggestion would be appreciated.
----------------
FW800 dual 1.25GHz machine.
System = OS X 10.2.6
Project Builder = Version 2.1 (December 2002 Developer Tools)
----------------
_______________________________________________
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.