Bug Report Q484685
Visible to All Users

Export - An AV occurs when calling the ExportGridToXLSX method in Delphi XE3 64-bit

created 12 years ago

Hi!
Compile a 64 bit exe. If you export a huge grid (with memory occupation of more than 4 gb) to XLSX file, you will get an AV at the end of the export procedure.

I have had a look at the code and maybe there is a bug in the unit cxExport:

Delphi
[..] TcxCacheCellStyle = packed record [..] Format: Integer; [..] end; [..]

and in the unit dxXLSXExport (line 2112) the record is used in this way:

Delphi
[..] with StyleCache.GetStyle(I)^ do Format := TdxSharedObject(Format).Index; [..]

This cast can cause an AV in a 64 bit environment.

Show previous comments (2)
DevExpress Support Team 12 years ago

    I am afraid it is not clear to me how to reproduce this issue. It would be of great help if you provide a sample project where this problem is reproducible.

    DM DM
    Domenico Mammola 12 years ago

      Hi Mikhail, here is the sample application. It must be compiled in XE3 for windows 64 bit.
      Click on the button "Fill memory" and then to "Export". Please be patience as it could take a long time to fill the memory (it took a night on my pc): it creates a lot of TcxLabel to pump up the application private bytes but it is necessary to raise the memory occupation over the $FFFFFFFF location to show the error.
      I can also send you the Eurekalog call stack of the first AV if you need it.
      TIA,
      Domenico

      DevExpress Support Team 12 years ago

        Hello Domenico,
        Thank you for your clarifications and sample. I am forwarding this issue to our developers for further processing.
        You will receive an automatic message once the status of this issue is changed.

        Answers approved by DevExpress Support

        created 12 years ago (modified 12 years ago)

        We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

        Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.