[Mono-bugs] [Bug 63031][Maj] New - xsp crashes on Solaris

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Aug 2004 09:48:58 -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 mark@markround.com.

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

--- shadow/63031	2004-08-13 09:48:58.000000000 -0400
+++ shadow/63031.tmp.3299	2004-08-13 09:48:58.000000000 -0400
@@ -0,0 +1,71 @@
+Bug#: 63031
+Product: Mono: Runtime
+Version: unspecified
+OS: Solaris 8
+OS Details: SunOS 5.8 Generic_117350-04 sun4u sparc SUNW,Ultra-5_10
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mark@markround.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: xsp crashes on Solaris
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+XSP Crashes on Solaris when attempting to access a page.
+
+Steps to reproduce the problem:
+1. CD to any directory where you want to serve web content
+2. Start XSP
+3. Browse to the machine running XSP
+
+Actual Results:
+
+# mono /usr/local/bin/xsp.exe
+xsp
+Adding applications '/:.'...
+Registering application:
+    Host:          any
+    Port:          any
+    Virtual path:  /
+    Physical path: /export/home/mround/mono/build/monodoc-1.0/browser/web
+Listening on port: 8080
+Listening on address: 0.0.0.0
+Root directory: /export/home/mround/mono/build/monodoc-1.0/browser/web
+Hit Return to stop the server.
+
+[ At this point, I browse to port 8080 from another machine, and the
+following happens : ]
+
+Unhandled Exception: System.Net.Sockets.SocketException: Some sort of w32
+error occurred: 10042
+in <0x00074> System.Net.Sockets.Socket:SetSocketOption
+(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,int)
+in <0x00028> Mono.ASPNET.ApplicationServer:SetSocketOptions
+(System.Net.Sockets.Socket)
+in <0x001f4> Mono.ASPNET.ApplicationServer:RunServer ()
+in <0x0008c> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
+
+
+Expected Results:
+
+I would expect to see some content returned to the browser. It just sits
+there waiting until the connection times out.
+
+How often does this happen? 
+
+Every time I try to access a page served by XSP.
+
+Additional Information:
+
+I am using mono and xsp 1.0.1
+
+-Mark