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

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

      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).

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes