[MonoDevelop] MD freezing more and more often..

buhochileno at gmail.com buhochileno at gmail.com
Sat Sep 19 21:05:30 EDT 2009


Michael Hutchinson wrote:
> On Fri, Sep 18, 2009 at 8:38 PM, buhochileno at gmail.com
> <buhochileno at gmail.com> wrote:
>   
>> Hi,
>>
>> My MD is freezing more and more often, doing wherever like: selecting
>> text, compiling, just leaving it open, wherever...I also try to delete
>> my ..home/.confir/MonoDevelop and ..home/.config/MonoDebugger
>> folders...still the same, compiling or running my apps from consolo
>> works just fine...
>>
>>
>> Here is what I can get at the console when I running MD and its freeze
>> (allways same bunch of messages), not sure if it is related to the freez
>> since I allways get those messages even when MD runs fine, so tell me if
>> are good to submit a bug or how can I find more useful logs/messages to
>> help you:
>>     
>
> The warnings in your log would only affect the code completion, and
> should not be related to hangs.
>
> Please use "kill -QUIT" on the MonoDevelop PID when MD is frozen. That
> will cause Mono to write stack traces of all threads to stdout (and
> the MD log), so we can determine what has hung.
>
>   
Here is what I get doing the kill -QUIT thing (btw, when MD freeze I 
find 2 monodevelop process and 1 mono one)

"<unnamed thread>" tid=0x0x111c20 this=0x0x3eed8 thread handle 0x404 
state : not waiting owns ()
  at (wrapper managed-to-native) 
object.__icall_wrapper_mono_array_new_specific (intptr,int) <0x00004>
  at (wrapper managed-to-native) 
object.__icall_wrapper_mono_array_new_specific (intptr,int) <0xffffffff>
  at System.Text.Encoding.GetBytes (string) <0x0007a>
  at GLib.Marshaller.StringToPtrGStrdup (string) <0x00025>
  at GLib.Value..ctor (GLib.Object,string) <0x00036>
  at GLib.Object.GetProperty (string) <0x0002a>
  at Gtk.Window.get_IsActive () <0x0002c>
  at MonoDevelop.Components.Commands.CommandManager.GetActiveWidget 
(Gtk.Window) <0x00036>
  at MonoDevelop.Components.Commands.CommandManager.UpdateToolbars () 
<0x0001f>
  at MonoDevelop.Components.Commands.CommandManager.UpdateStatus () 
<0x0001a>
  at GLib.Timeout/TimeoutProxy.Handler () <0x00031>
  at (wrapper native-to-managed) GLib.Timeout/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 () <0x0000a>
  at MonoDevelop.Ide.Gui.IdeApp.Run () <0x0000a>
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00b81>
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00061>
  at (wrapper runtime-invoke) 
MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object 
(object,intptr,intptr,intptr) <0xffffffff>
>> Error: did not find one of the files in
>> sources//usr/lib/monodoc/sources/gtk-sharp-docs
>> node `classlib-gnome' is not defined on the documentation map
>> node `classlib-gnome' is not defined on the documentation map
>>     
>
> These messages are caused by incorrectly installed gnome-sharp docs.
>
>   
>> System.IO.FileNotFoundException: Could not resolve: ISE.System,
>> Version=0.3.3548.272, Culture=neutral, PublicKeyToken=null
>>  at Mono.Cecil.BaseAssemblyResolver.Resolve
>>     
>
> This warning has been fixed in SVN.
>
>   



More information about the Monodevelop-list mailing list