Files
UltraGrid/tools/stacktrace_addr2line.sh
Martin Pulec d3f0802e53 tools/stacktrace_addr2line.sh fixed parsing
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)
2023-11-13 16:48:22 +01:00

1.0 KiB
Executable File