[Mono-bugs] [Bug 439465] New: MDB crashes on Dns.GetHostByName

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 28 07:52:43 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=439465


           Summary: MDB crashes on Dns.GetHostByName
           Product: MonoDevelop
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: debugger
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: alan.mcgovern at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


MDB crashes with this exception when trying to debug my application.

System.Net.Sockets.SocketException: No such host is known
  at System.Net.Dns.GetHostByName (System.String hostName) [0x00033] in
/usr/src/packages/BUILD/mono-2.0/mcs/class/System/System.Net/Dns.cs:360 
  at System.Net.Dns.Resolve (System.String hostName) [0x0002b] in
/usr/src/packages/BUILD/mono-2.0/mcs/class/System/System.Net/Dns.cs:394 
  at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.Init
(IServerChannelSinkProvider serverSinkProvider) [0x0004e] in
/usr/src/packages/BUILD/mono-2.0/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:75 
  at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor (IDictionary
properties, IServerChannelSinkProvider serverSinkProvider) [0x001ac] in
/usr/src/packages/BUILD/mono-2.0/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
/usr/src/packages/BUILD/mono-2.0/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
/usr/src/packages/BUILD/mono-2.0/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpChannel.cs:77 
  at Mono.Debugging.Backend.Mdb.DebuggerController.RegisterRemotingChannel ()
[0x00050] in
/home/alan/Projects/monodevelop/extras/MonoDevelop.Debugger.Mdb/Mono.Debugging.Backend.Mdb/DebuggerController.cs:218 
  at Mono.Debugging.Backend.Mdb.DebuggerController.StartDebugger () [0x00014]
in
/home/alan/Projects/monodevelop/extras/MonoDevelop.Debugger.Mdb/Mono.Debugging.Backend.Mdb/DebuggerController.cs:95 
  at (wrapper remoting-invoke-with-check)
Mono.Debugging.Backend.Mdb.DebuggerController:StartDebugger ()
  at Mono.Debugging.Backend.Mdb.MonoDebuggerSession.StartDebugger () [0x00012]
in
/home/alan/Projects/monodevelop/extras/MonoDevelop.Debugger.Mdb/Mono.Debugging.Backend.Mdb/MonoDebuggerSession.cs:44 
  at Mono.Debugging.Backend.Mdb.MonoDebuggerSessionFactory.CreateSession ()
[0x00006] in
/home/alan/Projects/monodevelop/extras/MonoDevelop.Debugger.Mdb/Mono.Debugging.Backend.Mdb/MonoDebuggerSessionFactory.cs:56 
  at MonoDevelop.Ide.Debugging.DebuggingService.CreateDebugSessionForPlatform
(System.String platform) [0x0000e] in
/home/alan/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Debugging/DebuggingService.cs:432 
  at MonoDevelop.Ide.Debugging.DebuggingService.InternalRun (System.String
platform, Mono.Debugging.Client.DebuggerStartInfo startInfo, IConsole console)
[0x0000d] in
/home/alan/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Debugging/DebuggingService.cs:195 
  at MonoDevelop.Ide.Debugging.DebugExecutionHandler.Execute (System.String
command, System.String arguments, System.String workingDirectory, IDictionary`2
environmentVariables, IConsole console) [0x0006f] in
/home/alan/Projects/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Debugging/DebugExecutionHandlerFactory.cs:79 
  at MonoDevelop.Projects.DotNetProject.DoExecute (IProgressMonitor monitor,
MonoDevelop.Projects.ExecutionContext context, System.String config) [0x000cb]
in
/home/alan/Projects/monodevelop/main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/DotNetProject.cs:438


-- 
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.


More information about the mono-bugs mailing list