-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Assertion failed: (err) == (0), file src\agent.cc, line 164 #9155
Comments
Can you please provide example code with no external dependencies that reproduces the problem. |
I can't reproduce it. I just happens periodically with no apparent cause. Sometime it happens as soon as I start my program. Other times it happens after it has been running a while. I never saw this behavior on 0.11.14. I never used 0.11.15, so I can't comment on that. |
Someone appears to have figured out how to reproduce it using node-inspector. node-inspector/node-inspector#549 Please note, I'm not using node inspector. I use Webstorm. However this is the only way that I've been able to reliably recreate the error. It does seem that the issue is specifically related to debugging, though. |
FYI, v0.12.0 is affected as well. |
+1 |
+1, even on 0.11.15 |
Related: nodejs/node#781 |
I'm randomly getting that error on 0.11.16. All of my code (except the code that creates the domains) runs in a domain. The error is killing the entire node process.
The text was updated successfully, but these errors were encountered: