Bug #1812
closedvm idle zero panic
0%
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.
Updated by vsrinivas about 14 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 about 14 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 about 14 years ago
Rockin', thanks for reporting!
Sorry for not crediting you in the commit. I forgot to and was promptly
reminded...