[Mono-bugs] [Bug 665893] New: Application crashes when generic method that calls another generic method is called
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 20 11:38:01 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=665893
https://bugzilla.novell.com/show_bug.cgi?id=665893#c0
Summary: Application crashes when generic method that calls
another generic method is called
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: mkestner at novell.com
ReportedBy: anton.v.kasyanov at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=409342)
--> (http://bugzilla.novell.com/attachment.cgi?id=409342)
Testcase Application
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Application crash when generic method is called.
Note that this method call other generic method.
This text is sent to the VS Debug console:
In mgmain JNI_OnLoad
Stacktrace:
at (wrapper remoting-invoke-with-check)
RemObjects.DataAbstract.Linq.LinqDataAdapter.UpdateRow
(MonoDroidApplication1.TestClass) <IL 0x00039, 0xffffffff>
at MonoDroidApplication1.Activity1.<OnCreate>b__0 (object,System.EventArgs)
<IL 0x00014, 0x0013f>
at Android.Views.View/OnClickListenerAdapter.n_OnClick_Landroid_view_View_
(intptr,intptr,intptr) [0x00020] in
/home/jpobst/Desktop/mondroid/Mono.Android/src/Android.Views/View.cs:38
at (wrapper dynamic-method) object.e49647b0-da2d-45d2-87a4-ff2aced3d722
(intptr,intptr,intptr) <IL 0x00012, 0x00033>
at (wrapper native-to-managed) object.e49647b0-da2d-45d2-87a4-ff2aced3d722
(intptr,intptr,intptr) <IL 0x0001f, 0xffffffff>
Reproducible: Always
Steps to Reproduce:
1. Compile attached testcase
2. Run Application
3. Press the button
Actual Results:
Application fails immediately sending this text to VS Debug console:
In mgmain JNI_OnLoad
Stacktrace:
at (wrapper remoting-invoke-with-check)
RemObjects.DataAbstract.Linq.LinqDataAdapter.UpdateRow
(MonoDroidApplication1.TestClass) <IL 0x00039, 0xffffffff>
at MonoDroidApplication1.Activity1.<OnCreate>b__0 (object,System.EventArgs)
<IL 0x00014, 0x0013f>
at Android.Views.View/OnClickListenerAdapter.n_OnClick_Landroid_view_View_
(intptr,intptr,intptr) [0x00020] in
/home/jpobst/Desktop/mondroid/Mono.Android/src/Android.Views/View.cs:38
at (wrapper dynamic-method) object.e49647b0-da2d-45d2-87a4-ff2aced3d722
(intptr,intptr,intptr) <IL 0x00012, 0x00033>
at (wrapper native-to-managed) object.e49647b0-da2d-45d2-87a4-ff2aced3d722
(intptr,intptr,intptr) <IL 0x0001f, 0xffffffff>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list