[Mono-bugs] [Bug 28624][Nor] New - Fuzzy problem running xsp when GC is enabled

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Aug 2002 17:16:58 -0000


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 gonzalo@ximian.com.

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

--- shadow/28624	Tue Aug  6 13:16:58 2002
+++ shadow/28624.tmp.16786	Tue Aug  6 13:16:58 2002
@@ -0,0 +1,36 @@
+Bug#: 28624
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Fuzzy problem running xsp when GC is enabled
+
+Description of Problem:
+When running server.exe (the test xsp web server) i get a few
+NullReferenceException, AlreadyDisposedException... and the objects are
+still referenced.
+
+Steps to reproduce the problem:
+1. make install in module xsp and follow the instructions to run the server
+2.Try, for example, accesing 127.0.0.1:8000/
+
+(attached is the output i get)
+
+When debugging, the first place where gdb stops is in (surprise!),
+nanosleep () inside libc6 and the signal is (oh, lord!) SIGPWR.
+
+If GC is not enabled, everything runs fine.
+
+I'm using debian sid and at least 2 more people using debian had the same
+problem (don't know about other distros)