Activity log for bug #558571

Date Who What changed Old value New value Message
2010-04-08 17:28:54 jjos bug added bug
2010-04-08 17:36:47 jjos description /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 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. /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
2010-04-08 17:39:15 jjos nominated for series Ubuntu Lucid
2010-05-30 08:48:09 Yuriy Vidineev glibc (Ubuntu): status New Invalid
2015-10-11 00:56:00 quequotion glibc (Ubuntu): status Invalid New
2015-10-11 01:00:12 Launchpad Janitor glibc (Ubuntu): status New Confirmed
2017-02-16 18:29:18 Ellie Cartman bug added subscriber Ellie Cartman
2019-07-14 09:10:55 gokookie bug added subscriber gokookie