Robert O'Callahan: Another VMWare Hypervisor Bug |
Single-stepping through instructions in VMWare (6.0.4 build-2249910 in my case) with a 32-bit x86 guest doesn't trigger hardware watchpoints.
Steps to reproduce:
int main(int argc, char** argv) {
char buf[100];
buf[0] = 99;
return buf[0];
}Doing the same thing in a KVM virtual machine works as expected.
Sigh.
http://robert.ocallahan.org/2015/04/another-vmware-hypervisor-bug.html
| Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |