Where to report issues with the static Linux SDK?

The one I reported to the main repo still has the "triage needed" label after 3 weeks, which makes me believe that it's not in the correct place.

It would be good to know about this. I ran into an issue cross compiling with the static SDK from macOS and I have no clue where to file an issue for it.

Ping @al45tair, the author of this SDK, will it be supported by you, @etcwilde, or someone else going forward, or should it be considered community-supported from now on?

1 Like

Reporting here and on Github is the right place, and please do ping me if you spot one of these that I haven't noticed yet, but we're in holiday season so support from us will be slower than usual. Looking at the Github Issue, it looks like the most likely explanation is some Musl-vs-Glibc thing involving swift-format that is then causing the program to do something bad with a Set (resulting in the usual fatal error).

In these cases it'll be really helpful to (a) not strip the program and (b) install the backtracer on the system where the crash is happening, so that we get a proper backtrace and indeed a message explaining why we failed.

2 Likes