[Webkit-unassigned] [Bug 22648] Fix threading on Qt-port for Sampling tool
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 4 09:13:11 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22648
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #25739|review? |review-
Flag| |
------- Comment #2 from darin at apple.com 2008-12-04 09:13 PDT -------
(From update of attachment 25739)
> + if (result)
> + *result = g_thread_join(thread);
I believe this is wrong. Even if we don't want to store the result, we do want
to call g_thread_join so we wait for the thread to complete.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list