You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# gdb ./example -ex "run ./ulexec.so /usr/bin/cat /proc/self/maps"
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7ffe157 in ?? () from /lib64/ld-linux-x86-64.so.2
(gdb) bt
#0 0x00007ffff7ffe157 in ?? () from /lib64/ld-linux-x86-64.so.2
#1 0x0000000000000000 in ?? ()
The text was updated successfully, but these errors were encountered:
CaledoniaProject
changed the title
No longer works on latest glibc versions
No longer works with latest glibc versions
May 6, 2021
Segfault on Ubuntu 20.04:
The text was updated successfully, but these errors were encountered: