https://bugzilla.novell.com/show_bug.cgi?id=381922
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=381922#c14 --- Comment #14 from Marc Van Laer <[EMAIL PROTECTED]> 2008-05-19 05:30:59 MST --- Hi, On the 19th of May we retested the included test case with mono build 103449. We came to the following conclusion: - Console and Proxy running on the same mono (SLED) environment is still working as it should. - Console and Proxy running on the same .NET (Vista) environment is still working as it should (since nothing changed here). However Console and Proxy running on different platforms (one on mono, the other on .Net or the other way around) is still not working. The error occuring however did change. With the Console on .Net and the Proxy on mono we get the following error: (The "numbers 7 - 12/Connected" are generated by the code). 7 8 9 10 11 connected A first chance exception of type 'System.NullReferenceException' occurred in mscorlib.dll System.NullReferenceException: Object reference not set to an instance of an object. Server stack trace: at System.Collections.CaseInsensitiveHashCodeProvider.GetHashCode(Object obj) at System.Collections.CompatibleComparer.GetHashCode(Object obj) at System.Collections.Hashtable.GetHash(Object key) at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) at System.Collections.Hashtable.OnDeserialization(Object sender) at System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent() at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) at System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryResponseMessage(Stream inputStream, IMethodCallMessage reqMsg, Boolean bStrictBinding) at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Reachability.Redirector.GetNextRequest(Guid slot, Message& m) at Reachability.ServerSinkProvider.WaitForRequest(Object o) in C:\Users\Marc Van Laer\Desktop\test\X\RB\RechabilitySink.cs:line 213 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
