Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Timeouts and Intervals cause crashes #1

Closed
apparentlymart opened this issue Sep 30, 2013 · 1 comment
Closed

Timeouts and Intervals cause crashes #1

apparentlymart opened this issue Sep 30, 2013 · 1 comment

Comments

@apparentlymart
Copy link
Collaborator

If the application creates any timeouts or intervals during rendering, these will often run after the page rendering is complete and the angularcontext is disposed, which inevitably leads to a segfault.

This is actually really a bug in angularcontext itself, since it should ensure that the dispose method cleans up all of the state of the context and doesn't leave resources dangling.

@apparentlymart
Copy link
Collaborator Author

This was fixed a while back.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant