[Mono-dev] HttpApplication pipeline exception in the latest mono svn

Marek Habersack grendel at caudium.net
Thu Feb 2 17:56:46 EST 2006


On Thu, Feb 02, 2006 at 05:12:54PM -0500, Miguel de Icaza scribbled:
> Hello,
Hello,
 
> >   At first I thought it was due to some problem with my installation of
> > mono, but I've purged everything and compiled mono from svn on two machines
> > (both have the stable mono 1.13.2 installed as well) to discover that the
> > problem occurred again. Please take a look at http://pastebin.com/535213 -
> > this is what happens, and http://pastebin.com/535232 - this is where it
> > happens. For some reason, access to the boolean variable stop_processing
> > causes the pipeline to throw the above exception.
> >   With my very limited knowledge of the mono vm I have no idea what might be
> > going wrong...
> 
> What version of Mono are you running, what is the application that is
This is the latest mono from SVN, updated an hour ago (first happened with
last night's version)

> causing this problem?
Any asp.net application. The attached default.aspx triggers the bug every
time.

best regards,

marek
-------------- next part --------------
<%@ Page Language="C#" %>
<html>
  <head>
    <title>test</title>
  </head>
  <body>
    <form runat="server">
      hello
    </form>
  </body>
</html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060202/8a1ea3c9/attachment.bin 


More information about the Mono-devel-list mailing list