[Webkit-unassigned] [Bug 140998] [GTK] Runtime critical warnings sometimes at start up when using the network process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 29 01:58:57 PST 2015


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

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245542|review?                     |review+
              Flags|                            |

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 245542
  --> https://bugs.webkit.org/attachment.cgi?id=245542
Patch

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

> Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp:55
> -    m_workQueueThread = createThread(reinterpret_cast<WTF::ThreadFunction>(&WorkQueue::startWorkQueueThread), this, threadName);
> +    m_workQueueThread = createThread(threadName, [this] { g_main_loop_run(m_eventLoop.get()); });

WorkQueue is ref-counted. This should probably pass a RefPtr protector into the lambda.

-- 
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/20150129/79afa48e/attachment-0002.html>


More information about the webkit-unassigned mailing list