Skip to content

Memory issue causing browser crash #4045

@nolandanley

Description

@nolandanley

Product

axe-core

Product Version

v4.7.1

Latest Version

  • 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().

  1. recycledLocalVariables
  2. 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.

Metadata

Metadata

Assignees

Labels

fixBug fixes

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions