https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028
--- Comment #286 from George Mitchell <[email protected]> --- The variation on module addresses in recent crashes is because I changed the order of modules in my startup script. For core.txt.9, it was amdgpu, zfs, vboxnetflt, acpi_wmi. For core.txt.0, it was amdgpu, vboxnetflt, acpi_wmi, zfs. For core.txt.1 and the "normal" crash texts, it was amdgpu, acpi_wmi, zfs, vboxnetflt. That was to satisfy myself that it was possible to generate crashes where the "other" module involved along with amdgpu could change, and further that it was always the one loaded immediately after amdgpu. I did not intend to cause additional confusion, and I won't change the order any more. But I'm pretty sure I can generate more crashes (with no more module loading order changes) if needed. -- You are receiving this mail because: You are the assignee for the bug.
