[Mono-bugs] [Bug 31333][Nor] Changed - GC problem with Console.WriteLine in the finalization code.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 27 Apr 2003 13:23:01 -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 lupus@ximian.com.

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

--- shadow/31333	Thu Jan 23 13:01:13 2003
+++ shadow/31333.tmp.9985	Sun Apr 27 13:23:01 2003
@@ -12,13 +12,13 @@
 ReportedBy: manyoso@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: GC problem with Console.WriteLine in the finalization code.
-BugsThisDependsOn: 31265
+BugsThisDependsOn: 31265[FIXED]
 
 The following code is a test case for something that's been haunting us for quite awhile.  
 For some reason the inclusion of the call to Console.WriteLine is producing hard segv's 
 with curious backtraces in gdb...  The stack frame is _huge_ and it always ends with 
 some finalizer and then some type of threading code.  This also seems dependant upon 
 which version of boehm we use, but the results are always similar.  Here is the code: