[Mono-bugs] [Bug 75376][Min] New - recursive reference of control
will crash
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 24 21:39:39 EDT 2005
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 dave.bacon at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75376
--- shadow/75376 2005-06-24 21:39:39.000000000 -0400
+++ shadow/75376.tmp.5500 2005-06-24 21:39:39.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 75376
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Ubuntu breezy badger
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: dave.bacon at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: recursive reference of control will crash
+
+Description of Problem:
+ Making a mistake in a Control (.ascx) I registered a tag with the source
+of the same .ascx (recursive reference). Upon loading the page, the
+runtime generates a segmentation fault.
+
+Steps to reproduce the problem:
+1. Download/untar attached webapp
+2. Host the webapp in XSP
+3. Point the browser at it.
+4. XSP produces a segmentation fault.
+
+Actual Results:
+dbacon at hornet:~/xsp-recursive-bug$ xsp --port 9002 --applications
+/bug:/home/dbacon/xsp-recursive-bug/
+xsp
+Listening on port: 9002
+Listening on address: 0.0.0.0
+Root directory: /home/dbacon/xsp-recursive-bug
+Hit Return to stop the server.
+Segmentation fault
+dbacon at hornet:~/xsp-recursive-bug$
+
+
+Expected Results:
+ I expected an error code to be produced by XSP when checking the
+structure of the xml control's .ascx file.
+
+
+How often does this happen?
+ With the given example, everytime.
More information about the mono-bugs
mailing list