[Mono-bugs] [Bug 590436] mmap failure in System.GC.Internal.Collect() on Xen - x86-64

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 23 23:34:04 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=590436

http://bugzilla.novell.com/show_bug.cgi?id=590436#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-03-24 03:34:03 UTC ---
This seems very similar to:
https://bugzilla.novell.com/show_bug.cgi?id=504411

Try this patch as a workaround:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
diff --git a/configure.in b/configure.in
index 1c4556c..f45255c 100644
--- a/configure.in
+++ b/configure.in
@@ -74,6 +74,8 @@ case "$host" in
        ;;
 esac

+disable_munmap=yes
+
 host_win32=no
 target_win32=no
 case "$host" in
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list