Christopher Ferris

Results 6 comments of Christopher Ferris

I don't know how likely it is to get this support in the linker. It's already supported in gdb, but I don't know if any linker supports it.

I believe this is a tool that processes an elf file and compresses it. That output is then used to create the .gnu_debugdata section in the Android build system. So...

The unwinder in Android 8 was simply broken so it doesn't unwind correctly when using the latest linker. The unwinder in Android 10 has a bug that could cause it...

To answer the previous comment, the error you are seeing is that there is a mismatch of the shared library libAnthracite.so. You are trying to get symbol information for two...

This happens because the s_seq_next value will be some really large value, and then in nl_socket_use_seq() the sk->s_seq_next++ will overflow on these devices that don't have a clock set to...

Create a pull request of the sequence overflow protection here: https://github.com/thom311/libnl/pull/395