[Mono-bugs] [Bug 78012][Nor] New - error with IsDaylightSavingTime?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 4 14:39:25 EDT 2006
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 mikeluwork at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78012
--- shadow/78012 2006-04-04 14:39:25.000000000 -0400
+++ shadow/78012.tmp.21358 2006-04-04 14:39:25.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 78012
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: Windows XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: mikeluwork at hotmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: error with IsDaylightSavingTime?
+
+Description of Problem:
+Running IronPython 1.0 Beta 5 on Mono 1.1.14 release. A SystemError
+exception was raised when importing pystone.
+
+Steps to reproduce the problem:
+1. mono IronPythonConsole.exe
+2. from test import pystone
+3. and watch the output
+
+Actual Results:
+
+C:> mono c:\IronPython-1.0-Beta5\IronPythonConsole.exe
+IronPython 1.0.2280 (Beta) on .NET 2.0.50727.42
+Copyright (c) Microsoft Corporation. All rights reserved.
+>>> from test import pystone
+Traceback (most recent call last):
+ File mscorlib, line unknown, in IsDaylightSavingTime
+ File pystone, line unknown, in Initialize
+SystemError: An exception was thrown by the type initializer for
+IronPython.Modules.Time
+
+
+Expected Results:
+Running pystone without issues.
+
+How often does this happen?
+Consistently.
+
+Additional Information:
More information about the mono-bugs
mailing list