Editing Development

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 116: Line 116:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
$ sudo kextstat #grab the addresses of SPL and ZFS again
 
$ sudo kextstat #grab the addresses of SPL and ZFS again
$ sudo kextutil -s /tmp -n -k /Volumes/KernelDebugKit/mach_kernel \
+
$ sudo kextutil -s /tmp -n -k /Volumes/KernelDebugKit/mach_kernel -e -r /Volumes/KernelDebugKit module/zfs/zfs.kext/ ../spl/module/spl/spl.kext/  
-e -r /Volumes/KernelDebugKit module/zfs/zfs.kext/ ../spl/module/spl/spl.kext/  
+
  
$ sudo symstacks.rb -f /tmp/stackshot.log -s -k /tmp/net.lundman.spl.sym
+
symstacks.rb -f /tmp/stackshot.log -s -k /tmp/net.lundman.spl.sym
 
               0xffffff800056a2e4 (0xffffff800056a2e4)
 
               0xffffff800056a2e4 (0xffffff800056a2e4)
 
                 spl_cv_wait (in net.lundman.spl.sym) + 54 (0xffffff7f80e52a76)
 
                 spl_cv_wait (in net.lundman.spl.sym) + 54 (0xffffff7f80e52a76)
Line 126: Line 125:
 
                       0xffffff7f80f1a870 (0xffffff7f80f1a870)
 
                       0xffffff7f80f1a870 (0xffffff7f80f1a870)
  
$ sudo symstacks.rb -f /tmp/stackshot.log -s -k /tmp/net.lundman.zfs.sym
+
symstacks.rb -f /tmp/stackshot.log -s -k /tmp/net.lundman.zfs.sym
 
                     0xffffff7f80e54173 (0xffffff7f80e54173)
 
                     0xffffff7f80e54173 (0xffffff7f80e54173)
 
                       vdev_open_children (in net.lundman.zfs.sym) + 336 (0xffffff7f80f1a870)
 
                       vdev_open_children (in net.lundman.zfs.sym) + 336 (0xffffff7f80f1a870)

Please note that all contributions to OpenZFS on OS X may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenZFS on OS X:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)