ohoes
ohoes
@qubidt I think you've let it slip. @tkna91 I'm still interested in the project.
Seems to have to do with the fact that sandboxed chromium uses features that are missing in musl. If you run chromium with "--no-sandbox" option, i.e. without sandbox mode, then...
> Its not that simple, `--no-sandbox` has a bunch of implications other than the simple filtering of system calls, the issues are most likely related to multi threading and locks/mutexes,...
> Chromium here is so far beyond broken as to be comical, and this seems to be a somewhat recent regression. > > * Constant tab deaths as described in...
> Just adding `-lexecinfo` into the Makefile would be potentially problematic for reasons: > > * As far as I know, alpine linux stopped shipping a package for libexecinfo (https://gitlab.alpinelinux.org/alpine/aports/-/commit/50795a14dee639ce2dcc836e2b2baca9bad4a1b1)...
> `backtrace` is used to generate the stack trace in the crash dump when ClassiCube crashes, so it would be preferrable to retain that functionality > > Although there's `CC_BACKTRACE_BUILTIN`...
> As far as I know, musl intentionally makes it trickier to detect whether it's being used or not https://stackoverflow.com/questions/58177815/how-to-actually-detect-musl-libc > > So three approaches could use here: > >...
Thanks for your quick response, would be great to see that added in your script!