quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Out of Memory Error #383

Closed legendvijay closed 6 years ago

legendvijay commented 8 years ago

Error: Out of memory at traverseVisualTreeForBackground (/home/ugethelp/Downloads/quail/dist/quail.jquery.js:1160) at getBehindElementBackgroundColor (/home/ugethelp/Downloads/quail/dist/quail.jquery.js:1179) at colorElementBehindContrast (/home/ugethelp/Downloads/quail/dist/quail.jquery.js:8246) at /home/ugethelp/Downloads/quail/dist/quail.jquery.js:8281 ExceptionHandler::GenerateDump waitpid failed:No child processes

jessebeach commented 8 years ago

Arg. This is one of our longest running tests as well :/

I guess it's just keeping too many nodes in memory.

I might have made this better on master.