[Mono-bugs] [Bug 447655] MonoDevelop crashes when running inside the debugger

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 26 00:22:37 EST 2008


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

User lluis at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=447655#c5





--- Comment #5 from Lluis Sanchez <lluis at novell.com>  2008-11-25 22:22:36 MST ---
This crash seems to be very random. I now had to run MD 11 times until I got
the crash. The backtrace was this time a bit different:

(*) #0: 0xbfec8e88
    #1: 0xb5d2b4f2 in MonoDevelop.Platform.GnomePlatform..ctor()+0x32 at
/home/lluis/work/monodevelop/main/src/addins/GnomePlatform/GnomePlatform.cs:42

This is what I got when I tried to continue:

(mdb) c
Stacktrace:

  at MonoDevelop.Platform.GnomePlatform..ctor () [0x00012] in
/home/lluis/work/monodevelop/main/src/addins/GnomePlatform/GnomePlatform.cs:42
  at MonoDevelop.Platform.GnomePlatform..ctor () [0x00000] in
/home/lluis/work/monodevelop/main/src/addins/GnomePlatform/GnomePlatform.cs:1
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke
(object,object[],System.Exception&) <0x00004>
  at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke
(object,object[],System.Exception&) <0xffffffff>
  at System.Reflection.MonoCMethod.Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
[0x000a6] in
/home/lluis/nowork/mono-2-2/mcs/class/corlib/System.Reflection/MonoMethod.cs:434
  at System.Reflection.MonoCMethod.Invoke
(System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
[0x00000] in
/home/lluis/nowork/mono-2-2/mcs/class/corlib/System.Reflection/MonoMethod.cs:449
  at System.Reflection.ConstructorInfo.Invoke (object[]) [0x0000e] in
/home/lluis/nowork/mono-2-2/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:77
  at System.Activator.CreateInstance (System.Type,bool) [0x00083] in
/home/lluis/nowork/mono-2-2/mcs/class/corlib/System/Activator.cs:323
  at System.Activator.CreateInstance (System.Type) [0x00000] in
/home/lluis/nowork/mono-2-2/mcs/class/corlib/System/Activator.cs:213
  at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/TypeExtensionNode.cs:54
  at Mono.Addins.InstanceExtensionNode.GetInstance () [0x0000b] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/InstanceExtensionNode.cs:49
  at Mono.Addins.InstanceExtensionNode.GetInstance (System.Type) [0x00000] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/InstanceExtensionNode.cs:40
  at Mono.Addins.ExtensionNode.GetChildObjects (System.Type,bool) [0x00058] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/ExtensionNode.cs:190
  at Mono.Addins.ExtensionContext.GetExtensionObjects (string,System.Type,bool)
[0x0001f] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/ExtensionContext.cs:279
  at Mono.Addins.ExtensionContext.GetExtensionObjects (string) [0x00000] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/ExtensionContext.cs:261
  at Mono.Addins.AddinManager.GetExtensionObjects (string) [0x00005] in
/home/lluis/work/mono-addins/Mono.Addins/Mono.Addins/AddinManager.cs:236
  at MonoDevelop.Core.Gui.Services..cctor () [0x00000] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/GuiService.cs:44
  at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
  at MonoDevelop.Core.Gui.ResourceService.get_Instance () [0x00006] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs:90
  at MonoDevelop.Core.Gui.ResourceService.get_Instance () [0x00006] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/ResourceService.cs:90
  at MonoDevelop.Core.Gui.ResourceService.GetStockId
(Mono.Addins.RuntimeAddin,string) [0x00000] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Core.Gui/gtk-gui/generated.cs:1
  at MonoDevelop.Projects.Gui.IconService.InitializeIcons (string) [0x00099] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects.Gui/MonoDevelop.Projects.Gui/IconService.cs:80
  at MonoDevelop.Projects.Gui.IconService..ctor () [0x0001c] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects.Gui/MonoDevelop.Projects.Gui/IconService.cs:44
  at MonoDevelop.Projects.Gui.Services.get_Icons () [0x0000a] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Projects.Gui/MonoDevelop.Projects.Gui/ProjectsGuiServices.cs:55
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) [0x002c5] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IdeStartup.cs:154
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) [0x00018] in
/home/lluis/work/monodevelop/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:21
  at (wrapper runtime-invoke)
MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object
(object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: Assertion
`_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
Thread @4 exited with exit code 127.
Thread @4 exited.
Thread @1 exited with exit code 127.
Thread @1 exited.
Process #1 exited.
(mdb) Target exited.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list