[Mono-bugs] [Bug 36082][Nor] Changed - copying value types does not work in some cases
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 17 Jan 2003 02:31:26 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36082
--- shadow/36082 Tue Dec 24 11:05:12 2002
+++ shadow/36082.tmp.27258 Fri Jan 17 02:31:26 2003
@@ -1,14 +1,14 @@
Bug#: 36082
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: gentoo linux.
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: d@young.hostforweb.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -74,6 +74,18 @@
Additional Information:
I'm not sure if this is an mcs bug or a runtime bug. I looked at the
disassembly and didn't see any obvious problem so I'm entering as a runtime
bug.
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-17 02:31 -------
+This is what i get running with MS runtime and the mono:
+~ $ ./bug36082.exe
+InlineBrTarget
+InlineBrTarget
+InlineBrTarget
+~ $ mono ./bug36082.exe
+InlineBrTarget
+InlineBrTarget
+InlineBrTarget
+~ $