[Bug 53513] New: wininet:ftp regularly gets timeouts

WineHQ Bugzilla wine-bugs at winehq.org
Sun Aug 7 05:13:13 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53513

            Bug ID: 53513
           Summary: wininet:ftp regularly gets timeouts
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wininet
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

wininet:ftp regularly gets timeouts. The error happens in various places
leading to somewhat different error message sequences:

ftp.c:302: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002
ftp.c:373: 0 550 new_directory_deadbeef: Permission denied
ftp.c:373: 0 550 non_existent_file_deadbeef: Operation not permitted
ftp.c:478: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 12002
or
ftp.c:263: Test failed: Expected FtpGetFileA to succeed
ftp.c:264: Test failed: Local file should have been created
ftp.c:282: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002
ftp.c:373: 0 550 new_directory_deadbeef: Permission denied
ftp.c:373: 0 550 non_existent_file_deadbeef: Operation not permitted
ftp.c:878: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002
ftp.c:886: Test failed: Expected ERROR_NO_MORE_FILES, got 12002
or
ftp.c:801: Test failed: Expected FtpFindFirstFileA to pass
ftp.c:806: Test failed: Expected FtpFindFirstFileA to fail
ftp.c:807: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 0
ftp.c:864: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 12002

https://test.winehq.org/data/patterns.html#wininet:ftp

Where 12002 == ERROR_INTERNET_TIMEOUT.

These failures started some time between 2022-07-15 and 2022-07-29 and impact
all Windows versions while the test did not change since 2022-03-09. So it is
possible that this is a caused by a configuration change in server the test
connects to: ftp.winehq.org & www.winehq.org.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list