Activity log for bug #153664

Date Who What changed Old value New value Message
2007-10-17 16:21:56 Mockly Guillaume bug added bug
2007-10-17 16:23:24 Mockly Guillaume description I found that Monodevelop crashes each time I try to open a file editable via the GUI editor or a project that contains one of such files. This is may be a bug in a library used by Monodevelop rather than Monodevelop itself as the same problem appears with a version compiled from sources. However, I managed to create a GTK# project using my compiled version (0.16) and it still crashes when I open it Here is the output: 2007-10-17 18:20:11,522 [-1211427120] WARN MonoDevelop.Core.ILoggingService [(null)] - Inotify watch limit is too low (8192). MonoDevelop will switch to managed file watching. See http://www.monodevelop.com/Inotify_Watches_Limit for more info. (MonoDevelop:7729): Gtk-CRITICAL **: gtk_action_new: assertion `name != NULL' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): Gtk-CRITICAL **: gtk_action_new: assertion `name != NULL' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): Gtk-CRITICAL **: gtk_action_new: assertion `name != NULL' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): Gtk-CRITICAL **: gtk_action_new: assertion `name != NULL' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): Gtk-CRITICAL **: gtk_action_new: assertion `name != NULL' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed (MonoDevelop:7729): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_OBJECT (object)' failed Stacktrace: at (wrapper managed-to-native) GLib.Value.gtksharp_value_create_from_property (GLib.Value&,intptr,intptr) <0x00004> at (wrapper managed-to-native) GLib.Value.gtksharp_value_create_from_property (GLib.Value&,intptr,intptr) <0xffffffff> at GLib.Value..ctor (GLib.Object,string) <0x00090> at GLib.Object.GetProperty (string) <0x00029> at Gtk.Action.get_HideIfEmpty () <0x00029> at (wrapper runtime-invoke) System.Object.runtime_invoke_bool (object,intptr,intptr,intptr) <0xffffffff> at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0x00004> at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0xffffffff> at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00099> at System.Reflection.MonoProperty.GetValue (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00067> at System.Reflection.PropertyInfo.GetValue (object,object[]) <0x0001a> at Stetic.TypedPropertyDescriptor.GetValue (object) <0x00066> at Stetic.WidgetUtils.GetProps (Stetic.ObjectWrapper,System.Xml.XmlElement) <0x00198> at Stetic.Wrapper.Action.Write (Stetic.ObjectWriter) <0x0005c> at Stetic.ObjectWriter.WriteObject (Stetic.ObjectWrapper) <0x0000e> at Stetic.UndoWriter.WriteObject (Stetic.ObjectWrapper) <0x00144> at Stetic.Wrapper.ActionGroup.Write (Stetic.ObjectWriter) <0x00172> at Stetic.Wrapper.Widget.WriteActionGroups (Stetic.ObjectWriter,System.Xml.XmlElement) <0x00104> at Stetic.Wrapper.Container.Write (Stetic.ObjectWriter) <0x0006c> at Stetic.ObjectWriter.WriteObject (Stetic.ObjectWrapper) <0x0000e> at Stetic.UndoWriter.WriteObject (Stetic.ObjectWrapper) <0x00144> at Stetic.UndoManager.SetRoot (Stetic.ObjectWrapper) <0x00077> at Stetic.UndoRedoManager.set_RootObject (Stetic.ObjectWrapper) <0x0001f> at Stetic.WidgetEditSession..ctor (Stetic.ProjectBackend,Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool) <0x00421> at (wrapper remoting-invoke-with-check) Stetic.WidgetEditSession..ctor (Stetic.ProjectBackend,Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool) <0xffffffff> at Stetic.ProjectBackend.CreateWidgetDesignerSession (Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool) <0x00029> at (wrapper remoting-invoke-with-check) Stetic.ProjectBackend.CreateWidgetDesignerSession (Stetic.WidgetDesignerFrontend,string,Stetic.ProjectBackend,bool) <0xffffffff> at Stetic.WidgetDesigner.CreateSession () <0x00061> at Stetic.WidgetDesigner..ctor (Stetic.Project,string,bool) <0x00298> at Stetic.Project.CreateWidgetDesigner (Stetic.WidgetInfo,bool) <0x0003a> at (wrapper remoting-invoke-with-check) Stetic.Project.CreateWidgetDesigner (Stetic.WidgetInfo,bool) <0xffffffff> at MonoDevelop.GtkCore.GuiBuilder.GuiBuilderView.LoadDesigner () <0x000c6> at MonoDevelop.GtkCore.GuiBuilder.GuiBuilderView..ctor (MonoDevelop.Ide.Gui.IViewContent,MonoDevelop.GtkCore.GuiBuilder.GuiBuilderWindow) <0x00175> at MonoDevelop.GtkCore.GuiBuilder.GuiBuilderDisplayBinding.CreateContentForFile (string) <0x0007f> at MonoDevelop.Ide.Gui.LoadFileWrapper.Invoke (string) <0x00030> at MonoDevelop.Ide.Gui.Workbench.RealOpenFile (object) <0x007f2> at MonoDevelop.Ide.Gui.Workbench.OpenDocument (string,int,int,bool,string,MonoDevelop.Ide.Codons.IDisplayBinding) <0x005cb> at MonoDevelop.Ide.Gui.Workbench.OpenDocument (string,int,int,bool) <0x0001c> at <>c__CompilerGenerated63.<>c__AnonymousMethod65 () <0x00128> at (wrapper delegate-invoke) System.MulticastDelegate.invoke_bool () <0xffffffff> at <>c__CompilerGenerated3.<>c__AnonymousMethod7 (MonoDevelop.Core.XmlReadHelper/ReadCallbackData) <0x00015> at (wrapper delegate-invoke) System.MulticastDelegate.invoke_bool_XmlReadHelper/ReadCallbackData (MonoDevelop.Core.XmlReadHelper/ReadCallbackData) <0xffffffff> at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader,System.Collections.Generic.ICollection`1,MonoDevelop.Core.XmlReadHelper/ReaderCallbackWithData) <0x00143> at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader,System.Collections.Generic.ICollection`1,MonoDevelop.Core.XmlReadHelper/ReaderCallback) <0x00065> at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader,string,MonoDevelop.Core.XmlReadHelper/ReaderCallback) <0x00038> at <>c__CompilerGenerated63.<>c__AnonymousMethod69 () <0x000ff> at (wrapper delegate-invoke) System.MulticastDelegate.invoke_bool () <0xffffffff> at <>c__CompilerGenerated3.<>c__AnonymousMethod7 (MonoDevelop.Core.XmlReadHelper/ReadCallbackData) <0x00015> at (wrapper delegate-invoke) System.MulticastDelegate.invoke_bool_XmlReadHelper/ReadCallbackData (MonoDevelop.Core.XmlReadHelper/ReadCallbackData) <0xffffffff> at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader,System.Collections.Generic.ICollection`1,MonoDevelop.Core.XmlReadHelper/ReaderCallbackWithData) <0x00143> at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader,System.Collections.Generic.ICollection`1,MonoDevelop.Core.XmlReadHelper/ReaderCallback) <0x00065> at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader,string,MonoDevelop.Core.XmlReadHelper/ReaderCallback) <0x00038> at MonoDevelop.Ide.Gui.ProjectOperations.RestoreCombinePreferences (object) <0x00133> at <>c__CompilerGenerated61.<>c__AnonymousMethod62 (object,System.EventArgs) <0x00072> at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object_EventArgs (object,System.EventArgs) <0xffffffff> at InvokeCB.Invoke () <0x0001a> at (wrapper delegate-invoke) System.MulticastDelegate.invoke_bool () <0xffffffff> at TimeoutProxy.Handler () <0x00038> at (wrapper native-to-managed) TimeoutProxy.Handler () <0xffffffff> at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004> at (wrapper managed-to-native) Gtk.Application.gtk_main () <0xffffffff> at Gtk.Application.Run () <0x00007> at MonoDevelop.Ide.Gui.IdeApp.Run () <0x00007> at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00dde> at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00053> at (wrapper runtime-invoke) System.Object.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff> Native stacktrace: /usr/bin/mono [0x8194ca6] /usr/bin/mono [0x81770ed] [0xffffe440] [0xb4f5b512] [0xb4f5b419] [0xb4f5b31a] [0xaf8fbeaa] [0xafe3e74c] /usr/bin/mono [0x8176f50] /usr/bin/mono(mono_runtime_invoke+0x27) [0x80b0b2f] /usr/bin/mono(mono_runtime_invoke_array+0x3d3) [0x80b6922] /usr/bin/mono [0x80bc2d1] [0xb6bcbedd] [0xb6bcbad2] [0xb595a9a8] [0xb595a933] [0xaf8f971f] [0xaf8f9109] [0xaf8fbd5d] [0xaf8f85df] [0xaf8f8535] [0xaf8fbc03] [0xaf8fb985] [0xaf8f8685] [0xaf8f85df] [0xaf8f8535] [0xaf8f82f8] [0xaf8f8258] [0xafa1911a] [0xafa18c99] [0xafa18c22] [0xafa18b9c] [0xafa1895a] [0xafa17e39] [0xafa17b6b] [0xafa17af4] [0xafa1706f] [0xafc539b6] [0xafc53810] [0xafe26a41] [0xafe4cbfb] [0xafe4c094] [0xafe4baad] [0xafe4ba61] [0xb5144d1f] [0xb5144ce6] [0xb5144c80] [0xb5144a0c] [0xb514485e] [0xafe4b699] [0xafe4b7a8] [0xb5144d1f] [0xb5144ce6] [0xb5144c80] [0xb5144a0c] [0xb514485e] [0xafe4b699] [0xafe4b504] [0xafe4363b] [0xb4f55644] [0xafe435bb] [0xb54d30b7] [0xb54d3001] [0xb6a6a7a8] /usr/lib/libglib-2.0.so.0 [0xb7e6d8d6] /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x17c) [0xb7e6d11c] /usr/lib/libglib-2.0.so.0 [0xb7e7055f] /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1a9) [0xb7e70909] /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4) [0xb61479e4] [0xb2e9ea28] [0xb2e9e9d8] [0xb2e9e9b8] [0xb6babedf] [0xb7368224] [0xb7368086] /usr/bin/mono [0x8176f50] /usr/bin/mono(mono_runtime_invoke+0x27) [0x80b0b2f] /usr/bin/mono(mono_runtime_exec_main+0x109) [0x80b534a] /usr/bin/mono(mono_runtime_run_main+0x27e) [0x80b5631] /usr/bin/mono(mono_jit_exec+0xbd) [0x805a4cb] /usr/bin/mono [0x805a5a8] /usr/bin/mono(mono_main+0x1683) [0x805bdc9] /usr/bin/mono [0x8059636] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7cc9050] /usr/bin/mono [0x80595b1] Debug info from gdb: (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1211427120 (LWP 7729)] [New Thread -1348408432 (LWP 7782)] [New Thread -1346221168 (LWP 7781)] [New Thread -1303118960 (LWP 7773)] [New Thread -1294726256 (LWP 7772)] [New Thread -1276367984 (LWP 7771)] [New Thread -1259000944 (LWP 7770)] [New Thread -1250919536 (LWP 7769)] [New Thread -1255801968 (LWP 7764)] [New Thread -1221174384 (LWP 7733)] [New Thread -1215399024 (LWP 7732)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) 0xffffe410 in __kernel_vsyscall () 11 Thread -1215399024 (LWP 7732) 0xffffe410 in __kernel_vsyscall () 10 Thread -1221174384 (LWP 7733) 0xffffe410 in __kernel_vsyscall () 9 Thread -1255801968 (LWP 7764) 0xffffe410 in __kernel_vsyscall () 8 Thread -1250919536 (LWP 7769) 0xffffe410 in __kernel_vsyscall () 7 Thread -1259000944 (LWP 7770) 0xffffe410 in __kernel_vsyscall () 6 Thread -1276367984 (LWP 7771) 0xffffe410 in __kernel_vsyscall () 5 Thread -1294726256 (LWP 7772) 0xffffe410 in __kernel_vsyscall () 4 Thread -1303118960 (LWP 7773) 0xffffe410 in __kernel_vsyscall () 3 Thread -1346221168 (LWP 7781) 0xffffe410 in __kernel_vsyscall () 2 Thread -1348408432 (LWP 7782) 0xffffe410 in __kernel_vsyscall () 1 Thread -1211427120 (LWP 7729) 0xffffe410 in __kernel_vsyscall () Thread 11 (Thread -1215399024 (LWP 7732)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2e9f6 in ?? () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x0811bc9f in ?? () #3 0xb78e73ac in ?? () #4 0x00000000 in ?? () Thread 10 (Thread -1221174384 (LWP 7733)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2b676 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x08120dde in ?? () #3 0xb784f1dc in ?? () #4 0xb784f1c4 in ?? () #5 0xb7e29541 in pthread_mutex_lock () from /lib/tls/i686/cmov/libpthread.so.0 #6 0x081210eb in ?? () #7 0xb784f1dc in ?? () #8 0xb784f1c4 in ?? () #9 0x00000000 in ?? () Thread 9 (Thread -1255801968 (LWP 7764)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2e9f6 in ?? () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x081324b2 in ?? () #3 0xb525f174 in ?? () #4 0xb525f16c in ?? () #5 0x10624dd3 in ?? () #6 0x00000000 in ?? () Thread 8 (Thread -1250919536 (LWP 7769)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2b8fc in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x08120e5b in ?? () #3 0xb7850328 in ?? () #4 0xb7850310 in ?? () #5 0xb5707078 in ?? () #6 0x0811e33d in ?? () #7 0x0811fc95 in ?? () #8 0x00000006 in ?? () #9 0x4716365b in ?? () #10 0x10cefa80 in ?? () #11 0x0000042d in ?? () #12 0x0822eaa4 in ?? () #13 0xb57070b8 in ?? () #14 0x081210eb in ?? () #15 0xb7850328 in ?? () #16 0xb7850310 in ?? () #17 0xb5707128 in ?? () #18 0x00000001 in ?? () #19 0x00000000 in ?? () Thread 7 (Thread -1259000944 (LWP 7770)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2e9f6 in ?? () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x081324b2 in ?? () #3 0xb4f5211c in ?? () #4 0xb4f52114 in ?? () #5 0x10624dd3 in ?? () #6 0x00000000 in ?? () Thread 6 (Thread -1276367984 (LWP 7771)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7d7c647 in poll () from /lib/tls/i686/cmov/libc.so.6 #2 0xb429bb69 in PR_Poll () from /usr/lib/libnspr4.so.0d #3 0xb3f533b7 in ?? () from /usr/lib/firefox/components/libnecko.so #4 0x09e49918 in ?? () #5 0x00000001 in ?? () #6 0xffffffff in ?? () #7 0x09e49430 in ?? () #8 0xb3ec2378 in ?? () #9 0x00000001 in ?? () #10 0xaec449f7 in ?? () #11 0xb3fe0cb0 in ?? () from /usr/lib/firefox/components/libnecko.so #12 0xffffffff in ?? () #13 0x09e49430 in ?? () #14 0xb3ec2378 in ?? () #15 0xb3f53baa in ?? () from /usr/lib/firefox/components/libnecko.so #16 0x09e49430 in ?? () #17 0xb3ec2368 in ?? () #18 0xb3ec2358 in ?? () #19 0xb428a10f in PR_SetThreadPrivate () from /usr/lib/libnspr4.so.0d Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 5 (Thread -1294726256 (LWP 7772)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2b8fc in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0xb4298fd3 in ?? () from /usr/lib/libnspr4.so.0d #3 0x08daad7c in ?? () #4 0x08daad18 in ?? () #5 0xb2d4031c in ?? () #6 0xb7e2c285 in pthread_getspecific () from /lib/tls/i686/cmov/libpthread.so.0 #7 0xb4299e11 in PR_WaitCondVar () from /usr/lib/libnspr4.so.0d #8 0xb4335c3f in ?? () from /usr/lib/firefox/libxpcom_core.so #9 0x08daad78 in ?? () #10 0x000030eb in ?? () #11 0x08daad18 in ?? () #12 0xb4367988 in ?? () from /usr/lib/firefox/libxpcom_core.so #13 0x0a0b5ad8 in ?? () #14 0x00000000 in ?? () Thread 4 (Thread -1303118960 (LWP 7773)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2b8fc in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0xb4298fd3 in ?? () from /usr/lib/libnspr4.so.0d #3 0x0a111194 in ?? () #4 0x0a111130 in ?? () #5 0xb253f32c in ?? () #6 0xb7e2c285 in pthread_getspecific () from /lib/tls/i686/cmov/libpthread.so.0 #7 0xb4299e11 in PR_WaitCondVar () from /usr/lib/libnspr4.so.0d #8 0xb3f2ea75 in ?? () from /usr/lib/firefox/components/libnecko.so #9 0x0a111190 in ?? () #10 0x0000ea60 in ?? () #11 0xb253f398 in ?? () #12 0x0a111120 in ?? () #13 0x0a111120 in ?? () #14 0xaec44bd7 in ?? () #15 0x0a111130 in ?? () #16 0xb42a854c in ?? () from /usr/lib/libnspr4.so.0d #17 0x0a111420 in ?? () #18 0x00000001 in ?? () #19 0xb253f3b8 in ?? () #20 0xb429fddd in ?? () from /usr/lib/libnspr4.so.0d #21 0x0a111100 in ?? () #22 0x0a111420 in ?? () #23 0x00000000 in ?? () Thread 3 (Thread -1346221168 (LWP 7781)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2b8fc in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x08120e5b in ?? () #3 0xb784f02c in ?? () #4 0xb784f014 in ?? () #5 0xafc241a8 in ?? () #6 0x0811e33d in ?? () #7 0x0811fc95 in ?? () #8 0x00000004 in ?? () #9 0x4716365b in ?? () #10 0x10cefa80 in ?? () #11 0x00000400 in ?? () #12 0x0822eaa4 in ?? () #13 0xafc241e8 in ?? () #14 0x081210eb in ?? () #15 0xb784f02c in ?? () #16 0xb784f014 in ?? () #17 0xafc24258 in ?? () #18 0x00000001 in ?? () #19 0x00000000 in ?? () Thread 2 (Thread -1348408432 (LWP 7782)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7e2b8fc in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x08120e5b in ?? () #3 0xb784f02c in ?? () #4 0xb784f014 in ?? () #5 0xafa0e1a8 in ?? () #6 0x0811e33d in ?? () #7 0x0811fc95 in ?? () #8 0x00000004 in ?? () #9 0x4716365b in ?? () #10 0x10cefa80 in ?? () #11 0x00000400 in ?? () #12 0x0822eaa4 in ?? () #13 0xafa0e1e8 in ?? () #14 0x081210eb in ?? () #15 0xb784f02c in ?? () #16 0xb784f014 in ?? () #17 0xafa0e258 in ?? () #18 0x00000001 in ?? () #19 0x00000000 in ?? () Thread 1 (Thread -1211427120 (LWP 7729)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7d7f301 in select () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7e9e780 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0 #3 0xb7e9eb4c in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0 #4 0x08194d84 in ?? () #5 0xb7b71844 in ?? () #6 0xb7b7182c in ?? () #7 0xb7b71828 in ?? () #8 0xb7b71824 in ?? () #9 0x00000000 in ?? () #0 0xffffe410 in __kernel_vsyscall () ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= Abandon (core dumped) I found that Monodevelop crashes each time I try to open a file editable via the GUI editor or a project that contains one of such files. This is may be a bug in a library used by Monodevelop rather than Monodevelop itself as the same problem appears with a version compiled from sources. However, I managed to create a GTK# project using my compiled version (0.16) and it still crashes when I open it.
2007-10-17 16:25:08 Mockly Guillaume bug added attachment 'log' (here is the output after the crash)
2007-10-17 16:27:00 Mockly Guillaume description I found that Monodevelop crashes each time I try to open a file editable via the GUI editor or a project that contains one of such files. This is may be a bug in a library used by Monodevelop rather than Monodevelop itself as the same problem appears with a version compiled from sources. However, I managed to create a GTK# project using my compiled version (0.16) and it still crashes when I open it. Version: Gutsy I found that Monodevelop crashes each time I try to open a file editable via the GUI editor or a project that contains one of such files. This is may be a bug in a library used by Monodevelop rather than Monodevelop itself as the same problem appears with a version compiled from sources. However, I managed to create a GTK# project using my compiled version (0.16) and it still crashes when I open it.
2007-10-18 18:40:11 Pedro Villavicencio None: importance Undecided Medium
2007-12-24 20:11:02 Jimt bug added attachment 'md.log' (md.log)
2007-12-26 07:59:25 mvoncken monodevelop: status New Confirmed
2007-12-27 09:19:13 mvoncken bug assigned to stetic (Ubuntu)
2007-12-27 09:19:45 mvoncken stetic: status New Confirmed
2008-03-22 17:28:20 flbulgarelli bug added attachment 'monbt' (Here is my backtrace)
2012-11-08 16:41:29 Thomas Hotz bug added subscriber Thomas Hotz