Release 1.1.3
Maintenance Release
Assets are available attached to the release here and via Docker and the Cribl CDN at the links below.
- Docker:
cribl/scope:1.1.3
- x86:
https://cdn.cribl.io/dl/scope/1.1.3/linux/x86_64/scope
- ARM:
https://cdn.cribl.io/dl/scope/1.1.3/linux/aarch64/scope
Fixes
- #1067 When you run
scope attach
and then select an ID that's beyond the range of the resulting list, AppScope now handles this gracefully, and the AppScope CLI no longer crashes. - #1080 On an M1 Mac, trying to scope a Go static executable in a Docker container emulating x86_64 Linux results in an address mapping conflict between the Go executable and the emulator. AppScope now handles this limitation by allowing the Go executable to run un-scoped. With this fix, the Go executable no longer segfaults.