[Webkit-unassigned] [Bug 220115] [GTK][WPE] UserInteractive threads are not Real-time in Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 15:40:40 PDT 2021


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

--- Comment #51 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Michael Catanzaro from comment #45)
> Anyway, there are a few other places in WebKit that make the same mistake,
> so you might want to define a wrapper in WTF that works similarly to
> g_strerror and avoids the problem. If you don't want to spend time on that,
> honestly the easiest thing to do would be to not print the error message, or
> just print it as an integer code. Actually using strerror_r requires extreme
> care. To get the standard version, you need (_POSIX_C_SOURCE >= 200112L) &&
> ! _GNU_SOURCE.

Adrian inspired me to do something about this: bug #231913.

-- 
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/20211018/9fbe29b9/attachment.htm>


More information about the webkit-unassigned mailing list