[Webkit-unassigned] [Bug 204715] [GTK] WebKitGTK build hangs on g-ir-scanner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 05:29:01 PST 2019


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

--- Comment #4 from Jim Mason <jmason at ibinx.com> ---
Comment on attachment 385005
  --> https://bugs.webkit.org/attachment.cgi?id=385005
Patch

It seems the static data members introduced by Bug 204503 can elicit a static initialization order problem.

The attached patch replaces the static data members with statics that are constructed only upon first access (i.e., the 'construct on first use' idiom).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191206/0c5bc110/attachment.htm>


More information about the webkit-unassigned mailing list