Bug 235809 - sgx.ko triggers a kernel panic upon kldload
Summary: sgx.ko triggers a kernel panic upon kldload
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-17 16:50 UTC by Mark Johnston
Modified: 2024-01-24 18:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Johnston freebsd_committer freebsd_triage 2019-02-17 16:50:08 UTC
The panic is caused by an assertion failure in vm_fictitious_reg_range(): we attempt to register the range 0, 0.

Also, sgx is lacking a man page.
Comment 1 Mark Johnston freebsd_committer freebsd_triage 2024-01-24 18:27:55 UTC
I believe this is fixed by commit 3caad0b8f48c1.