http://bugs.winehq.org/show_bug.cgi?id=22837
Summary: Mailwasher connection timeout on gmail Product: Wine Version: 1.2-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: a.vankaam@chello.nl
As of Wine 1.2-rc1 mailwasher can no longer check my gmail account, it still works fine with my local ISP account.
Mailwasher comes with the message "Connection timed out (possibly caused by a firewall)", however there is no real time out as it pops this message instantly upon checking the gmail account.
Version 1.1.44 was working perfectly.
The difference between the two mail accounts is:
ISP: server port 110, no SSL Gmail: server port 995, SSL
I removed my ISP account, go only Gmail was left, in case it had something to do with 2 accounts, but even with just 1 it would give the error.
Regression test came up with:
git bisect good 2ecd1dfaba9625935ed8b6fa04aff34e4d8703b1 is the first bad commit commit 2ecd1dfaba9625935ed8b6fa04aff34e4d8703b1 Author: Marcus Meissner meissner@suse.de Date: Wed May 12 17:26:33 2010 +0200
ntdll: Implement bsearch, lfind to use correct comparator functions.
:040000 040000 ab1ea2a258af82142704380b548d2c724c7a8bde 1474e5783f0caa6f42f34fd87c394900959c8b96 M dlls
As requested in the Regression wiki page I added the author of the patch to cc but got message after pressing commit:
Bugzilla was unable to make any match at all for one or more of the names and/or email addresses you entered on the previous page. Please go back and try other names or email addresses.
CC: meissner@suse.de did not match anything
Alex
http://bugs.winehq.org/show_bug.cgi?id=22837
Caladan a.vankaam@chello.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=22837
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-05-23 09:53:20 --- Does reverting the commit resolve the problem you describe?
http://bugs.winehq.org/show_bug.cgi?id=22837
--- Comment #2 from Caladan a.vankaam@chello.nl 2010-05-23 10:10:02 --- did:
git bisect reset git show 2ecd1dfaba9625935ed8b6fa04aff34e4d8703b1 | patch -p1 -R
patching file dlls/ntdll/misc.c patching file dlls/ntdll/string.c patching file dlls/ntdll/tests/string.c
CC="ccache gcc" ./configure --verbose && make depend && make
./wine "C:\Program Files\FireTrust\MailWasher Pro\MailWasher.exe"
and the problem is gone, so yes reverting the patch solves it
http://bugs.winehq.org/show_bug.cgi?id=22837
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus@jet.franken.de
http://bugs.winehq.org/show_bug.cgi?id=22837
--- Comment #3 from Marcus Meissner marcus@jet.franken.de 2010-05-23 11:35:38 --- can i download mailwasher somewhere?
http://bugs.winehq.org/show_bug.cgi?id=22837
--- Comment #4 from Caladan a.vankaam@chello.nl 2010-05-23 11:50:04 --- http://www.mailwasher.net/download-mailwasher-free
http://bugs.winehq.org/show_bug.cgi?id=22837
--- Comment #5 from Marcus Meissner marcus@jet.franken.de 2010-05-23 12:35:54 --- Created an attachment (id=28209) --> (http://bugs.winehq.org/attachment.cgi?id=28209) 0008-ntdll-fixed-bsearch-with-0-elements.patch
patch that should fix this issue.
http://bugs.winehq.org/show_bug.cgi?id=22837
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Marcus Meissner marcus@jet.franken.de 2010-05-23 12:37:02 --- the issue was that it called bsearch() with 0 members ... but my implementation did 1 compare still, on a invalid pointer which caused an exception.
patch +testcase sent to wine-patches,
mailwasher also works for me now.
http://bugs.winehq.org/show_bug.cgi?id=22837
--- Comment #7 from Caladan a.vankaam@chello.nl 2010-05-23 13:18:28 --- did
git reset --hard HEAD patch -p1 < 0008-ntdll-fixed-bsearch-with-0-elements.patch CC="ccache gcc" ./configure --verbose && make depend && make ./wine "C:\Program Files\FireTrust\MailWasher Pro\MailWasher.exe"
and problems is solved, thank you very much Marcus
Enjoy the rest of the long weekend :)
http://bugs.winehq.org/show_bug.cgi?id=22837
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|RESOLVED |UNCONFIRMED URL| |http://www.mailwasher.net/d | |ownload-mailwasher-free Resolution|FIXED |
--- Comment #8 from Andrew Nguyen arethusa26@gmail.com 2010-05-23 13:35:11 --- The bug should not be resolved as fixed until the patch is committed.
http://bugs.winehq.org/show_bug.cgi?id=22837
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Andrew Nguyen arethusa26@gmail.com 2010-05-23 13:35:38 --- Confirming the bug as per Marcus's analysis.
http://bugs.winehq.org/show_bug.cgi?id=22837
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2010-05-24 12:21:10 --- Should be fixed by 4dae774893615c1d78f7ddc46a2b20ab548b302a.
http://bugs.winehq.org/show_bug.cgi?id=22837
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2010-05-28 12:52:14 --- Closing bugs fixed in 1.2-rc2.