You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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 muslThe text was updated successfully, but these errors were encountered: