[webkit-help] Assertion Failed: m_threadCount > 0

Alexey Proskuryakov ap at webkit.org
Wed Aug 25 12:54:21 PDT 2010


25.08.2010, в 12:41, João Pedro Barbosa написал(а):

> I'm trying to parallelize selectorNodeList function and I have already implemented my algorithm. However when I run it in debug mode it gives me a segmentation fault with this messages:

What is the selectorNodeList function? There is no function with this name in WebCore.

Anyway, DOM is strictly single threaded, no code that touches documents or nodes may run on secondary threads. Web Workers do not provide any sort of access to DOM to JavaScript code.

- WBR, Alexey Proskuryakov



More information about the webkit-help mailing list