sxuthpaw / logkext

Automatically exported from code.google.com/p/logkext
0 stars 0 forks source link

(kernel) Can't unload kext com.fsb.kext.logKext; classes have instances: #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run LogKextUninstall.command

What is the expected output? What do you see instead?
Successfully found item
Deleted item
(kernel) Can't unload kext com.fsb.kext.logKext; classes have instances:
(kernel)     Kext com.fsb.kext.logKext class com_fsb_iokit_logKext has 1 
instance.
(kernel)     Kext com.fsb.kext.logKext class logKextUserClient has 1 instance.
Failed to unload com.fsb.kext.logKext - (libkern/kext) kext is in use or 
retained (cannot unload).
logout

What version of the product are you using? On what operating system?
Version 2.3 on Mac OS X Lion. The kernel extention worked, even on Lion, up to 
the point that I re-installed the package logkext-2.3.pkg I recently watched a 
video on apple developer site about porting kernel extentions to 64-bit? 
However that might be, how do I unload the com.fsb class instances above so 
that the uninstall script completes it's job? Or, how do I get the logger to 
stop saying:
 ![Could not connect with KEXT : Mon Mar 12 11:54:24

Please provide any additional information below.

Original issue reported on code.google.com by eavesena...@gmail.com on 12 Mar 2012 at 12:08