Summary: | zfs panic: VERIFY(avl_find(tree, new_node, &where) == NULL) failed | ||
---|---|---|---|
Product: | Base System | Reporter: | Vladyslav V. Prodan <admin> |
Component: | bin | Assignee: | freebsd-fs (Nobody) <fs> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | markj |
Priority: | --- | Keywords: | crash |
Version: | 14.1-STABLE | ||
Hardware: | Any | ||
OS: | Any |
Description
Vladyslav V. Prodan
2024-10-24 23:25:51 UTC
Could you please provide some more details about what was running when the crash happened? Is the crash reproducible? This looks similar to https://github.com/openzfs/zfs/issues/15171 (In reply to Mark Johnston from comment #1) I have a file vmcore.3 of size 2622m. And I don't know any other commands except `bt`... If you tell me the output of which commands inside kgdb to enter, I will forward the output here. (In reply to Vladyslav V. Prodan from comment #2) It'd be more useful to know if we can reproduce such a problem locally, somehow. The other thing to try is booting a debug kernel. It looks like you have several different panics, they may have a common root cause. I would suggest building and installing a GENERIC kernel from freebsd main. Alternately, the last comment in https://github.com/openzfs/zfs/issues/15171 implies that there are problems with lua channel programs, which show up in your backtrace as well. I don't know which program(s) are using it, but you can figure it out, try disabling them. |