[Mono-bugs] [Bug 75057][Nor] New - Adding a multicast group on Solaris throws exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 26 20:54:16 EDT 2005


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 ascii.letter at gmail.com.

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

--- shadow/75057	2005-05-26 20:54:16.000000000 -0400
+++ shadow/75057.tmp.15734	2005-05-26 20:54:16.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 75057
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Solaris [Other]
+OS Details: Solaris 10 (SPARC)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ascii.letter at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Adding a multicast group on Solaris throws exception
+
+Description of Problem:
+Adding a multicast group membership to any socket on Solaris throws an
+exception.  The same source code works fine on Mono 1.0.5/win32, .NET 1.1,
+Mono 1.1.6/Linux Mono 1.1.7/Linux.
+
+
+
+Steps to reproduce the problem:
+1. Create a socket.
+2. Add a multicast group membership.
+
+Actual Results:
+
+Unhandled Exception: System.Net.Sockets.SocketException: Invalid arguments
+in <0x0019c> System.Net.Sockets.Socket:SetSocketOption (SocketOptionLevel
+level, SocketOptionName name, System.Object opt_value)
+in <0x00138> Mdns.Responder:init_socket (System.Net.Sockets.Socket mysocket)
+in <0x002a0> Mdns.Responder:.ctor (System.Net.IPAddress[] bind_addresses)
+in <0x000a4> Testapplication:Main (System.String[] args)
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+Mono 1.1.7


More information about the mono-bugs mailing list