We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the test:validate tests on linux creates crashes in three tests.
test:validate
I tested on 12 and 14 on WSL, and travis/github actions also crash. macos version 12 doesn't crash, though.
The tests claim to be passing because the actual crash is in a subprocess that's expected to fail. And the segfault just does that.
The text was updated successfully, but these errors were encountered:
I've also reproduced with nodejs nightly on WSL.
I've tried a debug build on node 14, but even the jst macro to get the js stack trace doesn't work.
jst
I think this needs someone from the node community that has experience in debugging nodejs/v8 crashes.
Sorry, something went wrong.
Changes demonstrating the segfault for projectfluent#319
8f911bb
I've create a PR with the modification that triggers the first crash in #321. Just run the following command to reproduce:
node -r esm --stack-size=500000000 test/parser.js ./test/fixtures/any_char.ftl
No branches or pull requests
Running the
test:validate
tests on linux creates crashes in three tests.I tested on 12 and 14 on WSL, and travis/github actions also crash. macos version 12 doesn't crash, though.
The tests claim to be passing because the actual crash is in a subprocess that's expected to fail. And the segfault just does that.
The text was updated successfully, but these errors were encountered: