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

Re: ld.so 1.9.11-x debian



Florian Lohoff wrote:
> 
> Hi,
> does anyone got a running version for this package ?
> 
> My one core-dumps on "ldconfig" ...
> 
I have a 1.9.10 also dumps core for me

Using ldconfig from a Cobalt Qube2 on our MIPS board works fine. I will
try to look at the differences between the versions. Using strace from
the qube I get this trace

# strace ldconfig 
execve("/bin/ldconfig", ["ldconfig"], [/* 26 vars */]) = 0
personality(0 /* PER_??? */)            = 0
getpid()                                = 1445
geteuid()                               = 0
getuid()                                = 0
getegid()                               = 0
getgid()                                = 0
brk(0)                                  = 0x1003d9c0
brk(0x1003da40)                         = 0x1003da40
brk(0x1003e000)                         = 0x1003e000
open("/etc/ld.so.conf", O_RDONLY)       = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=14, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=14, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aaab000
read(3, "/lib\n/usr/lib\n", 4096)       = 14
close(3)                                = 0
munmap(0x2aaab000, 4096)                = 0
open("/lib", O_RDONLY|O_NONBLOCK)       = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFDIR|0755, st_size=2048, ...}) = 0
brk(0x10040000)                         = 0x10040000
lseek(3, 0, SEEK_CUR)                   = 0
getdents(3, /* 43 entries */, 3933)     = 1144
lstat("/lib/libreadline.so.2.1", {st_mode=S_IFREG|0644, st_size=231588,
...}) = 0
open("/lib/libreadline.so.2.1", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=231588, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2aaab000
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=231588, ...}) = 0
mmap(0, 231588, PROT_READ, MAP_SHARED, 4, 0) = 0x2aaac000
--- SIGBUS (Bus error) ---
+++ killed by SIGBUS +++
#


Reply to: