[Mono-bugs] [Bug 76602][Wis] New - 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
Mon Oct 31 13:02:24 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 carlos at applianz.com.

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

--- shadow/76602	2005-10-31 13:02:24.000000000 -0500
+++ shadow/76602.tmp.23397	2005-10-31 13:02:24.000000000 -0500
@@ -0,0 +1,79 @@
+Bug#: 76602
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: Gentoo 64bit
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: carlos at applianz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Changing timezone and time while program is running makes remoting quit not work
+
+I changed the timezone and time of my system while my code was running and
+then I noticed stuff started working wierd, and I saw the exception copied
+below showing up on my logs.
+
+System.ArgumentOutOfRangeException: Argument is out of range.
+in <0x000d1> System.DateTime:.ctor (Int64 newticks)
+in <0x0010a> System.TimeZone:ToLocalTime (DateTime time)
+in <0x0003e> System.DateTime:ToLocalTime ()
+in <0x01aa3> System.DateTime:_DoParse (System.String s, System.String
+format, Boolean exact, System.DateTime result,
+System.Globalization.DateTimeFormatInfo dfi, DateTimeStyles style,
+System.Boolean longYear)
+in <0x0006b> System.DateTime:ParseExact (System.String s, System.String[]
+formats, System.Globalization.DateTimeFormatInfo dfi, DateTimeStyles style,
+System.DateTime ret, Boolean exact, System.Boolean longYear)
+in <0x00089> System.DateTime:ParseExact (System.String s, System.String[]
+formats, IFormatProvider fp, DateTimeStyles style)
+in <0x0002c> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime:Parse
+(System.String value)
+in <0x00032>
+System.Runtime.Serialization.Formatters.Soap.SoapTypeMapper:ParseXsdValue
+(System.String value, System.Type type)
+in <0x0005c>
+System.Runtime.Serialization.Formatters.Soap.SoapTypeMapper:ReadInternalSoapValue
+(System.Runtime.Serialization.Formatters.Soap.SoapReader reader,
+System.Type type)
+in <0x0009c>
+System.Runtime.Serialization.Formatters.Soap.SoapReader:DeserializeObject
+(System.Type type, Int64 id, Int64 parentId, System.Reflection.MemberInfo
+parentMemberInfo, System.Int32[] indices)
+in <0x00177>
+System.Runtime.Serialization.Formatters.Soap.SoapReader:DeserializeComponent
+(System.Type componentType, System.Int64 componentId, System.Int64
+componentHref, Int64 parentId, System.Reflection.MemberInfo
+parentMemberInfo, System.Int32[] indices)
+in <0x00321>
+System.Runtime.Serialization.Formatters.Soap.SoapReader:DeserializeMessage
+(ISoapMessage message)
+in <0x002b1>
+System.Runtime.Serialization.Formatters.Soap.SoapReader:Deserialize
+(System.IO.Stream inStream, ISoapMessage soapMessage)
+in <0x000c3>
+System.Runtime.Serialization.Formatters.Soap.SoapFormatter:Deserialize
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler)
+in <0x00026>
+System.Runtime.Serialization.Formatters.Soap.SoapFormatter:Deserialize
+(System.IO.Stream serializationStream)
+in <0x00079>
+System.Runtime.Remoting.Channels.SoapClientFormatterSink:DeserializeMessage
+(System.IO.Stream responseStream, ITransportHeaders responseHeaders,
+IMethodCallMessage mcm,
+System.Runtime.Remoting.Channels.SoapMessageFormatter soapMsgFormatter)
+in <0x0012f>
+System.Runtime.Remoting.Channels.SoapClientFormatterSink:SyncProcessMessage
+(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)


More information about the mono-bugs mailing list