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
<%@ Page Language="C#" %>
<html>
<head>
<title>test</title>
</head>
<body>
<form runat="server">
hello
</form>
</body>
</html>
signature.asc
Description: Digital signature
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
