long-stack-traces icon indicating copy to clipboard operation
long-stack-traces copied to clipboard

Is there an issue with Uncaught Type error

Open digitalrinaldo opened this issue 13 years ago • 2 comments
trafficstars

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 https://github.com/joyent/node/pull/2492#commitcomment-999043

'' 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.

digitalrinaldo avatar Jul 16 '12 22:07 digitalrinaldo

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

pixelshaded avatar Aug 22 '12 23:08 pixelshaded

Resolution: See https://github.com/tlrobinson/long-stack-traces/issues/9#issuecomment-10214092

CrabDude avatar Nov 09 '12 02:11 CrabDude