[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
Mon Mar 17 09:30:44 PDT 2014


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





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2014-03-17 09:31:06 PST ---
(From update of attachment 226855)
View in context: https://bugs.webkit.org/attachment.cgi?id=226855&action=review

> Source/JavaScriptCore/heap/MachineStackMarker.cpp:356
> +#  if !OS(OPENBSD)

We normally don't use this kind of indentation for preprocessor. Does this match something else in this file? If no, please change to plain "#if".

> Source/JavaScriptCore/heap/MachineStackMarker.cpp:359
> +#  endif

Ditto.

> Source/JavaScriptCore/heap/MachineStackMarker.cpp:422
> +# if OS(OPENBSD)

Ditto.

-- 
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