[Mono-bugs] [Bug 690357] WebClient and SOAP calls lock up in MonoTouch 4.0.0 and 4.0.1. Works in 3.2.6. Prevents my app from being shipped

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 1 15:11:53 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=690357

https://bugzilla.novell.com/show_bug.cgi?id=690357#c21


Jeffrey Stedfast <jeff at xamarin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Critical

--- Comment #21 from Jeffrey Stedfast <jeff at xamarin.com> 2011-08-01 19:11:51 UTC ---
Okay, as far as I can tell... there are 0 actual socket errors. The long
timeout is due to WebConnectionStream.Read() doing WaitUntilComplete() on the
WebAsyncResult w/ a 5 minute timeout (which is apparently the default according
to MSDN docs).

It's hard to be certain, but I suspect that WaitUntilComplete() is somehow
missing that data is available on the socket due to some race condition or
something?

Gonzalo: any ideas?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list