[Mono-bugs] [Bug 80682][Nor] New - [2.0] Swallowed NRE from SessionStateModule
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 30 20:24:45 EST 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=80682
--- shadow/80682 2007-01-30 20:24:45.000000000 -0500
+++ shadow/80682.tmp.22967 2007-01-30 20:24:45.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 80682
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: robertj at gmx.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] Swallowed NRE from SessionStateModule
+
+While debugging another issue I noticed that a NRE exception
+thrown at the location below is swallowed somewhere
+inside ASP.NET. Since it occurs at almost every request,
+its cause should be rather fixed than caught.
+
+The backtrace doesn't look quite regular because it's the
+output of mono_print_method_from_ip () which I inserted
+in runtime's exception handler.
+
+IP 02F600E2 at offset 0x12 of method
+System.Web.SessionState.SessionStateModule:CreateContainer(string,System.Web.SessionState.SessionStateStoreData,bool,bool)
+ (02F600D0 02F60160)[domain 025F39C0 - ASPHOST_ecf9673d]
+/usr/src/mono/head/mcs/class/System.Web/System.Web.SessionState_2.0/SessionStateModule.cs:349
More information about the mono-bugs
mailing list