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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 08:00:22 PDT 2012


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





--- Comment #9 from Sergio Villar Senin <svillar at igalia.com>  2012-03-13 08:00:22 PST ---
(In reply to comment #8)
> I'm no soup expert, but a similar problem was occurring loading a heavy page on github.
> 
> The problem was fixed in libsoup, GNOME bugzilla bug and commit:
> https://bugzilla.gnome.org/show_bug.cgi?id=668508
> http://git.gnome.org/browse/libsoup/commit/?id=856df33301221711789f0db744fce951eb70ba76
> 
> Is it the same problem?

Kind of. The problem in this case is that we run out of sockets because webkit triggers an enormous amount of simultaneous DNS resolutions. I'm working on a fix for this, it basically involves using a queue to limit that number (something similar to what the other ports do BTW).

-- 
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