View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002720 | JEDI VCL | 99 Other | public | 2005-03-07 02:52 | 2005-03-07 12:53 |
| Reporter | anonymous | Assigned To | remkobonte | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.10 | ||||
| Target Version | Fixed in Version | 3.00 BETA | |||
| Summary | 0002720: Runtime Error on Intel Xeon(EM64T) Prozessor WorkStation | ||||
| Description | Unit JclSysInfo: procedure GetCpuInfo(var CpuInfo: TCpuInfo); begin CpuInfo := CPUID; CpuInfo.IsFDIVOK := TestFDIVInstruction; if CpuInfo.HasInstruction then begin if (CpuInfo.Features and TSC_FLAG) = TSC_FLAG then GetCpuSpeed(CpuInfo.FrequencyInfo); CpuInfo.MMX := (CpuInfo.Features and MMX_FLAG) = MMX_FLAG; {<= Runtime Error EZeroDivide} end; end; | ||||
| Additional Information | Debug info as Hardcopy in File Test.jpg | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0001611 | resolved | Intel Pentium 4 Hyper-Threading Technology & GET |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-03-07 02:52 | anonymous | New Issue | |
| 2005-03-07 02:52 | anonymous | File Added: test.jpg | |
| 2005-03-07 12:52 | remkobonte | Relationship added | duplicate of 0001611 |
| 2005-03-07 12:53 | remkobonte | Duplicate ID | 0 => 1611 |
| 2005-03-07 12:53 | remkobonte | Status | new => resolved |
| 2005-03-07 12:53 | remkobonte | Fixed in Version | => 3.00 BETA |
| 2005-03-07 12:53 | remkobonte | Resolution | open => fixed |
| 2005-03-07 12:53 | remkobonte | Assigned To | => remkobonte |
| 2005-03-07 12:53 | remkobonte | Note Added: 0006653 |