| Summary: | 12.2-BETA3: Panic in zfs_ctldir.c:358, zfsctl_create+0x111 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Joshua Kinard <freebsd> | ||||
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed Not A Bug | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | --- | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Joshua Kinard
2020-09-26 02:30:53 UTC
Created attachment 218304 [details]
Customized kernel config for 12.2-BETA3
FWIW, 12.2-BETA2 worked fine. I suspect the culprit is this change (from https://lists.freebsd.org/pipermail/freebsd-stable/2020-September/092727.html): o Read/write kstats for ZFS datasets had been added from OpenZFS. 12.2-BETA3 GENERIC boots fine, so I suspect there's a bug when ZFS is compiled into the kernel versus the default of it being a loadable module. Self-closing. I initially didn't do a 'make clean' in the kernel build directory from 12.2-BETA2, so some extraneous code modules must've gotten sucked in that didn't belong.....or something. After cleaning the build directory out and rebuilding the 12.2-BETA3 kernel, it boots fine now. |