[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
18 Nov 2002 15:45:11 -0000
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31333
--- shadow/31333 Mon Nov 18 10:11:32 2002
+++ shadow/31333.tmp.23390 Mon Nov 18 10:45:11 2002
@@ -12,12 +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
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: