I thought I would share this with the list: If you are seeing double fault OOPS on the host while working with KVM, theres a good chance you (or someone else) has tried to sleep while the guest-context is still loaded. Perhaps this is obvious and/or well known to all of you. But the occurrence of this fault left me scratching my head for a few hours until I figured this out. So I thought I would share in the hopes of saving someone else wasted time. :)
Regards, -Greg PS: KDB is pretty good at ferreting the offending sleep out, but note that your call stack will be mostly garbled. Only the last few frames are real, but they usually are enough to lead you to the sleep. If you backtrack through the code, you will probably find you are in a vcpu_load()/vcpu_put() critical section on way or another. This is bad ;) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel