ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

StackInfo issues on Alpine (musl-based)

Open ptrcnull opened this issue 3 years ago • 1 comments

it looks like the stack size returned by StackInfo#size_free() is invalid, causing constant [InternalError] Call stack size limit exceeded on even the smallest scripts. i tried to debug this, but sadly didn't get very far; also haven't tested if the same issue happens on gentoo or void with musl

ptrcnull avatar Dec 24 '22 03:12 ptrcnull

To confirm, this is when running ladybird in a musl-libc based desktop environment?

I tested all of the tests in the LibJS test suite on an alpine:latest container last week (alpine 3.16?) using latest serenity master and none of the JS tests failed.

You can reproduce that test setup by doing ./Meta/serenity.sh test lagom in your serenity checkout from latest master. In my testing only one of the TLS tests failed.

ADKaster avatar Dec 25 '22 07:12 ADKaster