[Mono-bugs] [Bug 467151] New: Runtime hangs on InternalGetAssemblyName under logging stat profiler

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 17 00:18:30 EST 2009


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


           Summary: Runtime hangs on InternalGetAssemblyName under logging
                    stat profiler
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.2.x
          Platform: x86-64
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: mhutchinson at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


When I profile MonoDevelop using the logging statistical profiler, it very
frequently hangs on calls to
System.Reflection.Assembly.InternalGetAssemblyName.

This makes the profile near-unusable for profiling MD.

Here's a couple of sessions with kill -QUIT traces from the hangs. The first
session hung while starting MD; the second hung while loading the MonoDevelop
solution.

michael at linux-768q:~/mono/monodevelop-install/main> make run-profile-stat 
MONODEVELOP_LOCALE_PATH=/home/michael/mono/monodevelop-install/main/build/locale
MONO_ADDINS_REGISTRY=/home/michael/mono/monodevelop-install/main/build/bin
MOZILLA_FIVE_HOME=/usr/lib64/xulrunner-1.8.1 LD_LIBRARY_PATH=`echo
":/usr/lib64/xulrunner-1.8.1" | sed 's/^://g'`d exec -a "monodevelop"
/usr/bin/mono --profile=logging:stat
/home/michael/mono/monodevelop-install/main/build/bin/MonoDevelop.exe
Full thread dump:

"" tid=0x0x2aaaac7ee950 this=0x0x2b180a66d600:
  at (wrapper managed-to-native)
System.Reflection.Assembly.InternalGetAssemblyName
(string,System.Reflection.AssemblyName) <0x00048>
  at (wrapper managed-to-native)
System.Reflection.Assembly.InternalGetAssemblyName
(string,System.Reflection.AssemblyName) <0xffffffff>
  at System.Reflection.AssemblyName.GetAssemblyName (string) <0x00043>
  at MonoDevelop.Core.SystemAssemblyService.AddAssembly
(string,MonoDevelop.Core.SystemPackage) <0x0002f>
  at MonoDevelop.Core.SystemAssemblyService.ParsePCFile (string) <0x00317>
  at MonoDevelop.Core.SystemAssemblyService.RunInitialization () <0x001ab>
  at MonoDevelop.Core.SystemAssemblyService.BackgroundInitialize () <0x00033>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

"" tid=0x0x2aaac05f7950 this=0x0x2aaabce48a48:
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0x00052>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

"" tid=0x0x2aaabccce950 this=0x0x2aaaac49c5e0:
  at (wrapper managed-to-native) System.Threading.Thread.Sleep_internal (int)
<0x00045>
  at (wrapper managed-to-native) System.Threading.Thread.Sleep_internal (int)
<0xffffffff>
  at System.Threading.Thread.Sleep (int) <0x0001f>
  at MonoDevelop.Core.Gui.DispatchService.backgroundDispatcher () <0x0003f>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

"" tid=0x0x2b180c308950 this=0x0x2b180a66d800:

"" tid=0x0x2b180b9e40c0 this=0x0x2b180a66dc00:
  at MonoDevelop.Components.Commands.ActionCommand.UpdateCommandInfo
(MonoDevelop.Components.Commands.CommandInfo) <0xffffffff>
  at MonoDevelop.Components.Commands.ActionCommand.UpdateCommandInfo
(MonoDevelop.Components.Commands.CommandInfo) <0x000e8>
  at MonoDevelop.Components.Commands.CommandManager.GetCommandInfo
(object,object) <0x0035d>
  at
MonoDevelop.Components.Commands.CommandMenuItem.MonoDevelop.Components.Commands.ICommandUserItem.Update
(object) <0x00047>
  at MonoDevelop.Components.Commands.CommandMenuItem.OnParentSet (Gtk.Widget)
<0x00039>
  at Gtk.Widget.parentset_cb (intptr,intptr) <0x00099>
  at (wrapper native-to-managed) Gtk.Widget.parentset_cb (intptr,intptr)
<0xffffffff>
  at (wrapper managed-to-native) Gtk.MenuShell.gtk_menu_shell_append
(intptr,intptr) <0x0005c>
  at (wrapper managed-to-native) Gtk.MenuShell.gtk_menu_shell_append
(intptr,intptr) <0xffffffff>
  at Gtk.MenuShell.Append (Gtk.Widget) <0x0003b>
  at MonoDevelop.Components.Commands.CommandManager.CreateMenu
(MonoDevelop.Components.Commands.CommandEntrySet) <0x0012b>
  at MonoDevelop.Components.Commands.CommandEntrySet.CreateMenuItem
(MonoDevelop.Components.Commands.CommandManager) <0x0006b>
  at MonoDevelop.Components.Commands.CommandManager.CreateMenuBar
(string,MonoDevelop.Components.Commands.CommandEntrySet) <0x000ba>
  at MonoDevelop.Components.Commands.CommandManager.CreateMenuBar (string)
<0x00027>
  at MonoDevelop.Ide.Gui.DefaultWorkbench.InitializeWorkspace () <0x0012b>
  at MonoDevelop.Ide.Gui.Workbench.Initialize
(MonoDevelop.Core.IProgressMonitor) <0x0008b>
  at MonoDevelop.Ide.Gui.IdeApp.Initialize (MonoDevelop.Core.IProgressMonitor)
<0x0030b>
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x009af>
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00073>
  at (wrapper runtime-invoke)
MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object
(object,intptr,intptr,intptr) <0xffffffff>
^Cmake: *** [run-profile-stat] Interrupt

michael at linux-768q:~/mono/monodevelop-install/main> make run-profile-stat 
MONODEVELOP_LOCALE_PATH=/home/michael/mono/monodevelop-install/main/build/locale
MONO_ADDINS_REGISTRY=/home/michael/mono/monodevelop-install/main/build/bin
MOZILLA_FIVE_HOME=/usr/lib64/xulrunner-1.8.1 LD_LIBRARY_PATH=`echo
":/usr/lib64/xulrunner-1.8.1" | sed 's/^://g'`d exec -a "monodevelop"
/usr/bin/mono --profile=logging:stat
/home/michael/mono/monodevelop-install/main/build/bin/MonoDevelop.exe
node `classlib-Gendarme.Framework' is not defined on the documentation map
node `ruleslib-Gendarme.Rules.BadPractice' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Concurrency' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Correctness' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Design.Generic' is not defined on the
documentation map
node `ruleslib-Gendarme.Rules.Design.Linq' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Design' is not defined on the documentation map
node `ruleslib-Gendarme.Rules.Exceptions' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Interoperability' is not defined on the
documentation map
node `ruleslib-Gendarme.Rules.Maintainability' is not defined on the
documentation map
node `ruleslib-Gendarme.Rules.Naming' is not defined on the documentation map
node `ruleslib-Gendarme.Rules.Performance' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Portability' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Security.Cas' is not defined on the documentation
map
node `ruleslib-Gendarme.Rules.Security' is not defined on the documentation map
node `ruleslib-Gendarme.Rules.Serialization' is not defined on the
documentation map
node `ruleslib-Gendarme.Rules.Smells' is not defined on the documentation map
node `ruleslib-Gendarme.Rules.Ui' is not defined on the documentation map
node `classlib-gecko' is not defined on the documentation map
node `classlib-webkit' is not defined on the documentation map
Full thread dump:

"<threadpool thread>" tid=0x0x2aaac2c15950 this=0x0x2aaaac535800:

"" tid=0x0x2aaac059b950 this=0x0x2aaabcebea48:
  at (wrapper managed-to-native) System.IO.InotifyWatcher.ReadFromFD
(intptr,byte[],intptr) <0x00075>
  at (wrapper managed-to-native) System.IO.InotifyWatcher.ReadFromFD
(intptr,byte[],intptr) <0xffffffff>
  at System.IO.InotifyWatcher.Monitor () <0x0005f>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

"" tid=0x0x2aaac280b950 this=0x0x2aaabcebe758:
  at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal
(intptr,int,bool) <0x0004e>
  at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal
(intptr,int,bool) <0xffffffff>
  at System.Threading.WaitHandle.WaitOne (int,bool) <0x0007b>
  at MonoDevelop.Projects.Dom.Parser.ProjectDomService.ParserUpdateThread ()
<0x00042>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

"" tid=0x0x2b1d017c10c0 this=0x0x2b1d0044ac00:
  at (wrapper managed-to-native) System.Threading.Thread.Sleep_internal (int)
<0x00045>
  at (wrapper managed-to-native) System.Threading.Thread.Sleep_internal (int)
<0xffffffff>
  at System.Threading.Thread.Sleep (int) <0x0001f>
  at
MonoDevelop.Core.Gui.ProgressMonitoring.BaseProgressMonitor.MonoDevelop.Core.IAsyncOperation.WaitForCompleted
() <0x00073>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native)
System.Runtime.Remoting.RemotingServices.InternalExecute
(System.Reflection.MethodBase,object,object[],object[]&) <0x0004e>
  at (wrapper managed-to-native)
System.Runtime.Remoting.RemotingServices.InternalExecute
(System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage
(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage)
<0x00227>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x000df>
  at
System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x0007e>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x00031>
  at MonoDevelop.Core.Gui.SyncContextDispatchSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x001e7>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x0009b>
  at
System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x00192>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x000fd>
  at
System.Runtime.Remoting.Messaging.ClientContextTerminatorSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x001fc>
  at System.Runtime.Remoting.Messaging.EnvoyTerminatorSink.SyncProcessMessage
(System.Runtime.Remoting.Messaging.IMessage) <0x00033>
  at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke
(System.Runtime.Remoting.Messaging.IMessage) <0x0041a>
  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
<0x003fe>
  at (wrapper runtime-invoke)
object.runtime_invoke_object_object_object_intptr_intptr
(object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_remoting_wrapper
(intptr,intptr) <0x00048>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_remoting_wrapper
(intptr,intptr) <0xffffffff>
  at (wrapper remoting-invoke)
MonoDevelop.Core.Gui.ProgressMonitoring.BaseProgressMonitor.MonoDevelop.Core.IAsyncOperation.WaitForCompleted
() <0xffffffff>
  at MonoDevelop.WelcomePage.WelcomePageView.HandleLinkAction (string)
<0x001ae>
  at MonoDevelop.WelcomePage.WelcomePageFallbackWidget.HandleLink
(object,System.EventArgs) <0x0007b>
  at (wrapper runtime-invoke)
Stetic.BinContainer.runtime_invoke_void__this___object_object
(object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke
(object,object[],System.Exception&) <0x0004e>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke
(object,object[],System.Exception&) <0xffffffff>
  at System.Reflection.MonoMethod.Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
<0x000c3>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x0002a>
  at System.Delegate.DynamicInvokeImpl (object[]) <0x0017b>
  at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
  at System.Delegate.DynamicInvoke (object[]) <0x00015>
  at GLib.Signal.ClosureInvokedCB (object,GLib.ClosureInvokedArgs) <0x0013b>
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs) <0x0002f>
  at GLib.SignalClosure.MarshalCallback
(intptr,intptr,uint,intptr,intptr,intptr) <0x00287>
  at (wrapper native-to-managed) GLib.SignalClosure.MarshalCallback
(intptr,intptr,uint,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00052>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0xffffffff>
  at Gtk.Application.Run () <0x0000b>
  at MonoDevelop.Ide.Gui.IdeApp.Run () <0x0000b>
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00cb3>
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00073>
  at (wrapper runtime-invoke)
MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object
(object,intptr,intptr,intptr) <0xffffffff>

"" tid=0x0x2aaabccc3950 this=0x0x2aaaac4e05e0:
  at (wrapper managed-to-native)
System.Reflection.Assembly.InternalGetAssemblyName
(string,System.Reflection.AssemblyName) <0x00048>
  at (wrapper managed-to-native)
System.Reflection.Assembly.InternalGetAssemblyName
(string,System.Reflection.AssemblyName) <0xffffffff>
  at System.Reflection.AssemblyName.GetAssemblyName (string) <0x00043>
  at MonoDevelop.Autotools.MakefileData.ParseReference
(string,bool,MonoDevelop.Autotools.MakefileVar,int,MonoDevelop.Projects.ReferenceType,MonoDevelop.Projects.DotNetProject)
<0x008f3>
  at MonoDevelop.Autotools.MakefileData.ReadReferences
(MonoDevelop.Autotools.MakefileVar,MonoDevelop.Projects.ReferenceType,string,MonoDevelop.Projects.DotNetProject)
<0x001f7>
  at MonoDevelop.Autotools.MakefileData.UpdateProject
(MonoDevelop.Core.IProgressMonitor,bool) <0x00feb>
  at MonoDevelop.Autotools.MakefileProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x00163>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0004d>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string,MonoDevelop.Projects.Extensions.ItemLoadCallback)
<0x00048>
  at MonoDevelop.Projects.ProjectService.ReadSolutionItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0009e>
  at MonoDevelop.Projects.Formats.MD1.CombineReaderV2.ReadChild
(System.Xml.XmlReader,MonoDevelop.Core.Serialization.DataItem) <0x002c7>
  at MonoDevelop.Core.Serialization.XmlConfigurationReader.Read
(System.Xml.XmlReader) <0x001ed>
  at MonoDevelop.Projects.Formats.MD1.CombineReaderV2.ReadCombine
(System.Xml.XmlReader) <0x0003b>
  at MonoDevelop.Projects.Formats.MD1.CombineReaderV2.ReadSolutionFolder
(string,MonoDevelop.Core.IProgressMonitor) <0x00186>
  at MonoDevelop.Projects.Formats.MD1.CombineReaderV2.ReadChild
(System.Xml.XmlReader,MonoDevelop.Core.Serialization.DataItem) <0x0028b>
  at MonoDevelop.Core.Serialization.XmlConfigurationReader.Read
(System.Xml.XmlReader) <0x001ed>
  at MonoDevelop.Projects.Formats.MD1.CombineReaderV2.ReadCombine
(System.Xml.XmlReader) <0x0003b>
  at MonoDevelop.Projects.Formats.MD1.MD1FileFormat.ReadCombineFile
(string,MonoDevelop.Core.IProgressMonitor) <0x0017e>
  at MonoDevelop.Projects.Formats.MD1.MD1FileFormat.ReadFile
(string,System.Type,MonoDevelop.Core.IProgressMonitor) <0x0018b>
  at MonoDevelop.Projects.ProjectService.ReadFile
(MonoDevelop.Core.IProgressMonitor,string,System.Type,MonoDevelop.Projects.FileFormat&)
<0x0008b>
  at MonoDevelop.Projects.ProjectService.InternalReadWorkspaceItem
(string,MonoDevelop.Core.IProgressMonitor) <0x00047>
  at MonoDevelop.Projects.DefaultProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002b>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Autotools.MakefileProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x00037>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectService.ReadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x00030>
  at
MonoDevelop.Projects.Workspace.MonoDevelop.Core.Serialization.ICustomDataItem.Deserialize
(MonoDevelop.Core.Serialization.ITypeSerializer,MonoDevelop.Core.Serialization.DataCollection)
<0x001df>
  at MonoDevelop.Core.Serialization.ClassDataType.OnDeserialize
(MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode,object)
<0x000d6>
  at MonoDevelop.Core.Serialization.DataSerializer.OnDeserialize
(MonoDevelop.Core.Serialization.DataType,MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode,object)
<0x0003e>
  at MonoDevelop.Core.Serialization.DataType.Deserialize
(MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode,object)
<0x00048>
  at MonoDevelop.Core.Serialization.ClassDataType.OnDeserialize
(MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode)
<0x00407>
  at MonoDevelop.Core.Serialization.DataSerializer.OnDeserialize
(MonoDevelop.Core.Serialization.DataType,MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode)
<0x00032>
  at MonoDevelop.Core.Serialization.DataType.Deserialize
(MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode)
<0x0003d>
  at MonoDevelop.Core.Serialization.ClassDataType.OnDeserialize
(MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode)
<0x0018f>
  at MonoDevelop.Core.Serialization.DataSerializer.OnDeserialize
(MonoDevelop.Core.Serialization.DataType,MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode)
<0x00032>
  at MonoDevelop.Core.Serialization.DataType.Deserialize
(MonoDevelop.Core.Serialization.SerializationContext,object,MonoDevelop.Core.Serialization.DataNode)
<0x0003d>
  at MonoDevelop.Core.Serialization.DataContext.LoadConfigurationData
(MonoDevelop.Core.Serialization.SerializationContext,System.Type,MonoDevelop.Core.Serialization.DataNode)
<0x00037>
  at MonoDevelop.Core.Serialization.DataSerializer.Deserialize
(System.Type,MonoDevelop.Core.Serialization.DataNode) <0x00033>
  at MonoDevelop.Core.Serialization.XmlDataSerializer.Deserialize
(System.Xml.XmlReader,System.Type) <0x0004b>
  at MonoDevelop.Projects.Formats.MD1.MD1FileFormat.ReadWorkspaceItemFile
(string,MonoDevelop.Core.IProgressMonitor) <0x0014f>
  at MonoDevelop.Projects.Formats.MD1.MD1FileFormat.ReadFile
(string,System.Type,MonoDevelop.Core.IProgressMonitor) <0x001c7>
  at MonoDevelop.Projects.ProjectService.ReadFile
(MonoDevelop.Core.IProgressMonitor,string,System.Type,MonoDevelop.Projects.FileFormat&)
<0x0008b>
  at MonoDevelop.Projects.ProjectService.InternalReadWorkspaceItem
(string,MonoDevelop.Core.IProgressMonitor) <0x00047>
  at MonoDevelop.Projects.DefaultProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002b>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Autotools.MakefileProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x00037>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectServiceExtension.LoadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x0002e>
  at MonoDevelop.Projects.ProjectService.ReadWorkspaceItem
(MonoDevelop.Core.IProgressMonitor,string) <0x00030>
  at MonoDevelop.Ide.Gui.RootWorkspace.BackgroundLoadWorkspace
(MonoDevelop.Core.IProgressMonitor,string) <0x001b3>
  at
MonoDevelop.Ide.Gui.RootWorkspace/<OpenWorkspaceItem>c__AnonStorey35.<>m__3D ()
<0x0001b>
  at MonoDevelop.Core.Gui.GenericMessageContainer.Run () <0x00027>
  at MonoDevelop.Core.Gui.DispatchService.backgroundDispatcher () <0x000f2>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

"<threadpool thread>" tid=0x0x2aaac3669950 this=0x0x2b1d0044a600:

"<threadpool thread>" tid=0x0x2aaac258c950 this=0x0x2aaaac535a00:

"" tid=0x0x2b1d020e5950 this=0x0x2b1d0044a800:
^Cmake: *** [run-profile-stat] Interrupt

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