Skip to content

Occasional Node.js assertion error #106

@robtweed

Description

@robtweed

Not sure if anyone else is seeing this. Occasionally when clients disconnect I get a Node.js crash:

node.js:27
if (!x) throw new Error(msg || "assertion error");
^
Error: assertion error
at node.js:27:17
at Timer.callback (net:141:29)
at node.js:604:9

Any ideas what's causing this and whether I can work around it?

Possibly due to me using Node 0.3.0-pre?

Thanks

Rob

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