[Bug 558571] Re: /etc/ld.so.nohwcap missing
John Drinkwater
john at nextraweb.com
Sun Nov 9 15:53:27 UTC 2014
Think the original report queried whether it could be cached with the
comment ‘or the futile accesses should be removed’ to avoid the noise in
traces; is the state of the file intended to change ld behaviour during
load, should it?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/558571
Title:
/etc/ld.so.nohwcap missing
Status in “glibc” package in Ubuntu:
Invalid
Bug description:
/etc/ld.so.nohwcap is accessed on every process launch, but it does
not exist.
Example:
strace ls 2>&1 | grep /etc/ld.so.nohwcap
strace df 2>&1 | grep /etc/ld.so.nohwcap
strace sleep 0 2>&1 | grep /etc/ld.so.nohwcap
Output is one or more:
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
This file should exist (what does it do?), or the futile accesses
should be removed. Doing so will improve process launch times.
This was confirmed on Ubuntu 10.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/558571/+subscriptions
More information about the foundations-bugs
mailing list