[Webkit-unassigned] [Bug 80587] Crash when loading www.seriespepito.com. "Too many open files"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 06:50:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80587





--- Comment #7 from Sergio Villar Senin <svillar at igalia.com>  2012-03-12 06:50:01 PST ---
(In reply to comment #6)
> (In reply to comment #4)
> > I'm not sure it's the same bug, because I do not see DNS requests timing out 
> 
> sure, but it could be the same underlying cause: if we send way way way too many DNS requests at once, then we could run out of sockets

Agree. Not sure what the fix should be, since the default gio resolver uses a threaded pool with an unlimited (-1) number of threads. I was also thinking, could it be that we end up calling soup_add_completion too much?

>From my initial testing, it looks like WebKit tries to prefetch too many times the same resources over and over again. I've been taking a look at other ports and some of them like Windows use a prefetch queue that limits the maximim simultaneous requests to 8. I can try to do something similar and see what happens.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list