Skip to content

Instantly share code, notes, and snippets.

@yaronyg
Created March 23, 2016 22:37
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 yaronyg/0796422de633acfb77d0 to your computer and use it in GitHub Desktop.
Save yaronyg/0796422de633acfb77d0 to your computer and use it in GitHub Desktop.
Craashed while running a test with pskIdentity
#
# Fatal error in ../deps/v8/src/api.h, line 297
# CHECK(allow_empty_handle || that != __null) failed
#
==== Stack trace ============================================
Security context: 0x30e5a6957549 <JS Object>#0#
1: use [tls.js:210] (this=0x85bfe7ce979 <a SlabBuffer>#1#,context=0x85bfe57e851 <a Connection>#2#,fn=0x10c379d62b79 <JS Function clearOut>#3#,size=16384)
2: _read(aka read) [tls.js:418] (this=0x85bfe57f1f9 <a CleartextStream>#4#,size=16384)
3: read [_stream_readable.js:308] (this=0x85bfe57f1f9 <a CleartextStream>#4#,n=0)
4: _write(aka write) [tls.js:336] (this=0x85bfe57faa1 <an EncryptedStream>#5#,data=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x672db5072f9 <JS Function>#7#)
5: doWrite [_stream_writable.js:240] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57faa1 <an EncryptedStream>#5#,state=0x85bfe57fc19 <a WritableState>#9#,writev=0x30e5a6904181 <false>,len=179,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x85bfe58fdc1 <JS Function>#10#)
6: writeOrBuffer [_stream_writable.js:227] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57faa1 <an EncryptedStream>#5#,state=0x85bfe57fc19 <a WritableState>#9#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x85bfe58fdc1 <JS Function>#10#)
7: write [_stream_writable.js:165] (this=0x85bfe57faa1 <an EncryptedStream>#5#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x85bfe58fdc1 <JS Function>#10#)
8: arguments adaptor frame: 1->3
9: write [_stream_readable.js:559] (this=0x30e5a6957669 <JS Global Object>#8#,dest=0x85bfe57faa1 <an EncryptedStream>#5#,i=0,list=0x30e5a6904101 <null>)
10: flow [_stream_readable.js:568] (this=0x30e5a6957669 <JS Global Object>#8#,src=0x85bfe57dd01 <a Socket>#11#)
11: pipeOnReadable [_stream_readable.js:598] (this=0x85bfe57dd01 <a Socket>#11#)
12: emit [events.js:79] (this=0x85bfe57dd01 <a Socket>#11#,type=0x35d7fce197c9 <String[8]: readable>,arg1=0x30e5a6904121 <undefined>,arg2=0x30e5a6904121 <undefined>)
13: arguments adaptor frame: 1->3
14: emitReadable_ [_stream_readable.js:390] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57dd01 <a Socket>#11#)
15: emitReadable [_stream_readable.js:386] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57dd01 <a Socket>#11#)
16: readableAddChunk [_stream_readable.js:144] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57dd01 <a Socket>#11#,state=0x85bfe57ddb9 <a ReadableState>#12#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x30e5a6904121 <undefined>,addToFront=0x30e5a6904181 <false>)
17: push [_stream_readable.js:108] (this=0x85bfe57dd01 <a Socket>#11#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x30e5a6904121 <undefined>)
18: arguments adaptor frame: 1->2
19: onread [net.js:487] (this=0x85bfe57dc19 <a TCP>#13#,buffer=0x85bfe7db7f1 <a SlowBuffer>#14#,offset=2656,length=179,__skip=0x30e5a6904121 <undefined>,parser_response=0x30e5a6904121 <undefined>)
20: arguments adaptor frame: 3->5
==== Details ================================================
[1]: use [tls.js:210] (this=0x85bfe7ce979 <a SlabBuffer>#1#,context=0x85bfe57e851 <a Connection>#2#,fn=0x10c379d62b79 <JS Function clearOut>#3#,size=16384) {
// stack-allocated locals
var actualSize = 16384
var bytes = 0x30e5a6904121 <undefined>
// expression stack (top to bottom)
[07] : 0x10c379d62b79 <JS Function clearOut>#3#
[06] : 16384
[05] : 542
[04] : 0x85bfe7cea39 <a Buffer>#15#
[03] : 0x85bfe57e851 <a Connection>#2#
[02] : 0x10c379db7831 <JS Function use>#16#
--------- s o u r c e c o d e ---------
function use(context, fn, size) {? if (this.remaining === 0) {? this.isFull = true;? return 0;? }?? var actualSize = this.remaining;?? if (size !== null) actualSize = Math.min(size, actualSize);?? var bytes = fn.call(context, this.pool, this.offset, actualSize);? if (bytes > 0) {? this.offset += ...
-----------------------------------------
}
[2]: _read(aka read) [tls.js:418] (this=0x85bfe57f1f9 <a CleartextStream>#4#,size=16384) {
// stack-allocated locals
var out = 0x10c379d62b79 <JS Function clearOut>#3#
var bytesRead = 0
var start = 542
var last = 542
var read = 0x30e5a6904121 <undefined>
var pool = 0x30e5a6904121 <undefined>
var halfRead = 0x30e5a6904121 <undefined>
// expression stack (top to bottom)
[11] : 16384
[10] : 0x10c379d62b79 <JS Function clearOut>#3#
[09] : 0x85bfe57e851 <a Connection>#2#
[08] : 0x85bfe7ce979 <a SlabBuffer>#1#
[07] : 0x10c379db7951 <JS Function read>#17#
--------- s o u r c e c o d e ---------
function read(size) {? // XXX: EOF?!? if (!this.pair.ssl) return this.push(null);?? // Wait for session to be resumed? // Mark that we're done reading, but don't provide data or EOF? if (this._resumingSession || !this._reading) return this.push('');?? var out;? if (this === this.pair.cleartext) {? debu...
-----------------------------------------
}
[3]: read [_stream_readable.js:308] (this=0x85bfe57f1f9 <a CleartextStream>#4#,n=0) {
// stack-allocated locals
var state = 0x85bfe57f291 <a ReadableState>#18#
var nOrig = 0
var ret = 0x30e5a6904121 <undefined>
var doRead = 0x30e5a6904161 <true>
// expression stack (top to bottom)
[05] : 16384
[04] : 0x85bfe57f1f9 <a CleartextStream>#4#
--------- s o u r c e c o d e ---------
function (n) {? var state = this._readableState;? state.calledRead = true;? var nOrig = n;? var ret;?? if (typeof n !== 'number' || n > 0) state.emittedReadable = false;?? // if we're doing read(0) to trigger a readable event, but we? // already have a bunch of data in the buffer, then just trigger? ...
-----------------------------------------
}
[4]: _write(aka write) [tls.js:336] (this=0x85bfe57faa1 <an EncryptedStream>#5#,data=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x672db5072f9 <JS Function>#7#) {
// stack-allocated locals
var written = 179
// expression stack (top to bottom)
[03] : 0
[02] : 0x85bfe57f1f9 <a CleartextStream>#4#
[01] : 0x10c379db78c1 <JS Function write>#19#
--------- s o u r c e c o d e ---------
function write(data, encoding, cb) {? assert(this._pending === null);?? // Black-hole data? if (!this.pair.ssl) return cb(null);?? // When resuming session don't accept any new data.? // And do not put too much data into openssl, before writing it from encrypted? // side.? //? // TODO(indutny): Remove mag...
-----------------------------------------
}
[5]: doWrite [_stream_writable.js:240] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57faa1 <an EncryptedStream>#5#,state=0x85bfe57fc19 <a WritableState>#9#,writev=0x30e5a6904181 <false>,len=179,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x85bfe58fdc1 <JS Function>#10#) {
// expression stack (top to bottom)
[03] : 0x672db5072f9 <JS Function>#7#
[02] : 0x35d7fce18279 <String[6]: buffer>
[01] : 0x85bfe58fb71 <a Buffer>#6#
[00] : 0x85bfe57faa1 <an EncryptedStream>#5#
--------- s o u r c e c o d e ---------
function doWrite(stream, state, writev, len, chunk, encoding, cb) {? state.writelen = len;? state.writecb = cb;? state.writing = true;? state.sync = true;? if (writev)? stream._writev(chunk, state.onwrite);? else? stream._write(chunk, encoding, state.onwrite);? state.sync = false;?}
-----------------------------------------
}
[6]: writeOrBuffer [_stream_writable.js:227] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57faa1 <an EncryptedStream>#5#,state=0x85bfe57fc19 <a WritableState>#9#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x85bfe58fdc1 <JS Function>#10#) {
// stack-allocated locals
var len = 179
var ret = 0x30e5a6904161 <true>
// expression stack (top to bottom)
[10] : 0x85bfe58fdc1 <JS Function>#10#
[09] : 0x35d7fce18279 <String[6]: buffer>
[08] : 0x85bfe58fb71 <a Buffer>#6#
[07] : 179
[06] : 0x30e5a6904181 <false>
[05] : 0x85bfe57fc19 <a WritableState>#9#
[04] : 0x85bfe57faa1 <an EncryptedStream>#5#
[03] : 0x30e5a6957669 <JS Global Object>#8#
[02] : 0x2454cb4e9e9 <JS Function doWrite>#20#
--------- s o u r c e c o d e ---------
function writeOrBuffer(stream, state, chunk, encoding, cb) {? chunk = decodeChunk(state, chunk, encoding);? if (Buffer.isBuffer(chunk)) encoding = 'buffer';? var len = state.objectMode ? 1 : chunk.length;?? state.length += len;?? var ret = state.length < state.highWaterMark;? // we must ensure that previous needDra...
-----------------------------------------
}
[7]: write [_stream_writable.js:165] (this=0x85bfe57faa1 <an EncryptedStream>#5#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x35d7fce18279 <String[6]: buffer>,cb=0x85bfe58fdc1 <JS Function>#10#) {
// stack-allocated locals
var state = 0x85bfe57fc19 <a WritableState>#9#
var ret = 0x30e5a6904181 <false>
// expression stack (top to bottom)
[08] : 0x85bfe58fdc1 <JS Function>#10#
[07] : 0x35d7fce18279 <String[6]: buffer>
[06] : 0x85bfe58fb71 <a Buffer>#6#
[05] : 0x85bfe57fc19 <a WritableState>#9#
[04] : 0x85bfe57faa1 <an EncryptedStream>#5#
[03] : 0x30e5a6957669 <JS Global Object>#8#
[02] : 0x2454cb4e9a1 <JS Function writeOrBuffer>#21#
--------- s o u r c e c o d e ---------
function (chunk, encoding, cb) {? var state = this._writableState;? var ret = false;?? if (typeof encoding === 'function') {? cb = encoding;? encoding = null;? }?? if (Buffer.isBuffer(chunk))? encoding = 'buffer';? else if (!encoding) encoding = state.defaultEncoding;?? if (typeof cb !== 'fun...
-----------------------------------------
}
[8]: arguments adaptor frame: 1->3 {
// actual arguments
[00] : 0x85bfe58fb71 <a Buffer>#6#
}
[9]: write [_stream_readable.js:559] (this=0x30e5a6957669 <JS Global Object>#8#,dest=0x85bfe57faa1 <an EncryptedStream>#5#,i=0,list=0x30e5a6904101 <null>) {
// stack-allocated locals
var written = 0x30e5a6904121 <undefined>
// expression stack (top to bottom)
[02] : 0x85bfe58fb71 <a Buffer>#6#
[01] : 0x85bfe57faa1 <an EncryptedStream>#5#
--------- s o u r c e c o d e ---------
function write(dest, i, list) {? var written = dest.write(chunk);? if (false === written) {? state.awaitDrain++;? }? }
-----------------------------------------
}
[10]: flow [_stream_readable.js:568] (this=0x30e5a6957669 <JS Global Object>#8#,src=0x85bfe57dd01 <a Socket>#11#) {
// stack-allocated locals
var write = 0x85bfe58fd79 <JS Function write>#22#
// heap-allocated locals
var state = 0x85bfe57ddb9 <a ReadableState>#12#
var chunk = 0x85bfe58fb71 <a Buffer>#6#
// expression stack (top to bottom)
[05] : 0x30e5a6904101 <null>
[04] : 0
[03] : 0x85bfe57faa1 <an EncryptedStream>#5#
[02] : 0x30e5a6957669 <JS Global Object>#8#
[01] : 0x85bfe58fd79 <JS Function write>#22#
--------- s o u r c e c o d e ---------
function flow(src) {? var state = src._readableState;? var chunk;? state.awaitDrain = 0;?? function write(dest, i, list) {? var written = dest.write(chunk);? if (false === written) {? state.awaitDrain++;? }? }?? while (state.pipesCount && null !== (chunk = src.read())) {?? if (state.pipesC...
-----------------------------------------
}
[11]: pipeOnReadable [_stream_readable.js:598] (this=0x85bfe57dd01 <a Socket>#11#) {
// expression stack (top to bottom)
[02] : 0x85bfe57dd01 <a Socket>#11#
[01] : 0x30e5a6957669 <JS Global Object>#8#
[00] : 0x2454cb4e6c1 <JS Function flow>#23#
--------- s o u r c e c o d e ---------
function pipeOnReadable() {? if (this._readableState.ranOut) {? this._readableState.ranOut = false;? flow(this);? }?}
-----------------------------------------
}
[12]: emit [events.js:79] (this=0x85bfe57dd01 <a Socket>#11#,type=0x35d7fce197c9 <String[8]: readable>,arg1=0x30e5a6904121 <undefined>,arg2=0x30e5a6904121 <undefined>) {
// stack-allocated locals
var arguments = 0x85bfe58fcd1 <an Arguments>#24#
var skip = 0x30e5a6904181 <false>
var eo = 0x30e5a6904121 <undefined>
var args = 0x30e5a6904121 <undefined>
var listeners = 0x30e5a6904121 <undefined>
var handler = 0x2454cb4e709 <JS Function pipeOnReadable>#25#
var tph = 0x35d7fce09a41 <String[8]: function>
var domain_handler = 0x30e5a6904101 <null>
var len = 0x30e5a6904121 <undefined>
var i = 0x30e5a6904121 <undefined>
// heap-allocated locals
var arg2 = 0x30e5a6904121 <undefined>
var arg1 = 0x30e5a6904121 <undefined>
var type = 0x35d7fce197c9 <String[8]: readable>
// expression stack (top to bottom)
[11] : 0x85bfe57dd01 <a Socket>#11#
[10] : 0x30e5a69649a1 <JS Function emit>#26#
--------- s o u r c e c o d e ---------
function emit(type, arg1, arg2) {? var skip = false;? if (!this._events) {? this._events = {};? skip = true;? }?? // If there is no 'error' event listener then throw.? if (type === 'error') {? var eo = this._events.error;? if (!eo || (typeof eo === 'object' && !eo.length)) {? if (this.domai...
-----------------------------------------
}
[13]: arguments adaptor frame: 1->3 {
// actual arguments
[00] : 0x35d7fce197c9 <String[8]: readable>
}
[14]: emitReadable_ [_stream_readable.js:390] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57dd01 <a Socket>#11#) {
// expression stack (top to bottom)
[01] : 0x35d7fce197c9 <String[8]: readable>
[00] : 0x85bfe57dd01 <a Socket>#11#
--------- s o u r c e c o d e ---------
function emitReadable_(stream) {? stream.emit('readable');?}
-----------------------------------------
}
[15]: emitReadable [_stream_readable.js:386] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57dd01 <a Socket>#11#) {
// stack-allocated locals
var state = 0x85bfe57ddb9 <a ReadableState>#12#
// heap-allocated locals
var stream = 0x85bfe57dd01 <a Socket>#11#
// expression stack (top to bottom)
[03] : 0x85bfe57dd01 <a Socket>#11#
[02] : 0x30e5a6957669 <JS Global Object>#8#
[01] : 0x2454cb4e5a1 <JS Function emitReadable_>#27#
--------- s o u r c e c o d e ---------
function emitReadable(stream) {? var state = stream._readableState;? state.needReadable = false;? if (state.emittedReadable) return;?? state.emittedReadable = true;? if (state.sync)? process.nextTick(function() {? emitReadable_(stream);? });? else? emitReadable_(stream);?}
-----------------------------------------
}
[16]: readableAddChunk [_stream_readable.js:144] (this=0x30e5a6957669 <JS Global Object>#8#,stream=0x85bfe57dd01 <a Socket>#11#,state=0x85bfe57ddb9 <a ReadableState>#12#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x30e5a6904121 <undefined>,addToFront=0x30e5a6904181 <false>) {
// stack-allocated locals
var er = 0x30e5a6904101 <null>
var e = 0x30e5a6904121 <undefined>
// expression stack (top to bottom)
[04] : 0x85bfe57dd01 <a Socket>#11#
[03] : 0x30e5a6957669 <JS Global Object>#8#
[02] : 0x2454cb4e559 <JS Function emitReadable>#28#
--------- s o u r c e c o d e ---------
function readableAddChunk(stream, state, chunk, encoding, addToFront) {? var er = chunkInvalid(state, chunk);? if (er) {? stream.emit('error', er);? } else if (chunk === null || chunk === undefined) {? state.reading = false;? if (!state.ended) onEofChunk(stream, state);? } else if (state.objectMode || chunk && ...
-----------------------------------------
}
[17]: push [_stream_readable.js:108] (this=0x85bfe57dd01 <a Socket>#11#,chunk=0x85bfe58fb71 <a Buffer>#6#,encoding=0x30e5a6904121 <undefined>) {
// stack-allocated locals
var state = 0x85bfe57ddb9 <a ReadableState>#12#
// expression stack (top to bottom)
[07] : 0x30e5a6904181 <false>
[06] : 0x30e5a6904121 <undefined>
[05] : 0x85bfe58fb71 <a Buffer>#6#
[04] : 0x85bfe57ddb9 <a ReadableState>#12#
[03] : 0x85bfe57dd01 <a Socket>#11#
[02] : 0x30e5a6957669 <JS Global Object>#8#
[01] : 0x2454cb4e3a9 <JS Function readableAddChunk>#29#
--------- s o u r c e c o d e ---------
function (chunk, encoding) {? var state = this._readableState;?? if (typeof chunk === 'string' && !state.objectMode) {? encoding = encoding || state.defaultEncoding;? if (encoding !== state.encoding) {? chunk = new Buffer(chunk, encoding);? encoding = '';? }? }?? return readableAddChun...
-----------------------------------------
}
[18]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 0x85bfe58fb71 <a Buffer>#6#
}
[19]: onread [net.js:487] (this=0x85bfe57dc19 <a TCP>#13#,buffer=0x85bfe7db7f1 <a SlowBuffer>#14#,offset=2656,length=179,__skip=0x30e5a6904121 <undefined>,parser_response=0x30e5a6904121 <undefined>) {
// stack-allocated locals
var handle = 0x85bfe57dc19 <a TCP>#13#
var self = 0x85bfe57dd01 <a Socket>#11#
var end = 2835
var ret = 0x30e5a6904161 <true>
var r = 0x30e5a6904121 <undefined>
var er = 0x30e5a6904121 <undefined>
// expression stack (top to bottom)
[07] : 0x85bfe58fb71 <a Buffer>#6#
[06] : 0x85bfe57dd01 <a Socket>#11#
--------- s o u r c e c o d e ---------
function onread(buffer, offset, length, __skip, parser_response) {? var handle = this;? var self = handle.owner;? assert(handle === self._handle, 'handle != self._handle');?? timers._unrefActive(self);?? debug('onread', process._errno, offset, length);?? if (buffer) {? debug('got data');?? // read succ...
-----------------------------------------
}
[20]: arguments adaptor frame: 3->5 {
// actual arguments
[00] : 0x85bfe7db7f1 <a SlowBuffer>#14#
[01] : 2656
[02] : 179
}
==== Key ============================================
#0# 0x30e5a6957549: 0x30e5a6957549 <JS Object>
#1# 0x85bfe7ce979: 0x85bfe7ce979 <a SlabBuffer>
isFull: 0x30e5a6904181 <false>
pool: 0x85bfe7cea39 <a Buffer>#15#
offset: 542
remaining: 10485218
#2# 0x85bfe57e851: 0x85bfe57e851 <a Connection>
onhandshakestart: 0x85bfe57e8f9 <JS Function>#30#
lastHandshakeTime: 0
handshakes: 0
#3# 0x10c379d62b79: 0x10c379d62b79 <JS Function clearOut>
#4# 0x85bfe57f1f9: 0x85bfe57f1f9 <a CleartextStream>
_readableState: 0x85bfe57f291 <a ReadableState>#18#
readable: 0x30e5a6904161 <true>
domain: 0x30e5a6904101 <null>
_events: 0x85bfe57f389 <an Object>#31#
_maxListeners: 10
_writableState: 0x85bfe57f3a1 <a WritableState>#32#
writable: 0x30e5a6904161 <true>
allowHalfOpen: 0x30e5a6904161 <true>
pair: 0x85bfe57e6a9 <a SecurePair>#33#
_pending: 0x30e5a6904101 <null>
_pendingEncoding: 0x35d7fce09a09 <String[0]: >
_pendingCallback: 0x30e5a6904101 <null>
_doneFlag: 0x30e5a6904181 <false>
_retryAfterPartial: 0x30e5a6904181 <false>
_halfRead: 0x30e5a6904181 <false>
_sslOutCb: 0x30e5a6904101 <null>
_resumingSession: 0x30e5a6904181 <false>
_reading: 0x30e5a6904161 <true>
_destroyed: 0x30e5a6904181 <false>
_ended: 0x30e5a6904181 <false>
_finished: 0x30e5a6904181 <false>
_opposite: 0x85bfe57faa1 <an EncryptedStream>#5#
_buffer: 0x85bfe7ce979 <a SlabBuffer>#1#
_handle: 0x85bfe57f9c9 <an Object>#34#
socket: 0x85bfe57dd01 <a Socket>#11#
encrypted: 0x85bfe57faa1 <an EncryptedStream>#5#
authorized: 0x30e5a6904181 <false>
_controlReleased: 0x30e5a6904181 <false>
#5# 0x85bfe57faa1: 0x85bfe57faa1 <an EncryptedStream>
_readableState: 0x85bfe57fb09 <a ReadableState>#35#
readable: 0x30e5a6904161 <true>
domain: 0x30e5a6904101 <null>
_events: 0x85bfe57fc01 <an Object>#36#
_maxListeners: 10
_writableState: 0x85bfe57fc19 <a WritableState>#9#
writable: 0x30e5a6904161 <true>
allowHalfOpen: 0x30e5a6904161 <true>
pair: 0x85bfe57e6a9 <a SecurePair>#33#
_pending: 0x30e5a6904101 <null>
_pendingEncoding: 0x35d7fce09a09 <String[0]: >
_pendingCallback: 0x30e5a6904101 <null>
_doneFlag: 0x30e5a6904181 <false>
_retryAfterPartial: 0x30e5a6904181 <false>
_halfRead: 0x30e5a6904181 <false>
_sslOutCb: 0x30e5a6904101 <null>
_resumingSession: 0x30e5a6904181 <false>
_reading: 0x30e5a6904161 <true>
_destroyed: 0x30e5a6904181 <false>
_ended: 0x30e5a6904181 <false>
_finished: 0x30e5a6904181 <false>
_opposite: 0x85bfe57f1f9 <a CleartextStream>#4#
_buffer: 0x85bfe7ce979 <a SlabBuffer>#1#
#6# 0x85bfe58fb71: 0x85bfe58fb71 <a Buffer>
length: 179
parent: 0x85bfe7db7f1 <a SlowBuffer>#14#
offset: 2656
#7# 0x672db5072f9: 0x672db5072f9 <JS Function>
#8# 0x30e5a6957669: 0x30e5a6957669 <JS Global Object>
#9# 0x85bfe57fc19: 0x85bfe57fc19 <a WritableState>
highWaterMark: 16384
objectMode: 0x30e5a6904181 <false>
needDrain: 0x30e5a6904181 <false>
ending: 0x30e5a6904181 <false>
ended: 0x30e5a6904181 <false>
finished: 0x30e5a6904181 <false>
decodeStrings: 0x30e5a6904161 <true>
defaultEncoding: 0x35d7fce181d9 <String[4]: utf8>
length: 179
writing: 0x30e5a6904161 <true>
corked: 0
sync: 0x30e5a6904161 <true>
bufferProcessing: 0x30e5a6904181 <false>
onwrite: 0x672db5072f9 <JS Function>#7#
writecb: 0x85bfe58fdc1 <JS Function>#10#
writelen: 179
buffer: 0x85bfe57fd11 <JS Array[0]>#37#
errorEmitted: 0x30e5a6904181 <false>
#10# 0x85bfe58fdc1: 0x85bfe58fdc1 <JS Function>
#11# 0x85bfe57dd01: 0x85bfe57dd01 <a Socket>
_connecting: 0x30e5a6904181 <false>
_handle: 0x85bfe57dc19 <a TCP>#13#
_readableState: 0x85bfe57ddb9 <a ReadableState>#12#
readable: 0x30e5a6904161 <true>
domain: 0x30e5a6904101 <null>
_events: 0x85bfe57de99 <an Object>#38#
_maxListeners: 10
_writableState: 0x85bfe57deb1 <a WritableState>#39#
writable: 0x30e5a6904161 <true>
allowHalfOpen: 0x30e5a6904181 <false>
onend: 0x30e5a6904101 <null>
destroyed: 0x30e5a6904181 <false>
bytesRead: 449
_bytesDispatched: 93
_pendingData: 0x30e5a6904101 <null>
_pendingEncoding: 0x35d7fce09a09 <String[0]: >
server: 0x85bfe6f2121 <a Server>#40#
__ec_int: 0x30e5a6904161 <true>
___timerId: 3
_consuming: 0x30e5a6904161 <true>
#12# 0x85bfe57ddb9: 0x85bfe57ddb9 <a ReadableState>
highWaterMark: 16384
buffer: 0x85bfe57de79 <JS Array[0]>#41#
length: 0
pipes: 0x85bfe57faa1 <an EncryptedStream>#5#
pipesCount: 1
flowing: 0x30e5a6904161 <true>
ended: 0x30e5a6904181 <false>
endEmitted: 0x30e5a6904181 <false>
reading: 0x30e5a6904161 <true>
calledRead: 0x30e5a6904161 <true>
sync: 0x30e5a6904181 <false>
needReadable: 0x30e5a6904161 <true>
emittedReadable: 0x30e5a6904181 <false>
readableListening: 0x30e5a6904161 <true>
objectMode: 0x30e5a6904181 <false>
defaultEncoding: 0x35d7fce181d9 <String[4]: utf8>
ranOut: 0x30e5a6904181 <false>
awaitDrain: 0
readingMore: 0x30e5a6904181 <false>
decoder: 0x30e5a6904101 <null>
encoding: 0x30e5a6904101 <null>
#13# 0x85bfe57dc19: 0x85bfe57dc19 <a TCP>
writeQueueSize: 0
owner: 0x85bfe57dd01 <a Socket>#11#
reading: 0x30e5a6904161 <true>
: 0x85bfe585321 <FixedArray[11]>#42#
#14# 0x85bfe7db7f1: 0x85bfe7db7f1 <a SlowBuffer>
length: 8388608
#15# 0x85bfe7cea39: 0x85bfe7cea39 <a Buffer>
length: 10485760
parent: 0x85bfe7cea69 <a SlowBuffer>#43#
offset: 0
#16# 0x10c379db7831: 0x10c379db7831 <JS Function use>
#17# 0x10c379db7951: 0x10c379db7951 <JS Function read>
#18# 0x85bfe57f291: 0x85bfe57f291 <a ReadableState>
highWaterMark: 16384
buffer: 0x85bfe57f369 <JS Array[0]>#44#
length: 0
pipes: 0x30e5a6904101 <null>
pipesCount: 0
flowing: 0x30e5a6904181 <false>
ended: 0x30e5a6904181 <false>
endEmitted: 0x30e5a6904181 <false>
reading: 0x30e5a6904161 <true>
calledRead: 0x30e5a6904161 <true>
sync: 0x30e5a6904161 <true>
needReadable: 0x30e5a6904161 <true>
emittedReadable: 0x30e5a6904181 <false>
readableListening: 0x30e5a6904181 <false>
objectMode: 0x30e5a6904181 <false>
defaultEncoding: 0x35d7fce181d9 <String[4]: utf8>
ranOut: 0x30e5a6904181 <false>
awaitDrain: 0
readingMore: 0x30e5a6904181 <false>
decoder: 0x30e5a6904101 <null>
encoding: 0x30e5a6904101 <null>
#19# 0x10c379db78c1: 0x10c379db78c1 <JS Function write>
#20# 0x2454cb4e9e9: 0x2454cb4e9e9 <JS Function doWrite>
#21# 0x2454cb4e9a1: 0x2454cb4e9a1 <JS Function writeOrBuffer>
#22# 0x85bfe58fd79: 0x85bfe58fd79 <JS Function write>
#23# 0x2454cb4e6c1: 0x2454cb4e6c1 <JS Function flow>
#24# 0x85bfe58fcd1: 0x85bfe58fcd1 <an Arguments>
length: 1
callee: 0x30e5a69649a1 <JS Function emit>#26#
#25# 0x2454cb4e709: 0x2454cb4e709 <JS Function pipeOnReadable>
#26# 0x30e5a69649a1: 0x30e5a69649a1 <JS Function emit>
#27# 0x2454cb4e5a1: 0x2454cb4e5a1 <JS Function emitReadable_>
#28# 0x2454cb4e559: 0x2454cb4e559 <JS Function emitReadable>
#29# 0x2454cb4e3a9: 0x2454cb4e3a9 <JS Function readableAddChunk>
#30# 0x85bfe57e8f9: 0x85bfe57e8f9 <JS Function>
length: 0
#31# 0x85bfe57f389: 0x85bfe57f389 <an Object>
end: 0x85bfe57f989 <JS Array[2]>#45#
finish: 0x85bfe57f859 <JS Function g>#46#
sslOutEnd: 0x85bfe5802e9 <JS Function>#47#
#32# 0x85bfe57f3a1: 0x85bfe57f3a1 <a WritableState>
highWaterMark: 16384
objectMode: 0x30e5a6904181 <false>
needDrain: 0x30e5a6904181 <false>
ending: 0x30e5a6904181 <false>
ended: 0x30e5a6904181 <false>
finished: 0x30e5a6904181 <false>
decodeStrings: 0x30e5a6904161 <true>
defaultEncoding: 0x35d7fce181d9 <String[4]: utf8>
length: 0
writing: 0x30e5a6904181 <false>
corked: 0
sync: 0x30e5a6904161 <true>
bufferProcessing: 0x30e5a6904181 <false>
onwrite: 0x672db507299 <JS Function>#48#
writecb: 0x30e5a6904101 <null>
writelen: 0
buffer: 0x85bfe57f499 <JS Array[0]>#49#
errorEmitted: 0x30e5a6904181 <false>
#33# 0x85bfe57e6a9: 0x85bfe57e6a9 <a SecurePair>
domain: 0x30e5a6904101 <null>
_events: 0x85bfe57e7b9 <an Object>#50#
_maxListeners: 10
server: 0x85bfe6f2121 <a Server>#40#
_secureEstablished: 0x30e5a6904181 <false>
_isServer: 0x30e5a6904161 <true>
_encWriteState: 0x30e5a6904161 <true>
_clearWriteState: 0x30e5a6904161 <true>
_doneFlag: 0x30e5a6904181 <false>
_destroying: 0x30e5a6904181 <false>
credentials: 0x85bfe57e4b1 <a Credentials>#51#
_rejectUnauthorized: 0x30e5a6904181 <false>
_requestCert: 0x30e5a6904181 <false>
ssl: 0x85bfe57e851 <a Connection>#2#
servername: 0x30e5a6904101 <null>
npnProtocol: 0x30e5a6904101 <null>
cleartext: 0x85bfe57f1f9 <a CleartextStream>#4#
encrypted: 0x85bfe57faa1 <an EncryptedStream>#5#
fd: 0x30e5a6904121 <undefined>
_resumingSession: 0x30e5a6904181 <false>
#34# 0x85bfe57f9c9: 0x85bfe57f9c9 <an Object>
readStop: 0x85bfe57f9f1 <JS Function>#52#
readStart: 0x85bfe57fa39 <JS Function>#53#
#35# 0x85bfe57fb09: 0x85bfe57fb09 <a ReadableState>
highWaterMark: 16384
buffer: 0x85bfe57fbe1 <JS Array[0]>#54#
length: 0
pipes: 0x85bfe57dd01 <a Socket>#11#
pipesCount: 1
flowing: 0x30e5a6904161 <true>
ended: 0x30e5a6904181 <false>
endEmitted: 0x30e5a6904181 <false>
reading: 0x30e5a6904181 <false>
calledRead: 0x30e5a6904161 <true>
sync: 0x30e5a6904181 <false>
needReadable: 0x30e5a6904161 <true>
emittedReadable: 0x30e5a6904181 <false>
readableListening: 0x30e5a6904161 <true>
objectMode: 0x30e5a6904181 <false>
defaultEncoding: 0x35d7fce181d9 <String[4]: utf8>
ranOut: 0x30e5a6904161 <true>
awaitDrain: 0
readingMore: 0x30e5a6904181 <false>
decoder: 0x30e5a6904101 <null>
encoding: 0x30e5a6904101 <null>
#36# 0x85bfe57fc01: 0x85bfe57fc01 <an Object>
end: 0x85bfe580181 <JS Array[3]>#55#
finish: 0x85bfe581bb9 <JS Array[2]>#56#
sslOutEnd: 0x85bfe580269 <JS Function>#57#
unpipe: 0x85bfe581271 <JS Function onunpipe>#58#
close: 0x85bfe581ea1 <JS Array[2]>#59#
#37# 0x85bfe57fd11: 0x85bfe57fd11 <JS Array[0]>
#38# 0x85bfe57de99: 0x85bfe57de99 <an Object>
end: 0x85bfe581529 <JS Array[2]>#60#
finish: 0x85bfe580d89 <JS Array[2]>#61#
unpipe: 0x85bfe580551 <JS Function onunpipe>#62#
drain: 0x85bfe5820f9 <JS Array[2]>#63#
error: 0x85bfe582139 <JS Array[2]>#64#
close: 0x85bfe5822a9 <JS Array[3]>#65#
timeout: 0x85bfe582929 <JS Array[2]>#66#
#39# 0x85bfe57deb1: 0x85bfe57deb1 <a WritableState>
highWaterMark: 16384
objectMode: 0x30e5a6904181 <false>
needDrain: 0x30e5a6904181 <false>
ending: 0x30e5a6904181 <false>
ended: 0x30e5a6904181 <false>
finished: 0x30e5a6904181 <false>
decodeStrings: 0x30e5a6904181 <false>
defaultEncoding: 0x35d7fce181d9 <String[4]: utf8>
length: 0
writing: 0x30e5a6904181 <false>
corked: 0
sync: 0x30e5a6904181 <false>
bufferProcessing: 0x30e5a6904181 <false>
onwrite: 0x672db507221 <JS Function>#67#
writecb: 0x30e5a6904101 <null>
writelen: 0
buffer: 0x85bfe57df91 <JS Array[0]>#68#
errorEmitted: 0x30e5a6904181 <false>
#40# 0x85bfe6f2121: 0x85bfe6f2121 <a Server>
_contexts: 0x85bfe6f2259 <JS Array[0]>#69#
requestCert: 0x30e5a6904181 <false>
rejectUnauthorized: 0x30e5a6904181 <false>
pskCallback: 0x85bfe6f20d9 <JS Function>#70#
isPskServer: 0x30e5a6904161 <true>
key: 0x118d056bb859 <String[496]\: -----BEGIN RSA PRIVATE KEY-----\nMIIBOwIBAAJBAJ86QKnKF2cVic/1hSuwV8A9t45URMhtdce4JMnbXh75+j61QWwe\ncn7unG5PMN/wK+tPAHMjEPbx45C0Ch+3IxECAwEAAQJBAI2cU1IuR+4IO87WPyAB\n76kruoo87AeNQkjjvuQ/00+b/6IS45mcEP5Kw0NukbqBhIw2di9uQ9J51DJ/ZfQr\n+YECIQDUHaN3ZjIdJ7/w8Yq9Zzz+3kY2F/xEz6e4ftOFW8bY2QIhAMAref+WYckC\noECgOLAvAxB1lI4j7oCbAaawfxKdnPj5AiEAi95rXx09aGpAsBGmSdScrPdG1v6j\n83/2ebrvoZ1uFqkCIB0AssnrRVjUB6GZTNTyU3ERfdkx/RX1zvr8WkFR/lXpAiB7\ncUZ1i8ZkZrPrdVgw2cb28UJM7qZHQnXcMHTXFFvxeQ==\n-----END RSA PRIVATE KEY----->
cert: 0x118d056bb4e9 <String[809]\: -----BEGIN CERTIFICATE-----\nMIICKjCCAZMCCQDQ8o4kHKdCPDANBgkqhkiG9w0BAQUFADB6MQswCQYDVQQGEwJV\nUzELMAkGA1UECBMCQ0ExCzAJBgNVBAcTAlNGMQ8wDQYDVQQKEwZKb3llbnQxEDAO\nBgNVBAsTB05vZGUuanMxDDAKBgNVBAMTA2NhMTEgMB4GCSqGSIb3DQEJARYRcnlA\ndGlueWNsb3Vkcy5vcmcwHhcNMTEwMzE0MTgyOTEyWhcNMzgwNzI5MTgyOTEyWjB9\nMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExCzAJBgNVBAcTAlNGMQ8wDQYDVQQK\nEwZKb3llbnQxEDAOBgNVBAsTB05vZGUuanMxDzANBgNVBAMTBmFnZW50MTEgMB4G\nCSqGSIb3DQEJARYRcnlAdGlueWNsb3Vkcy5vcmcwXDANBgkqhkiG9w0BAQEFAANL\nADBIAkEAnzpAqcoXZxWJz/WFK7BXwD23jlREyG11x7gkydteHvn6PrVBbB5yfu6c\nbk8w3/Ar608AcyMQ9vHjkLQKH7cjEQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAKha\nHqjCfTIut+m/idKy3AoFh48tBHo3p9Nl5uBjQJmahKdZAaiksL24Pl+NzPQ8LIU+\nFyDHFp6OeJKN6HzZ72Bh9wpBVu6Uj1hwhZhincyTXT80wtSI/BoUAW8Ls2kwPdus\n64LsJhhxqj2m4vPKNRbHB2QxnNrGi30CUf3kt3Ia\n-----END CERTIFICATE----->
ciphers: 0x118d056bbc69 <String[18]: PSK-AES256-CBC-SHA>
secureOptions: 50331648
NPNProtocols: 0x85bfe6f22f9 <a Buffer>#71#
SNICallback: 0x85bfe6f2429 <JS Function>#72#
domain: 0x30e5a6904101 <null>
_events: 0x85bfe6f26d9 <an Object>#73#
_maxListeners: 10
_connections: 1
_handle: 0x85bfe6f3f39 <a TCP>#74#
_usingSlaves: 0x30e5a6904181 <false>
_slaves: 0x85bfe6f36f9 <JS Array[0]>#75#
allowHalfOpen: 0x30e5a6904181 <false>
httpAllowHalfOpen: 0x30e5a6904181 <false>
_connectionKey: 0x85bfe6f4041 <String[11]: 4:0.0.0.0:0>
#41# 0x85bfe57de79: 0x85bfe57de79 <JS Array[0]>
#42# 0x85bfe585321: 0x85bfe585321 <FixedArray[11]>
0: 1
1: 0
2: 4
3: 0x30e5a6904121 <undefined>
4: 0x30e5a6904121 <undefined>
5: 0x12beec169e41 <String[16]: slab_0x102104390>
6: 0x30e5a6904101 <null>
7: 0x30e5a6904121 <undefined>
8: 0x30e5a6904121 <undefined>
9: 0x30e5a6904121 <undefined>
...
#43# 0x85bfe7cea69: 0x85bfe7cea69 <a SlowBuffer>
length: 10485760
#44# 0x85bfe57f369: 0x85bfe57f369 <JS Array[0]>
#45# 0x85bfe57f989: 0x85bfe57f989 <JS Array[2]>
0: 0x85bfe57f539 <JS Function g>#76#
1: 0x85bfe57f919 <JS Function g>#77#
#46# 0x85bfe57f859: 0x85bfe57f859 <JS Function g>
listener: 0x11fbbbf2d19 <JS Function onCryptoStreamFinish>#78#
#47# 0x85bfe5802e9: 0x85bfe5802e9 <JS Function>
#48# 0x672db507299: 0x672db507299 <JS Function>
#49# 0x85bfe57f499: 0x85bfe57f499 <JS Array[0]>
#50# 0x85bfe57e7b9: 0x85bfe57e7b9 <an Object>
secure: 0x85bfe582b51 <JS Function g>#79#
error: 0x85bfe582be9 <JS Function>#80#
#51# 0x85bfe57e4b1: 0x85bfe57e4b1 <a Credentials>
context: 0x85bfe6f25d1 <a SecureContext>#81#
#52# 0x85bfe57f9f1: 0x85bfe57f9f1 <JS Function>
#53# 0x85bfe57fa39: 0x85bfe57fa39 <JS Function>
#54# 0x85bfe57fbe1: 0x85bfe57fbe1 <JS Array[0]>
#55# 0x85bfe580181: 0x85bfe580181 <JS Array[3]>
0: 0x85bfe57fdb1 <JS Function g>#82#
1: 0x85bfe580111 <JS Function g>#83#
2: 0x85bfe580799 <JS Function g>#84#
#56# 0x85bfe581bb9: 0x85bfe581bb9 <JS Array[2]>
0: 0x85bfe580051 <JS Function g>#85#
1: 0x85bfe581af9 <JS Function g>#86#
#57# 0x85bfe580269: 0x85bfe580269 <JS Function>
#58# 0x85bfe581271: 0x85bfe581271 <JS Function onunpipe>
#59# 0x85bfe581ea1: 0x85bfe581ea1 <JS Array[2]>
0: 0x85bfe5818b9 <JS Function g>#87#
1: 0x85bfe581e59 <JS Function>#88#
#60# 0x85bfe581529: 0x85bfe581529 <JS Array[2]>
0: 0x85bfe57e031 <JS Function g>#89#
1: 0x85bfe5814b9 <JS Function g>#90#
#61# 0x85bfe580d89: 0x85bfe580d89 <JS Array[2]>
0: 0x2454cb47119 <JS Function onSocketFinish>#91#
1: 0x85bfe580cc9 <JS Function g>#92#
#62# 0x85bfe580551: 0x85bfe580551 <JS Function onunpipe>
#63# 0x85bfe5820f9: 0x85bfe5820f9 <JS Array[2]>
0: 0x85bfe5808f1 <JS Function>#93#
1: 0x85bfe582061 <JS Function>#94#
#64# 0x85bfe582139: 0x85bfe582139 <JS Array[2]>
0: 0x85bfe580629 <JS Function onerror>#95#
1: 0x85bfe5803f9 <JS Function onerror>#96#
#65# 0x85bfe5822a9: 0x85bfe5822a9 <JS Array[3]>
0: 0x85bfe580b99 <JS Function g>#97#
1: 0x85bfe580441 <JS Function onclose>#98#
2: 0x85bfe582d51 <JS Function>#99#
#66# 0x85bfe582929: 0x85bfe582929 <JS Array[2]>
0: 0x85bfe580489 <JS Function ontimeout>#100#
1: 0x85bfe582869 <JS Function g>#101#
#67# 0x672db507221: 0x672db507221 <JS Function>
#68# 0x85bfe57df91: 0x85bfe57df91 <JS Array[0]>
#69# 0x85bfe6f2259: 0x85bfe6f2259 <JS Array[0]>
#70# 0x85bfe6f20d9: 0x85bfe6f20d9 <JS Function>
#71# 0x85bfe6f22f9: 0x85bfe6f22f9 <a Buffer>
length: 18
parent: 0x85bfebb9db9 <a SlowBuffer>#102#
offset: 4376
#72# 0x85bfe6f2429: 0x85bfe6f2429 <JS Function>
length: 1
#73# 0x85bfe6f26d9: 0x85bfe6f26d9 <an Object>
#74# 0x85bfe6f3f39: 0x85bfe6f3f39 <a TCP>
writeQueueSize: 0
owner: 0x85bfe6f2121 <a Server>#40#
#75# 0x85bfe6f36f9: 0x85bfe6f36f9 <JS Array[0]>
#76# 0x85bfe57f539: 0x85bfe57f539 <JS Function g>
listener: 0x2454cb50e01 <JS Function onend>#103#
#77# 0x85bfe57f919: 0x85bfe57f919 <JS Function g>
listener: 0x11fbbbf2d61 <JS Function onCryptoStreamEnd>#104#
#78# 0x11fbbbf2d19: 0x11fbbbf2d19 <JS Function onCryptoStreamFinish>
#79# 0x85bfe582b51: 0x85bfe582b51 <JS Function g>
listener: 0x85bfe582ab9 <JS Function>#105#
#80# 0x85bfe582be9: 0x85bfe582be9 <JS Function>
#81# 0x85bfe6f25d1: 0x85bfe6f25d1 <a SecureContext>
#82# 0x85bfe57fdb1: 0x85bfe57fdb1 <JS Function g>
listener: 0x2454cb50e01 <JS Function onend>#103#
#83# 0x85bfe580111: 0x85bfe580111 <JS Function g>
listener: 0x11fbbbf2d61 <JS Function onCryptoStreamEnd>#104#
#84# 0x85bfe580799: 0x85bfe580799 <JS Function g>
listener: 0x85bfe580599 <JS Function onend>#106#
#85# 0x85bfe580051: 0x85bfe580051 <JS Function g>
listener: 0x11fbbbf2d19 <JS Function onCryptoStreamFinish>#78#
#86# 0x85bfe581af9: 0x85bfe581af9 <JS Function g>
listener: 0x85bfe5813d9 <JS Function onfinish>#107#
#87# 0x85bfe5818b9: 0x85bfe5818b9 <JS Function g>
listener: 0x85bfe581391 <JS Function onclose>#108#
#88# 0x85bfe581e59: 0x85bfe581e59 <JS Function>
#89# 0x85bfe57e031: 0x85bfe57e031 <JS Function g>
listener: 0x2454cb50e01 <JS Function onend>#103#
#90# 0x85bfe5814b9: 0x85bfe5814b9 <JS Function g>
listener: 0x85bfe5812b9 <JS Function onend>#109#
#91# 0x2454cb47119: 0x2454cb47119 <JS Function onSocketFinish>
#92# 0x85bfe580cc9: 0x85bfe580cc9 <JS Function g>
listener: 0x85bfe5806b9 <JS Function onfinish>#110#
#93# 0x85bfe5808f1: 0x85bfe5808f1 <JS Function>
#94# 0x85bfe582061: 0x85bfe582061 <JS Function>
#95# 0x85bfe580629: 0x85bfe580629 <JS Function onerror>
#96# 0x85bfe5803f9: 0x85bfe5803f9 <JS Function onerror>
#97# 0x85bfe580b99: 0x85bfe580b99 <JS Function g>
listener: 0x85bfe580671 <JS Function onclose>#111#
#98# 0x85bfe580441: 0x85bfe580441 <JS Function onclose>
#99# 0x85bfe582d51: 0x85bfe582d51 <JS Function>
#100# 0x85bfe580489: 0x85bfe580489 <JS Function ontimeout>
#101# 0x85bfe582869: 0x85bfe582869 <JS Function g>
listener: 0x85bfe57e3a9 <JS Function listener>#112#
#102# 0x85bfebb9db9: 0x85bfebb9db9 <a SlowBuffer>
length: 8192
used: 4944
#103# 0x2454cb50e01: 0x2454cb50e01 <JS Function onend>
#104# 0x11fbbbf2d61: 0x11fbbbf2d61 <JS Function onCryptoStreamEnd>
#105# 0x85bfe582ab9: 0x85bfe582ab9 <JS Function>
#106# 0x85bfe580599: 0x85bfe580599 <JS Function onend>
#107# 0x85bfe5813d9: 0x85bfe5813d9 <JS Function onfinish>
#108# 0x85bfe581391: 0x85bfe581391 <JS Function onclose>
#109# 0x85bfe5812b9: 0x85bfe5812b9 <JS Function onend>
#110# 0x85bfe5806b9: 0x85bfe5806b9 <JS Function onfinish>
#111# 0x85bfe580671: 0x85bfe580671 <JS Function onclose>
#112# 0x85bfe57e3a9: 0x85bfe57e3a9 <JS Function listener>
=====================
Process finished with exit code 134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment