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

Windows x64 uses 64bit socket descriptors but QAbstractSocket use 32bit int as socket descriptors.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • Some future release
    • 4.6.2
    • Network: Sockets
    • None
    • Windows XP/Vista/7/2008 x64 editions

    Description

      Windows use SOCKET as its handles for sockets, which are 64bit values in Windows x64 systems. But Qt use "int" (which is 32bit in such systems) for the socket descriptors instead (see QAbstractSocket::setSocketDescriptor).

      Attachments

        Issue Links

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

          Activity

            People

              earthdomain Earth Domain (Inactive)
              jackieku Kai-Chieh Ku
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes