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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 22:09:04 -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 scott.mohekey@telogis.com.

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

--- shadow/73001	2005-02-24 22:01:35.000000000 -0500
+++ shadow/73001.tmp.19887	2005-02-24 22:09:04.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 73001
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
-Component: Sys.Drawing.
+Component: GC
 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.
@@ -46,6 +46,19 @@
 
 
 ------- Additional Comments From scott.mohekey@telogis.com  2005-02-24 21:25 -------
 Created an attachment (id=14402)
 A test png. Any will do.
 
+
+------- Additional Comments From scott.mohekey@telogis.com  2005-02-24 22:09 -------
+I noticed that the summary and some other points were changed (in
+particular the product was changed from mono runtime to mono class
+libraries). I should mention that this is being seen in places other
+than when using System.Drawing, as a quick glance at some of the last
+days posts in mono-list will reveal. MonoDevelop was bitten due to a
+delegate related to Glib
+(http://lists.ximian.com/archives/public/mono-list/2005-February/025987.html).
+This bug was introduced as a result of a change to fix another
+(related) bug that was causing the finalizer to abort the process with
+an assert when finalizing some delegates
+(http://lists.ximian.com/archives/public/mono-devel-list/2005-February/010461.html).