https://bugs.kde.org/show_bug.cgi?id=476895

--- Comment #3 from Romain Geissler <romain.geiss...@amadeus.com> ---
So after running with gdb, indeed the issue comes from a dynamic linker
function (I am using glibc's ld.so):

Dump of assembler code for function _dl_name_match_p:
   0x0000000004009ba0 <+0>:     stp     x29, x30, [sp, #-32]!
   0x0000000004009ba4 <+4>:     mov     x29, sp
   0x0000000004009ba8 <+8>:     stp     x19, x20, [sp, #16]
   0x0000000004009bac <+12>:    mov     x19, x1
   0x0000000004009bb0 <+16>:    mov     x20, x0
   0x0000000004009bb4 <+20>:    ldr     x1, [x1, #8]
   0x0000000004009bb8 <+24>:    bl      0x401b700 <strcmp>
   0x0000000004009bbc <+28>:    cbz     w0, 0x4009be8 <_dl_name_match_p+72>
   0x0000000004009bc0 <+32>:    ldr     x19, [x19, #56]
   0x0000000004009bc4 <+36>:    cbnz    x19, 0x4009bd4 <_dl_name_match_p+52>
   0x0000000004009bc8 <+40>:    b       0x4009bf8 <_dl_name_match_p+88>
=> 0x0000000004009bcc <+44>:    ldapr   x19, [x19]

So this bug report is a duplicate of #476465

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to