[Webkit-unassigned] [Bug 158149] [GTK] ASSERTION_FAILED: m_key != PTHREAD_KEYS_MAX when defining WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 06:23:17 PDT 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #282522|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 282522
  --> https://bugs.webkit.org/attachment.cgi?id=282522
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=282522&action=review

Thanks!

> Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp:52
> -            WTF::sleep(30);
> +            g_usleep(30 * 1000 * 1000);

Yes, this is what I do locally every time I need it, and then always forget to create a patch after the debugging. But please, use the  G_USEC_PER_SEC  macros instead of 1000 * 1000.

-- 
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/20160701/ba87987f/attachment.html>


More information about the webkit-unassigned mailing list