Skip to content

[CLOSED] Fix for [CEF 2171] Crash on quit(https://github.com/adobe/brackets/issue... #320

@core-ai-bot

Description

@core-ai-bot

Issue by nethip
Monday Dec 01, 2014 at 09:25 GMT
Originally opened as adobe#487


This is to fix the crash on quit(Issue#7683) after
integrating CEF 2171.
On Destruction, callback_map_ was getting destroyed
in the ClientApp::~ClientApp(). However while removing
all the elements, it was trying to destroy some stale
objects which were already deleted. So to fix this, we
are now explicitly clearing the map in ClientApp::OnContextReleased()
which gets triggered by CEF, just before releasing V8 context


nethip included the following code: https://github.com/adobe/brackets-shell/pull/487/commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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