[Mono-bugs] [Bug 33533][Maj] Changed - Stack problem with params-arguments transfering value types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Nov 2002 17:55:03 -0000


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 mathias.hasselmann@gmx.de.

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

--- shadow/33533	Sat Nov  9 12:54:19 2002
+++ shadow/33533.tmp.29123	Sat Nov  9 12:55:03 2002
@@ -2,22 +2,23 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.3
 OS Details: 2.4.20-pre10acpi20021002
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathias.hasselmann@gmx.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Stack problem with params-arguments transfering value types
+BugsThisDependsOn: 33532
 
 Following code passing a variable number of value-type arguments to a
 method compiles with mcs-0.16 and mcs-anoncvs20021108 but failes to run
 with mono-0.16 and mono-anoncvs20021108:
 
 class TestCase