[Webkit-unassigned] [Bug 187485] JavaScriptCore doesn't work with musl-libc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 15 07:40:49 PST 2020


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

Haelwenn (lanodan) Monnier <contact+bugs.webkit.org at hacktivis.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact+bugs.webkit.org at hac
                   |                            |ktivis.me

--- Comment #5 from Haelwenn (lanodan) Monnier <contact+bugs.webkit.org at hacktivis.me> ---
One way which seems less hacky/faulty than the alpine patch there would be to use pthread_attr_setstacksize like musl suggests (and no #ifdef should be required as it is POSIX) and/or "increasing the default stack size via the PT_GNU_STACK program header, which can be set at link time via -Wl,-z,stack-size=N".

I don't have much compiling power on my musl machine now (~2012 laptop with intel vulns, will replace it) but I'll try the latter.

-- 
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/20200215/f8abf5c1/attachment-0001.htm>


More information about the webkit-unassigned mailing list