Re: [mono-android] Thread Exceptions Without Stacktrace

2012-01-05 Thread Jonathan Pryor
On Jan 5, 2012, at 11:39 AM, chris@Terrago wrote: > I just submitted a bug for this problem (#2738). I included a repro app for > the problem. Thank you. We're testing this on what will become the next release, and it hasn't crashed yet, so I'm cautiously optimistic that it'll be fixed. - Jon

Re: [mono-android] Thread Exceptions Without Stacktrace

2012-01-05 Thread chris@Terrago
I just submitted a bug for this problem (#2738). I included a repro app for the problem. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Thread-Exceptions-Without-Stacktrace-tp5069711p5123186.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] Thread Exceptions Without Stacktrace

2012-01-03 Thread Jonathan Pryor
On Jan 3, 2012, at 5:35 PM, chris@Terrago wrote: > Jonathan, I would like to get you this code ASAP. Where should I send it? > Shall I attempt to zip and email it or do you have an upload site I can use? Please file at bugzilla.xamarin.com, and include instructions on what is needed to trigger th

Re: [mono-android] Thread Exceptions Without Stacktrace

2012-01-03 Thread chris@Terrago
Happy new year everyone! I believe I have a sample app that demonstrates this problem. I isolated the sections of code that caused the problem for me into a smaller demo app that produces the same type of exception immediately after the mono GC runs on the thread. 01-03 16:35:24.570 F/( 46

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-18 Thread Steven Pack
23357/Database: Connection opened successfully. 2011-12-18 22:12:56.328 I 23357/Database: Connection opened successfully. Steve -- From: Aaron Knabb Reply-To: Discussions related to Mono for Android Date: Thu, 15 Dec 2011 16:34:07 -0700 To: Discussions related to Mono for Andro

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-15 Thread Aaron Knabb
We are still trying to create a test application that demonstrates this problem, and we are burning a lot of man hours doing so. The only clue we've come up with so far is that the crash is more likely when the "GC cleanup summary" numbers get very high (over 200). In our test apps, we can't get th

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-13 Thread chris@Terrago
Same for me, 4.0.1 did not fix the issue. I have a sample application that I am hoping to expand to show the problem. If it does I'll let you know. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Thread-Exceptions-Without-Stacktrace-tp5069711p5072922.html Sent from

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-13 Thread Aaron Knabb
In my case, 4.0.1 has not fixed the problem. I'm going to do some more investigation via a test app, but at the moment I'm a bit clueless. -Aaron On Tue, Dec 13, 2011 at 2:18 PM, chris@Terrago wrote: > I have to pile on to this thread because I am experiencing the EXACT same > problem on 1.2,

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-13 Thread chris@Terrago
I have to pile on to this thread because I am experiencing the EXACT same problem on 1.2, 1.9.x, and now 4.0. I have an AsyncTask running in the background performing a long-running task (polygon tessellation among other things). The application crashes randomly after a period of time. If I attempt

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-13 Thread Aaron Knabb
Not sure if it matters. But, if I manually call GC.Collect in my worker thread, it crashes instantly. I thought maybe manually calling it would help, but apparently not. What's the rough due date for 4.0.1? Thanks, -Aaron On Mon, Dec 12, 2011 at 8:54 PM, Aaron Knabb wrote: > Well I'll give it

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-12 Thread Aaron Knabb
Well I'll give it a try when 4.0.1 comes out. I'm trying to create an example app now. No luck so far. -Aaron On Mon, Dec 12, 2011 at 8:25 PM, Jonathan Pryor wrote: > On Dec 12, 2011, at 5:11 PM, Aaron Knabb wrote: > > I've seen several similar issues on this topic, but the only solution > see

Re: [mono-android] Thread Exceptions Without Stacktrace

2011-12-12 Thread Jonathan Pryor
On Dec 12, 2011, at 5:11 PM, Aaron Knabb wrote: > I've seen several similar issues on this topic, but the only solution seems > to be "wait for the next version." I am running the latest 4.0 build, but I > keep seeing the following problem: We have a 4.0.1 release coming out Real Soon Now, which

[mono-android] Thread Exceptions Without Stacktrace

2011-12-12 Thread Aaron Knabb
I've seen several similar issues on this topic, but the only solution seems to be "wait for the next version." I am running the latest 4.0 build, but I keep seeing the following problem: I have a worker thread that is randomly crashing and taking down the whole app with it. I don't get any excepti