[Mono-bugs] [Bug 79213][Nor] New - Unhandled Exception when calling method in struct with '-' in the argument list.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 29 15:39:23 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by billholmes54 at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79213

--- shadow/79213	2006-08-29 15:39:23.000000000 -0400
+++ shadow/79213.tmp.2352	2006-08-29 15:39:23.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 79213
+Product: Mono: Runtime
+Version: 1.1
+OS: SUSE 9.1
+OS Details: Fedora 4 x86_64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com                            
+ReportedBy: billholmes54 at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unhandled Exception when calling method in struct with '-' in the argument list.
+
+See the attached cs file for program. 
+
+This has been observed on Fedora Core 4 x86_64 and SUSE 9.1 x86_64.
+The program works fine on SUSE 10.1 x86
+
+x86_64 bug?
+
+From the program you can see that the problem is specific to a call that
+has the '-' operator in the argument list.
+
+Also observe that if you change the struct to a class the problem goes
+away.  Finally if the argument list is changed to not include the PointF
+struct, or re-order the argument list so that the PointF is last the
+problem goes away.


More information about the mono-bugs mailing list