Comment 7 for bug 1715552

Revision history for this message
Wolf Rogner (war-rsb) wrote :

$ ldd libbsd.so.0
 linux-vdso.so.1 => (0x00007ffcdafe6000)
 librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fda779ee000)
 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fda7760e000)
 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fda773ef000)
 /lib64/ld-linux-x86-64.so.2 (0x00007fda77e0b000)

seems correct ...

$ objdump -d librt.so.1 | grep -B2 -A2 clock_gettime
    51ef: 00

00000000000051f0 <clock_gettime@@GLIBC_2.2.5>:
    51f0: 48 8b 05 d9 1d 20 00 mov 0x201dd9(%rip),%rax # 206fd0 <clock_nanosleep@@GLIBC_2.2.5+0x201db0>
    51f7: c3 retq
...

label clock_gettime is here

-> seems an issue in VMWare to me.
I will file an error with them as well.