[Issue 11313] New: std.process.ProcessException: Not an executable file on running unittests when /tmp is mounted noexec
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 21 04:45:42 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11313
Summary: std.process.ProcessException: Not an executable file
on running unittests when /tmp is mounted noexec
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: ibuclaw at ubuntu.com
--- Comment #0 from Iain Buclaw <ibuclaw at ubuntu.com> 2013-10-21 04:45:40 PDT ---
As per summary, to reproduce run (assumes you have a line in /etc/fstab for
/tmp):
mount -o remount,noexec /tmp
Then run the phobos unittests.
Unittests should *really* be creating the temp file on the same filesystem as
where you are running ./unittest from for phobos.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list