[Webkit-unassigned] [Bug 35491] freezing in phtread_cond_wait after some clicks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 28 05:42:39 PST 2010


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





--- Comment #4 from Adrian Schröter <adrian at suse.de>  2010-02-28 05:42:39 PST ---
k, after digging into this again, this is the problem that every single app
which is using webkit (which may load a plugin which suddenly uses threading)
has to be linked against -lpthread explicit (it is not enough that some lib
does due to function overloading) and initialising X11 threading themself.

It is not a problem of webkit, but maybe webkit could get some compile time
warnings to inform the developers about this. Esp. due to all the plugins which
are using webkit we need to go every single app and check if it does it
manually.

Feel free to close this bugreport in any case.

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