You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested the issue with the latest version of the product
Issue Description
We had reports of some tools within our company that used axe-core crashing because of memory issues on certain pages. Someone investigated this and found 2 places where VirtualNode references are retained after teardown().
This is not a blocking issue for us right now. We have a way of working around it in our tools, so it's not as high of a priority for us to get resolved as it would be otherwise.
The text was updated successfully, but these errors were encountered:
Product
axe-core
Product Version
v4.7.1
Latest Version
Issue Description
We had reports of some tools within our company that used axe-core crashing because of memory issues on certain pages. Someone investigated this and found 2 places where
VirtualNode
references are retained afterteardown()
.recycledLocalVariables
channels
The second one seems to be causing the most issues. There's a timeout, but it doesn't seem to clean up the handlers.
This is not a blocking issue for us right now. We have a way of working around it in our tools, so it's not as high of a priority for us to get resolved as it would be otherwise.
The text was updated successfully, but these errors were encountered: