[Mono-bugs] [Bug 81653][Nor] New - Crash using remoting

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 17 09:45:22 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 rook at roo.k.pl.

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

--- shadow/81653	2007-05-17 09:45:22.000000000 -0400
+++ shadow/81653.tmp.23466	2007-05-17 09:45:22.000000000 -0400
@@ -0,0 +1,100 @@
+Bug#: 81653
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: FC 4 Mono 1.2.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: remoting
+AssignedTo: lluis at ximian.com                            
+ReportedBy: rook at roo.k.pl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Crash using remoting
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compile the test case (makefile included)
+2. Run serv.exe (remoting server)
+3. Run client.exe (remoting client)
+
+Actual Results:
+Unhandled Exception: System.Runtime.Serialization.SerializationException:
+The object with ID 4 could not be resolved
+
+Server stack trace:
+  at System.Runtime.Serialization.ObjectManager.DoFixups () [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject
+(System.IO.BinaryReader reader) [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph
+(System.IO.BinaryReader reader, Boolean readHeaders, System.Object& result,
+System.Runtime.Remoting.Messaging.Header[]& headers) [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.MessageFormatter.ReadMethodResponse
+(System.IO.BinaryReader reader, Boolean hasHeaders,
+System.Runtime.Remoting.Messaging.HeaderHandler headerHandler,
+IMethodCallMessage methodCallMessage,
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter formatter)
+[0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserializeMethodResponse
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler, IMethodCallMessage
+methodCallmessage) [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.DeserializeMethodResponse
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler, IMethodCallMessage
+methodCallmessage) [0x00000]
+  at
+Mono.Remoting.Channels.Unix.UnixBinaryClientFormatterSink.SyncProcessMessage
+(IMessage msg) [0x00000]
+
+Exception rethrown at [0]:
+
+  at System.Runtime.Serialization.ObjectManager.DoFixups () [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject
+(System.IO.BinaryReader reader) [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph
+(System.IO.BinaryReader reader, Boolean readHeaders, System.Object& result,
+System.Runtime.Remoting.Messaging.Header[]& headers) [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.MessageFormatter.ReadMethodResponse
+(System.IO.BinaryReader reader, Boolean hasHeaders,
+System.Runtime.Remoting.Messaging.HeaderHandler headerHandler,
+IMethodCallMessage methodCallMessage,
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter formatter)
+[0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserializeMethodResponse
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler, IMethodCallMessage
+methodCallmessage) [0x00000]
+  at
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.DeserializeMethodResponse
+(System.IO.Stream serializationStream,
+System.Runtime.Remoting.Messaging.HeaderHandler handler, IMethodCallMessage
+methodCallmessage) [0x00000]
+  at
+Mono.Remoting.Channels.Unix.UnixBinaryClientFormatterSink.SyncProcessMessage
+(IMessage msg) [0x00000]
+
+
+Expected Results:
+
+How often does this happen? 
+Always
+
+Additional Information:


More information about the mono-bugs mailing list