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

Tiago Lima tiago.lima@vianw.pt
Thu, 16 Oct 2003 16:08:43 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_019C_01C393FF.C5AB0950
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

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>

    Tiago Lima

------=_NextPart_000_019C_01C393FF.C5AB0950
Content-Type: application/octet-stream;
	name="TextArea.aspx"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="TextArea.aspx"

<%@ Page Language="C#" %>

<textarea runat="server">
</textarea>

------=_NextPart_000_019C_01C393FF.C5AB0950--