[Mono-bugs] [Bug 78456][Nor] Changed - Impersonation via setresuid crashes runtime
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 15 16:26:33 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78456
--- shadow/78456 2006-05-19 07:54:07.000000000 -0400
+++ shadow/78456.tmp.26154 2006-07-15 16:26:33.000000000 -0400
@@ -2,19 +2,19 @@
Product: Mono: Runtime
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: pawel.sakowski at mind-breeze.com
QAContact: mono-bugs at ximian.com
-TargetMilestone: ---
+TargetMilestone: V2_0
URL:
Cc:
Summary: Impersonation via setresuid crashes runtime
Description of Problem:
A call to WindowsIdentity.Impersonate renders the runtime pretty much
@@ -55,6 +55,11 @@
100%. The amount of errors reported and the exact place where they occur
varies randomly, among all the assertions on (thr_ret == 0) in handles.c
Additional Information:
strace shows that the reason is an EACCESS on semop -- which is not
surprising, given that the euid has been modified.
+
+------- Additional Comments From miguel at ximian.com 2006-07-15 16:26 -------
+Mono does not cope well (due to the SHM support) with UID changing.
+
+Setting to normal for 2.0
More information about the mono-bugs
mailing list