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

QFtp: commandFinished is not emitted with non-existent IP address is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.4.0
    • Network: FTP
    • None

    Description

      To reproduce: run the Qt network/ftp example. Enter an non-existent IP address from your network (ex. 10.3.4.44).
      The program will try to connect forever. The signal commandFinished is never emitted. Verified on Qt 4.3.5 and 4.4.0.

      The same can be verified in the network/http example.

      Note1: entering non-existing addresses like www.google12345.com will not block the application as when using an IP address.
      Note2: setting a timer to call the abort() slot has no effect.

      notes from hooligan:

      On Tue Mar 31 10:25:38 2009 Peter Hartmann wrote:

      wait with fixing that bug until we decide whether there will be a new FTP backend for the Network Access API soon. As a current workaround, check for the stateChanged() signal changing to QFtp::Unconnected.

      On Mon Nov 17 20:54:50 2008 Thiago José Macieira wrote:

      Can't reproduce on the http example, but appears on the FTP one.

      On Wed Jul 23 20:14:03 2008 Thiago José Macieira wrote:

      Déjà vu.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            admin Administrator
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes