[Mono-bugs] [Bug 74829][Maj] Changed - race in remoting

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 00:38:03 -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 miguel@ximian.com.

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

--- shadow/74829	2005-05-04 20:28:32.000000000 -0400
+++ shadow/74829.tmp.21245	2005-05-05 00:38:03.000000000 -0400
@@ -3,19 +3,20 @@
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Major
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: lluis@ximian.com                            
 ReportedBy: james@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: lluis@ximian.com,naresh@novell.com
 Summary: race in remoting
 
 I get the following trace intermittently on a dual processor machine. 
 Oddly, it only seems to happen on the first remoting call to the server. 
 Subsequent calls complete normally.
 
@@ -42,6 +43,12 @@
 System.Runtime.Remoting.Messaging.ServerContextTerminatorSink:SyncProcessMessage
 (IMessage msg)
 in [0x0004d] (at
 /root/build/mcs/class/corlib/System.Runtime.Remoting.Contexts/CrossContextChannel.cs:59)
 System.Runtime.Remoting.Contexts.CrossContextChannel:SyncProcessMessage
 (IMessage msg)
+
+------- Additional Comments From miguel@ximian.com  2005-05-05 00:38 -------
+This family of bugs seem to be related to the use of threads in an SMP
+machine which is why we are observing all these problems.
+
+Miguel.