Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 764

Summary: Pie series crashes in C++ Builder XE5 64-bit applications
Product: VCL TeeChart Reporter: narcís calvet <narcis>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: 140220   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version: RAD XE5

Description narcís calvet 2014-05-09 11:18:00 EDT
C++ Builder XE5 VCL or FMX applications in 64-bit mode, with a pie series and sample data throw this error:

Access violation at address 00000000007B6A60 in module 'rtl190.bpl'. Read of address FFFFFFFFFFFFFFFF.

The error is at System.pas:

Code:
class function TObject.GetInterfaceTable: PInterfaceTable;
begin
  Result := PPointer(PByte(Self) + vmtIntfTable)^;
end;

Same tests work fine with Pro version in XE6.