Skip to content

Fatal error in ../deps/v8/src/objects.cc, line 3577 #6

@berkevaroll

Description

@berkevaroll

Hi, thank you for the this IPC module. I have an issue with using it. I am trying communicate between my node server and a C program which is located in the same device. I am working with ARMv7 architecture. I am just trying to send a simple message to an id using your example code in readme. I am using Nodejs v8.11.4 and dont have npm in it. Getting packages with buildroot.
So the issue is that I am getting this fatal error

# Fatal error in ../deps/v8/src/objects.cc, line 3577
# Check failed: receiver->IsJSFunction().

when I try to run this code:

var msg = svmq.msg;
var MSGMAX = svmq.MSGMAX;
var id = msg.get(1, 950);
msg.snd(id, new Buffer('Hello World!'), 1, (err) => {
    if (err) throw err;
});

Is that about being compatible with versions or that I am working on a embedded device. Thanks for all!(btw I am submitting an issue for the first time so if I did something wrong please tell.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions