[Mono-bugs] [Bug 81400][Nor] New - ApplicationHost can only process a single request reliably

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Apr 19 07:45:36 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/81400	2007-04-19 07:45:35.000000000 -0400
+++ shadow/81400.tmp.15667	2007-04-19 07:45:35.000000000 -0400
@@ -0,0 +1,157 @@
+Bug#: 81400
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ApplicationHost can only process a single request reliably
+
+An ApplicationHost created using ApplicationHost.CreateApplicationHost 
+cannot be used to (synchronously) process more than one request.
+
+To reproduce:
+1. extract the attached gzipped tar archive.
+2. run 'make test'
+
+Expected result:
+Mono 1.0
+Index1.aspx:
+<html>Index1</html>
+Index2.aspx:
+<html>Index2</html>
+Index3.aspx:
+<html>Index3</html>
+Index4.aspx:
+<html>Index4</html>
+Mono 2.0
+Index1.aspx:
+<html>Index1</html>
+Index2.aspx:
+<html>Index2</html>
+Index3.aspx:
+<html>Index3</html>
+Index4.aspx:
+<html>Index4</html>
+
+Actual result:
+Mono 1.0
+Index1.aspx:
+<html>Index1</html>
+Index2.aspx:
+
+Index3.aspx:
+<?xml version="1.0" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
+Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
+transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" 
+xml:lang="en" lang="en"><head><title>Error 500</title><style 
+type="text/css">body {font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;font-size: .7em;color:black;background-color: white}
+p {font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;color:black;margin-top: -5px}
+b {font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:bold;color:black;margin-top: -5px}
+h1 { font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;font-size:18pt;color:red }
+h2 { font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;font-size:14pt;color:maroon }
+pre {font-family:"Lucida Console","DejaVu Sans Mono",	monospace;font-
+size: 1.2em}
+div.bodyText {font-family: "Verdana","DejaVu Sans",sans-serif}
+table.sampleCode {width: 100%; background-color: #ffffcc; }
+.errorText {color: red; font-weight: bold}
+.marker {font-weight: bold; color: black;text-decoration: none;}
+.version {color: gray;}
+.error {margin-bottom: 10px;}
+.expandable { text-decoration:underline; font-weight:bold; color:navy; 
+cursor:hand; }</style></head><body><h1>Server Error in '/' 
+Application</h1><hr style="color: silver"/><h2><em>Object reference not 
+set to an instance of an object</em></h2>
+<p><strong>Description: </strong>Error processing request.</p>
+<p><strong>Error Message: </strong>HTTP 500. 
+System.NullReferenceException: Object reference not set to an instance of 
+an object
+</p>
+<p><strong>Stack Trace: </strong></p><table summary="Stack Trace" 
+class="sampleCode">
+<tr><td><pre>System.NullReferenceException: Object reference not set to 
+an instance of an object
+  at System.Web.HttpApplication+&lt;&gt;c__CompilerGenerated1.MoveNext () 
+[0x00000] </pre></td></tr>
+</table>
+<![CDATA[
+System.Web.HttpException:  ---&gt; System.NullReferenceException: Object 
+reference not set to an instance of an object
+  at System.Web.HttpApplication+&lt;&gt;c__CompilerGenerated1.MoveNext () 
+[0x00000] --- End of inner exception stack trace ---
+
+]]>
+<hr style="color: silver"/>4/19/2007 11:50:24 AM</body></html>
+
+Index4.aspx:
+
+Mono 2.0
+Index1.aspx:
+<html>Index1</html>
+Index2.aspx:
+
+Index3.aspx:
+<?xml version="1.0" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
+Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
+transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" 
+xml:lang="en" lang="en"><head><title>Error 500</title><style 
+type="text/css">body {font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;font-size: .7em;color:black;background-color: white}
+p {font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;color:black;margin-top: -5px}
+b {font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:bold;color:black;margin-top: -5px}
+h1 { font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;font-size:18pt;color:red }
+h2 { font-family:"Verdana","DejaVu Sans",sans-serif;font-
+weight:normal;font-size:14pt;color:maroon }
+pre {font-family:"Lucida Console","DejaVu Sans Mono",	monospace;font-
+size: 1.2em}
+div.bodyText {font-family: "Verdana","DejaVu Sans",sans-serif}
+table.sampleCode {width: 100%; background-color: #ffffcc; }
+.errorText {color: red; font-weight: bold}
+.marker {font-weight: bold; color: black;text-decoration: none;}
+.version {color: gray;}
+.error {margin-bottom: 10px;}
+.expandable { text-decoration:underline; font-weight:bold; color:navy; 
+cursor:hand; }</style></head><body><h1>Server Error in '/' 
+Application</h1><hr style="color: silver"/><h2><em>Object reference not 
+set to an instance of an object</em></h2>
+<p><strong>Description: </strong>Error processing request.</p>
+<p><strong>Error Message: </strong>HTTP 500. 
+System.NullReferenceException: Object reference not set to an instance of 
+an object
+</p>
+<p><strong>Stack Trace: </strong></p><table summary="Stack Trace" 
+class="sampleCode">
+<tr><td><pre>System.NullReferenceException: Object reference not set to 
+an instance of an object
+  at System.Web.HttpApplication+&lt;&gt;c__CompilerGenerated2.MoveNext () 
+[0x00000] </pre></td></tr>
+</table>
+<![CDATA[
+System.Web.HttpException:  ---&gt; System.NullReferenceException: Object 
+reference not set to an instance of an object
+  at System.Web.HttpApplication+&lt;&gt;c__CompilerGenerated2.MoveNext () 
+[0x00000] --- End of inner exception stack trace ---
+
+]]>
+<hr style="color: silver"/>4/19/2007 11:50:29 AM</body></html>
+
+Index4.aspx:


More information about the mono-bugs mailing list