Skip to content

Bad file descriptor in Node v0.8.16 #1

@manobi

Description

@manobi

I'm trying to fork the current process (daemonizing), but I'm getting this following error:
(libev) kevent: Bad file descriptor

In my use case I can't use a detached child process of node core because I need some params present in the parent process and don't want to pass it via process.argv.

I have tested others projects like daemon.node and daemonsauce, but none are working in the last version of node.

Do you have any suggestions for me ? If I really need to use the detached child process I will have to rewrite a large part of my program and don't looks like an elegant solution.

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