
This adds a workaround for the bug described at: https://github.com/golang/go/issues/25841 Because dsymutil running on PIE does not adjust the address of debug_frame entries (but adjusts debug_info entries) we try to do the adjustment ourselves. Updates #2346
636 B
636 B
Tests skipped by each supported backend:
- 386 skipped = 2.7% (4/149)
- 1 broken
- 3 broken - cgo stacktraces
- arm64 skipped = 2.7% (4/149)
- 2 broken
- 1 broken - cgo stacktraces
- 1 broken - global variable symbolication
- darwin/arm64 skipped = 0.67% (1/149)
- 1 broken - cgo stacktraces
- darwin/lldb skipped = 0.67% (1/149)
- 1 upstream issue
- freebsd skipped = 8.1% (12/149)
- 11 broken
- 1 not implemented
- linux/386/pie skipped = 0.67% (1/149)
- 1 broken
- pie skipped = 0.67% (1/149)
- 1 upstream issue - https://github.com/golang/go/issues/29322
- windows skipped = 1.3% (2/149)
- 1 broken
- 1 upstream issue