Bug Report Q370950
Visible to All Users

An AV occasionally occurs when modifying Screen.Cursor if the View is currently locked for updates (for instance, via the BeginUpdate/EndUpdate method block)

created 12 years ago

since 2012.2.2 I run into AV.
Code:

#01 Screen.Cursor := crHourglass;
#02 tvQReZu_Real.BeginUpdate(lsimImmediate);

#39 Screen.Cursor := crDefault; --> AV
#40 tvQReZu_Real.EndUpdate;

When I move #39 below #40 it works fine.

Here the detailed bugreport:

exception class : EAccessViolation
exception message : Zugriffsverletzung bei Adresse 008C4137 in Modul 'ZLALGMVW.exe'. Lesen von Adresse 00000000.

main thread ($1018):
008c4137 +023 ZLALGMVW.exe cxGridCustomTableView TcxCustomGridRecordsViewInfo.GetHitTest
0092839f +00b ZLALGMVW.exe cxGridTableView TcxGridRowsViewInfo.GetHitTest
008c4de8 +094 ZLALGMVW.exe cxGridCustomTableView TcxCustomGridTableViewInfo.DoGetHitTest
00928b06 +032 ZLALGMVW.exe cxGridTableView TcxGridTableViewInfo.DoGetHitTest
008f9fcb +093 ZLALGMVW.exe cxGridCustomView TcxCustomGridViewInfo.GetHitTest
008f5871 +035 ZLALGMVW.exe cxGridCustomView TcxCustomGridController.GetCursor
008f725b +023 ZLALGMVW.exe cxGridCustomView TcxGridSite.GetCurrentCursor
006e76ac +044 ZLALGMVW.exe cxControls TcxControl.WMSetCursor
00533535 +2bd ZLALGMVW.exe Vcl.Controls TControl.WndProc
00537e93 +5b3 ZLALGMVW.exe Vcl.Controls TWinControl.WndProc
006e7cbd +151 ZLALGMVW.exe cxControls TcxControl.WndProc
008f78af +023 ZLALGMVW.exe cxGridCustomView TcxGridSite.WndProc
005374e8 +02c ZLALGMVW.exe Vcl.Controls TWinControl.MainWndProc
00498ddc +014 ZLALGMVW.exe System.Classes StdWndProc
77050107 +02b ntdll.dll KiUserCallbackDispatcher
754696c0 +047 USER32.dll SendMessageW
00620fee +086 ZLALGMVW.exe Vcl.Forms TScreen.SetCursor
01f5890c +03c ZLALGMVW.exe FglFrRez__ZuLi 443 +9 TFglFrRez_ZuLi.DspDataLoad

Show previous comments (10)

    Now it seems that when the first record on the master view has data in subview get an error bookmark not found (0). As data components use DOA so do not know if the fault is in DOA or in cxgrid
    Martin

    DevExpress Support Team 12 years ago

      Hello Martin,
      Thank you for your reply. Posting multiple different questions within a report makes it difficult to correctly track and process such items. May we ask you to open a new issue for each question you want to post. Thank you for your cooperation.
      For now, I have created a separate issue on your behalf:

      Bookmark error in master-detail mode

      Please refer to this report for further correspondence on this problem.

        Ok, sorry
        BTW i use the fix (Would you please apply the fix from the AV under certain circumstances (Regression from 12.1.7) issue? It may help.) and now looks better for now
        Martin

        Answers approved by DevExpress Support

        created 12 years ago (modified 12 years ago)

        Hello,
        Thank you for your message. In this case, I recommend you change a cursor type after calling the End Update method, because the TableView is locked at this moment and HitTest returns invalid information.

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

            Hello Fredrik,
            Thank you for informing us that the problem is now resolved. I am glad to hear that you have found our patch helpful.

              How can i download this patch ??? it ́s a hot fix ???

              J J
              Jens Fudickar [DX-Squad] 12 years ago

                Have a look at the orange box in the upper right corner. There you can download the update.
                Regards
                Jens

                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.