P403n1x87 / echion

Near-zero-overhead, in-process CPython frame stack sampler with async support
MIT License
14 stars 2 forks source link

ci: build libunwind from sources #26

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

Using the version provided by the Ubuntu 20.04 repositories causes a SIGABRT to be sent when handling nested exceptions in C++. The problem seems to be resolved in upstream sources, so we build from them and use the resulting artifacts instead.