[Mono-bugs] [Bug 79161][Nor] Changed - Certain combinations of Mono.Posix.FilePermissions flags result in exceptions under solaris

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 27 22:54:20 EDT 2006


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 jonpryor at vt.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=79161

--- shadow/79161	2006-10-27 17:22:02.000000000 -0400
+++ shadow/79161.tmp.19047	2006-10-27 22:54:20.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 79161
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Solaris 10/x86 + Solaris 10/sparc
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Mono.POSIX
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: blinke at CeBiTec.Uni-Bielefeld.DE               
 QAContact: mono-bugs at ximian.com
@@ -72,6 +72,17 @@
 mode_t, but mode_t combines bit-mask information -- S_RWXG, etc. --
 with non-bitmask type information).
 
 I still need to find a more elegant solution to permit mixing the two,
 but does this at least fix things for you?
 
+
+------- Additional Comments From jonpryor at vt.edu  2006-10-27 22:54 -------
+Fixed in svn:
+
+2006-10-27  Jonathan Pryor  <jonpryor at vt.edu>
+
+  * map.c: Improve handling of [Flags] enumerations which mix bitfields
+    and non-bitfield values (i.e. FilePermissions and S_IFREG, which 
+    isn't a bit field, along with a few other FilePermissions values).
+    Fixes #79161.
+


More information about the mono-bugs mailing list