Re: thread_call_allocate Loading error
Re: thread_call_allocate Loading error
- Subject: Re: thread_call_allocate Loading error
- From: Quinn <email@hidden>
- Date: Thu, 1 Feb 2007 17:07:16 +0000
At 11:51 +0000 30/1/07, Nithin prakash wrote:
Could any one please tell me which library i have to include in
Info.plist to solve this, or what could be the other possible reason
for such a behavior.
"com.apple.kpi.mach"
The general solution to this problem is:
o iterate through each of the items
$ ls -l /System/Library/Extensions/System.kext/PlugIns
[...]
o for each item, use "nm" to see if it exports the symbol you care about
$ nm /System/Library/Extensions/System.kext/PlugIns/Mach.kext/Mach |
grep thread
[...]
o if it does, extract the CFBundleIdentifier property and use that
$ cat /System/Library/Extensions/System.kext/PlugIns/Mach.kext/Info.plist
[...]
o Some gotchas:
- if the result doesn't start with ""com.apple.kpi.", seek expert help
- in general, ignore any interface KEXTs with "6.0" in the name,
because these define a compatibility interface
- "com.apple.kpi.unsupported" is not a good idea
Hmmm, I really should write a proper script to do this...
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden