[Mono-bugs] [Bug 77091][Wis] New - Mono.Posix.Syscall.mmap fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 23 16:39:14 EST 2005
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 ben at mw0.ath.cx.
http://bugzilla.ximian.com/show_bug.cgi?id=77091
--- shadow/77091 2005-12-23 16:39:14.000000000 -0500
+++ shadow/77091.tmp.11989 2005-12-23 16:39:14.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 77091
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Mono.POSIX
+AssignedTo: miguel at ximian.com
+ReportedBy: ben at mw0.ath.cx
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono.Posix.Syscall.mmap fails
+
+Mono.Posix.Syscall fails with EINVAL regardless of the arguments it is
+given. This is because of a bug in the generated parameter mapping code
+(support/map.c), which does not include <sys/mman.h>, thereby making all
+PROT_* and MAP_* macros invalid. Attached is a set of patches to fix this bug.
More information about the mono-bugs
mailing list