search for: _rtld_bind_start

Displaying 1 result from an estimated 1 matches for "_rtld_bind_start".

2019 Jun 01
1
[Bug 13982] New: rsync calls exit() from signal handler
...relocate_plt_object (tp=<synthetic pointer>, rela=0x77ea83c32e60, obj=0x77ea83fef400) at /usr/src/libexec/ld.elf_so/arch/x86_64/mdreloc.c:310 #11 _rtld_bind (obj=0x77ea83fef400, reloff=<optimized out>) at /usr/src/libexec/ld.elf_so/arch/x86_64/mdreloc.c:346 #12 0x00007f7ef04007cd in _rtld_bind_start () from /usr/libexec/ld.elf_so #13 0x0000000000000202 in ?? () #14 0x00007f7fff901dd0 in ?? () #15 0x0000000000000000 in ?? () The backtrace suggests, and inspection of the code confirms, that rsync calls exit() from a signal handler, for example sig_int() -> exit_cleanup() -> _exit_cleanup(...