[Mono-bugs] [Bug 58558][Blo] New - mod-mono-server is no longer able to serve any page
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 15 May 2004 16:15:23 -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 jaak@zd.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=58558
--- shadow/58558 2004-05-15 16:15:22.000000000 -0400
+++ shadow/58558.tmp.20928 2004-05-15 16:15:22.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 58558
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jaak@zd.com.pl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mod-mono-server is no longer able to serve any page
+
+I recently updated mono,mcs,mod_mono and xsp from CVS and I'm no longer
+able to run any ASP.NET page. I get this error when attempting to get any
+trivial page:
+
+(...)
+
+Exception rethrown at [0]:
+ ---> System.TypeInitializationException: An exception was thrown by the
+type initializer for System.Diagnostics.TraceImpl --->
+System.NullReferenceException: Object reference not set to an instance of
+an object
+in [0x00031] (at
+/home/mono/src/mcs/class/System/System.Configuration/ConfigurationSettings.cs:41)
+System.Configuration.ConfigurationSettings:GetConfig (string)
+in [0x0002a] (at
+/home/mono/src/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs:34)
+System.Diagnostics.DiagnosticsConfiguration:get_Settings ()
+in [0x0002c] (at
+/home/mono/src/mcs/class/System/System.Diagnostics/TraceImpl.cs:58)
+System.Diagnostics.TraceImpl:.cctor ()
+--- End of inner exception stack trace ---
+
+(...)
+
+(full log attached)
+
+I have an automated rebuild script that always rebuilds everything from
+clean CVS so there's little chance that this is some build error.
+
+I'm 100% certain that this used to work on May 7th on the same machine. The
+only configuration thing that I changed since then is the use of "boehm"
+garbage collector instead of "included" one.