VirtualBox

Changes between Version 4 and Version 5 of Ticket #12076, comment 11


Ignore:
Timestamp:
Feb 16, 2014 1:02:47 PM (10 years ago)
Author:
Petr Vones

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12076, comment 11

    v4 v5  
    1 I can confirm the issue with 4.3.6. The counter goes backward and it happens once in a 10 minute period as the previous comment says. Reproducible for both 32 and 64 bit processes but it seems to be more often for 64 bit ones (?)
     1I can confirm the issue with 4.3.6. The counter goes backward '''very often'''
    22
    33Host: Windows 7 x64[[BR]]
     
    2222      for (int i = 0; i < 1000; i++)
    2323      {
    24         Thread.Sleep(2);
     24        Thread.Sleep(1);
    2525        long elapsed = sw.ElapsedTicks;
    2626        long diff = elapsed - lastValue;
     
    3434  }
    3535}
     36}}}
    3637
     38Sample output (Release configuration, no debugging):
     39{{{
     40Loop: 2, Error diff: -263820
     41Loop: 13, Error diff: -239370
     42Loop: 16, Error diff: -261904
     43Loop: 20, Error diff: -261749
     44Loop: 51, Error diff: -261078
     45Loop: 57, Error diff: -261983
     46Loop: 61, Error diff: -259806
     47Loop: 78, Error diff: -261652
     48Loop: 85, Error diff: -261453
     49Loop: 100, Error diff: -262647
     50Loop: 113, Error diff: -262865
     51Loop: 116, Error diff: -261389
     52Loop: 145, Error diff: -261829
     53Loop: 152, Error diff: -261208
     54Loop: 169, Error diff: -261680
     55Loop: 186, Error diff: -262212
     56Loop: 218, Error diff: -261561
     57Loop: 240, Error diff: -261688
     58Loop: 246, Error diff: -261788
     59Loop: 250, Error diff: -259956
    3760}}}
     61
     62The same sample code has zero error output on Virtual PC or VMWare virtualized machines.

© 2023 Oracle
ContactPrivacy policyTerms of Use