[Mono-bugs] [Bug 68270][Maj] Changed - Saving GIF to a memory stream fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 27 Oct 2004 21:19:08 -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 gonzalo@ximian.com.

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

--- shadow/68270	2004-10-27 20:09:46.000000000 -0400
+++ shadow/68270.tmp.31207	2004-10-27 21:19:08.000000000 -0400
@@ -1,23 +1,21 @@
 Bug#: 68270
-Product: Mono: Tools
+Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: apache 2.0.52 with mod_mono 1.0.2
-Status: ASSIGNED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Blocker
-Component: XSP
-AssignedTo: gonzalo@ximian.com                            
+Priority: Major
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: codan3@msn.com               
-QAContact: gonzalo@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
-Summary: Streaming an image from an OnBeginRequest handler
+Summary: Saving GIF to a memory stream fails
 
 Moving bug here. After some debugging I have concluded that this bug does 
 not reside within System.Drawing but rather somewhere inside mod_mono or 
 xsp_server.
 
 Request hangs after requesting an image streamed from an OnBeginRequest 
@@ -102,6 +100,16 @@
 
 Additional Information:
 This works as expected with MS.NET
 
 ------- Additional Comments From gonzalo@ximian.com  2004-10-14 07:23 -------
 *** Bug 67996 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From gonzalo@ximian.com  2004-10-27 21:19 -------
+I fixed the System.Web part of this problem in HEAD. If there are no
+problems, the same fix will be in mono-1-0 branch in a few days.
+
+I'm attaching a test case showing that the rest of the problem is in
+System.Drawing.
+
+Oh, btw, whatever you put after Response.End will never be executed so
+you better dispose that stuff *before*.