[Mono-bugs] [Bug 41525][Nor] Changed - Mini crashes using ASP.NET

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 21 Apr 2003 09:45:39 -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 ramon_garcia_f@terra.es.

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

--- shadow/41525	Fri Apr 18 12:59:27 2003
+++ shadow/41525.tmp.22776	Mon Apr 21 09:45:39 2003
@@ -440,6 +440,15 @@
 jl     0x8472621
 
 The wrong jump skips the instruction "push  $0x18" and thus
 one element of the stack is missing.
 
 I hope the diagnostic is more complete now.
+
+------- Additional Comments From ramon_garcia_f@terra.es  2003-04-21 09:45 -------
+If you want to reproduce this bug without using XSP run:
+
+mini -v -v -v -v --compile Caching.ExpiresBucket:FlushExpiredItems
+/usr/local/lib/System.Web.dll
+
+Look for the second appearance of FlushExpiredItems in the output. You
+will see the wrong assembly code generated.