Skip to content

Uncaught exceptions can cause node to hang #282

@bminer

Description

@bminer

In certain situations, process.exit(1) or an uncaught exception will cause the Node.js process to hang when using node-serialport. The desired behavior is for the Node process to die. Instead, the process remains open and just hangs.

I am working on some reproducible code to demonstrate this bug. I am fairly certain that node-serialport is the culprit... it reminds me of issue #150.

This problem occurs on node-serialport 1.2.5. Node 0.10.22. Debian Linux 7.0

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