[Mono-docs-list] xsl bug with 0.31?

John Luke jluke@users.sourceforge.net
Tue, 27 Apr 2004 14:29:39 -0400


On Tue, 2004-04-27 at 14:21 -0400, Miguel de Icaza wrote:
> Hello,
> 
> > 	It seems monodoc is broken with mono/mcs 0.31. Here is the output of
> > monodoc T:System.String.
> > 
> > node `debugger' is not defined on the documentation map
> > node `classlib-gtkmozembed' is not defined on the documentation map
> > free(): invalid pointer 0x41e1c740!
> > Trying: T:System.String
> 
> This works for me, am wondering if you could track where that free()
> call is coming from.
> 
> And also mono --debug might be helpful here.
> 
> Miguel

Oops, sorry forgot --debug.  The free thing comes I think from more
recent versions of gtkhtml I think. It occurs in anything that uses
Gtk.HTML at least, so it is not monodoc specific. I'll see if I can
figure out why I am getting that xsl error though if it works for
everyone else.