View Issue Details

IDProjectCategoryView StatusLast Update
0002720JEDI VCL99 Otherpublic2005-03-07 12:53
ReporteranonymousAssigned Toremkobonte 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.10 
Target VersionFixed in Version3.00 BETA 
Summary0002720: Runtime Error on Intel Xeon(EM64T) Prozessor WorkStation
DescriptionUnit 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 InformationDebug info as Hardcopy in File Test.jpg
TagsNo tags attached.

Relationships

duplicate of 0001611 resolveduser72 Intel Pentium 4 Hyper-Threading Technology & GET 

Activities

2005-03-07 02:52

 

test.jpg (27,982 bytes)
test.jpg (27,982 bytes)

remkobonte

2005-03-07 12:53

developer   ~0006653

Already reported. See relationships.

Issue History

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