Skip to content
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 reliably crashes when cycling through images #12883

Closed
jrmuizel opened this issue Aug 15, 2016 · 7 comments
Closed

servo reliably crashes when cycling through images #12883

jrmuizel opened this issue Aug 15, 2016 · 7 comments

Comments

@jrmuizel
Copy link

@jrmuizel jrmuizel commented Aug 15, 2016

Load the following url:
http://people.mozilla.org/~jmuizelaar/jeffslideshow/fast.html

After around 20s servo will crash in a variety of different locations including:

  • "Too many open files" from the unwrap in find_image_or_metadata
  • index out of bounds: the len is 0 but the index is 0 from find_image_or_metadata calling visit_new_type
@metajack
Copy link
Contributor

@metajack metajack commented Aug 15, 2016

Oh man, I'm really happy to have a better example for too many fds. We've been chasing that one in intermittents for a while (assuming it's the same issue).

@nox nox self-assigned this Aug 16, 2016
@jrmuizel
Copy link
Author

@jrmuizel jrmuizel commented Aug 16, 2016

It looks like we're leaking fds as described here:
servo/ipc-channel#96

@notriddle notriddle added the I-panic label Aug 21, 2016
@nox nox removed their assignment Jan 20, 2017
@nox
Copy link
Member

@nox nox commented Oct 4, 2017

Sample is gone.

@nox nox added the C-is-this-done label Oct 4, 2017
@metajack
Copy link
Contributor

@metajack metajack commented Oct 4, 2017

@jrmuizel Do you have an archive of the sample?

@jrmuizel
Copy link
Author

@jrmuizel jrmuizel commented Oct 5, 2017

I still have a copy. I'll put it up tomorrow.

@dralley
Copy link
Contributor

@dralley dralley commented Mar 24, 2020

No reproducer, but it seems like the underlying fd leak issue was fixed. Close?

@jdm
Copy link
Member

@jdm jdm commented Mar 24, 2020

Yep.

@jdm jdm closed this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.