[Mono-bugs] [Bug 78882][Nor] Changed - [PATCH] Remoting/generics support missing.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 26 10:15:10 EDT 2007
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 jan.oravec at 6com.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=78882
--- shadow/78882 2007-08-25 16:17:36.000000000 -0400
+++ shadow/78882.tmp.743 2007-08-26 10:15:10.000000000 -0400
@@ -469,6 +469,48 @@
------- Additional Comments From jan.oravec at 6com.sk 2007-08-25 16:17 -------
Sorry for filling duplicate, I wasn't sure if it's same or not.
I will be happy to test any patches and provide feedback.
+
+------- Additional Comments From jan.oravec at 6com.sk 2007-08-26 10:15 -------
+I looked at the patch -- it applies ok to mono 1.2.5 preview 5.
+
+I am still getting this exception (printed by client side, but looks
+like it happens on server side):
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object
+
+Server stack trace:
+ at System.Runtime.Remoting.Messaging.MethodCall.ResolveMethod ()
+[0x00000]
+ at System.Runtime.Remoting.Messaging.MethodCall..ctor
+(System.Runtime.Remoting.Messaging.Header[] headers) [0x00000]
+ at
+System.Runtime.Serialization.Formatters.Binary.MessageFormatter.ReadMethodCall
+(System.IO.BinaryReader reader, Boolean hasHeaders,
+System.Runtime.Remoting.Messaging.HeaderHandler headerHandler,
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+formatter) [0x00000]
+ at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000]
+ at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000]
+ at
+System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage
+(IServerChannelSinkStack sinkStack, IMessage requestMsg,
+ITransportHeaders requestHeaders, System.IO.Stream requestStream,
+IMessage& responseMsg, ITransportHeaders& responseHeaders,
+System.IO.Stream& responseStream) [0x00000]
+
+Exception rethrown at [0]:
+
+ at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
+System.Exception& exc, System.Object[]& out_args) [0x00000]
+
More information about the mono-bugs
mailing list