Opened 15 years ago
Closed 15 years ago
#5785 closed defect (wontfix)
pybench fails on Windows 7 64-bit guest
Reported by: | Randy Syring | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.1.2 |
Keywords: | Cc: | randy@… | |
Guest type: | other | Host type: | other |
Description
In order to compare performance, I was running pybench:
http://svn.python.org/projects/python/trunk/Tools/pybench/
with Python 2.6.4. This is a pretty easy setup, just SVN checkout pybench and python pybench.py
should run a series of tests. However, when doing this with a Windows 7 64 bit guest on VB, I got an error during the "calibration" phase. Looking into the python code, it looks like the problem has to do with time keeping.
I did the same test using qemu-kvm and didn't have any problems.
Attachments (1)
Change History (4)
by , 15 years ago
comment:1 by , 15 years ago
Tried it with a win 7 32-bit guest and only one processor (had two previously). Calibration still fails.
comment:2 by , 15 years ago
One more piece of the puzzle. I ran this on a Windows 7 guest on vmware workstation and it also fails.
comment:3 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
So this is probably timing-related and there is not much we can do about it.
log file from win 7 32-bit guest doing the same thing