Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCrash: "too many open files" #9609
Comments
|
@gordonbrander Any steps to reproduce? What platform? |
|
@gordonbrander Had you loaded multiple pages before receiving this? |
|
@jdm yes, all 3 pages (iframes) were loaded and running without a problem in Browser.html for about 20 seconds. The crash didn't correspond to any obvious event. |
|
@gordonbrander Any idea what pages were loaded in the frames? Had any of the frames been navigated from other pages previously? I'm just trying to establish some sort of useful context here :) |
|
@jdm yeah, apologies I wasn't able to come up with a clean STR for this. I believe the tabs open were: |
|
We've seen this on the automation servers when we're creating WAY too many OS handles. I've hacked the macstadium servers to work around it, since we're running servo in a weird way there (lots of concurrent instances): |
|
Without steps to reproduce, after 4 years, should this be closed? |
This was in a webrender build. cc @pcwalton @metajack