[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

2011-08-14 Thread bugzilla_noreply

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

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


Jeffrey Stedfast j...@xamarin.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #24 from Jeffrey Stedfast j...@xamarin.com 2011-08-15 02:57:38 
UTC ---
This bug has now been fixed, should be in a 4.1.x release (probably 4.1.0 if
the release process hasn't started yet)

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-08-11 Thread bugzilla_noreply

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

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


--- Comment #23 from Jeffrey Stedfast j...@xamarin.com 2011-08-11 19:24:41 
UTC ---
Discussion of this bug is moving to
http://bugzilla.xamarin.com/show_bug.cgi?id=12

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-08-09 Thread bugzilla_noreply

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

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


--- Comment #22 from Rene Ruppert ibrainl...@brainloop.com 2011-08-09 
09:26:35 UTC ---
Is there any progress or even estimation regarding a fix? I can confirm that it
looks like a lockup while waiting for data. If you change the timeout, it will
fail after the defined timeout.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-08-01 Thread bugzilla_noreply

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

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


Jeffrey Stedfast j...@xamarin.com changed:

   What|Removed |Added

 AssignedTo|mig...@xamarin.com  |j...@xamarin.com

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-08-01 Thread bugzilla_noreply

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

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


--- Comment #20 from Jeffrey Stedfast j...@xamarin.com 2011-08-01 14:25:24 
UTC ---
Just an update to let you know I'm still working on this... unfortunately I've
gotten sidetracked a bunch as a lot of changes are being made to the 4.1 branch
right now (mostly build system changes and debugger improvements) which were
giving me some problems. But those issues should be resolved now (I hope!) ;-)

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-08-01 Thread bugzilla_noreply

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

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


Jeffrey Stedfast j...@xamarin.com changed:

   What|Removed |Added

   Severity|Major   |Critical

--- Comment #21 from Jeffrey Stedfast j...@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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-20 Thread bugzilla_noreply

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

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


--- Comment #15 from Rene Ruppert ibrainl...@brainloop.com 2011-07-20 
07:22:25 UTC ---
Note that the bug was already in MT 4.0.1 and that was still Mono 2.6 as far as
I know. So I doubt it has been introduced in Mono 2.10.x.

Are you telling me that the sample I attached also fails on a desktop Mono app
on Mac OS? But why would it then work in MT 3.2.6 and not in MT 4.0.1 if they
are based on the same version of the Mono runtime?

I also retested a bit and found out that fails on the Simulator too, but not
that often.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-20 Thread bugzilla_noreply

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

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


Susanne Oberhauser f...@novell.com changed:

   What|Removed |Added

 AssignedTo|fr...@novell.com|mig...@xamarin.com

--- Comment #16 from Susanne Oberhauser f...@novell.com 2011-07-20 12:14:22 
UTC ---
Reassigning to Miguel for further handling...

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-20 Thread bugzilla_noreply

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

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


--- Comment #17 from Jeffrey Stedfast j...@xamarin.com 2011-07-20 15:05:46 
UTC ---
Rene, MonoTouch 4.0.x uses Mono 2.10.x (I think 2.10.1 or 2.10.2 depending on
which MT).

 Are you telling me that the sample I attached also fails on a desktop Mono app
on Mac OS?

Unfortunately, yes, it fails on desktop MacOSX too. It's not the hang that you
describe, though, so it might not be the same issue. Instead, it's an exception
that gets thrown when writing data to the file that happens randomly (sometimes
during the Dispose()/Flush() and sometimes just with an incremental Write() to
the downloaded file).

I was testing on MacOSX because I was trying to see if the issue you described
was reproducible on the desktop and whether or not your bug was related to a
Socket.BeginConnect() bug I was verifying a fix for (since that would cause
hangs in MonoTouch 4.x and on MacOSX).

Anyhow... I'm gonna forget debugging the issue I ran into for now and get back
on track trying to reproduce the bug you described on iOS.

--- Comment #18 from Jeffrey Stedfast j...@xamarin.com 2011-07-20 15:05:47 
UTC ---
Rene, MonoTouch 4.0.x uses Mono 2.10.x (I think 2.10.1 or 2.10.2 depending on
which MT).

 Are you telling me that the sample I attached also fails on a desktop Mono app
on Mac OS?

Unfortunately, yes, it fails on desktop MacOSX too. It's not the hang that you
describe, though, so it might not be the same issue. Instead, it's an exception
that gets thrown when writing data to the file that happens randomly (sometimes
during the Dispose()/Flush() and sometimes just with an incremental Write() to
the downloaded file).

I was testing on MacOSX because I was trying to see if the issue you described
was reproducible on the desktop and whether or not your bug was related to a
Socket.BeginConnect() bug I was verifying a fix for (since that would cause
hangs in MonoTouch 4.x and on MacOSX).

Anyhow... I'm gonna forget debugging the issue I ran into for now and get back
on track trying to reproduce the bug you described on iOS.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-20 Thread bugzilla_noreply

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

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


--- Comment #17 from Jeffrey Stedfast j...@xamarin.com 2011-07-20 15:05:46 
UTC ---
Rene, MonoTouch 4.0.x uses Mono 2.10.x (I think 2.10.1 or 2.10.2 depending on
which MT).

 Are you telling me that the sample I attached also fails on a desktop Mono app
on Mac OS?

Unfortunately, yes, it fails on desktop MacOSX too. It's not the hang that you
describe, though, so it might not be the same issue. Instead, it's an exception
that gets thrown when writing data to the file that happens randomly (sometimes
during the Dispose()/Flush() and sometimes just with an incremental Write() to
the downloaded file).

I was testing on MacOSX because I was trying to see if the issue you described
was reproducible on the desktop and whether or not your bug was related to a
Socket.BeginConnect() bug I was verifying a fix for (since that would cause
hangs in MonoTouch 4.x and on MacOSX).

Anyhow... I'm gonna forget debugging the issue I ran into for now and get back
on track trying to reproduce the bug you described on iOS.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-20 Thread bugzilla_noreply

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

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


--- Comment #19 from Jeffrey Stedfast j...@xamarin.com 2011-07-20 15:46:51 
UTC ---
So the good news is I can reproduce your issue locally running in the iOS
Simulator and it does not seem to be related to the issue I was seeing on the
desktop.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-19 Thread bugzilla_noreply

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

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


Jeffrey Stedfast j...@xamarin.com changed:

   What|Removed |Added

 CC||j...@xamarin.com

--- Comment #10 from Jeffrey Stedfast j...@xamarin.com 2011-07-19 17:30:18 
UTC ---
This sounds like it might be related to the Socket.BeginConnect() bug (which
broke between 2.10.1 and 2.10.2) on MacOS/iOS which has been fixed with newer
versions of mono-2-10

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-19 Thread bugzilla_noreply

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

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


--- Comment #11 from Jeffrey Stedfast j...@xamarin.com 2011-07-19 20:00:52 
UTC ---
Okay, doesn't seem to be related :-(

I am, however, getting this error after a random number of downloads:


Downloaded 1 times.
Downloaded 2 times.
Downloaded 3 times.
Unknown errno: Result too large

Unknown errno: Result too large


Unhandled Exception: System.Net.WebException: An error occurred performing a
WebClient request. --- System.IO.IOException: Win32 IO returned
ERROR_GEN_FAILURE. Path: /Users/fejj/Desktop/xamarin/mono/test.jpg
  at System.IO.FileStream.FlushBuffer (System.IO.Stream st) [0x0] in
filename unknown:0 
  at System.IO.FileStream.FlushBuffer () [0x0] in filename unknown:0 
  at System.IO.FileStream.Dispose (Boolean disposing) [0x0] in filename
unknown:0 
  --- End of inner exception stack trace ---
  at System.Net.WebClient.DownloadFile (System.Uri address, System.String
fileName) [0x0] in filename unknown:0 
  at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadFile
(System.Uri,string)
  at AsyncSocketApp.MainClass.Main (System.String[] args) [0x0] in
filename unknown:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Net.WebException: An error occurred
performing a WebClient request. --- System.IO.IOException: Win32 IO returned
ERROR_GEN_FAILURE. Path: /Users/fejj/Desktop/xamarin/mono/test.jpg
  at System.IO.FileStream.FlushBuffer (System.IO.Stream st) [0x0] in
filename unknown:0 
  at System.IO.FileStream.FlushBuffer () [0x0] in filename unknown:0 
  at System.IO.FileStream.Dispose (Boolean disposing) [0x0] in filename
unknown:0 
  --- End of inner exception stack trace ---
  at System.Net.WebClient.DownloadFile (System.Uri address, System.String
fileName) [0x0] in filename unknown:0 
  at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadFile
(System.Uri,string)
  at AsyncSocketApp.MainClass.Main (System.String[] args) [0x0] in
filename unknown:0

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-19 Thread bugzilla_noreply

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

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


--- Comment #12 from Jeffrey Stedfast j...@xamarin.com 2011-07-19 23:33:06 
UTC ---
There seems to be a couple of different issues;   The Result too large error
above is caused sometimes by what seems like corruption on HFS.   

The Result too large message comes from printing the errno value after the
write system call while saving the file.   While this is happening (if we let
the process spin), any other file system operations like cp or cat will
generate the same error.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-19 Thread bugzilla_noreply

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

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


--- Comment #13 from Jeffrey Stedfast j...@xamarin.com 2011-07-19 23:34:01 
UTC ---
FWIW, Result too large is errno = ERANGE

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-19 Thread bugzilla_noreply

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

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


Miguel de Icaza mig...@xamarin.com changed:

   What|Removed |Added

 CC||mig...@xamarin.com

--- Comment #14 from Miguel de Icaza mig...@xamarin.com 2011-07-19 23:46:59 
UTC ---
I can report that I get the same issue after a while with MacOS X.   This is
very strange indeed.

There are a handful of reports on the net about this ERANGE issue, and in
general they all point to file system corruption.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-18 Thread bugzilla_noreply

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

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


Rene Ruppert ibrainl...@brainloop.com changed:

   What|Removed |Added

   Priority|P5 - None   |P2 - High
 CC||ibrainl...@brainloop.com
   Severity|Normal  |Major

--- Comment #9 from Rene Ruppert ibrainl...@brainloop.com 2011-07-18 14:47:27 
UTC ---
Just for info: the problem is still in MonoTouch 4.0.3 together with Mono-2-10.
Really hoping that it will be fixed with XTouch/MonoTouch 5.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-07-18 Thread bugzilla_noreply

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

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


Rene Ruppert ibrainl...@brainloop.com changed:

   What|Removed |Added

   Found By|Beta-Customer   |Development

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-29 Thread bugzilla_noreply

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

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


Gonzalo Paniagua Javier gonz...@novell.com changed:

   What|Removed |Added

 CC||gonz...@novell.com
   Severity|Critical|Normal

--- Comment #5 from Gonzalo Paniagua Javier gonz...@novell.com 2011-04-29 
10:00:09 UTC ---
I'll take a look. Unable to repro on linux.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-29 Thread bugzilla_noreply

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

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


--- Comment #6 from Rene Ruppert ibrainl...@brainloop.com 2011-04-29 10:35:22 
UTC ---
I'm the inquirer of the bug. Please note: the issue originally occured on MT
4.0.1 in combination with latest stable MONO build.
Downgrading MT to 3.2.6 SOLVED the issue wthout downgrading MONO.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-29 Thread bugzilla_noreply

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

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


Gonzalo Paniagua Javier gonz...@novell.com changed:

   What|Removed |Added

 AssignedTo|gonz...@novell.com  |gnor...@novell.com

--- Comment #7 from Gonzalo Paniagua Javier gonz...@novell.com 2011-04-30 
05:29:48 UTC ---
Geoff, with the mono 2.10.1 in your computer I can't reproduce this problem
(/usr/bin/mono). It is displaying over '80' now. I couldn't compile mono-2-10
from the branch due to a compilation problem.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-28 Thread bugzilla_noreply

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

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


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||gnor...@novell.com
 Resolution||FIXED
   Severity|Major   |Critical

--- Comment #1 from Geoff Norton gnor...@novell.com 2011-04-28 20:25:36 UTC 
---
I am unable to reproduce this in the upcoming MonoTouch 4.0.2, all 3 samples
dont crash.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-28 Thread bugzilla_noreply

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

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


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #2 from Geoff Norton gnor...@novell.com 2011-04-28 20:26:12 UTC 
---
Whoops, wrong bug.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-28 Thread bugzilla_noreply

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

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


--- Comment #3 from Geoff Norton gnor...@novell.com 2011-04-28 20:26:24 UTC 
---
Whoops, wrong bug.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[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

2011-04-28 Thread bugzilla_noreply

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

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


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |gonz...@novell.com

--- Comment #4 from Geoff Norton gnor...@novell.com 2011-04-28 21:20:01 UTC 
---
gonzalo,

  Could you please look at this?  I can repo this on mono-2.10 for OSX.

Desktop repo:


using System;
using System.IO;
using System.Threading;
using System.Net;
using System.Collections.Generic;
using System.Linq;

namespace iOSTest
{
public class Application
{   
static void Main (string[] args)
{   
Thread t = new Thread (delegate () {
int i = 0;
while (true) {
WebClient wc = new WebClient (); 
wc.DownloadFile(new
Uri(http:www.wildsau.net/image.axd?picture=2011%2f4%2fDSC05178.JPG),
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal),
test.jpg));
Console.WriteLine (i++);
}   
}); 

t.Start (); 

Thread.Sleep (-1);
}   
}   
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs