[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #20612] rpctrace: heisenbug
From: |
Thomas Schwinge |
Subject: |
[bug #20612] rpctrace: heisenbug |
Date: |
Sat, 28 Jul 2007 22:52:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty) |
URL:
<http://savannah.gnu.org/bugs/?20612>
Summary: rpctrace: heisenbug
Project: The GNU Hurd
Submitted by: tschwinge
Submitted on: Sunday 07/29/07 at 00:52
Category: Hurd
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Reproducibility: Every Time
Size (loc): None
Planned Release: None
Effort: 0.00
Wiki-like text discussion box:
_______________________________________________________
Details:
When running via rpctrace, a program like this will fail with the specified
error message, while it won't error and will finish correctly when running
directly.
#v+
if (setregid (getegid (), -1) != 0 ||
setreuid (geteuid (), -1) != 0)
{
perror ("failed to drop real uid/gid");
exit (1);
}
#v-
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?20612>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #20612] rpctrace: heisenbug,
Thomas Schwinge <=