Bug 116968

Summary: Monodevelop crashes on load
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Ilmar Kruis <ikruis>
Component: MonoAssignee: E-mail List <bnc-team-mono>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P2 - High CC: aj
Version: RC 2   
Target Milestone: ---   
Hardware: i686   
OS: SUSE Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ilmar Kruis 2005-09-14 14:09:16 UTC
I tried to to install MonoDevelop on my new SUSE 10 RC1 installation, but it
crashed right on startup. After analyzing the exception I found that it's
dependent on the (not installed by YaST!) Mono-Web package. Mono and GTK# seems
to work fine as MonoDoc runs fine. However MonoDevelop still won't start, tried
reinstalling Mono and MonoDevelop without success.

Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.Net.Sockets.SocketException: No such host
is known
in <0x0009f> System.Net.Dns:GetHostByName (System.String hostName)
in <0x00066> System.Net.Dns:Resolve (System.String hostName)
in <0x00081> System.Runtime.Remoting.Channels.Tcp.TcpServerChannel:Init
(IServerChannelSinkProvider serverSinkProvider)
in <0x00321> System.Runtime.Remoting.Channels.Tcp.TcpServerChannel:.ctor
(IDictionary properties, IServerChannelSinkProvider serverSinkProvider)
in <0x00063> System.Runtime.Remoting.Channels.Tcp.TcpChannel:Init (IDictionary
properties, IClientChannelSinkProvider clientSink, IServerChannelSinkProvider
serverSink)
in <0x00065> System.Runtime.Remoting.Channels.Tcp.TcpChannel:.ctor (Int32 port)
in <0x00089> MonoDevelop.Services.ProcessHostController:Start ()
in (wrapper remoting-invoke-with-check)
MonoDevelop.Services.ProcessHostController:Start ()
in <0x00042> MonoDevelop.Services.ProcessHostController:CreateInstance
(System.String assemblyPath, System.String typeName)
in (wrapper remoting-invoke-with-check)
MonoDevelop.Services.ProcessHostController:CreateInstance (string,string)
in <0x00028> MonoDevelop.Services.ProcessService:CreateExternalProcessObject
(System.String assemblyPath, System.String typeName, Boolean shared)
in <0x0004f> BooBinding.Gui.BooShellModel:GetRemoteShellObject ()
in <0x00022> BooBinding.Gui.BooShellModel:.ctor (System.String program_path,
System.String socket_path)
in <0x00093> BooBinding.Pads.BooShellPadContent:CreateBooShell ()
in <0x00022> BooBinding.Pads.BooShellPadContent:.ctor ()
in <0x00000> <unknown method>
in (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(object,object[])
in <0x0006f> System.Reflection.MonoCMethod:Invoke (System.Object obj,
BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
parameters, System.Globalization.CultureInfo culture)--- End of inner exception
stack trace ---

in <0x00104> System.Reflection.MonoCMethod:Invoke (System.Object obj,
BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
parameters, System.Globalization.CultureInfo culture)
in <0x00019> System.Reflection.MonoCMethod:Invoke (BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture)
in <0x00032> System.Reflection.ConstructorInfo:Invoke (System.Object[] parameters)
in <0x000e2> System.Activator:CreateInstance (System.Type type, Boolean nonPublic)
in <0x0000c> System.Activator:CreateInstance (System.Type type)
in <0x0003a> System.Reflection.Assembly:CreateInstance (System.String typeName,
Boolean ignoreCase)
in <0x00012> System.Reflection.Assembly:CreateInstance (System.String typeName)
in <0x000b5> MonoDevelop.Core.AddIns.AddIn:CreateObject (System.String className)
in <0x00087> MonoDevelop.Core.AddIns.Codons.PadCodon:CreatePad ()
in <0x00014> MonoDevelop.Core.AddIns.Codons.PadCodon:BuildItem (System.Object
owner, System.Collections.ArrayList subItems,
MonoDevelop.Core.AddIns.Conditions.ConditionCollection conditions)
in <0x0014f> MonoDevelop.Core.AddIns.DefaultAddInTreeNode:BuildChildItems
(System.Object caller)
in <0x00064> MonoDevelop.Gui.DefaultWorkbench:UpdateViews (System.Object sender,
System.EventArgs e)
in <0x0003c> MonoDevelop.Commands.InitializeWorkbenchCommand:Run ()
in <0x007ac> MonoDevelop.SharpDevelopMain:Main (System.String[] args)
Comment 1 Zhe Su 2005-09-14 15:53:29 UTC
I encountered this issue too. And some users reported this issue to me as well.
And I do think it's a very serious issue. Please fix it in SUSE 10.0.
Comment 2 Andreas Jaeger 2005-09-14 16:11:34 UTC
Fixed for RC3.