webkit2gtk: set stack size with DEFAULT_THREAD_STACK_SIZE_IN_KB?
According to this changeset WebKit now allows for specifying DEFAULT_THREAD_STACK_SIZE_IN_KB
.
Currently any WebKitGTK-based browser (e.g. surf, Epiphany) will crash loading a webpage with more than trivial JavaScript.
Could this be the fix?
The relevant WebKit discussions seems to be happening on this and this bug.