[Mono-bugs] [Bug 54232][Maj] New - using bindTo property in server side tcp channel results in page fault
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Feb 2004 18:32:41 -0500 (EST)
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 umuff@quark.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54232
--- shadow/54232 2004-02-11 18:32:40.000000000 -0500
+++ shadow/54232.tmp.28169 2004-02-11 18:32:40.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 54232
+Product: Mono/Class Libraries
+Version: unspecified
+OS: SUSE 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: umuff@quark.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: using bindTo property in server side tcp channel results in page fault
+
+Description of Problem:
+Crash on loading the config file
+
+Steps to reproduce the problem:
+1.
+<system.runtime.remoting>
+ <application>
+ <channels>
+ <channel ref="tcp" port="1235"
+bindTo="123.12.12.12" />
+ </channels>
+ </application>
+</system.runtime.remoting>
+
+Actual Results:
+Crash on RemotingConfiguration::ReadConfigFile() [Segmentation fault]
+
+Expected Results:
+Create a tcp channel using the bindTo property specified
+
+How often does this happen?
+Every time
+
+Additional Information: