[Mono-bugs] [Bug 61533][Cri] Changed - boehm-gc crashes on NetBSD

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 07:54:26 -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.1040	2004-07-14 07:54:26.000000000 -0400
@@ -21,6 +21,11 @@
 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.
+
+------- Additional Comments From recht@netbsd.org  2004-07-14 07:54 -------
+Created an attachment (id=8554)
+correctly define ELFSIZE on NetBSD
+