View Issue Details

IDProjectCategoryView StatusLast Update
0002298JEDI VCL00 JVCL Componentspublic2004-11-08 06:21
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionduplicate 
Product Version2.10 
Target VersionFixed in Version 
Summary0002298: Serious error in JCL+JVCL210
DescriptionOn computer Pentium IV 3 GHz, appear error dividing by zero
The error retire after blocking
in file: JclSysInfo.pas

following lines:

 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;
// end;
 end;

If that is possible to repair?
Additional InformationPrzemysław Biernat <przemyslaw.biernat@gawin.pl>
TagsNo tags attached.

Activities

user72

2004-11-08 06:21

  ~0005593

Reported several times. Please search this bugtracker for GetCPUSpeed for solutions

Issue History

Date Modified Username Field Change
2004-11-08 05:37 anonymous New Issue
2004-11-08 06:21 user72 Status new => resolved
2004-11-08 06:21 user72 Resolution open => duplicate
2004-11-08 06:21 user72 Assigned To => user72
2004-11-08 06:21 user72 Note Added: 0005593