Re: kext debugging
Re: kext debugging
- Subject: Re: kext debugging
- From: sheetal phirke <email@hidden>
- Date: Fri, 10 Dec 2010 18:22:32 +0530 (IST)
Hi,
I think library for vnode_tag() is not found, so i get this error. for time being i have commented this function , since i have to test KEXT debugging first...
when i am trying to create symbol file I will get error when I have enter hexadecimal address of kext:
<
kxld[com.osxbook.driver.VnodeWatcher]: Load address 0x205d5b77 is not page-aligned.
Link failed (error code 5).
Check library declarations for your kext with kextutils(8).
>
& when i used kextlibs i didn't get any problem.
i get:
<
for all architectures:
com.apple.kpi.bsd = 10.3
com.apple.kpi.iokit = 10.3
com.apple.kpi.libkern = 10.3
>
Thanks,
Sheetal.
From: sheetal phirke <email@hidden>
To: Dave Keck
<email@hidden>
Cc: email@hidden
Sent: Fri, 10 December, 2010 5:02:51 PM
Subject: Re: kext debugging
Hi,
I already have this key...
i have following OSBundleLibraries, with Mac OS : 10.6.3 & Kernel version: Darwin 10.3.0
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.bsd</key>
<string>10.3.0</string>
<key>com.apple.kpi.iokit</key>
<string>10.3.0</string>
<key>com.apple.kpi.libkern</key>
<string>10.3.0</string>
<key>com.apple.kpi.unsupported</key>
<string>10.3.0</string>
</dict>
Thanks,
Sheetal.
From: Dave Keck <email@hidden>
To: sheetal phirke <email@hidden>
Cc: email@hidden
Sent: Fri, 10 December, 2010 3:14:23 PM
Subject: Re: kext debugging
> i try to find library required for this symbol but didn't get
it. is
> anything required to change in plist? i have change OSBundleLibraries
> with my darwin kernel version.
Try:
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.unsupported</key>
<string>10.4</string>
</dict>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden