I just learned about function pointers (pointers pointing at the adress where where the machine code of a function is stored). This made me think about machine code and how
man backtrace
, man backtrace_symbols
). With addr2line
you can convert them to line numbers.