Fix backtrace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Fix backtrace
Sergey Kosukhin
requested to merge
fix-backtrace-consistency
into
master
Nov 06, 2023
Overview
3
Commits
16
Pipelines
5
Changes
3
Provide backtrace on macOS via
execinfo.h
.
Fix unwind-based backtrace for non-PIE.
Support unwind-based backtrace for PIE.
Drop redundant dependency on POSIX threads.
Clean up the backtrace functionality.
Merge request reports
Loading