[Mono-bugs] [Bug 82193][Nor] Changed - [2.0] Global.asax <object> with scope="session" not being instantiated

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 26 12:25:15 EDT 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 juraj at hotfeet.ch.

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

--- shadow/82193	2007-07-26 12:18:50.000000000 -0400
+++ shadow/82193.tmp.15990	2007-07-26 12:25:15.000000000 -0400
@@ -61,6 +61,72 @@
 	Session.StaticObjects.ToString();
 	//Basket.ToString();
 }
 </script>
 
 
+
+------- Additional Comments From juraj at hotfeet.ch  2007-07-26 12:25 -------
+Running xsp/xsp2 with tracing on the HttpStaticObjectsCollection:
+
+xsp:
+====
+
+[js at leonardo app]$ mono
+--trace=T:System.Web.HttpStaticObjectsCollection
+/usr/local/lib/mono/1.0/xsp.exe
+xsp
+Listening on port: 8080 (non-secure)
+Listening on address: 0.0.0.0
+Root directory: /home/js/mono/test/app
+Hit Return to stop the server.
+ENTER: System.Web.HttpStaticObjectsCollection:.ctor
+()(this:0x13f7950[System.Web.HttpStaticObjectsCollection 27e760c4], )
+LEAVE: System.Web.HttpStaticObjectsCollection:.ctor ()
+ENTER: System.Web.HttpStaticObjectsCollection:Add
+(System.Web.UI.ObjectTagBuilder)(this:0x13f7950[System.Web.HttpStaticObjectsCollection
+27e760c4], [System.Web.UI.ObjectTagBuilder:0xb0a80], )
+LEAVE: System.Web.HttpStaticObjectsCollection:Add
+(System.Web.UI.ObjectTagBuilder)
+ENTER: System.Web.HttpStaticObjectsCollection:.ctor
+(System.Web.HttpApplicationState)(this:0x13f7910[System.Web.HttpStaticObjectsCollection
+27e760c4], [System.Web.HttpApplicationState:0xcc3620], )
+LEAVE: System.Web.HttpStaticObjectsCollection:.ctor
+(System.Web.HttpApplicationState)
+ENTER: System.Web.HttpStaticObjectsCollection:Clone
+()(this:0x13f7950[System.Web.HttpStaticObjectsCollection 27e760c4], )
+. ENTER: System.Web.HttpStaticObjectsCollection:.ctor
+()(this:0x13f78e0[System.Web.HttpStaticObjectsCollection 27e760c4], )
+. LEAVE: System.Web.HttpStaticObjectsCollection:.ctor ()
+LEAVE: System.Web.HttpStaticObjectsCollection:Clone
+()[System.Web.HttpStaticObjectsCollection:0x13f78e0]
+
+EXCEPTION handling: ObjectDisposedException
+EXCEPTION handling: ObjectDisposedException
+EXCEPTION handling: ThreadAbortException
+EXCEPTION handling: ThreadAbortException
+EXCEPTION handling: ThreadAbortException
+EXCEPTION handling: ThreadAbortException
+EXCEPTION handling: ObjectDisposedException
+EXCEPTION handling: ObjectDisposedException
+
+
+xsp2:
+====
+[js at leonardo app]$ mono
+--trace=T:System.Web.HttpStaticObjectsCollection
+/usr/local/lib/mono/2.0/xsp2.exe
+xsp2
+Listening on port: 8080 (non-secure)
+Listening on address: 0.0.0.0
+Root directory: /home/js/mono/test/app
+Hit Return to stop the server.
+EXCEPTION handling: FormatException
+EXCEPTION handling: FormatException
+EXCEPTION handling: FormatException
+EXCEPTION handling: FormatException
+EXCEPTION handling: TypeLoadException
+EXCEPTION handling: NullReferenceException
+EXCEPTION handling: NullReferenceException
+
+
+The TypeLoadException looks a bit fishy to me....


More information about the mono-bugs mailing list