mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 02:08:11 +00:00
backtrace_symbols has slightly different output than backtrace_symbols_fd: ```./build/bin/uv(+0x24d92)[0x7b9c947ad92]``` In the first, there is a space between `(+0x24d92)` and `[0x7b9c947ad92]`: ```./build/bin/uv(+0x24d92) [0x7b9c947ad92]``` so support both syntaxes (the absolute address is ignored anyways, there were just missing quotes around a variable)
1.0 KiB
Executable File
1.0 KiB
Executable File