On Tue, Oct 16, 2012 at 8:54 PM, Andres G. Aragoneses <[email protected]> wrote: > On 16/10/12 11:55, Weeble wrote: >> >> I built NuGet from source (using Visual Studio - I had problems with >> its build files in Mono) and got it to print out the exception stack >> trace that's causing it to fail. I'm not certain that it fails the >> same way every time, but it does fail every time: >> >> System.Net.WebException: The request timed out >> at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) >> at System.Net.HttpWebRequest.GetResponse () >> at System.Data.Services.Client.QueryResult.Execute () >> --- End of inner exception stack trace --- >> at NuGet.DataServiceQueryWrapper`1[NuGet.IPackage].Execute[IEnumerable] >> (System.Func`1 action) [...] > > It seems this issue only affects Windows platform so maybe this is why it is > not given priority to be fixed (as you can use MS.NET in Windows). AFAIK it > is being tracked here: > > https://bugzilla.xamarin.com/show_bug.cgi?id=2992
Actually, going back to bugzilla with a better idea of what to search for, I think I'm probably seeing bug 7200: https://bugzilla.xamarin.com/show_bug.cgi?id=7200 It sounds like a match - HttpWebRequest timing out or returning the wrong results when several requests are made concurrently to the same server, and it was introduced in between 2.11.1 and 2.11.2. I'll try building master to see if it works. Thanks for the help. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
