[Mono-bugs] [Bug 61533][Cri] New - boehm-gc crashes on NetBSD
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 07:53:57 -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 recht@netbsd.org.
http://bugzilla.ximian.com/show_bug.cgi?id=61533
--- shadow/61533 2004-07-14 07:53:57.000000000 -0400
+++ shadow/61533.tmp.1016 2004-07-14 07:53:57.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 61533
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: NetBSD 2.0_BETA i386
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: recht@netbsd.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: boehm-gc crashes on NetBSD
+
+Description of Problem:
+
+While passing the patch for NetBSD/amd64 to Hans Boehm an error slipped
+through and unfortunaly made it also into mono with the libgc update.
+The problem is that ELFSIZE isn not defined in dyn_load.c which leads to
+coredumps.
+
+The attached patch fixes the problem.