[Mono-bugs] [Bug 41177][Nor] Changed - [mini] Inlining problems
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 15 Apr 2003 08:07:37 -0400 (EDT)
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41177
--- shadow/41177 Fri Apr 11 07:53:12 2003
+++ shadow/41177.tmp.10953 Tue Apr 15 08:07:37 2003
@@ -1,14 +1,14 @@
Bug#: 41177
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -39,6 +39,9 @@
formatter.Serialize (st, table1);
st.Position = 0;
table2 = (Hashtable) formatter.Deserialize (st);
}
}
------------
+
+------- Additional Comments From dietmar@ximian.com 2003-04-15 08:07 -------
+this works fine here, I cant reproduce it