Skip to content

Instantly share code, notes, and snippets.

@aconbere
Created December 3, 2010 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aconbere/726409 to your computer and use it in GitHub Desktop.
Save aconbere/726409 to your computer and use it in GitHub Desktop.
opae:(master) node aconbere$ NODE_DEBUG=7 ./build/debug/node_g ./test/simple/test-securepair-client.js
load "/home/aconbere/Projects/javascript/node/test/simple/test-securepair-client.js" for module "."
loadModule REQUEST ../common parent: .
RELATIVE: requested:../common set ID to: ../common from .
looking for "../common" in ["/home/aconbere/Projects/javascript/node/test/simple"]
load "/home/aconbere/Projects/javascript/node/test/common.js" for module "../common"
loadModule REQUEST path parent: ../common
load native module path
loadModule REQUEST assert parent: ../common
load native module assert
loadModule REQUEST util parent: ../common
load native module util
loadModule REQUEST path parent: .
load native module path
loadModule REQUEST net parent: .
load native module net
loadModule REQUEST assert parent: .
load native module assert
loadModule REQUEST fs parent: .
load native module fs
loadModule REQUEST crypto parent: .
load native module crypto
loadModule REQUEST child_process parent: .
load native module child_process
bind: Address already in use
wrote 29 to socket. [fd, off, len] = [1,0,29]
wrote 472 bytes to pool
Using default temp DH parameters
Using default temp ECDH parameters
ACCEPT
0 items in the session cache
0 client connects (SSL_connect())
0 client renegotiates (SSL_connect())
0 client connects that finished
0 server accepts (SSL_accept())
0 server renegotiates (SSL_accept())
0 server accepts that finished
0 session cache hits
0 session cache misses
0 session cache timeouts
0 callback cache hits
0 cache full overflows (128 allowed)
wrote 472 to socket. [fd, off, len] = [1,501,472]
wrote 19 bytes to pool
state: WAIT-ACCEPT
wrote 19 to socket. [fd, off, len] = [1,501,19]
wrote 473 bytes to pool
Using default temp DH parameters
Using default temp ECDH parameters
ACCEPT
0 items in the session cache
0 client connects (SSL_connect())
0 client renegotiates (SSL_connect())
0 client connects that finished
0 server accepts (SSL_accept())
0 server renegotiates (SSL_accept())
0 server accepts that finished
0 session cache hits
0 session cache misses
0 session cache timeouts
0 callback cache hits
0 cache full overflows (128 allowed)
wrote 473 to socket. [fd, off, len] = [1,501,473]
connecting to null : 12351
reading from clearOut
reading from encOut
reading from encOut
pause encrypted
wrote 17 bytes to pool
client connected
wrote 17 to socket. [fd, off, len] = [1,501,17]
wrote 55 to socket. [fd, off, len] = [5,0,55]
resume encrypted
encrypted end
reading from clearOut
reading from encOut
node.js:66
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Stream is not writable
at Stream._writeOut (net.js:316:11)
at Stream.write (net.js:302:17)
at Object.<anonymous> (console.js:34:18)
at Stream.<anonymous> (/home/aconbere/Projects/javascript/node/test/simple/test-securepair-client.js:104:13)
at Stream.emit (events.js:48:20)
at Array.<anonymous> (net.js:696:12)
at EventEmitter._tickCallback (node.js:58:24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment