Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

node sometimes crashes #2

Closed
kosta opened this issue Sep 1, 2010 · 5 comments
Closed

node sometimes crashes #2

kosta opened this issue Sep 1, 2010 · 5 comments

Comments

@kosta
Copy link

kosta commented Sep 1, 2010

log output:
events:12
throw arguments[1];
^
Error: ECONNRESET, Connection reset by peer
at net:304:14
at Client._readImpl (net:358:27)
at IOWatcher.callback (net:454:24)
at node.js:764:9

@cramforce
Copy link
Owner

Is this node crashing or application code? I have this sometimes when I close my laptop and then reopen it.

@kosta
Copy link
Author

kosta commented Sep 2, 2010

well I guess it's the application crashing. This happens during "normal operation", no laptop closing involved :)

@kosta
Copy link
Author

kosta commented Sep 2, 2010

This definitely seems to be related to refreshing the browser after changing client-side javascript (not node-side javascript)

@jeromeetienne
Copy link
Contributor

this is not a crash, more a uncaught exception. This exception means "i tried to established a connection and the server didnt listen".

what about trapping it and handling it as normal error ?

@kosta
Copy link
Author

kosta commented Nov 28, 2017

Closing very old issue...

@kosta kosta closed this as completed Nov 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants