[Mono-bugs] [Bug 38824][Nor] Changed - Infinite loop in ves_icall_System_CurrentTimeZone_GetTimeZoneData
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 1 Mar 2003 12:44:35 -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=38824
--- shadow/38824 Thu Feb 27 12:16:38 2003
+++ shadow/38824.tmp.5544 Sat Mar 1 12:44:35 2003
@@ -1,14 +1,14 @@
Bug#: 38824
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: efeingold@mn.rr.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -39,6 +39,24 @@
How often does this happen?
Always.
Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com 2003-03-01 12:44 -------
+I tried this program in windows and linux:
+----
+using System;
+
+class C
+{
+ static void Main ()
+ {
+ TimeZone.CurrentTimeZone.GetDaylightChanges (1969);
+ }
+}
+----
+
+which ends up calling
+ves_icall_System_CurrentTimeZone_GetTimeZoneData, and it does not loop
+forever.