-
-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
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
Intermittent server crashes on html5ever tokenizer #1964
Comments
It wasn't a segfault, but it still locks the server into an infinite loop. I'm fairly certain the main offender is the The solution is to:
|
We haven't deployed the fix yet, but lemmy is timing out again on these errors:
or
I think this is the issue. The call of webpage::HTML::from_string . Its fetch is being called from here. And the This is pretty urgent so I'll merge, then do a cherry-pick to the release/0.14 branch to get this on the serve asap. |
Reopening in case this PR didn't fix. |
Ugh, now its getting errors on the other one.
|
Bah, this bug is still occurring, and its quite critical as it locks the server while repeated fetches are done:
|
The upgraded version of webpage is now deployed to prod as |
Didn't fix :( It could be in this Possible line: https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/objects/post.rs#L167 |
Trying another tokenizer fix. #1964
This is deployed now, |
Its probable that #2015 will fix this also. |
The server will time out, and you'll only see this repeating forever in the logs:
The text was updated successfully, but these errors were encountered: