[Bug 558571] Re: /etc/ld.so.nohwcap missing

Joachim Durchholz jo at durchholz.org
Sun Aug 23 09:22:22 UTC 2015


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 issue is invalid, a fix would require escalating this
quite far upstream though.

-- 
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