[Mono-bugs] [Bug 78930][Cos] New - Trace ignores exceptions

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 22 12:11:11 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=78930

--- shadow/78930	2006-07-22 12:11:11.000000000 -0400
+++ shadow/78930.tmp.25474	2006-07-22 12:11:11.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 78930
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Trace ignores exceptions
+
+If tracing is enabled, MS.NET records exceptions as well.
+Mono doesn't record the request at all.
+
+How to reproduce it:
+
+1) enable tracing in web.config
+
+<configuration>
+<system.web>
+<trace enabled="true" pageOutput="false" localOnly="false" />
+
+2) request this aspx file:
+
+<%@ Page language="C#" %>
+<script runat="server">
+void Page_Load (object sender, EventArgs e)
+{
+    throw new NotImplementedException();
+}
+
+
+3) request Trace.axd


More information about the mono-bugs mailing list