[Mono-bugs] [Bug 54265][Min] Changed - spurious error message with regex matching

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Feb 2004 09:15:25 -0500 (EST)


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 liyul@hotmail.com.

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

--- shadow/54265	2004-02-12 09:11:58.000000000 -0500
+++ shadow/54265.tmp.2352	2004-02-12 09:15:25.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54265
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -136,6 +136,91 @@
 	at System.Web.Configuration.HandlerFactoryConfiguration.GetIndex()
 	at System.Web.Configuration.HandlerFactoryConfiguration.FindHandler()
 	at System.Web.HttpApplication.CreateHttpHandler()
 	at System.Web.HttpApplication+CreateHandlerState.Execute()
 	at System.Web.HttpApplication+StateMachine.ExecuteState()
 	at Syste‡
+
+------- Additional Comments From liyul@hotmail.com  2004-02-12 09:15 -------
+Typical message during matching of compilation error messages:
+
+
+warning: ---- DEBUG ASSERTION FAILED ----
+
+
+warning: ---- Assert Short Message ----
+
+
+warning: Regex
+
+
+warning: ---- Assert Long Message ----
+
+
+warning: Attempt to backtrack forwards
+
+
+warning: 
+
+
+warning: 
+	at System.Diagnostics.DefaultTraceListener.Fail()
+	at System.Diagnostics.TraceImpl.Fail()
+	at System.Diagnostics.TraceImpl.Assert()
+	at System.Diagnostics.Debug.Assert()
+	at System.Text.RegularExpressions.Interpreter.Backtrack()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.TryMatch()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Scan()
+	at System.Text.RegularExpressions.Regex.Match()
+	at System.Text.RegularExpressions.Regex.Match()
+	at Mono.CSharp.CSharpCodeCompiler.CreateErrorFromString()
+	at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch()
+	at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromDomBatch()
+	at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromDom()
+	at System.Web.Compilation.CachingCompiler.Compile()
+	at System
+warning: ---- DEBUG ASSERTION FAILED ----
+
+
+warning: ---- Assert Short Message ----
+
+
+warning: Regex
+
+
+warning: ---- Assert Long Message ----
+
+
+warning: Attempt to backtrack forwards
+
+
+warning: 
+
+
+warning: 
+	at System.Diagnostics.DefaultTraceListener.Fail()
+	at System.Diagnostics.TraceImpl.Fail()
+	at System.Diagnostics.TraceImpl.Assert()
+	at System.Diagnostics.Debug.Assert()
+	at System.Text.RegularExpressions.Interpreter.Backtrack()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.TryMatch()
+	at System.Text.RegularExpressions.Interpreter.Eval()
+	at System.Text.RegularExpressions.Interpreter.Scan()
+	at System.Text.RegularExpressions.Regex.Match()
+	at System.Text.RegularExpressions.Regex.Match()
+	at Mono.CSharp.CSharpCodeCompiler.CreateErrorFromString()
+	at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch()
+	at Mono.CSharp.CSharpCode
+
+...