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

Timeouts and Intervals cause crashes #1

@apparentlymart

Description

@apparentlymart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions