Running the same code again, I get a different Stacktrace: --------------------------------------------------------------------------------------------
11-18 06:53:52.648: I/mono(6042): Stacktrace: 11-18 06:53:52.656: I/mono(6042): at Android.Runtime.JNIEnv._GetArray (intptr,System.Type) [0x00060] in /home/jpobst/Desktop/monodroid/Mono.Android/src/Runtime/JNIEnv.cs:1704 11-18 06:53:52.656: I/mono(6042): at Android.Runtime.JNIEnv.GetArray (intptr,Android.Runtime.JniHandleOwnership,System.Type) [0x00000] in /home/jpobst/Desktop/monodroid/Mono.Android/src/Runtime/JNIEnv.cs:1687 11-18 06:53:52.656: I/mono(6042): at Java.IO.InputStream.n_Read_arrayB (intptr,intptr,intptr) [0x00008] in /home/jpobst/Desktop/monodroid/Mono.Android/platforms/android-8/src/generated/Java.IO.InputStream.cs:186 11-18 06:53:52.656: I/mono(6042): at (wrapper dynamic-method) object.d5425c5b-03b9-42a5-84bf-d041bea42c8f (intptr,intptr,intptr) <IL 0x00012, 0x0003b> 11-18 06:53:52.656: I/mono(6042): at (wrapper native-to-managed) object.d5425c5b-03b9-42a5-84bf-d041bea42c8f (intptr,intptr,intptr) <IL 0x00021, 0xffffffff> 11-18 06:53:52.656: I/mono(6042): at (wrapper delegate-invoke) <Module>.invoke_intptr__this___intptr_intptr_intptr_JValue[] (intptr,intptr,intptr,Android.Runtime.JValue[]) <IL 0x00063, 0xffffffff> 11-18 06:53:52.656: I/mono(6042): at Android.Runtime.JNIEnv.CallStaticObjectMethod (intptr,intptr,Android.Runtime.JValue[]) [0x00000] in /home/jpobst/Desktop/monodroid/Mono.Android/src/Runtime/JNIEnv.cs:1039 11-18 06:53:52.656: I/mono(6042): at Android.Graphics.BitmapFactory.DecodeStream (System.IO.Stream,Android.Graphics.Rect,Android.Graphics.BitmapFactory/Options) [0x00040] in /home/jpobst/Desktop/monodroid/Mono.Android/platforms/android-8/src/generated/Android.Graphics.BitmapFactory.cs:452 11-18 06:53:52.656: I/mono(6042): at Aakf.Show.DownloadImagesAsyncTask.ProcessWorkNew (AakfBiz.DataObjects.WorkObj,int) [0x000fc] in C:\Dev\xxx\AAKF\AAKF\Show\DownloadImagesAsyncTask.cs:173 11-18 06:53:52.656: I/mono(6042): at Aakf.Show.DownloadImagesAsyncTask.DoInBackground (Java.Lang.Object[]) [0x000bc] in C:\Dev\xxx\AAKF\AAKF\Show\DownloadImagesAsyncTask.cs:63 11-18 06:53:52.656: I/mono(6042): at Android.OS.AsyncTask.n_DoInBackground_arrayLjava_lang_Object_ (intptr,intptr,intptr) [0x0001f] in /home/jpobst/Desktop/monodroid/Mono.Android/platforms/android-8/src/generated/Android.OS.AsyncTask.cs:100 11-18 06:53:52.656: I/mono(6042): at (wrapper dynamic-method) object.ba372c6f-cb34-40b1-969b-1c4d71413207 (intptr,intptr,intptr) <IL 0x00012, 0x0003b> 11-18 06:53:52.656: I/mono(6042): at (wrapper native-to-managed) object.ba372c6f-cb34-40b1-969b-1c4d71413207 (intptr,intptr,intptr) <IL 0x00021, 0xffffffff> -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Stacktrace-generated-from-System-IO-Stream-CopyTo-with-1-9-2-tp5004192p5004214.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
