[Mono-bugs] [Bug 72636][Blo] New - XSP crashes consistently on OS X

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 05:33:27 -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 brandon.barker@gmail.com.

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

--- shadow/72636	2005-02-16 05:33:27.000000000 -0500
+++ shadow/72636.tmp.6853	2005-02-16 05:33:27.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 72636
+Product: Mono: Tools
+Version: 1.0
+OS: 
+OS Details: OS X; Darwin Kernel Version 7.7.0
+Status: NEW   
+Resolution: 
+Severity: 004 Four hours
+Priority: Blocker
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: brandon.barker@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP crashes consistently on OS X
+
+XSP crashes when an aspx page is requested, specifically the default.aspx
+page included with xsp in the tests directory.  XSP serves html pages
+without trouble
+
+Steps to reproduce the problem:
+1. Have Mac OS X 10.3 available.
+2. Install Mono and XSP version 1.05
+3. Execute  xsp --port 7070 --root /usr/share/doc/xsp/test
+4. Request appropriate web page according to the server
+
+Actual Results:
+
+csbio-a:/Library/WebServer/Documents brandon$ xsp --port 7070 --root
+/usr/share/doc/xsp/test
+xsp
+Listening on port: 7070
+Listening on address: 0.0.0.0
+Root directory: /usr/share/doc/xsp/test
+Hit Return to stop the server.
+
+** ERROR **: file exceptions-ppc.c: line 930 (ves_icall_get_trace):
+assertion failed: (ji != NULL)
+aborting...
+
+
+
+Expected Results:
+
+The Error above occurs when default.aspx is requested; of course this
+shouldn't happen.
+
+How often does this happen? 
+Every time