[Mono-bugs] [Bug 333898] NullReferenceException in SessionInProcHandler. SetAndReleaseItemExclusive

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 16 18:58:17 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=333898#c3





--- Comment #3 from Marek Habersack <mhabersack at novell.com>  2007-10-16 16:58:17 MST ---
You can try running mono with the --trace=N:System.Web.SessionState parameter,
which will output call trace for the named namespace. You can also inject
Console.WriteLine calls inside SessionStateModule and friends to see what are
the values of the interesting variables/params etc.

I can handle the item == null case easily, but I'm reluctant to do it since it
doesn't solve the problem - it merely hides it. Sooner or later it will popup
again, I'd rather fix it once and fix it well. As you've mentioned, the item
parameter should never be null in this method - that means something wrong is
going somewhere else, and we need to somehow find where is the "somewhere
else". Please give the --trace a try and see what you can make out of it.
Thanks in advance and keep me posted about your results.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list