[Mono-bugs] [Bug 31750][Wis] New - Unresolved GC_MALLOC and GC_REGISTER_FINALIZER with Boehm-Lib
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Oct 2002 15:28:00 -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 email@georg-ludwig.de.
http://bugzilla.ximian.com/show_bug.cgi?id=31750
--- shadow/31750 Fri Oct 4 11:28:00 2002
+++ shadow/31750.tmp.22319 Fri Oct 4 11:28:00 2002
@@ -0,0 +1,22 @@
+Bug#: 31750
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: Redhat 7.2
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: email@georg-ludwig.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Unresolved GC_MALLOC and GC_REGISTER_FINALIZER with Boehm-Lib
+
+In threads.c the macro GC_MALLOC and GC_REGISTER_FINALIZER are
+used. These cannot be resolved because gc.h (Boehm) cannot be
+included. First because there already is one in mono/metadata,
+and second because various defs would be missing.