[Mono-bugs] [Bug 48376][Cri] Changed - mcs TypeInitializationException problem introduced in .26
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Sep 2003 04:19:35 -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 dgl@softec.st.
http://bugzilla.ximian.com/show_bug.cgi?id=48376
--- shadow/48376 2003-09-10 20:14:00.000000000 -0400
+++ shadow/48376.tmp.20165 2003-09-16 04:19:35.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 48376
-Product: Mono/MCS
+Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
-Component: Misc
+Severity: Unknown
+Priority: Critical
+Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: clinton_s_olson@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -99,6 +99,16 @@
How often does this happen?
Always with mono .26 on Windows 2000
Additional Information:
+
+------- Additional Comments From dgl@softec.st 2003-09-16 04:19 -------
+An old bug (45518) concerning the same kind of problem has already
+came up in the 0.25 release, but not with a simple program. Both seems
+related to the usage of DateTime:get_Now(). If you compile with
+another mcs (or event csc), using the DateTime:get_Now() under the
+0.26 runtime shows the same error. So, this seems runtime related.
+
+I have also reproduce it under Win2000 Server SP4. It does not happen
+under Windows XP.