https://bugzilla.novell.com/show_bug.cgi?id=675693
https://bugzilla.novell.com/show_bug.cgi?id=675693#c0 Summary: Pointer Reuse Crash Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- The attached case can be made to crash with this stack trace: I/monodroid(21885): Activating instance of type PointerReuseCrash.Activity1 I/monodroid(21885): signature I/monodroid(21885): o Android.Graphics.PointF I/monodroid(21885): parms is zero E/mono (21885): [0xafd4a828:] EXCEPTION handling: System.Reflection.TargetExc eption: Object does not match target type. E/mono (21885): E/mono (21885): Unhandled Exception: System.Reflection.TargetException: Objec t does not match target type. E/mono (21885): at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] param eters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown> :0 E/mono (21885): at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 E/mono (21885): at Android.Runtime.TypeManager.n_Activate (IntPtr jnienv, I ntPtr jclass, IntPtr typename_ptr, IntPtr signature_ptr, IntPtr jobject, IntPtr parameters_ptr) [0x00000] in <filename unknown>:0 E/mono (21885): at (wrapper native-to-managed) Android.Runtime.TypeManager: n_Activate (intptr,intptr,intptr,intptr,intptr,intptr) I/ActivityManager( 86): Process PointerReuseCrash.PointerReuseCrash (pid 21885 ) has died. You can rotate the screen as much as you want, and things are fine, *until* the GC runs. Then if you rotate the screen, you will get this crash. It is trying to instantiate the activity, passing a PointF, when the activity does not have a PointF constructor. -- 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
