-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Servo panics exactly after 144 navigations #7572
Comments
Probably something to do with resource exhaustion, since all of our old pipelines are never garbage collected. |
It takes some more time now. And it crashes differently:
Would #11893 help? |
I would expect #14312 to help here. |
Now, same error, but after 336 navigations. |
@paulrouget are you using a version after #14312 landed? |
@cbrewster yes. |
@paulrouget can you try playing with |
When I do this, the error I get is running out of file descriptors, not failing to spawn a thread:
|
Adding a 100ms delay in between navigations to give the OS time to reclaim resources changes the error message, but it's still file descriptors it's running out of:
|
Try with #14860. |
@asajeffrey with #14860, no crash :) |
That's good to know! |
Closed by #14860. |
Just create this simple document:
The page navigates 144 times (it's always 144 on my machine), and then:
The text was updated successfully, but these errors were encountered: