[Mono-list] ASP.NET: XSP Segmentation Fault with TEXTAREA web control

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 16 Oct 2003 20:23:01 +0200


El jue, 16-10-2003 a las 17:08, Tiago Lima escribió:
> Hi,
> 
> When I try to see the page in attachement using XSP it does a segmentation
> fault.
> 
> In Suse8.2:
> Using all latest RPMs!! Not from the cvs !!
>     # mono --version
>     Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc.
> 
>     # mcs --version
>     Mono C# compiler version 0.27.0.0
> 
>     XSP-0.6
> 
> The attached file has just this:
> 
> <%@ Page Language="C#" %>
> 
> <textarea runat="server">
> </textarea>

This is now fixed in CVS.

-Gonzalo