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

Windows may be randomly unmapped due to assumption sizeof(long)==4

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.2.1
    • 5.1.0 , 5.2.0 Beta1
    • GUI: Window management
    • None
    • 911cfc4e905c022e10932812632d8b894e9e3004

    Description

      The issue was first reported here:
      https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1251262

      The XEMBED implementation in the XCB plugin assumes that sizeof(long)==4, but this is not true with LP64. The code needs to be fixed to use quint32 where appropriate.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            mardy Alberto Mardegan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes