[Webkit-unassigned] [Bug 129965] Use pthread_stackseg_np() to find the stack bounds on OpenBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 8 10:53:11 PST 2014


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





--- Comment #2 from Geoffrey Garen <ggaren at apple.com>  2014-03-08 10:50:11 PST ---
(From update of attachment 226210)
View in context: https://bugs.webkit.org/attachment.cgi?id=226210&action=review

> Source/JavaScriptCore/heap/MachineStackMarker.cpp:356
> +#  ifndef __OpenBSD__

Instead of checking the compiler-provided mangled symbol, you should add an entry for OS(OPENBSD) to wtf/Platform.h, and make it mutually exclusive with OS(NETBSD).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list