Opened 6 years ago
Closed 6 years ago
#14207 closed bug (fixed)
FreeBSD 11 ipro1000 driver KDLs (vm_page_fault) under guarded heap
Reported by: | waddlesplash | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Network/ipro1000 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
- Enable guarded heap in kernel_settings.h, rebuild kernel (I also had the guarded heap for object cache enabled.)
- Run system in KVM.
- Attempt to use the network (I did so with pkgman here.)
- KDL!
Attachments (1)
Change History (5)
by , 6 years ago
Attachment: | Screenshot_20180614_232235.png added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
No, compat_write is just the name of the FreeBSD driver write hook: http://xref.plausible.coop/source/xref/haiku/src/libs/compat/freebsd11_network/device.c#159
Note:
See TracTickets
for help on using tickets.
compat_write? Did korli's 32/64 hybrid code trigger accidentally?