tlrobinson / long-stack-traces

Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there an issue with Uncaught Type error

digitalrinaldo opened this issue · comments

Several posts indicate that Long Stack Traces maybe involed in the generation of this exception. If I turn off long stack traces I don't see the exception. Look at bottom of this issue nodejs/node-v0.x-archive#2492 (comment)

''
Uncaught TypeError: Cannot call method 'emit' of null
at Socket.onServerResponseClose (http.js:906:21)
at Socket.emit (events.js:115:20)
at net.js:358:10

at process._tickCallback (node.js:244:9)

at EventEmitter.on
at ServerResponse.assignSocket (http.js:912:10)
at HTTPParser.<anonymous> (http.js:1748:11)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:111:23)
at Socket.<anonymous> (http.js:1682:22)
at TCP.onread (net.

im getting the same exception in my project. had to stop using module.

Resolution: See #9 (comment)