Jorgen Lundman
Jorgen Lundman
Not at all, should be fixed for all versions yep
[OpenZFSonOsX-Catalina-1.9.2.zip](https://github.com/openzfsonosx/zfs/files/3598332/OpenZFSonOsX-Catalina-1.9.2.zip) I have done a test build using Xcode 11, and Catalina, which also has the `zfs_util` fixes for mounts. Please give feedback.
Apple has made developing on osx a little less friendly in recent times, that is true, and there probably will be a day in the future when we can no...
If you are having panics on Catalina, we'd need to have the stack pasted, with keepsyms=1 so we can take a look at it.
``` 0xffffff81f692bce0 : 0xffffff7f8a105380 net.lundman.spl : _kmem_findslab + 0x44 0xffffff81f692be00 : 0xffffff7f8a10119b net.lundman.spl : _kmem_error + 0x3b 0xffffff81f692be70 : 0xffffff7f8a106521 net.lundman.spl : _kmem_magazine_destroy + 0xce 0xffffff81f692beb0 : 0xffffff7f8a1018b6 net.lundman.spl :...
Old OsX? If so, delete them from `spl/module/spkl/KernelExports/zfs.exports`
Hmm did they change something.. check `# grep decmpfs spl/module/spl/KernelExports/allsymbols`
So they did, updating my mojave now and let's see if I get the same issue
Hmm no it appears normal, did you update xcode and it's component ? `decmpfs_cnode_alloc` doesn't exist in 10.13 and earlier, but still in latest Catalina
``` bash-3.2# uname -a Darwin o3xtest.local 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/DEVELOPMENT_X86_64 x86_64 bash-3.2# sw_vers ProductName: Mac OS X ProductVersion: 10.14.6 BuildVersion: 18G103 bash-3.2#...