Re: Meaning of "Pre-compiled symbol file "AppKit.syms" is out of date"?
Re: Meaning of "Pre-compiled symbol file "AppKit.syms" is out of date"?
- Subject: Re: Meaning of "Pre-compiled symbol file "AppKit.syms" is out of date"?
- From: Jim Ingham <email@hidden>
- Date: Tue, 9 Dec 2003 13:47:04 -0800
gdb makes a pre-parsed cache of the symbols for the libraries in
/System/Library. If any of these libraries change, the cache for that
library will become invalid. To regenerate the cache, just do:
sudo /usr/libexec/gdb/cache-symfiles
and the warnings will go away.
Jim
On Dec 9, 2003, at 1:00 PM, Jonathan E. Jackel wrote:
I get these warnings in the debugger: what does it means?:
warning: Pre-compiled symbol file "AppKit.syms" is out of date (Thu
Nov
20 18:13:40 2003 vs. Sat Dec 6 12:35:10 2003); ignoring
warning: Pre-compiled symbol file "Foundation.syms" is out of date
(Thu
Nov 20 18:13:42 2003 vs. Fri Nov 21 23:34:08 2003); ignoring
Thanks,
Thomas Lachand-Robert
I get them too. I first noticed them after the latest security
update. I
did sudo fixPrecomps -force, but it didn't help.
Jonathan
_______________________________________________
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.
--
Jim Ingham email@hidden
Developer Tools
Apple Computer
_______________________________________________
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.