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 - Pie series crashes in C++ Builder XE5 64-bit applications
Summary: Pie series crashes in C++ Builder XE5 64-bit applications
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 140220
Hardware: PC Windows
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 11:18 EDT by narcís calvet
Modified: 2014-05-09 11:18 EDT (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version: RAD XE5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.