Skip to content

FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope #440

@andrewrk

Description

@andrewrk

When testing my native addon with iojs 3 I get

FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope

I'm following the pattern in test/cpp/objectwraphandle.cpp. The line it crashes on is this one:

v8::Local<v8::Function> cons = Nan::New(constructor);

I tried to run the test to see if it would pass, but #439 happened.

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