https://bugzilla.novell.com/show_bug.cgi?id=655996
https://bugzilla.novell.com/show_bug.cgi?id=655996#c0 Summary: Socket method error Classification: Mono Product: Mono: Runtime Version: SVN Platform: 64bit OS/Version: RHEL 5 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; MS-RTC LM 8) It the build from Nov 25/2010 im getting the following error: System.MissingMethodException : Cannot find the requested method. at (wrapper managed-to-native) System.Net.Sockets.Socket:LocalEndPoint_internal (intptr,int&) at System.Net.Sockets.Socket.get_LocalEndPoint () [0x00034] in /home/monosrc/mono/mcs/class/System/System.Net.Sockets/Socket.cs:434 at System.Net.Sockets.TcpListener.get_LocalEndpoint () [0x0000b] in /home/monosrc/mono/mcs/class/System/System.Net.Sockets/TcpListener.cs:130 at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening (System.Object data) [0x00043] in /home/monosrc/mono/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:249 at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.Init (IServerChannelSinkProvider serverSinkProvider) [0x000de] in /home/monosrc/mono/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:99 at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor (IDictionary properties, IServerChannelSinkProvider sinkProvider) [0x001fb] in /home/monosrc/mono/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:142 at System.Runtime.Remoting.Channels.Tcp.TcpChannel.Init (IDictionary properties, IClientChannelSinkProvider clientSink, IServerChannelSinkProvider serverSink) [0x00023] in /home/monosrc/mono/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpChannel.cs:62 at System.Runtime.Remoting.Channels.Tcp.TcpChannel..ctor (IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider) [0x00018] in /home/monosrc/mono/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpChannel.cs:79 at Drms.Shared.Common.Core.RemotingHelper.GetServiceCoordinator[IServiceCoordinatorInternal] () [0x00000] in <filename unknown>:0 It seems a change the past day on the Socket.cs has caused this to happen since the build from Nov24/2010 doesnt have this problem. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
