[Mono-bugs] [Bug 38824][Nor] New - Infinite loop in ves_icall_System_CurrentTimeZone_GetTimeZoneData

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 27 Feb 2003 12:16:38 -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 efeingold@mn.rr.com.

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

--- shadow/38824	Thu Feb 27 12:16:38 2003
+++ shadow/38824.tmp.1621	Thu Feb 27 12:16:38 2003
@@ -0,0 +1,44 @@
+Bug#: 38824
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: efeingold@mn.rr.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Infinite loop in ves_icall_System_CurrentTimeZone_GetTimeZoneData
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+If you call ves_icall_System_CurrentTimeZone_GetTimeZoneData with a year 
+before 1970 (e.g. 1969) it loops infinitely in the first do {...} while 
+loops.
+
+Steps to reproduce the problem:
+1. Call the function with the year 1969.
+2. 
+3. 
+
+Actual Results:
+
+Infinite loop, CPU goes to 100%
+
+Expected Results:
+
+Termination of the routine.
+
+How often does this happen? 
+
+Always.
+
+Additional Information: