[Bug 265749] bhyve NVMe emulation panic after LLVM 14 import to CURRENT
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265749] bhyve NVMe emulation after LLVM 14 import to CURRENT"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 17:32:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265749 --- Comment #3 from Mark Johnston <markj@FreeBSD.org> --- Looks like an instance of "compiler does something stupid when it sees a use of an uninitialized variable." The compiler is failing us here, but fixing the pci_nvme code resolves the problem: https://reviews.freebsd.org/D36119 -- You are receiving this mail because: You are the assignee for the bug.