[Webkit-unassigned] [Bug 210068] [WPE] Build fixes for musl C library on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 17:04:21 PDT 2021


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

--- Comment #22 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 425218
  --> https://bugs.webkit.org/attachment.cgi?id=425218
potential fix 3

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

> Source/WTF/wtf/Threading.h:65
> +#if OS(LINUX) && !defined(__BIONIC__) && !defined(__GLIBC__)
> +#define DEFAULT_THREAD_STACK_SIZE_IN_KB 128
> +#endif

DEFAULT_THREAD_STACK_SIZE_IN_KB is user-configuration. We should not override in our code.
If we need to modify default stack size for that platform, we need to modify Threading.cpp's

static Optional<size_t> stackSize(ThreadType threadType)

function.

-- 
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/20210406/5054f3c2/attachment.htm>


More information about the webkit-unassigned mailing list