Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-88728

80M of rows crash QTableView while 70M do not

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.14.2
    • Widgets: Itemviews
    • None
    • All

    Description

      If you insert about 80M rows into QTableView, it crashes application inside the framework.

      But 70M rows do not cause this problem.

      When I look at the source code briefly, a part of framework tries to calculate the height of the entire scollable area in pixel and reaches 240M (integer overflow) when cell height is 30 pixels.

      I think that inserting 80M of rows into QTableView is not impossible usage and hope this would be better handled without a problem.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            gegogi Kyung Kook Park
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes