Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reloading a page in Dartium triggers an assert in DartDOMData::~DartDOMData #15970

Closed
jacob314 opened this issue Jan 8, 2014 · 4 comments
Closed
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@jacob314
Copy link
Member

jacob314 commented Jan 8, 2014

The issue only occurs in a debug build and nothing crashes horribly if the asserts are commented out.

DartDOMData::~DartDOMData()
{
     ASSERT(m_nodeMap.isEmpty());
     ASSERT(m_objectMap.isEmpty());
     ASSERT(m_messagePortMap.isEmpty());
     ASSERT(m_activeObjectMap.isEmpty())
}

@jacob314
Copy link
Member Author

jacob314 commented Jan 8, 2014

Added Area-Dartium label.

@vsmenon
Copy link
Member

vsmenon commented Jan 8, 2014

Jacob: did you only start seeing this after the Chrome 32 roll?

@vsmenon
Copy link
Member

vsmenon commented Jan 8, 2014

Added Triaged label.

@jacob314
Copy link
Member Author

jacob314 commented Jan 8, 2014

I only noticed it after the chrome 32 roll. Now every time I reload a page a hit the assert.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@vsmenon vsmenon removed their assignment Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants