[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#374945: closed by Aurelien Jarno <aurel32@debian.org> (Bug#374945: fixed in glibc 2.5-0exp4)



reopen 374945
thankyou


On Mon, 5 Feb 2007, Debian Bug Tracking System wrote:

> This is an automatic notification regarding your Bug report
> #374945: ldconfig: please add an argument to specify files to update,
> which was filed against the libc6 package.

It is (in libc6 2.3.6.ds1-13) taking almost as long as it used to, and it
is still stat()ing and reading (at least partially, presumably, via the
mmap) every file in at least /usr/lib :

...
munmap(0xb7f9a000, 65012)               = 0
close(4)                                = 0
open("/usr/lib/libgnutls.so.7.0.12", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=221252, ...}) = 0
mmap2(NULL, 221252, PROT_READ, MAP_SHARED, 4, 0) = 0xb7f73000
munmap(0xb7f73000, 221252)              = 0
close(4)                                = 0
open("/usr/lib/libwx_gtk2u_core-2.6.so.0.3.1", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2966564, ...}) = 0
mmap2(NULL, 2966564, PROT_READ, MAP_SHARED, 4, 0) = 0xb7cd5000
munmap(0xb7cd5000, 2966564)             = 0
close(4)                                = 0
open("/usr/lib/libaviplayavcodec-0.7.so.0.0.44", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2748832, ...}) = 0
mmap2(NULL, 2748832, PROT_READ, MAP_SHARED, 4, 0) = 0xb7d0a000
munmap(0xb7d0a000, 2748832)             = 0
close(4)                                = 0
stat64("/usr/lib/libsvn_fs_base-1.so.0", {st_mode=S_IFREG|0644,
st_size=150632, ...}) = 0
...

-- 
Tim Connors                  |  Anglo-Australian Observatory
http://site.aao.gov.au/twc   |  Coonabarabran, NSW 2357, Australia
                             |  Tel: +61 2 6842 6286



Reply to: