[Mono-bugs] [Bug 73001][Blo] Changed - StreamGetBytesImpl Delegates are being garbage collected prematurely.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 00:32:38 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/73001	2005-02-24 22:43:04.000000000 -0500
+++ shadow/73001.tmp.22246	2005-02-25 00:32:38.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 73001
-Product: Mono: Runtime
+Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
-Component: GC
+Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: scott.mohekey@telogis.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: StreamGetBytesImpl Delegates are being garbage collected prematurely.
@@ -70,6 +70,10 @@
 
 
 ------- Additional Comments From scott.mohekey@telogis.com  2005-02-24 22:43 -------
 I've just tested this (again) with the latest code from subversion,
 and it is still very much present. I think you may be referring to the
 other bug mentioned in my last comment.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-02-25 00:32 -------
+I moved the bug to S.D because the S.D code is incorrect in how it
+references delegates. The GC is just doing its job.