[Mono-bugs] [Bug 57955][Nor] Changed - Problems with both Http an Tcp remoting
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 10:55:34 -0400 (EDT)
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 jeanmarc.andre@cpe.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=57955
--- shadow/57955 2004-05-04 06:32:05.000000000 -0400
+++ shadow/57955.tmp.1328 2004-05-10 10:55:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 57955
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: FC1
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: jeanmarc.andre@cpe.fr
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,30 @@
------- Additional Comments From jeanmarc.andre@cpe.fr 2004-05-02 10:43 -------
I should have mentionned that it happens with both HttpChannel and
TcpChannel.
------- Additional Comments From lluis@ximian.com 2004-05-04 06:32 -------
Fixed in CVS.
+
+------- Additional Comments From jeanmarc.andre@cpe.fr 2004-05-10 10:55 -------
+The bug is fixed for mono client/server but there still are problems
+with .NET server and mono client.
+Acually, the same exception is thrown at the same place. You can use
+the same test application as above.
+
+Here is the message:
+
+Unhandled Exception: System.NullReferenceException: A null value was
+> found where an object instance was required.
+> in <0x00040> System.Runtime.Remoting.Messaging.ArgInfo:.ctor
+>
+(System.Reflection.MethodBase,System.Runtime.Remoting.Messaging.ArgInfoType)
+> in <0x00066>
+System.Runtime.Remoting.Messaging.MethodResponse:get_OutArgs ()
+> in <0x0000b>
+>
+System.Runtime.Remoting.Messaging.ConstructionResponse:IMethodReturnMessage.get_OutArgs
+
+> ()
+> in <0x002d9> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+>
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)