Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: glibc (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/558571
Title:
/etc/
This is a real problem.
** Changed in: glibc (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/558571
Title:
/etc/ld.so.nohwcap missing
To manage notifications a
Could someone explain to me what the &%$# I am doing here right now?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/558571
Title:
/etc/ld.so.nohwcap missing
To manage notifications about this bug go
I can confirm that the strace noise is quite annoying.
Particularly for programs that load a huge list of plugins and libraries, such
as xfce4-settings-manager.
(A similar problem exists for programs checking a long list of fallbacks for
translation and configuration files.)
I don't think the is
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
This isn't a bug, read man ld.so.
...
/etc/ld.so.nohwcap When this file is present the dynamic linker will load
the non-optimized version of a library, even if the CPU supports the optimized
version.
...
** Changed in: glibc (Ubuntu)
Status: New => Invalid
--
/etc/ld.so.nohwcap mis
I can not run programs I compile from the terminal. When I do strace i
get this error.
--
/etc/ld.so.nohwcap missing
https://bugs.launchpad.net/bugs/558571
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
** Description changed:
/etc/ld.so.nohwcap is accessed on every process launch, but it does not
exist.
Example:
- strace sh -c ls 2>&1 | grep /etc/ld.so.nohwcap
- strace sh -c df 2>&1 | grep /etc/ld.so.nohwcap
- strace sh -c sleep 0 2>&1 | grep /etc/ld.so.nohwcap
+ strace ls 2>&1 | grep /