[Mono-bugs] [Bug 76602][Wis] Changed - Changing timezone and time while program is running makes remoting quit not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 1 01:37:27 EST 2005


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 zac at zacbowling.com.

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

--- shadow/76602	2005-10-31 13:02:24.000000000 -0500
+++ shadow/76602.tmp.31071	2005-11-01 01:37:27.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 76602
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Gentoo 64bit
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: carlos at applianz.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -74,6 +74,23 @@
 (IMessage msg)
 in <0x003a4> System.Runtime.Remoting.Proxies.RemotingProxy:Invoke (IMessage
 request)
 in <0x00420> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
 (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
 System.Exception exc, System.Object[] out_args)
+
+------- Additional Comments From zac at zacbowling.com  2005-11-01 01:37 -------
+I ran through this, but I wasn't able to reproduce based on the data 
+you gave here but from the stack trace, I believe this is happing in 
+GetDaylightChanges(int year) in class/corlib/System/TimeZone.cs:225
+
+Something in this call since these look ups are cached could be the 
+cause.
+
+DaylightTime dlt = new DaylightTime (
+         new DateTime (data[(int)
+TimeZoneData.DaylightSavingStartIdx]),                                
+         new DateTime (data[(int)TimeZoneData.DaylightSavingEndIdx]),
+         new TimeSpan (data[(int)
+TimeZoneData.AdditionalDaylightOffsetIdx])
+);
+


More information about the mono-bugs mailing list