Re: [mono-android] Program stops

2011-08-04 Thread Karl Heinz Brehme Arredondo
hu, 4 Aug 2011 21:32:57 -0400 To: "monodroid@lists.ximian.com" Subject: Re: [mono-android] Program stops Spoke to soon. Looping hitting the Internet causes it to fail even after changing the code as suggested. Eventually it dies and you have to restart the emulator. Not sure if this behavior wou

Re: [mono-android] Program stops

2011-08-04 Thread Tim Kelly
August 04, 2011 5:06 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Program stops On Aug 4, 2011, at 4:29 PM, Tim Kelly wrote: > However, on another note. One of the things I took out of the proof was a HttpWebRequest and HttpWebResponse which hit the server.

Re: [mono-android] Program stops

2011-08-04 Thread Tim Kelly
com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Thursday, August 04, 2011 5:06 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Program stops On Aug 4, 2011, at 4:29 PM, Tim Kelly wrote: > However, on another note. One of the th

Re: [mono-android] Program stops

2011-08-04 Thread Tim Kelly
om [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Thursday, August 04, 2011 5:06 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Program stops On Aug 4, 2011, at 4:29 PM, Tim Kelly wrote: > However, on another note. One of the things I to

Re: [mono-android] Program stops

2011-08-04 Thread Jonathan Pryor
On Aug 4, 2011, at 4:29 PM, Tim Kelly wrote: > However, on another note. One of the things I took out of the proof was a > HttpWebRequest and HttpWebResponse which hit the server. So, I'm adding more > logging and have found one thing. > > Repeatedly calling these cause the network to stop f

Re: [mono-android] Program stops

2011-08-04 Thread Tim Kelly
Stedfast Sent: Thursday, August 04, 2011 10:38 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Program stops Hi Tim, Do you have a sample test case that illustrates this bug that you could attach to http://bugzilla.xamarin.com? If this is a bug in Mono for Android, a

Re: [mono-android] Program stops

2011-08-04 Thread Tim Kelly
alf Of Jeff Stedfast Sent: Thursday, August 04, 2011 10:38 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Program stops Hi Tim, Do you have a sample test case that illustrates this bug that you could attach to http://bugzilla.xamarin.com? If this is a bug in Mono f

Re: [mono-android] Program stops

2011-08-04 Thread Jeff Stedfast
Hi Tim, Do you have a sample test case that illustrates this bug that you could attach to http://bugzilla.xamarin.com? If this is a bug in Mono for Android, and it sounds like it very well could be, we'd be very interested in fixing this bug. Jeff On Thu, Aug 4, 2011 at 10:33 AM, Tim Kelly wrote

[mono-android] Program stops

2011-08-04 Thread Tim Kelly
Has anyone noticed that after a while a program just stops running in the emulator? Not sure if this behavior happens on a real device. This has me concerned and thinking maybe there's underlying issues. Anyway, I have an application that creates a service. This service creates a thread, sle