[Mono-bugs] [Bug 47689][Wis] New - XSP aborts due to Programming Error in ASPX page

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Aug 2003 15:55:26 -0400 (EDT)


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 pumrs@web.de.

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

--- shadow/47689	2003-08-17 15:55:26.000000000 -0400
+++ shadow/47689.tmp.26978	2003-08-17 15:55:26.000000000 -0400
@@ -0,0 +1,52 @@
+Bug#: 47689
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pumrs@web.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP aborts due to Programming Error in ASPX page
+
+Please fill in this template when reporting a bug, unless you know what you are doing. 
+Description of Problem: 
+ 
+ 
+Steps to reproduce the problem: 
+1. write ASPX-page like this: 
+<%@ Page Language="C#" %> 
+<HTML> 
+<Body> 
+<script language="C#" runat="Server"> 
+  public class buggie{ 
+    string m_hugo = ""; 
+    public string hugo{ 
+	 set{hugo = value;} } 
+  } 
+</Script> 
+<% buggie bg = new buggie(); 
+   bg.hugo = "oh, a bug"; 
+%> 
+</body> 
+</html> 
+2. open this page with XSP 
+3.  
+ 
+Actual Results: 
+XSP stops with Memory Access Failure 
+ 
+Expected Results: 
+Error message in compiler or at runtime in in XSP 
+ 
+How often does this happen?  
+every time 
+ 
+Additional Information: