Re: unknown error after dwarf_cfi_addrframe()

2019-02-11 Thread Mark Wielaard
On Tue, Feb 12, 2019 at 01:15:45AM +, Sasha Da Rocha Pinheiro wrote: > I found that when libdw will try to get the base CFI from the ABI, the > function ebl_abi_cfi() ends calling default_abi_cfi() which returns -1, when > should be calling x86_64_abi_cfi(). > In addition, the symbol x86_64_

Re: unknown error after dwarf_cfi_addrframe()

2019-02-11 Thread Sasha Da Rocha Pinheiro
I found that when libdw will try to get the base CFI from the ABI, the function ebl_abi_cfi() ends calling default_abi_cfi() which returns -1, when should be calling x86_64_abi_cfi(). In addition, the symbol x86_64_abi_cfi in the file libdw.so is not present, but all the respective default_* on