Bug #1812
vm idle zero panic
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - |
Description
Hi,
I get this panic on master.
http://leaf.dragonflybsd.org/~mh/vmzeroidle.jpg
Kernel: DragonFly v2.7.3.793.gcbfc8-DEVELOPMENT (aug 30)
If I set vm.idlezero_enable=0 in /boot/loader.conf it boots successfully.
Related todos
History
Updated by vsrinivas over 2 years ago
I believe that the issue was that I was enabling bzeront() { which uses the
movnti instruction } at SSE, not SSE2. I've just committed a patch to fix this;
would love to hear if it does.
-- vs
Updated by herrgard over 2 years ago
> Venkatesh Srinivas <me@acm.jhu.edu> added the comment:
>
> I believe that the issue was that I was enabling bzeront() { which uses
> the
> movnti instruction } at SSE, not SSE2. I've just committed a patch to
> fix this;
> would love to hear if it does.
>
> -- vs
>
> ----------
> assignedto: -> vsrinivas
> nosy: +vsrinivas
> status: unread -> in-progress
Yup, commit f48a95f5656a60056d89d62acc885491dddd1733 fixes it.
Thank you.
Updated by vsrinivas over 2 years ago
Rockin', thanks for reporting!
Sorry for not crediting you in the commit. I forgot to and was promptly
reminded...