[MonoDevelop] open document crash

Alvaro A. Ramirez alramire@ecs.syr.edu
Wed, 21 Apr 2004 16:38:05 -0400


Perfect! Thank you. Code completion is looking great by the way. 

Regards, 

Alvaro

On Wed, 2004-04-21 at 14:41, John Luke wrote:
> On Wed, 2004-04-21 at 01:44 -0400, Alvaro A. Ramirez wrote:
> > I am able to compile and run monodevelop (MonoDevelop-r1487). Everything
> > seems to work ok until I open any document. I can open a combine, but
> > any text document crashes the program. I get the following error in the
> > console:
> > 
> > tuco@stella MonoDevelop $ make run
> > cd build/bin && LD_LIBRARY_PATH="/usr/lib/mozilla" mono --debug
> > MonoDevelop.exe
> > node `debugger' is not defined on the documentation map
> > Creating DefaultWorkbench
> >  
> > (MonoDevelop:22263): GLib-GObject-CRITICAL **: file genums.c: line 394
> > (g_value_set_enum): assertion `G_VALUE_HOLDS_ENUM (value)' failed
> >  
> > ** (MonoDevelop:22263): WARNING **: Missing method .ctor in assembly
> > /usr/local/lib/gtksourceview-sharp.dll typeref index 5
> >  
> > ** ERROR **: file mini.c: line 3189 (mono_method_to_ir): assertion
> > failed: (cmethod)
> > aborting...
> >  
> > (gnome_segv:22270): Gtk-WARNING **: Ignoring the separator setting
> > make: *** [runmd] Error 1
> > 
> > 
> > Any ideas? I have recently upgraded to gnome 2.6. Could this be
> > relevant? Thanks. 
> > 
> 
> You just need to rebuild gtsourceview-sharp with the newer gtk# that you
> have.