[Webkit-unassigned] [Bug 153176] [GTK][OSX] ThreadIdentifierData::initialize assertion fails: (m_key != PTHREAD_KEYS_MAX)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 22:16:48 PST 2016


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

Jeremy Huddleston Sequoia <jeremyhu at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|WebKit Gtk                  |Web Template Framework

--- Comment #1 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
Oh... that's not surprising at all.  It's set to that value initially:

namespace WTF {
pthread_key_t ThreadIdentifierData::m_key = PTHREAD_KEYS_MAX;
...

So why the assertion?  Don't we expect it to be PTHREAD_KEYS_MAX initially?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160116/0bb468bf/attachment.html>


More information about the webkit-unassigned mailing list