View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0003247 | FSVybrid | Kernel | public | 2017-06-01 06:41 | 2018-04-04 08:45 | 
| Reporter | zutter | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | have not tried | 
| Status | new | Resolution | open | ||
| Product Version | V2.7 | ||||
| Target Version | V3.0 | ||||
| Summary | 0003247: QueryPerformanceCounter may block | ||||
| Description | QueryPerformanceCounter may block | ||||
| Steps To Reproduce | Obvious incorrect: pCounter->HighPart = INREG32(&g_pMPGPTRegs->CNTH); do { pCounter->LowPart = INREG32(&g_pMPGPTRegs->CNTL); } while (!(pCounter->HighPart == (LONG)INREG32(&g_pMPGPTRegs->CNTH))); Change to: do { pCounter->HighPart = INREG32(&g_pMPGPTRegs->CNTH); pCounter->LowPart = INREG32(&g_pMPGPTRegs->CNTL); } while (!(pCounter->HighPart == (LONG)INREG32(&g_pMPGPTRegs->CNTH))); | ||||
| Found Driver Version | |||||
| Fixed Driver Version | |||||
| Forum Link | |||||
