shiny-server on Raspberry Pi/Raspian crashing upon launch

88 views
Skip to first unread message

Silencium Sixtyeight

unread,
Aug 3, 2015, 3:07:31 AM8/3/15
to Shiny - Web Framework for R
Hi,

I've just finished building shiny-server from source successfully on my
Raspberry Pi running Raspian Linux (Linux My-Berry-01 4.0.9-v7+ #807 SMP
PREEMPT Fri Jul 24 15:21:02 BST 2015 armv7l GNU/Linux), but when trying to
launch 'shiny-server' it immediately crashes with a flood of error messages
(no log files are being written).

My '*shiny-server.conf*' reads

run_as shiny;


socket_dir /var/run/shiny-server;
access_log /var/log/shiny-server/access.log tiny;


# Define a server that listens on port 3838
server {
server_name My-Berry-01;
listen 3838;


template_dir /usr/local/etc/shiny-server/templates;
r_path /usr/local/bin/R;


## Define a location at the base URL
location / {
# Host the directory of Shiny Apps stored in this directory
site_dir /data/shiny/base;


# Log all Shiny output to files in this directory
log_dir /var/log/shiny-server;


# When a user visits the base URL rather than a particular application,
# an index of the applications available in this directory will be shown.
directory_index on;
}


## Run this location in 'app_dir' mode, which will host a single Shiny
location /apps {
app_dir /data/shiny/apps;
} # apps
} # server

Logging the output of 'shiny-server' results in (see below).

Any hint as what is causing this, or how to tackle this one would be more
than appreciated! :)

-- Sil68


abort: 0⁄¬ †·˙


==== Stack trace ============================================


Security context: 0x3cb34659 <JS Object>#0#
1: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
utils.js:~99] (this=0x3cb34701 <JS Global Object>#1#)
2: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
utils.js:106] (this=0x3cb34701 <JS Global Object>#1#,escapable=0x37f080f9
<JS RegExp>#2#)
3: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
utils.js:114] (this=0x37f0818d <an Object>#3#)
4: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
utils.js:154] (this=0x37f0818d <an Object>#3#,exports=0x37f0818d <an
Object>#3#,require=0x37f0825d <JS Function require>#4#,module=0x37f08235 <a
Module>#5#,__filename=0x37f081f1 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/utils.js>,__dirname=0x37f081dd
<String[47]: /usr/local/shiny-server/node_modules/sockjs/lib>)
6: _compile [module.js:456] (this=0x37f08235 <a Module>#5#,content=0x37f09309
<Very long string[4107]>#6#,filename=0x37f081f1 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/utils.js>)
7: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f08235
<a Module>#5#,filename=0x37f081f1 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/utils.js>)
8: load [module.js:356] (this=0x37f08235 <a Module>#5#,filename=0x37f081f1
<String[56]: /usr/local/shiny-server/node_modules/sockjs/lib/utils.js>)
9: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4ae45c31
<String[7]: ./utils>,parent=0x37f0a331 <a Module>#9#,isMain=0x3cb08091
<undefined>)
10: arguments adaptor frame: 2->3
11: require [module.js:~361] (this=0x37f0a331 <a Module>#9#,path=0x4ae45c31
<String[7]: ./utils>)
12: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4ae45c31
<String[7]: ./utils>)
13: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
webjs.js:12] (this=0x37f0a3f1 <an Object>#10#)
14: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
webjs.js:283] (this=0x37f0a3f1 <an Object>#10#,exports=0x37f0a3f1 <an
Object>#10#,require=0x37f0a359 <JS Function require>#11#,module=0x37f0a331
<a Module>#9#,__filename=0x37f0a455 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>,__dirname=0x37f0a441
<String[47]: /usr/local/shiny-server/node_modules/sockjs/lib>)
16: _compile [module.js:456] (this=0x37f0a331 <a Module>#9#,content=0x37f0c551
<Very long string[8282]>#12#,filename=0x37f0a455 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>)
17: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f0a331
<a Module>#9#,filename=0x37f0a455 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>)
18: load [module.js:356] (this=0x37f0a331 <a Module>#9#,filename=0x37f0a455
<String[56]: /usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>)
19: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4aed68e9
<String[7]: ./webjs>,parent=0x37f0e5c9 <a Module>#13#,isMain=0x3cb08091
<undefined>)
20: arguments adaptor frame: 2->3
21: require [module.js:~361] (this=0x37f0e5c9 <a Module>#13#,path=0x4aed68e9
<String[7]: ./webjs>)
22: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4aed68e9
<String[7]: ./webjs>)
23: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
sockjs.js:11] (this=0x37f0e699 <an Object>#14#)
24: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
sockjs.js:216] (this=0x37f0e699 <an Object>#14#,exports=0x37f0e699 <an
Object>#14#,require=0x37f0e5f1 <JS Function require>#15#,module=0x37f0e5c9
<a Module>#13#,__filename=0x37f0e701 <String[57]:
/usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>,__dirname=0x37f0e6ed
<String[47]: /usr/local/shiny-server/node_modules/sockjs/lib>)
26: _compile [module.js:456] (this=0x37f0e5c9 <a Module>#13#,content=0x37f104e5
<Very long string[7484]>#16#,filename=0x37f0e701 <String[57]:
/usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>)
27: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f0e5c9
<a Module>#13#,filename=0x37f0e701 <String[57]:
/usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>)
28: load [module.js:356] (this=0x37f0e5c9 <a Module>#13#,filename=0x37f0e701
<String[57]: /usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>)
29: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4aed66f1
<String[12]: ./lib/sockjs>,parent=0x37f1223d <a
Module>#17#,isMain=0x3cb08091 <undefined>)
30: arguments adaptor frame: 2->3
31: require [module.js:~361] (this=0x37f1223d <a Module>#17#,path=0x4aed66f1
<String[12]: ./lib/sockjs>)
32: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4aed66f1
<String[12]: ./lib/sockjs>)
33: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/index.js
:1] (this=0x37f1231d <an Object>#18#,exports=0x37f1231d <an
Object>#18#,require=0x37f12265 <JS Function require>#19#,module=0x37f1223d
<a Module>#17#,__filename=0x37f122dd <String[52]:
/usr/local/shiny-server/node_modules/sockjs/index.js>,__dirname=0x37f122c9
<String[43]: /usr/local/shiny-server/node_modules/sockjs>)
35: _compile [module.js:456] (this=0x37f1223d <a Module>#17#,content=0x37f123b1
<String[42]\: module.exports =
require('./lib/sockjs');\n>,filename=0x37f122dd <String[52]:
/usr/local/shiny-server/node_modules/sockjs/index.js>)
36: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f1223d
<a Module>#17#,filename=0x37f122dd <String[52]:
/usr/local/shiny-server/node_modules/sockjs/index.js>)
37: load [module.js:356] (this=0x37f1223d <a Module>#17#,filename=0x37f122dd
<String[52]: /usr/local/shiny-server/node_modules/sockjs/index.js>)
38: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4aed5bc5
<String[6]: sockjs>,parent=0x37f123f9 <a Module>#20#,isMain=0x3cb08091
<undefined>)
39: arguments adaptor frame: 2->3
40: require [module.js:~361] (this=0x37f123f9 <a Module>#20#,path=0x4aed5bc5
<String[6]: sockjs>)
41: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4aed5bc5
<String[6]: sockjs>)
42: /* anonymous */ [/usr/local/shiny-server/lib/proxy/sockjs.js:17] (
this=0x37f12571 <an Object>#21#,exports=0x37f12571 <an
Object>#21#,require=0x37f12421 <JS Function require>#22#,module=0x37f123f9
<a Module>#20#,__filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>,__dirname=0x37f12525
<String[33]: /usr/local/shiny-server/lib/proxy>)
44: _compile [module.js:456] (this=0x37f123f9 <a Module>#20#,content=0x37f157f1
<Very long string[12821]>#23#,filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>)
45: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f123f9
<a Module>#20#,filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>)
46: load [module.js:356] (this=0x37f123f9 <a Module>#20#,filename=0x37f12539
<String[43]: /usr/local/shiny-server/lib/proxy/sockjs.js>)
47: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x55b259b5
<String[14]: ./proxy/sockjs>,parent=0x44d62c15 <a
Module>#24#,isMain=0x3cb08091 <undefined>)
48: arguments adaptor frame: 2->3
49: require [module.js:~361] (this=0x44d62c15 <a Module>#24#,path=0x55b259b5
<String[14]: ./proxy/sockjs>)
50: require [module.js:380] (this=0x3cb34701 <JS Global Object>#1#,path=0x55b259b5
<String[14]: ./proxy/sockjs>)
51: /* anonymous */ [/usr/local/shiny-server/lib/main.js:34] (this=
0x44d62dd1 <an Object>#25#,exports=0x44d62dd1 <an
Object>#25#,require=0x44d62c3d <JS Function require>#26#,module=0x44d62c15
<a Module>#24#,__filename=0x4ae48f09 <String[35]:
/usr/local/shiny-server/lib/main.js>,__dirname=0x44d62dbd <String[27]:
/usr/local/shiny-server/lib>)
53: _compile [module.js:456] (this=0x44d62c15 <a Module>#24#,content=0x4ae4c129
<Very long string[12706]>#27#,filename=0x4ae48f09 <String[35]:
/usr/local/shiny-server/lib/main.js>)
54: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x44d62c15
<a Module>#24#,filename=0x4ae48f09 <String[35]:
/usr/local/shiny-server/lib/main.js>)
55: load [module.js:356] (this=0x44d62c15 <a Module>#24#,filename=0x4ae48f09
<String[35]: /usr/local/shiny-server/lib/main.js>)
56: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4ae524ad
<String[35]: /usr/local/shiny-server/lib/main.js>,parent=0x3cb08081
<null>,isMain=0x3cb080b1 <true>)
57: runMain [module.js:497] (this=0x44d62bd9 <JS Function Module>#8#)
58: startup [node.js:119] (this=0x3cb34701 <JS Global Object>#1#)
59: /* anonymous */ [node.js:901] (this=0x3cb34701 <JS Global Object>#1#,process=0x44d62ead
<a process>#28#)


==== Details ================================================


[1]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/utils.
js:~99] (this=0x3cb34701 <JS Global Object>#1#) {
// stack-allocated locals
var _results = 0x37f080a1 <JS Array[17668]>#29#
// expression stack (top to bottom)
[02] : 0
[01] : 2021086
--------- s o u r c e c o d e ---------
function () {? var _results;? _results = [];? for (i = 0; i <
65536; i++) {? _results.push(String.fromCharCode(i));? }?
return _results;? }
-----------------------------------------
}


[2]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/utils.
js:106] (this=0x3cb34701 <JS Global Object>#1#,escapable=0x37f080f9 <JS
RegExp>#2#) {
// stack-allocated locals
var c = 0x3cb08091 <undefined>
// heap-allocated locals
var i = 17668
var unrolled = 0x37f3b235 <an Object>#30#
// expression stack (top to bottom)
[02] : 0x3cb34701 <JS Global Object>#1#
[01] : 0x37f080b1 <JS Function>#31#
--------- s o u r c e c o d e ---------
function (escapable) {? var c, i, unrolled;? unrolled = {};? c = (
function() {? var _results;? _results = [];? for (i = 0; i <
65536; i++) {? _results.push(String.fromCharCode(i));? }?
return _results;? })();? escapable.lastIndex = 0;? c.join('').
replace(esca...


-----------------------------------------
}


[3]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/utils.
js:114] (this=0x37f0818d <an Object>#3#) {
// stack-allocated locals
var array_intersection = 0x37f0811d <JS Function>#32#
var unroll_lookup = 0x37f080d5 <JS Function>#33#
// heap-allocated locals
var crypto = 0x44d62cf5 <an Object>#34#
var escapable = 0x37f080f9 <JS RegExp>#2#
var lookup = 0x3cb08091 <undefined>
var rbytes = 0x3cb08091 <undefined>
// expression stack (top to bottom)
[04] : 0x37f080f9 <JS RegExp>#2#
[03] : 0x3cb34701 <JS Global Object>#1#
[02] : 0x37f080d5 <JS Function>#33#
--------- s o u r c e c o d e ---------
function () {? var array_intersection, crypto, escapable, lookup, rbytes,
unroll_lookup;?? crypto = require('crypto');?? try {? rbytes = require(
'rbytes');? } catch (x) {?? }?? exports.array_intersection =
array_intersection = function(arr_a, arr_b) {? var a, r, _i, _len;? r
= [];? for (_i ...


-----------------------------------------
}


[4]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/utils.
js:154] (this=0x37f0818d <an Object>#3#,exports=0x37f0818d <an
Object>#3#,require=0x37f0825d <JS Function require>#4#,module=0x37f08235 <a
Module>#5#,__filename=0x37f081f1 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/utils.js>,__dirname=0x37f081dd
<String[47]: /usr/local/shiny-server/node_modules/sockjs/lib>) {
// heap-allocated locals
var require = 0x37f0825d <JS Function require>#4#
var exports = 0x37f0818d <an Object>#3#
// expression stack (top to bottom)
[00] : 0x37f0818d <an Object>#3#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { (function() {?
var array_intersection, crypto, escapable, lookup, rbytes, unroll_lookup;??
crypto = require('crypto');?? try {? rbytes = require('rbytes');? }
catch (x) {?? }?? exports.array_intersection = array_intersection =
function(arr...


-----------------------------------------
}


[6]: _compile [module.js:456] (this=0x37f08235 <a Module>#5#,content=0x37f09309
<Very long string[4107]>#6#,filename=0x37f081f1 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/utils.js>) {
// stack-allocated locals
var require = 0x37f0825d <JS Function require>#4#
var dirname = 0x37f081dd <String[47]: /usr/local/shiny-server/node_modules
/sockjs/lib>
var sandbox = 0x3cb08091 <undefined>
var k = 0x3cb08091 <undefined>
var wrapper = 0x37f08291 <Very long string[4173]>#35#
var compiledWrapper = 0x37f08199 <JS Function>#36#
var args = 0x37f08281 <JS Array[5]>#37#
// heap-allocated locals
var self = 0x37f08235 <a Module>#5#
// expression stack (top to bottom)
[09] : 0x37f08281 <JS Array[5]>#37#
[08] : 0x37f0818d <an Object>#3#
[07] : 0x37f08199 <JS Function>#36#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang?
content = content.replace(/^\#\!.*/, '');?? function require(path) {?
return self.require(path);? }?? require.resolve = function(request) {?
return Module._resolveFilename(request, self);? };??
Object.defineProperty(require, '...


-----------------------------------------
}


[7]: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f08235
<a Module>#5#,filename=0x37f081f1 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/utils.js>) {
// stack-allocated locals
var content = 0x37f09309 <Very long string[4107]>#6#
// expression stack (top to bottom)
[03] : 0x37f081f1 <String[56]: /usr/local/shiny-server/node_modules/sockjs
/lib/utils.js>
[02] : 0x37f09309 <Very long string[4107]>#6#
[01] : 0x37f08235 <a Module>#5#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').
readFileSync(filename, 'utf8');? module._compile(stripBOM(content),
filename);?}
-----------------------------------------
}


[8]: load [module.js:356] (this=0x37f08235 <a Module>#5#,filename=0x37f081f1
<String[56]: /usr/local/shiny-server/node_modules/sockjs/lib/utils.js>) {
// stack-allocated locals
var extension = 0x37f0a321 <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x37f081f1 <String[56]: /usr/local/shiny-server/node_modules/sockjs
/lib/utils.js>
[03] : 0x37f08235 <a Module>#5#
[02] : 0x44d62bfd <an Object>#7#
[01] : 0x37f0a321 <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? '
for module ' + JSON.stringify(this.id));?? assert(!this.loaded);? this.filename
= filename;? this.paths = Module._nodeModulePaths(path.dirname(filename
));?? var extension = path.extname(filename) || '.js';? if (!Module.
_extensi...


-----------------------------------------
}


[9]: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4ae45c31
<String[7]: ./utils>,parent=0x37f0a331 <a Module>#9#,isMain=0x3cb08091
<undefined>) {
// stack-allocated locals
var filename = 0x37f081f1 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/utils.js>
var cachedModule = 0x3cb08091 <undefined>
var replModule = 0x3cb08091 <undefined>
var module = 0x37f08235 <a Module>#5#
var hadException = 0x3cb080b1 <true>
// expression stack (top to bottom)
[11] : 0x37f081f1 <String[56]: /usr/local/shiny-server/node_modules/sockjs
/lib/utils.js>
[10] : 0x37f08235 <a Module>#5#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load
REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename =
Module._resolveFilename(request, parent);?? var cachedModule = Module.
_cache[filename];? if (cachedModule) {? return cachedModule.exports;?
}?? if (Nati...


-----------------------------------------
}


[10]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 0x4ae45c31 <String[7]: ./utils>
[01] : 0x37f0a331 <a Module>#9#
}


[11]: require [module.js:~361] (this=0x37f0a331 <a Module>#9#,path=0x4ae45c31
<String[7]: ./utils>) {
// optimized frame
}
[12]: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4ae45c31
<String[7]: ./utils>) {
// optimized frame
}
[13]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/webjs
.js:12] (this=0x37f0a3f1 <an Object>#10#) {
// stack-allocated locals
var GenericApp = 0x3cb08091 <undefined>
// heap-allocated locals
var execute_request = 0x3cb08091 <undefined>
var fake_response = 0x3cb08091 <undefined>
var fs = 0x44d62b29 <an Object>#38#
var http = 0x44d8dfb1 <an Object>#39#
var querystring = 0x44d4a395 <an Object>#40#
var url = 0x44d43dc9 <an Object>#41#
var utils = 0x3cb08091 <undefined>
// expression stack (top to bottom)
[03] : 0x4ae45c31 <String[7]: ./utils>
[02] : 0x3cb34701 <JS Global Object>#1#
[01] : 0x37f0a359 <JS Function require>#11#
--------- s o u r c e c o d e ---------
function () {? var GenericApp, execute_request, fake_response, fs, http,
querystring, url, utils;?? url = require('url');?? querystring = require(
'querystring');?? fs = require('fs');?? http = require('http');?? utils =
require('./utils');?? execute_request = function(app, funs, req, res, data)
{? ...


-----------------------------------------
}


[14]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/webjs
.js:283] (this=0x37f0a3f1 <an Object>#10#,exports=0x37f0a3f1 <an
Object>#10#,require=0x37f0a359 <JS Function require>#11#,module=0x37f0a331
<a Module>#9#,__filename=0x37f0a455 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>,__dirname=0x37f0a441
<String[47]: /usr/local/shiny-server/node_modules/sockjs/lib>) {
// heap-allocated locals
var require = 0x37f0a359 <JS Function require>#11#
var exports = 0x37f0a3f1 <an Object>#10#
// expression stack (top to bottom)
[00] : 0x37f0a3f1 <an Object>#10#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { (function() {?
var GenericApp, execute_request, fake_response, fs, http, querystring, url,
utils;?? url = require('url');?? querystring = require('querystring');??
fs = require('fs');?? http = require('http');?? utils = require('./utils'
);?? ...


-----------------------------------------
}


[16]: _compile [module.js:456] (this=0x37f0a331 <a Module>#9#,content=0x37f0c551
<Very long string[8282]>#12#,filename=0x37f0a455 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>) {
// stack-allocated locals
var require = 0x37f0a359 <JS Function require>#11#
var dirname = 0x37f0a441 <String[47]: /usr/local/shiny-server/node_modules
/sockjs/lib>
var sandbox = 0x3cb08091 <undefined>
var k = 0x3cb08091 <undefined>
var wrapper = 0x37f0a4a9 <Very long string[8348]>#42#
var compiledWrapper = 0x37f0a3fd <JS Function>#43#
var args = 0x37f0a499 <JS Array[5]>#44#
// heap-allocated locals
var self = 0x37f0a331 <a Module>#9#
// expression stack (top to bottom)
[09] : 0x37f0a499 <JS Array[5]>#44#
[08] : 0x37f0a3f1 <an Object>#10#
[07] : 0x37f0a3fd <JS Function>#43#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang?
content = content.replace(/^\#\!.*/, '');?? function require(path) {?
return self.require(path);? }?? require.resolve = function(request) {?
return Module._resolveFilename(request, self);? };??
Object.defineProperty(require, '...


-----------------------------------------
}


[17]: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f0a331
<a Module>#9#,filename=0x37f0a455 <String[56]:
/usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>) {
// stack-allocated locals
var content = 0x37f0c551 <Very long string[8282]>#12#
// expression stack (top to bottom)
[03] : 0x37f0a455 <String[56]: /usr/local/shiny-server/node_modules/sockjs
/lib/webjs.js>
[02] : 0x37f0c551 <Very long string[8282]>#12#
[01] : 0x37f0a331 <a Module>#9#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').
readFileSync(filename, 'utf8');? module._compile(stripBOM(content),
filename);?}
-----------------------------------------
}


[18]: load [module.js:356] (this=0x37f0a331 <a Module>#9#,filename=0x37f0a455
<String[56]: /usr/local/shiny-server/node_modules/sockjs/lib/webjs.js>) {
// stack-allocated locals
var extension = 0x37f0e5b9 <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x37f0a455 <String[56]: /usr/local/shiny-server/node_modules/sockjs
/lib/webjs.js>
[03] : 0x37f0a331 <a Module>#9#
[02] : 0x44d62bfd <an Object>#7#
[01] : 0x37f0e5b9 <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? '
for module ' + JSON.stringify(this.id));?? assert(!this.loaded);? this.filename
= filename;? this.paths = Module._nodeModulePaths(path.dirname(filename
));?? var extension = path.extname(filename) || '.js';? if (!Module.
_extensi...


-----------------------------------------
}


[19]: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4aed68e9
<String[7]: ./webjs>,parent=0x37f0e5c9 <a Module>#13#,isMain=0x3cb08091
<undefined>) {
// stack-allocated locals
var filename = 0x37f0a455 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/webjs.js>
var cachedModule = 0x3cb08091 <undefined>
var replModule = 0x3cb08091 <undefined>
var module = 0x37f0a331 <a Module>#9#
var hadException = 0x3cb080b1 <true>
// expression stack (top to bottom)
[11] : 0x37f0a455 <String[56]: /usr/local/shiny-server/node_modules/sockjs
/lib/webjs.js>
[10] : 0x37f0a331 <a Module>#9#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load
REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename =
Module._resolveFilename(request, parent);?? var cachedModule = Module.
_cache[filename];? if (cachedModule) {? return cachedModule.exports;?
}?? if (Nati...


-----------------------------------------
}


[20]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 0x4aed68e9 <String[7]: ./webjs>
[01] : 0x37f0e5c9 <a Module>#13#
}


[21]: require [module.js:~361] (this=0x37f0e5c9 <a Module>#13#,path=0x4aed68e9
<String[7]: ./webjs>) {
// optimized frame
}
[22]: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4aed68e9
<String[7]: ./webjs>) {
// optimized frame
}
[23]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
sockjs.js:11] (this=0x37f0e699 <an Object>#14#) {
// stack-allocated locals
var chunking_test = 0x3cb08091 <undefined>
var events = 0x44d455a5 <an Object>#45#
var iframe = 0x3cb08091 <undefined>
var trans_eventsource = 0x3cb08091 <undefined>
var trans_htmlfile = 0x3cb08091 <undefined>
var trans_jsonp = 0x3cb08091 <undefined>
var trans_websocket = 0x3cb08091 <undefined>
var trans_xhr = 0x3cb08091 <undefined>
// heap-allocated locals
var App = 0x3cb08091 <undefined>
var Listener = 0x3cb08091 <undefined>
var Server = 0x3cb08091 <undefined>
var fs = 0x44d62b29 <an Object>#38#
var generate_dispatcher = 0x3cb08091 <undefined>
var sockjsVersion = 0x3cb08091 <undefined>
var utils = 0x3cb08091 <undefined>
var webjs = 0x3cb08091 <undefined>
var __hasProp = 0x3cb31649 <JS Function hasOwnProperty>#46#
var __extends = 0x37f49291 <JS Function>#47#
var __bind = 0x37f492b5 <JS Function>#48#
// expression stack (top to bottom)
[10] : 0x4aed68e9 <String[7]: ./webjs>
[09] : 0x3cb34701 <JS Global Object>#1#
[08] : 0x37f0e5f1 <JS Function require>#15#
--------- s o u r c e c o d e ---------
function () {? var App, Listener, Server, chunking_test, events, fs,
generate_dispatcher, iframe, sockjsVersion, trans_eventsource,
trans_htmlfile, trans_jsonp, trans_websocket, trans_xhr, utils, webjs,?
__hasProp = Object.prototype.hasOwnProperty,? __extends = function(child
, parent) { for (var key i...


-----------------------------------------
}


[24]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/lib/
sockjs.js:216] (this=0x37f0e699 <an Object>#14#,exports=0x37f0e699 <an
Object>#14#,require=0x37f0e5f1 <JS Function require>#15#,module=0x37f0e5c9
<a Module>#13#,__filename=0x37f0e701 <String[57]:
/usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>,__dirname=0x37f0e6ed
<String[47]: /usr/local/shiny-server/node_modules/sockjs/lib>) {
// heap-allocated locals
var __dirname = 0x37f0e6ed <String[47]: /usr/local/shiny-server/
node_modules/sockjs/lib>
var require = 0x37f0e5f1 <JS Function require>#15#
var exports = 0x37f0e699 <an Object>#14#
// expression stack (top to bottom)
[00] : 0x37f0e699 <an Object>#14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { (function() {?
var App, Listener, Server, chunking_test, events, fs, generate_dispatcher,
iframe, sockjsVersion, trans_eventsource, trans_htmlfile, trans_jsonp,
trans_websocket, trans_xhr, utils, webjs,? __hasProp = Object.prototype.
hasOwnPrope...


-----------------------------------------
}


[26]: _compile [module.js:456] (this=0x37f0e5c9 <a Module>#13#,content=0x37f104e5
<Very long string[7484]>#16#,filename=0x37f0e701 <String[57]:
/usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>) {
// stack-allocated locals
var require = 0x37f0e5f1 <JS Function require>#15#
var dirname = 0x37f0e6ed <String[47]: /usr/local/shiny-server/node_modules
/sockjs/lib>
var sandbox = 0x3cb08091 <undefined>
var k = 0x3cb08091 <undefined>
var wrapper = 0x37f0e759 <Very long string[7550]>#49#
var compiledWrapper = 0x37f0e6a5 <JS Function>#50#
var args = 0x37f0e749 <JS Array[5]>#51#
// heap-allocated locals
var self = 0x37f0e5c9 <a Module>#13#
// expression stack (top to bottom)
[09] : 0x37f0e749 <JS Array[5]>#51#
[08] : 0x37f0e699 <an Object>#14#
[07] : 0x37f0e6a5 <JS Function>#50#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang?
content = content.replace(/^\#\!.*/, '');?? function require(path) {?
return self.require(path);? }?? require.resolve = function(request) {?
return Module._resolveFilename(request, self);? };??
Object.defineProperty(require, '...


-----------------------------------------
}


[27]: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f0e5c9
<a Module>#13#,filename=0x37f0e701 <String[57]:
/usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>) {
// stack-allocated locals
var content = 0x37f104e5 <Very long string[7484]>#16#
// expression stack (top to bottom)
[03] : 0x37f0e701 <String[57]: /usr/local/shiny-server/node_modules/sockjs
/lib/sockjs.js>
[02] : 0x37f104e5 <Very long string[7484]>#16#
[01] : 0x37f0e5c9 <a Module>#13#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').
readFileSync(filename, 'utf8');? module._compile(stripBOM(content),
filename);?}
-----------------------------------------
}


[28]: load [module.js:356] (this=0x37f0e5c9 <a Module>#13#,filename=0x37f0e701
<String[57]: /usr/local/shiny-server/node_modules/sockjs/lib/sockjs.js>) {
// stack-allocated locals
var extension = 0x37f1222d <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x37f0e701 <String[57]: /usr/local/shiny-server/node_modules/sockjs
/lib/sockjs.js>
[03] : 0x37f0e5c9 <a Module>#13#
[02] : 0x44d62bfd <an Object>#7#
[01] : 0x37f1222d <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? '
for module ' + JSON.stringify(this.id));?? assert(!this.loaded);? this.filename
= filename;? this.paths = Module._nodeModulePaths(path.dirname(filename
));?? var extension = path.extname(filename) || '.js';? if (!Module.
_extensi...


-----------------------------------------
}


[29]: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4aed66f1
<String[12]: ./lib/sockjs>,parent=0x37f1223d <a
Module>#17#,isMain=0x3cb08091 <undefined>) {
// stack-allocated locals
var filename = 0x37f0e701 <String[57]: /usr/local/shiny-server/
node_modules/sockjs/lib/sockjs.js>
var cachedModule = 0x3cb08091 <undefined>
var replModule = 0x3cb08091 <undefined>
var module = 0x37f0e5c9 <a Module>#13#
var hadException = 0x3cb080b1 <true>
// expression stack (top to bottom)
[11] : 0x37f0e701 <String[57]: /usr/local/shiny-server/node_modules/sockjs
/lib/sockjs.js>
[10] : 0x37f0e5c9 <a Module>#13#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load
REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename =
Module._resolveFilename(request, parent);?? var cachedModule = Module.
_cache[filename];? if (cachedModule) {? return cachedModule.exports;?
}?? if (Nati...


-----------------------------------------
}


[30]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 0x4aed66f1 <String[12]: ./lib/sockjs>
[01] : 0x37f1223d <a Module>#17#
}


[31]: require [module.js:~361] (this=0x37f1223d <a Module>#17#,path=0x4aed66f1
<String[12]: ./lib/sockjs>) {
// optimized frame
}
[32]: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4aed66f1
<String[12]: ./lib/sockjs>) {
// optimized frame
}
[33]: /* anonymous */ [/usr/local/shiny-server/node_modules/sockjs/index.js:
1] (this=0x37f1231d <an Object>#18#,exports=0x37f1231d <an
Object>#18#,require=0x37f12265 <JS Function require>#19#,module=0x37f1223d
<a Module>#17#,__filename=0x37f122dd <String[52]:
/usr/local/shiny-server/node_modules/sockjs/index.js>,__dirname=0x37f122c9
<String[43]: /usr/local/shiny-server/node_modules/sockjs>) {
// expression stack (top to bottom)
[03] : 0x4aed66f1 <String[12]: ./lib/sockjs>
[02] : 0x3cb34701 <JS Global Object>#1#
[01] : 0x37f12265 <JS Function require>#19#
[00] : 0x37f1223d <a Module>#17#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { module.exports
= require('./lib/sockjs');??}
-----------------------------------------
}


[35]: _compile [module.js:456] (this=0x37f1223d <a Module>#17#,content=0x37f123b1
<String[42]\: module.exports =
require('./lib/sockjs');\n>,filename=0x37f122dd <String[52]:
/usr/local/shiny-server/node_modules/sockjs/index.js>) {
// stack-allocated locals
var require = 0x37f12265 <JS Function require>#19#
var dirname = 0x37f122c9 <String[43]: /usr/local/shiny-server/node_modules
/sockjs>
var sandbox = 0x3cb08091 <undefined>
var k = 0x3cb08091 <undefined>
var wrapper = 0x37f12339 <String[108]\: (function (exports, require,
module, __filename, __dirname) { module.exports = require('./lib/sockjs');\n
\n});>
var compiledWrapper = 0x37f122a5 <JS Function>#52#
var args = 0x37f12329 <JS Array[5]>#53#
// heap-allocated locals
var self = 0x37f1223d <a Module>#17#
// expression stack (top to bottom)
[09] : 0x37f12329 <JS Array[5]>#53#
[08] : 0x37f1231d <an Object>#18#
[07] : 0x37f122a5 <JS Function>#52#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang?
content = content.replace(/^\#\!.*/, '');?? function require(path) {?
return self.require(path);? }?? require.resolve = function(request) {?
return Module._resolveFilename(request, self);? };??
Object.defineProperty(require, '...


-----------------------------------------
}


[36]: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f1223d
<a Module>#17#,filename=0x37f122dd <String[52]:
/usr/local/shiny-server/node_modules/sockjs/index.js>) {
// stack-allocated locals
var content = 0x37f123b1 <String[42]\: module.exports = require(
'./lib/sockjs');\n>
// expression stack (top to bottom)
[03] : 0x37f122dd <String[52]: /usr/local/shiny-server/node_modules/sockjs
/index.js>
[02] : 0x37f123b1 <String[42]\: module.exports = require('./lib/sockjs');\
n>
[01] : 0x37f1223d <a Module>#17#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').
readFileSync(filename, 'utf8');? module._compile(stripBOM(content),
filename);?}
-----------------------------------------
}


[37]: load [module.js:356] (this=0x37f1223d <a Module>#17#,filename=0x37f122dd
<String[52]: /usr/local/shiny-server/node_modules/sockjs/index.js>) {
// stack-allocated locals
var extension = 0x37f123e9 <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x37f122dd <String[52]: /usr/local/shiny-server/node_modules/sockjs
/index.js>
[03] : 0x37f1223d <a Module>#17#
[02] : 0x44d62bfd <an Object>#7#
[01] : 0x37f123e9 <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? '
for module ' + JSON.stringify(this.id));?? assert(!this.loaded);? this.filename
= filename;? this.paths = Module._nodeModulePaths(path.dirname(filename
));?? var extension = path.extname(filename) || '.js';? if (!Module.
_extensi...


-----------------------------------------
}


[38]: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4aed5bc5
<String[6]: sockjs>,parent=0x37f123f9 <a Module>#20#,isMain=0x3cb08091
<undefined>) {
// stack-allocated locals
var filename = 0x37f122dd <String[52]: /usr/local/shiny-server/
node_modules/sockjs/index.js>
var cachedModule = 0x3cb08091 <undefined>
var replModule = 0x3cb08091 <undefined>
var module = 0x37f1223d <a Module>#17#
var hadException = 0x3cb080b1 <true>
// expression stack (top to bottom)
[11] : 0x37f122dd <String[52]: /usr/local/shiny-server/node_modules/sockjs
/index.js>
[10] : 0x37f1223d <a Module>#17#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load
REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename =
Module._resolveFilename(request, parent);?? var cachedModule = Module.
_cache[filename];? if (cachedModule) {? return cachedModule.exports;?
}?? if (Nati...


-----------------------------------------
}


[39]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 0x4aed5bc5 <String[6]: sockjs>
[01] : 0x37f123f9 <a Module>#20#
}


[40]: require [module.js:~361] (this=0x37f123f9 <a Module>#20#,path=0x4aed5bc5
<String[6]: sockjs>) {
// optimized frame
}
[41]: require [module.js:~379] (this=0x3cb34701 <JS Global Object>#1#,path=0x4aed5bc5
<String[6]: sockjs>) {
// optimized frame
}
[42]: /* anonymous */ [/usr/local/shiny-server/lib/proxy/sockjs.js:17] (this
=0x37f12571 <an Object>#21#,exports=0x37f12571 <an
Object>#21#,require=0x37f12421 <JS Function require>#22#,module=0x37f123f9
<a Module>#20#,__filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>,__dirname=0x37f12525
<String[33]: /usr/local/shiny-server/lib/proxy>) {
// stack-allocated locals
var util = 0x44d62ce9 <an Object>#54#
var websocket = 0x3cb08091 <undefined>
var createServer = 0x37f12485 <JS Function createServer>#55#
var formatOpenEvent = 0x37f12461 <JS Function formatOpenEvent>#56#
// heap-allocated locals
var assert = 0x44d43199 <JS Function ok>#57#
var events = 0x44d455a5 <an Object>#45#
var pause = 0x42e10061 <JS Function>#58#
var sockjs = 0x3cb08091 <undefined>
var OutOfCapacityError = 0x3cb08091 <undefined>
var _ = 0x3cb08091 <undefined>
var fsutil = 0x3cb08091 <undefined>
var shutdown = 0x3cb08091 <undefined>
var render = 0x3cb08091 <undefined>
var path = 0x3cb08091 <undefined>
var MultiplexSocket = 0x37f493c1 <JS Function MultiplexSocket>#59#
var MultiplexChannel = 0x37f493e5 <JS Function MultiplexChannel>#60#
var formatMessage = 0x37f49409 <JS Function formatMessage>#61#
var formatCloseEvent = 0x37f4942d <JS Function formatCloseEvent>#62#
var parseMultiplexData = 0x37f49451 <JS Function parseMultiplexData>#63#
var connectionProps = 0x3cb08091 <undefined>
// expression stack (top to bottom)
[06] : 0x4aed5bc5 <String[6]: sockjs>
[05] : 0x3cb34701 <JS Global Object>#1#
[04] : 0x37f12421 <JS Function require>#22#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*? *
sockjs.js? *? * Copyright (C) 2009-13 by RStudio, Inc.? *? * This program
is licensed to you under the terms of version 3 of the? * GNU Affero
General Public License. This program is distributed WITHOUT? * ANY EXPRESS
OR IMPLIED WARRANTY, INC...


-----------------------------------------
}


[44]: _compile [module.js:456] (this=0x37f123f9 <a
Module>#20#,content=0x37f157f1 <Very long
string[12821]>#23#,filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>) {
// stack-allocated locals
var require = 0x37f12421 <JS Function require>#22#
var dirname = 0x37f12525 <String[33]: /usr/local/shiny-server/lib/proxy>
var sandbox = 0x3cb08091 <undefined>
var k = 0x3cb08091 <undefined>
var wrapper = 0x37f1258d <Very long string[12887]>#64#
var compiledWrapper = 0x37f124a9 <JS Function>#65#
var args = 0x37f1257d <JS Array[5]>#66#
// heap-allocated locals
var self = 0x37f123f9 <a Module>#20#
// expression stack (top to bottom)
[09] : 0x37f1257d <JS Array[5]>#66#
[08] : 0x37f12571 <an Object>#21#
[07] : 0x37f124a9 <JS Function>#65#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang?
content = content.replace(/^\#\!.*/, '');?? function require(path) {?
return self.require(path);? }?? require.resolve = function(request) {?
return Module._resolveFilename(request, self);? };?? Object.defineProperty
(require, '...


-----------------------------------------
}


[45]: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x37f123f9
<a Module>#20#,filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>) {
// stack-allocated locals
var content = 0x37f157f1 <Very long string[12821]>#23#
// expression stack (top to bottom)
[03] : 0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>
[02] : 0x37f157f1 <Very long string[12821]>#23#
[01] : 0x37f123f9 <a Module>#20#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFileSync(filename,
'utf8');? module._compile(stripBOM(content), filename);?}
-----------------------------------------
}


[46]: load [module.js:356] (this=0x37f123f9 <a
Module>#20#,filename=0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>) {
// stack-allocated locals
var extension = 0x37f18a15 <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>
[03] : 0x37f123f9 <a Module>#20#
[02] : 0x44d62bfd <an Object>#7#
[01] : 0x37f18a15 <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? '
for module ' + JSON.stringify(this.id));?? assert(!this.loaded);?
this.filename = filename;? this.paths =
Module._nodeModulePaths(path.dirname(filename));?? var extension =
path.extname(filename) || '.js';? if (!Module._extensi...


-----------------------------------------
}


[47]: _load [module.js:312] (this=0x44d62bd9 <JS Function
Module>#8#,request=0x55b259b5 <String[14]:
./proxy/sockjs>,parent=0x44d62c15 <a Module>#24#,isMain=0x3cb08091
<undefined>) {
// stack-allocated locals
var filename = 0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>
var cachedModule = 0x3cb08091 <undefined>
var replModule = 0x3cb08091 <undefined>
var module = 0x37f123f9 <a Module>#20#
var hadException = 0x3cb080b1 <true>
// expression stack (top to bottom)
[11] : 0x37f12539 <String[43]:
/usr/local/shiny-server/lib/proxy/sockjs.js>
[10] : 0x37f123f9 <a Module>#20#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load
REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename =
Module._resolveFilename(request, parent);?? var cachedModule =
Module._cache[filename];? if (cachedModule) {? return
cachedModule.exports;? }?? if (Nati...


-----------------------------------------
}


[48]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 0x55b259b5 <String[14]: ./proxy/sockjs>
[01] : 0x44d62c15 <a Module>#24#
}


[49]: require [module.js:~361] (this=0x44d62c15 <a
Module>#24#,path=0x55b259b5 <String[14]: ./proxy/sockjs>) {
// optimized frame
}
[50]: require [module.js:380] (this=0x3cb34701 <JS Global
Object>#1#,path=0x55b259b5 <String[14]: ./proxy/sockjs>) {
// expression stack (top to bottom)
[01] : 0x55b259b5 <String[14]: ./proxy/sockjs>
[00] : 0x44d62c15 <a Module>#24#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}


[51]: /* anonymous */ [/usr/local/shiny-server/lib/main.js:34]
(this=0x44d62dd1 <an Object>#25#,exports=0x44d62dd1 <an
Object>#25#,require=0x44d62c3d <JS Function require>#26#,module=0x44d62c15
<a Module>#24#,__filename=0x4ae48f09 <String[35]:
/usr/local/shiny-server/lib/main.js>,__dirname=0x44d62dbd <String[27]:
/usr/local/shiny-server/lib>) {
// stack-allocated locals
var crypto = 0x44d62cf5 <an Object>#34#
var path = 0x44d62c09 <an Object>#67#
var util = 0x44d62ce9 <an Object>#54#
var client_sessions = 0x44d7f8c1 <JS Function>#68#
var optimist = 0x42e13475 <JS Function Argv>#69#
var Handlebars = 0x42e13469 <an Object>#70#
var connect_util = 0x42e1345d <an Object>#71#
var fsutil = 0x42e13451 <an Object>#72#
var qutil = 0x42e13445 <an Object>#73#
var proxy_http = 0x37f18a25 <an Object>#74#
var router = 0x3cb08091 <undefined>
var Server = 0x3cb08091 <undefined>
var SchedulerRegistry = 0x3cb08091 <undefined>
var SimpleScheduler = 0x3cb08091 <undefined>
var TcpTransport = 0x3cb08091 <undefined>
var UnixSocketTransport = 0x3cb08091 <undefined>
var SimpleEventBus = 0x3cb08091 <undefined>
var LocalConfigRouter = 0x3cb08091 <undefined>
var SquashRunAsRouter = 0x3cb08091 <undefined>
var shinyVersionString = 0x3cb08091 <undefined>
var nodeVersionString = 0x3cb08091 <undefined>
var versionString = 0x3cb08091 <undefined>
var ping = 0x44d62cc5 <JS Function ping>#75#
var eventBus = 0x3cb08091 <undefined>
var shinyProxy = 0x3cb08091 <undefined>
var app = 0x3cb08091 <undefined>
var ssjsTemplate = 0x3cb08091 <undefined>
var gracefulShutdown = 0x44d62ca1 <JS Function gracefulShutdown>#76#
var lastDitchShutdown = 0x44d62c7d <JS Function lastDitchShutdown>#77#
var memstatsPath = 0x3cb08091 <undefined>
// heap-allocated locals
var fs = 0x44d62b29 <an Object>#38#
var url = 0x44d43dc9 <an Object>#41#
var connect = 0x44d8ddd5 <JS Function createServer>#78#
var Q = 0x42e1aca5 <JS Function Q>#79#
var _ = 0x42e1fc55 <JS Function>#80#
var paths = 0x42e2fba9 <an Object>#81#
var render = 0x42e32bed <an Object>#82#
var shutdown = 0x37f1b3a1 <an Object>#83#
var proxy_sockjs = 0x3cb08091 <undefined>
var config_router = 0x3cb08091 <undefined>
var unlinkPidFile = 0x3cb08091 <undefined>
var pidfile = 0x3cb08091 <undefined>
var configFilePath = 0x3cb08091 <undefined>
var indirectRouter = 0x3cb08091 <undefined>
var localConfigRouter = 0x3cb08091 <undefined>
var metarouter = 0x3cb08091 <undefined>
var schedulerRegistry = 0x3cb08091 <undefined>
var transport = 0x3cb08091 <undefined>
var clientSessionMiddleware = 0x3cb08091 <undefined>
var sockjsServer = 0x3cb08091 <undefined>
var sockjsHandler = 0x3cb08091 <undefined>
var assets = 0x3cb08091 <undefined>
var ssjs = 0x3cb08091 <undefined>
var allProtocols = 0x3cb08091 <undefined>
var protocolsToJs = 0x44d43dd5 <JS Function protocolsToJs>#84#
var renderedSSJS = 0x3cb08091 <undefined>
var server = 0x3cb08091 <undefined>
var requestLogger = 0x3cb08091 <undefined>
var loadConfig_p = 0x3cb08091 <undefined>
var createLogger_p = 0x44d43df9 <JS Function createLogger_p>#85#
var needsCleanup = 0x3cb08091 <undefined>
var memstatsStream = 0x3cb08091 <undefined>
// expression stack (top to bottom)
[32] : 0x55b259b5 <String[14]: ./proxy/sockjs>
[31] : 0x3cb34701 <JS Global Object>#1#
[30] : 0x44d62c3d <JS Function require>#26#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/*? *
main.js? *? * Copyright (C) 2009-13 by RStudio, Inc.? *? * This program is
licensed to you under the terms of version 3 of the? * GNU Affero General
Public License. This program is distributed WITHOUT? * ANY EXPRESS OR
IMPLIED WARRANTY, INCL...


-----------------------------------------
}


[53]: _compile [module.js:456] (this=0x44d62c15 <a
Module>#24#,content=0x4ae4c129 <Very long
string[12706]>#27#,filename=0x4ae48f09 <String[35]:
/usr/local/shiny-server/lib/main.js>) {
// stack-allocated locals
var require = 0x44d62c3d <JS Function require>#26#
var dirname = 0x44d62dbd <String[27]: /usr/local/shiny-server/lib>
var sandbox = 0x3cb08091 <undefined>
var k = 0x3cb08091 <undefined>
var wrapper = 0x4ae48f39 <Very long string[12772]>#86#
var compiledWrapper = 0x44d62d01 <JS Function>#87#
var args = 0x44d62ddd <JS Array[5]>#88#
// heap-allocated locals
var self = 0x44d62c15 <a Module>#24#
// expression stack (top to bottom)
[09] : 0x44d62ddd <JS Array[5]>#88#
[08] : 0x44d62dd1 <an Object>#25#
[07] : 0x44d62d01 <JS Function>#87#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang?
content = content.replace(/^\#\!.*/, '');?? function require(path) {?
return self.require(path);? }?? require.resolve = function(request) {?
return Module._resolveFilename(request, self);? };??
Object.defineProperty(require, '...


-----------------------------------------
}


[54]: .js [module.js:474] (this=0x44d62bfd <an Object>#7#,module=0x44d62c15
<a Module>#24#,filename=0x4ae48f09 <String[35]:
/usr/local/shiny-server/lib/main.js>) {
// stack-allocated locals
var content = 0x4ae4f2d9 <Very long string[12725]>#89#
// expression stack (top to bottom)
[03] : 0x4ae48f09 <String[35]: /usr/local/shiny-server/lib/main.js>
[02] : 0x4ae4c129 <Very long string[12706]>#27#
[01] : 0x44d62c15 <a Module>#24#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').
readFileSync(filename, 'utf8');? module._compile(stripBOM(content),
filename);?}
-----------------------------------------
}


[55]: load [module.js:356] (this=0x44d62c15 <a Module>#24#,filename=0x4ae48f09
<String[35]: /usr/local/shiny-server/lib/main.js>) {
// stack-allocated locals
var extension = 0x4ae5249d <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x4ae48f09 <String[35]: /usr/local/shiny-server/lib/main.js>
[03] : 0x44d62c15 <a Module>#24#
[02] : 0x44d62bfd <an Object>#7#
[01] : 0x4ae5249d <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? '
for module ' + JSON.stringify(this.id));?? assert(!this.loaded);? this.filename
= filename;? this.paths = Module._nodeModulePaths(path.dirname(filename
));?? var extension = path.extname(filename) || '.js';? if (!Module.
_extensi...


-----------------------------------------
}


[56]: _load [module.js:312] (this=0x44d62bd9 <JS Function Module>#8#,request=0x4ae524ad
<String[35]: /usr/local/shiny-server/lib/main.js>,parent=0x3cb08081
<null>,isMain=0x3cb080b1 <true>) {
// stack-allocated locals
var filename = 0x4ae48f09 <String[35]: /usr/local/shiny-server/lib/main.js
>
var cachedModule = 0x3cb08091 <undefined>
var replModule = 0x3cb08091 <undefined>
var module = 0x44d62c15 <a Module>#24#
var hadException = 0x3cb080b1 <true>
// expression stack (top to bottom)
[11] : 0x4ae48f09 <String[35]: /usr/local/shiny-server/lib/main.js>
[10] : 0x44d62c15 <a Module>#24#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load
REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename =
Module._resolveFilename(request, parent);?? var cachedModule = Module.
_cache[filename];? if (cachedModule) {? return cachedModule.exports;?
}?? if (Nati...


-----------------------------------------
}


[57]: runMain [module.js:497] (this=0x44d62bd9 <JS Function Module>#8#) {
// expression stack (top to bottom)
[03] : 0x3cb080b1 <true>
[02] : 0x3cb08081 <null>
[01] : 0x4ae524ad <String[35]: /usr/local/shiny-server/lib/main.js>
[00] : 0x44d62bd9 <JS Function Module>#8#
--------- s o u r c e c o d e ---------
function () {? // Load the main module--the command line argument.?
Module._load(process.argv[1], null, true);? // Handle any nextTicks added
in the first tick of the program? process._tickCallback();?}
-----------------------------------------
}


[58]: startup [node.js:119] (this=0x3cb34701 <JS Global Object>#1#) {
// stack-allocated locals
var EventEmitter = 0x44d62ded <JS Function EventEmitter>#90#
var d = 0x3cb08091 <undefined>
var path = 0x44d62c09 <an Object>#67#
var cluster = 0x3cb08091 <undefined>
var Module = 0x44d62bd9 <JS Function Module>#8#
var debugTimeout = 0x3cb08091 <undefined>
var opts = 0x3cb08091 <undefined>
var repl = 0x3cb08091 <undefined>
// heap-allocated locals
var code = 0x3cb08091 <undefined>
// expression stack (top to bottom)
[08] : 0x44d62bd9 <JS Function Module>#8#
--------- s o u r c e c o d e ---------
function startup() {? var EventEmitter = NativeModule.require('events').
EventEmitter;?? process.__proto__ = Object.create(EventEmitter.prototype,
{? constructor: {? value: process.constructor? }? });?
EventEmitter.call(process);?? process.EventEmitter = EventEmitter; //
process.Event...


-----------------------------------------
}


[59]: /* anonymous */ [node.js:901] (this=0x3cb34701 <JS Global Object>#1#,process=0x44d62ead
<a process>#28#) {
// stack-allocated locals
var Script = 0x3cb38f45 <JS Function NodeScript>#91#
// heap-allocated locals
var process = 0x44d62ead <a process>#28#
var startup = 0x44d62e11 <JS Function startup>#92#
var assert = 0x3cb40829 <JS Function>#93#
var evalScript = 0x44d43e9d <JS Function evalScript>#94#
var errnoException = 0x44d43ec1 <JS Function errnoException>#95#
var createWritableStdioStream = 0x44d43391 <JS Function
createWritableStdioStream>#96#
var runInThisContext = 0x3cb38de1 <JS Function>#97#
var NativeModule = 0x44d675dd <JS Function NativeModule>#98#
// expression stack (top to bottom)
[02] : 0x3cb34701 <JS Global Object>#1#
[01] : 0x44d62e11 <JS Function startup>#92#
--------- s o u r c e c o d e ---------
function (process) {? this.global = this;?? function startup() {? var
EventEmitter = NativeModule.require('events').EventEmitter;?? process.__proto__
= Object.create(EventEmitter.prototype, {? constructor: {? value
: process.constructor? }? });? EventEmitter.call(process);??
...


-----------------------------------------
}


==== Key ============================================


#0# 0x3cb34659: 0x3cb34659 <JS Object>
#1# 0x3cb34701: 0x3cb34701 <JS Global Object>
#2# 0x37f080f9: 0x37f080f9 <JS RegExp>
source: 0x4aed7c99 <String[76]: [\x00-\x1f\ud800-\udfff\u200c-\
u200f\u2028-\u202f\u2060-\u206f\ufff0-\uffff]>
global: 0x3cb080b1 <true>
ignoreCase: 0x3cb080c1 <false>
multiline: 0x3cb080c1 <false>
lastIndex: 0
#3# 0x37f0818d: 0x37f0818d <an Object>
#4# 0x37f0825d: 0x37f0825d <JS Function require>
main: 0x44d62c15 <a Module>#24#
extensions: 0x44d62bfd <an Object>#7#
cache: 0x44d4c6a9 <an Object>#99#
#5# 0x37f08235: 0x37f08235 <a Module>
id: 0x37f081f1 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/utils.js>
exports: 0x37f0818d <an Object>#3#
parent: 0x37f0a331 <a Module>#9#
filename: 0x37f081f1 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/utils.js>
loaded: 0x3cb080c1 <false>
children: 0x37f491a9 <JS Array[0]>#100#
paths: 0x37f491b9 <JS Array[6]>#101#
#6# 0x37f09309: 0x37f09309 <Very long string[4107]>
#7# 0x44d62bfd: 0x44d62bfd <an Object>
#8# 0x44d62bd9: 0x44d62bd9 <JS Function Module>
_contextLoad: 0x3cb080c1 <false>
_cache: 0x44d4c6a9 <an Object>#99#
_pathCache: 0x44d4c6b5 <an Object>#102#
_extensions: 0x44d62bfd <an Object>#7#
globalPaths: 0x44d4c6c1 <JS Array[3]>#103#
wrapper: 0x44d4c6d1 <JS Array[2]>#104#
_realpathCache: 0x44d4c6e1 <an Object>#105#
#9# 0x37f0a331: 0x37f0a331 <a Module>
id: 0x37f0a455 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/webjs.js>
exports: 0x37f0a3f1 <an Object>#10#
parent: 0x37f0e5c9 <a Module>#13#
filename: 0x37f0a455 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/webjs.js>
loaded: 0x3cb080c1 <false>
children: 0x37f491f9 <JS Array[1]>#106#
paths: 0x37f49209 <JS Array[6]>#107#
#10# 0x37f0a3f1: 0x37f0a3f1 <an Object>
#11# 0x37f0a359: 0x37f0a359 <JS Function require>
main: 0x44d62c15 <a Module>#24#
extensions: 0x44d62bfd <an Object>#7#
cache: 0x44d4c6a9 <an Object>#99#
#12# 0x37f0c551: 0x37f0c551 <Very long string[8282]>
#13# 0x37f0e5c9: 0x37f0e5c9 <a Module>
id: 0x37f0e701 <String[57]: /usr/local/shiny-server/
node_modules/sockjs/lib/sockjs.js>
exports: 0x37f0e699 <an Object>#14#
parent: 0x37f1223d <a Module>#17#
filename: 0x37f0e701 <String[57]: /usr/local/shiny-server/
node_modules/sockjs/lib/sockjs.js>
loaded: 0x3cb080c1 <false>
children: 0x37f4925d <JS Array[1]>#108#
paths: 0x37f4926d <JS Array[6]>#109#
#14# 0x37f0e699: 0x37f0e699 <an Object>
#15# 0x37f0e5f1: 0x37f0e5f1 <JS Function require>
main: 0x44d62c15 <a Module>#24#
extensions: 0x44d62bfd <an Object>#7#
cache: 0x44d4c6a9 <an Object>#99#
#16# 0x37f104e5: 0x37f104e5 <Very long string[7484]>
#17# 0x37f1223d: 0x37f1223d <a Module>
id: 0x37f122dd <String[52]: /usr/local/shiny-server/
node_modules/sockjs/index.js>
exports: 0x37f1231d <an Object>#18#
parent: 0x37f123f9 <a Module>#20#
filename: 0x37f122dd <String[52]: /usr/local/shiny-server/
node_modules/sockjs/index.js>
loaded: 0x3cb080c1 <false>
children: 0x37f49309 <JS Array[1]>#110#
paths: 0x37f49319 <JS Array[5]>#111#
#18# 0x37f1231d: 0x37f1231d <an Object>
#19# 0x37f12265: 0x37f12265 <JS Function require>
main: 0x44d62c15 <a Module>#24#
extensions: 0x44d62bfd <an Object>#7#
cache: 0x44d4c6a9 <an Object>#99#
#20# 0x37f123f9: 0x37f123f9 <a Module>
id: 0x37f12539 <String[43]: /usr/local/shiny-server/lib/
proxy/sockjs.js>
exports: 0x37f12571 <an Object>#21#
parent: 0x44d62c15 <a Module>#24#
filename: 0x37f12539 <String[43]: /usr/local/shiny-server/lib/
proxy/sockjs.js>
loaded: 0x3cb080c1 <false>
children: 0x37f4936d <JS Array[2]>#112#
paths: 0x37f4937d <JS Array[6]>#113#
#21# 0x37f12571: 0x37f12571 <an Object>
#22# 0x37f12421: 0x37f12421 <JS Function require>
main: 0x44d62c15 <a Module>#24#
extensions: 0x44d62bfd <an Object>#7#
cache: 0x44d4c6a9 <an Object>#99#
#23# 0x37f157f1: 0x37f157f1 <Very long string[12821]>
#24# 0x44d62c15: 0x44d62c15 <a Module>
id: 0x55b0c6dd <String[1]: .>
exports: 0x44d62dd1 <an Object>#25#
parent: 0x3cb08081 <null>
filename: 0x4ae48f09 <String[35]: /usr/local/shiny-server/lib/main
.js>
loaded: 0x3cb080c1 <false>
children: 0x44d43d3d <JS Array[15]>#114#
paths: 0x44d43d4d <JS Array[5]>#115#
#25# 0x44d62dd1: 0x44d62dd1 <an Object>
#26# 0x44d62c3d: 0x44d62c3d <JS Function require>
main: 0x44d62c15 <a Module>#24#
extensions: 0x44d62bfd <an Object>#7#
cache: 0x44d4c6a9 <an Object>#99#
#27# 0x4ae4c129: 0x4ae4c129 <Very long string[12706]>
#28# 0x44d62ead: 0x44d62ead <a process>
#29# 0x37f080a1: 0x37f080a1 <JS Array[17668]>
0: 0x55b1f485 <String[1]\: \x00>
1: 0x4aed808d <String[1]\: \x01>
2: 0x4aed809d <String[1]\: \x02>
3: 0x4aed80ad <String[1]\: \x03>
4: 0x4aed80bd <String[1]\: \x04>
5: 0x4aed80cd <String[1]\: \x05>
6: 0x4aed80dd <String[1]\: \x06>
7: 0x4aed80ed <String[1]\: \x07>
8: 0x4aed80fd <String[1]\: \x08>
9: 0x55b318b5 <String[1]\: \x09>
...
#30# 0x37f3b235: 0x37f3b235 <an Object>
#31# 0x37f080b1: 0x37f080b1 <JS Function>
#32# 0x37f0811d: 0x37f0811d <JS Function>
#33# 0x37f080d5: 0x37f080d5 <JS Function>
#34# 0x44d62cf5: 0x44d62cf5 <an Object>
DEFAULT_ENCODING: 0x55b158c9 <String[6]: buffer>
#35# 0x37f08291: 0x37f08291 <Very long string[4173]>
#36# 0x37f08199: 0x37f08199 <JS Function>
#37# 0x37f08281: 0x37f08281 <JS Array[5]>
0: 0x37f0818d <an Object>#3#
1: 0x37f0825d <JS Function require>#4#
2: 0x37f08235 <a Module>#5#
3: 0x37f081f1 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/utils.js>
4: 0x37f081dd <String[47]: /usr/local/shiny-server/
node_modules/sockjs/lib>
#38# 0x44d62b29: 0x44d62b29 <an Object>
close: 0x42e3b2c5 <JS Function close>#116#
closeSync: 0x42e3b2e9 <JS Function closeSync>#117#
open: 0x42e3b27d <JS Function open>#118#
read: 0x44db24fd <JS Function>#119#
readSync: 0x44db2521 <JS Function>#120#
readdir: 0x42e3b2a1 <JS Function readdir>#121#
fchown: 0x42e3b211 <JS Function>#122#
fchownSync: 0x42e3b259 <JS Function>#123#
chown: 0x42e3b1ed <JS Function>#124#
chownSync: 0x42e3b235 <JS Function>#125#
lchown: 0x44db24a9 <JS Function>#126#
lchownSync: 0x44db24d9 <JS Function>#127#
#39# 0x44d8dfb1: 0x44d8dfb1 <an Object>
parsers: 0x44d8e4c5 <JS Object>#128#
STATUS_CODES: 0x44d8e501 <an Object>#129#
globalAgent: 0x44d8e6e1 <an Agent>#130#
#40# 0x44d4a395: 0x44d4a395 <an Object>
#41# 0x44d43dc9: 0x44d43dc9 <an Object>
#42# 0x37f0a4a9: 0x37f0a4a9 <Very long string[8348]>
#43# 0x37f0a3fd: 0x37f0a3fd <JS Function>
#44# 0x37f0a499: 0x37f0a499 <JS Array[5]>
0: 0x37f0a3f1 <an Object>#10#
1: 0x37f0a359 <JS Function require>#11#
2: 0x37f0a331 <a Module>#9#
3: 0x37f0a455 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/lib/webjs.js>
4: 0x37f0a441 <String[47]: /usr/local/shiny-server/
node_modules/sockjs/lib>
#45# 0x44d455a5: 0x44d455a5 <an Object>
usingDomains: 0x3cb080c1 <false>
#46# 0x3cb31649: 0x3cb31649 <JS Function hasOwnProperty>
#47# 0x37f49291: 0x37f49291 <JS Function>
#48# 0x37f492b5: 0x37f492b5 <JS Function>
#49# 0x37f0e759: 0x37f0e759 <Very long string[7550]>
#50# 0x37f0e6a5: 0x37f0e6a5 <JS Function>
#51# 0x37f0e749: 0x37f0e749 <JS Array[5]>
0: 0x37f0e699 <an Object>#14#
1: 0x37f0e5f1 <JS Function require>#15#
2: 0x37f0e5c9 <a Module>#13#
3: 0x37f0e701 <String[57]: /usr/local/shiny-server/
node_modules/sockjs/lib/sockjs.js>
4: 0x37f0e6ed <String[47]: /usr/local/shiny-server/
node_modules/sockjs/lib>
#52# 0x37f122a5: 0x37f122a5 <JS Function>
#53# 0x37f12329: 0x37f12329 <JS Array[5]>
0: 0x37f1231d <an Object>#18#
1: 0x37f12265 <JS Function require>#19#
2: 0x37f1223d <a Module>#17#
3: 0x37f122dd <String[52]: /usr/local/shiny-server/
node_modules/sockjs/index.js>
4: 0x37f122c9 <String[43]: /usr/local/shiny-server/
node_modules/sockjs>
#54# 0x44d62ce9: 0x44d62ce9 <an Object>
#55# 0x37f12485: 0x37f12485 <JS Function createServer>
#56# 0x37f12461: 0x37f12461 <JS Function formatOpenEvent>
#57# 0x44d43199: 0x44d43199 <JS Function ok>
#58# 0x42e10061: 0x42e10061 <JS Function>
#59# 0x37f493c1: 0x37f493c1 <JS Function MultiplexSocket>
#60# 0x37f493e5: 0x37f493e5 <JS Function MultiplexChannel>
#61# 0x37f49409: 0x37f49409 <JS Function formatMessage>
#62# 0x37f4942d: 0x37f4942d <JS Function formatCloseEvent>
#63# 0x37f49451: 0x37f49451 <JS Function parseMultiplexData>
#64# 0x37f1258d: 0x37f1258d <Very long string[12887]>
#65# 0x37f124a9: 0x37f124a9 <JS Function>
#66# 0x37f1257d: 0x37f1257d <JS Array[5]>
0: 0x37f12571 <an Object>#21#
1: 0x37f12421 <JS Function require>#22#
2: 0x37f123f9 <a Module>#20#
3: 0x37f12539 <String[43]: /usr/local/shiny-server/lib/
proxy/sockjs.js>
4: 0x37f12525 <String[33]: /usr/local/shiny-server/lib/
proxy>
#67# 0x44d62c09: 0x44d62c09 <an Object>
sep: 0x55b16741 <String[1]: />
delimiter: 0x55b1a5bd <String[1]: :>
#68# 0x44d7f8c1: 0x44d7f8c1 <JS Function>
util: 0x44d90b65 <an Object>#131#
#69# 0x42e13475: 0x42e13475 <JS Function Argv>
$0: 0x20935a79 <String[85]: /usr/local/shiny-server/ext/node
/bin/shiny-server /usr/local/shiny-server/lib/main.js>
argv: 0x42e4007d <an Object>#132#
#70# 0x42e13469: 0x42e13469 <an Object>
VERSION: 0x4aeacd29 <String[8]: 1.0.rc.1>
helpers: 0x42e40001 <an Object>#133#
partials: 0x42e4000d <an Object>#134#
Utils: 0x42e40019 <an Object>#135#
Parser: 0x42e32885 <a Parser>#136#
logger: 0x42e4002d <an Object>#137#
AST: 0x42e40051 <an Object>#138#
VM: 0x42e4005d <an Object>#139#
#71# 0x42e1345d: 0x42e1345d <an Object>
#72# 0x42e13451: 0x42e13451 <an Object>
#73# 0x42e13445: 0x42e13445 <an Object>
#74# 0x37f18a25: 0x37f18a25 <an Object>
#75# 0x44d62cc5: 0x44d62cc5 <JS Function ping>
#76# 0x44d62ca1: 0x44d62ca1 <JS Function gracefulShutdown>
#77# 0x44d62c7d: 0x44d62c7d <JS Function lastDitchShutdown>
#78# 0x44d8ddd5: 0x44d8ddd5 <JS Function createServer>
version: 0x4ae45c59 <String[6]: 2.7.11>
mime: 0x44db9255 <a Mime>#140#
proto: 0x44d8f441 <an Object>#141#
middleware: 0x44dbf26d <an Object>#142#
utils: 0x44d8dbc5 <an Object>#143#
#79# 0x42e1aca5: 0x42e1aca5 <JS Function Q>
longStackSupport: 0x3cb080c1 <false>
#80# 0x42e1fc55: 0x42e1fc55 <JS Function>
VERSION: 0x4aeaa0ed <String[5]: 1.4.2>
isFunction: 0x44d9ef39 <JS Function>#144#
templateSettings: 0x42e41081 <an Object>#145#
#81# 0x42e2fba9: 0x42e2fba9 <an Object>
projectRoot: 0x44dbc111 <String[24]: /usr/local/shiny-server/>
#82# 0x42e32bed: 0x42e32bed <an Object>
#83# 0x37f1b3a1: 0x37f1b3a1 <an Object>
shuttingDown: 0x3cb080c1 <false>
#84# 0x44d43dd5: 0x44d43dd5 <JS Function protocolsToJs>
#85# 0x44d43df9: 0x44d43df9 <JS Function createLogger_p>
#86# 0x4ae48f39: 0x4ae48f39 <Very long string[12772]>
#87# 0x44d62d01: 0x44d62d01 <JS Function>
#88# 0x44d62ddd: 0x44d62ddd <JS Array[5]>
0: 0x44d62dd1 <an Object>#25#
1: 0x44d62c3d <JS Function require>#26#
2: 0x44d62c15 <a Module>#24#
3: 0x4ae48f09 <String[35]: /usr/local/shiny-server/lib/main
.js>
4: 0x44d62dbd <String[27]: /usr/local/shiny-server/lib>
#89# 0x4ae4f2d9: 0x4ae4f2d9 <Very long string[12725]>
#90# 0x44d62ded: 0x44d62ded <JS Function EventEmitter>
#91# 0x3cb38f45: 0x3cb38f45 <JS Function NodeScript>
#92# 0x44d62e11: 0x44d62e11 <JS Function startup>
_lazyConstants: 0x3cb08081 <null>
#93# 0x3cb40829: 0x3cb40829 <JS Function>
#94# 0x44d43e9d: 0x44d43e9d <JS Function evalScript>
#95# 0x44d43ec1: 0x44d43ec1 <JS Function errnoException>
#96# 0x44d43391: 0x44d43391 <JS Function createWritableStdioStream>
#97# 0x3cb38de1: 0x3cb38de1 <JS Function>
#98# 0x44d675dd: 0x44d675dd <JS Function NativeModule>
_source: 0x44d4cae1 <an Object>#146#
_cache: 0x44d4cb35 <an Object>#147#
wrapper: 0x44d4c6d1 <JS Array[2]>#104#
#99# 0x44d4c6a9: 0x44d4c6a9 <an Object>
#100# 0x37f491a9: 0x37f491a9 <JS Array[0]>
#101# 0x37f491b9: 0x37f491b9 <JS Array[6]>
0: 0x2092bc29 <String[60]: /usr/local/shiny-server/
node_modules/sockjs/lib/node_modules>
1: 0x2092bc71 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/node_modules>
2: 0x2092bcb5 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x2092bce5 <String[23]: /usr/local/node_modules>
4: 0x2092bd09 <String[17]: /usr/node_modules>
5: 0x2092bd29 <String[13]: /node_modules>
#102# 0x44d4c6b5: 0x44d4c6b5 <an Object>
#103# 0x44d4c6c1: 0x44d4c6c1 <JS Array[3]>
0: 0x4ae3b78d <String[19]: /root/.node_modules>
1: 0x4ae3b7c1 <String[21]: /root/.node_libraries>
2: 0x4ae3b7f9 <String[41]: /usr/local/shiny-server/ext/node
/lib/node>
#104# 0x44d4c6d1: 0x44d4c6d1 <JS Array[2]>
0: 0x55b168d9 <String[62]: (function (exports, require,
module, __filename, __dirname) { >
1: 0x55b16925 <String[4]\: \n});>
#105# 0x44d4c6e1: 0x44d4c6e1 <an Object>
#106# 0x37f491f9: 0x37f491f9 <JS Array[1]>
0: 0x37f08235 <a Module>#5#
#107# 0x37f49209: 0x37f49209 <JS Array[6]>
0: 0x2092bd45 <String[60]: /usr/local/shiny-server/
node_modules/sockjs/lib/node_modules>
1: 0x2092bd8d <String[56]: /usr/local/shiny-server/
node_modules/sockjs/node_modules>
2: 0x2092bdd1 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x2092be01 <String[23]: /usr/local/node_modules>
4: 0x2092be25 <String[17]: /usr/node_modules>
5: 0x2092be45 <String[13]: /node_modules>
#108# 0x37f4925d: 0x37f4925d <JS Array[1]>
0: 0x37f0a331 <a Module>#9#
#109# 0x37f4926d: 0x37f4926d <JS Array[6]>
0: 0x2092be61 <String[60]: /usr/local/shiny-server/
node_modules/sockjs/lib/node_modules>
1: 0x2092bea9 <String[56]: /usr/local/shiny-server/
node_modules/sockjs/node_modules>
2: 0x2092beed <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x2092bf1d <String[23]: /usr/local/node_modules>
4: 0x2092bf41 <String[17]: /usr/node_modules>
5: 0x2092bf61 <String[13]: /node_modules>
#110# 0x37f49309: 0x37f49309 <JS Array[1]>
0: 0x37f0e5c9 <a Module>#13#
#111# 0x37f49319: 0x37f49319 <JS Array[5]>
0: 0x2092bf7d <String[56]: /usr/local/shiny-server/
node_modules/sockjs/node_modules>
1: 0x2092bfc1 <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x2092bff1 <String[23]: /usr/local/node_modules>
3: 0x2092c015 <String[17]: /usr/node_modules>
4: 0x2092c035 <String[13]: /node_modules>
#112# 0x37f4936d: 0x37f4936d <JS Array[2]>
0: 0x37f337a1 <a Module>#148#
1: 0x37f1223d <a Module>#17#
#113# 0x37f4937d: 0x37f4937d <JS Array[6]>
0: 0x2092c051 <String[46]: /usr/local/shiny-server/lib/
proxy/node_modules>
1: 0x2092c08d <String[40]: /usr/local/shiny-server/lib/
node_modules>
2: 0x2092c0c1 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x2092c0f1 <String[23]: /usr/local/node_modules>
4: 0x2092c115 <String[17]: /usr/node_modules>
5: 0x2092c135 <String[13]: /node_modules>
#114# 0x44d43d3d: 0x44d43d3d <JS Array[15]>
0: 0x44d47475 <a Module>#149#
1: 0x44d6e6dd <a Module>#150#
2: 0x44d84ce9 <a Module>#151#
3: 0x42e13db1 <a Module>#152#
4: 0x42e162a1 <a Module>#153#
5: 0x42e1ba11 <a Module>#154#
6: 0x42e209e9 <a Module>#155#
7: 0x42e283d9 <a Module>#156#
8: 0x42e286ed <a Module>#157#
9: 0x42e2f97d <a Module>#158#
...
#115# 0x44d43d4d: 0x44d43d4d <JS Array[5]>
0: 0x4ae3c21d <String[40]: /usr/local/shiny-server/lib/
node_modules>
1: 0x4ae3c251 <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x4ae3c281 <String[23]: /usr/local/node_modules>
3: 0x4ae3c2a5 <String[17]: /usr/node_modules>
4: 0x4ae3c2c5 <String[13]: /node_modules>
#116# 0x42e3b2c5: 0x42e3b2c5 <JS Function close>
#117# 0x42e3b2e9: 0x42e3b2e9 <JS Function closeSync>
#118# 0x42e3b27d: 0x42e3b27d <JS Function open>
#119# 0x44db24fd: 0x44db24fd <JS Function>
#120# 0x44db2521: 0x44db2521 <JS Function>
#121# 0x42e3b2a1: 0x42e3b2a1 <JS Function readdir>
#122# 0x42e3b211: 0x42e3b211 <JS Function>
#123# 0x42e3b259: 0x42e3b259 <JS Function>
#124# 0x42e3b1ed: 0x42e3b1ed <JS Function>
#125# 0x42e3b235: 0x42e3b235 <JS Function>
#126# 0x44db24a9: 0x44db24a9 <JS Function>
#127# 0x44db24d9: 0x44db24d9 <JS Function>
#128# 0x44d8e4c5: 0x44d8e4c5 <JS Object>
name: 0x4ae4268d <String[7]: parsers>
max: 1000
list: 0x44d90da5 <JS Array[0]>#159#
#129# 0x44d8e501: 0x44d8e501 <an Object>
#130# 0x44d8e6e1: 0x44d8e6e1 <an Agent>
domain: 0x3cb08081 <null>
_events: 0x44d913e5 <an Object>#160#
_maxListeners: 10
options: 0x44d913f1 <an Object>#161#
requests: 0x44d913fd <an Object>#162#
sockets: 0x44d91409 <an Object>#163#
maxSockets: 5
#131# 0x44d90b65: 0x44d90b65 <an Object>
encode: 0x44d43ca1 <JS Function encode>#164#
decode: 0x44d43cc5 <JS Function decode>#165#
#132# 0x42e4007d: 0x42e4007d <an Object>
_: 0x44dbd175 <JS Array[0]>#166#
$0: 0x20935a79 <String[85]: /usr/local/shiny-server/ext/node
/bin/shiny-server /usr/local/shiny-server/lib/main.js>
#133# 0x42e40001: 0x42e40001 <an Object>
#134# 0x42e4000d: 0x42e4000d <an Object>
#135# 0x42e40019: 0x42e40019 <an Object>
escapeExpression: 0x44dbd079 <JS Function>#167#
isEmpty: 0x44dbd09d <JS Function>#168#
#136# 0x42e32885: 0x42e32885 <a Parser>
yy: 0x44db9df9 <an Object>#169#
#137# 0x42e4002d: 0x42e4002d <an Object>
DEBUG: 0
INFO: 1
WARN: 2
ERROR: 3
level: 3
log: 0x44dbd0c1 <JS Function>#170#
#138# 0x42e40051: 0x42e40051 <an Object>
#139# 0x42e4005d: 0x42e4005d <an Object>
template: 0x42e39505 <JS Function>#171#
programWithDepth: 0x44dbd0e5 <JS Function>#172#
program: 0x44dbd109 <JS Function>#173#
noop: 0x44dbd12d <JS Function>#174#
invokePartial: 0x44dbd151 <JS Function>#175#
#140# 0x44db9255: 0x44db9255 <a Mime>
types: 0x44dbf221 <an Object>#176#
extensions: 0x44dbf22d <an Object>#177#
_loading: 0x3cb08081 <null>
default_type: 0x44dbf239 <String[24]: application/octet-stream>
charsets: 0x44dbf24d <an Object>#178#
#141# 0x44d8f441: 0x44d8f441 <an Object>
#142# 0x44dbf26d: 0x44dbf26d <an Object>
#143# 0x44d8dbc5: 0x44d8dbc5 <an Object>
brokenPause: 0x3cb080c1 <false>
#144# 0x44d9ef39: 0x44d9ef39 <JS Function>
#145# 0x42e41081: 0x42e41081 <an Object>
evaluate: 0x44dbe2a1 <JS RegExp>#179#
interpolate: 0x44dbe2c5 <JS RegExp>#180#
escape: 0x44dbe2e9 <JS RegExp>#181#
#146# 0x44d4cae1: 0x44d4cae1 <an Object>
#147# 0x44d4cb35: 0x44d4cb35 <an Object>
#148# 0x37f337a1: 0x37f337a1 <a Module>
id: 0x37f33761 <String[51]: /usr/local/shiny-server/
node_modules/pause/index.js>
exports: 0x42e10061 <JS Function>#58#
parent: 0x37f123f9 <a Module>#20#
filename: 0x37f33761 <String[51]: /usr/local/shiny-server/
node_modules/pause/index.js>
loaded: 0x3cb080b1 <true>
children: 0x37f4b5e1 <JS Array[0]>#182#
paths: 0x37f4b5f1 <JS Array[5]>#183#
#149# 0x44d47475: 0x44d47475 <a Module>
id: 0x4ae13e09 <String[39]: /usr/local/shiny-server/lib/core
/log.js>
exports: 0x44d4d3f1 <an Object>#184#
parent: 0x44d62c15 <a Module>#24#
filename: 0x4ae13e09 <String[39]: /usr/local/shiny-server/lib/core
/log.js>
loaded: 0x3cb080b1 <true>
children: 0x44d4d3fd <JS Array[1]>#185#
paths: 0x44d4d40d <JS Array[6]>#186#
#150# 0x44d6e6dd: 0x44d6e6dd <a Module>
id: 0x4ae77541 <String[75]: /usr/local/shiny-server/
node_modules/client-sessions/lib/client-sessions.js>
exports: 0x44d7f8c1 <JS Function>#68#
parent: 0x44d62c15 <a Module>#24#
filename: 0x4ae77541 <String[75]: /usr/local/shiny-server/
node_modules/client-sessions/lib/client-sessions.js>
loaded: 0x3cb080b1 <true>
children: 0x44d43bc9 <JS Array[3]>#187#
paths: 0x44d43bd9 <JS Array[6]>#188#
#151# 0x44d84ce9: 0x44d84ce9 <a Module>
id: 0x4ae92b9d <String[53]: /usr/local/shiny-server/
node_modules/connect/index.js>
exports: 0x44d8ddd5 <JS Function createServer>#78#
parent: 0x44d62c15 <a Module>#24#
filename: 0x4ae92b9d <String[53]: /usr/local/shiny-server/
node_modules/connect/index.js>
loaded: 0x3cb080b1 <true>
children: 0x44d8f3b9 <JS Array[1]>#189#
paths: 0x44d8f3c9 <JS Array[5]>#190#
#152# 0x42e13db1: 0x42e13db1 <a Module>
id: 0x4aed82fd <String[54]: /usr/local/shiny-server/
node_modules/optimist/index.js>
exports: 0x42e13475 <JS Function Argv>#69#
parent: 0x44d62c15 <a Module>#24#
filename: 0x4aed82fd <String[54]: /usr/local/shiny-server/
node_modules/optimist/index.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3735d <JS Array[1]>#191#
paths: 0x42e3736d <JS Array[5]>#192#
#153# 0x42e162a1: 0x42e162a1 <a Module>
id: 0x4aedc685 <String[43]: /usr/local/shiny-server/
node_modules/q/q.js>
exports: 0x42e1aca5 <JS Function Q>#79#
parent: 0x44d62c15 <a Module>#24#
filename: 0x4aedc685 <String[43]: /usr/local/shiny-server/
node_modules/q/q.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3808d <JS Array[0]>#193#
paths: 0x42e3809d <JS Array[5]>#194#
#154# 0x42e1ba11: 0x42e1ba11 <a Module>
id: 0x4aef9b5d <String[61]: /usr/local/shiny-server/
node_modules/underscore/underscore.js>
exports: 0x42e1fc55 <JS Function>#80#
parent: 0x44d62c15 <a Module>#24#
filename: 0x4aef9b5d <String[61]: /usr/local/shiny-server/
node_modules/underscore/underscore.js>
loaded: 0x3cb080b1 <true>
children: 0x42e38d3d <JS Array[0]>#195#
paths: 0x42e38d4d <JS Array[5]>#196#
#155# 0x42e209e9: 0x42e209e9 <a Module>
id: 0x209127f5 <String[65]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars.js>
exports: 0x42e13469 <an Object>#70#
parent: 0x44d62c15 <a Module>#24#
filename: 0x209127f5 <String[65]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars.js>
loaded: 0x3cb080b1 <true>
children: 0x42e39465 <JS Array[4]>#197#
paths: 0x42e39475 <JS Array[6]>#198#
#156# 0x42e283d9: 0x42e283d9 <a Module>
id: 0x20924a65 <String[48]: /usr/local/shiny-server/lib/core
/connect-util.js>
exports: 0x42e1345d <an Object>#71#
parent: 0x44d62c15 <a Module>#24#
filename: 0x20924a65 <String[48]: /usr/local/shiny-server/lib/core
/connect-util.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3ac89 <JS Array[0]>#199#
paths: 0x42e3ac99 <JS Array[6]>#200#
#157# 0x42e286ed: 0x42e286ed <a Module>
id: 0x20924e4d <String[42]: /usr/local/shiny-server/lib/core
/fsutil.js>
exports: 0x42e13451 <an Object>#72#
parent: 0x44d62c15 <a Module>#24#
filename: 0x20924e4d <String[42]: /usr/local/shiny-server/lib/core
/fsutil.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3acf1 <JS Array[2]>#201#
paths: 0x42e3ad01 <JS Array[6]>#202#
#158# 0x42e2f97d: 0x42e2f97d <a Module>
id: 0x20928ee5 <String[41]: /usr/local/shiny-server/lib/core
/paths.js>
exports: 0x42e2fba9 <an Object>#81#
parent: 0x44d62c15 <a Module>#24#
filename: 0x20928ee5 <String[41]: /usr/local/shiny-server/lib/core
/paths.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3b859 <JS Array[0]>#203#
paths: 0x42e3b869 <JS Array[6]>#204#
#159# 0x44d90da5: 0x44d90da5 <JS Array[0]>
#160# 0x44d913e5: 0x44d913e5 <an Object>
#161# 0x44d913f1: 0x44d913f1 <an Object>
#162# 0x44d913fd: 0x44d913fd <an Object>
#163# 0x44d91409: 0x44d91409 <an Object>
#164# 0x44d43ca1: 0x44d43ca1 <JS Function encode>
#165# 0x44d43cc5: 0x44d43cc5 <JS Function decode>
#166# 0x44dbd175: 0x44dbd175 <JS Array[0]>
#167# 0x44dbd079: 0x44dbd079 <JS Function>
#168# 0x44dbd09d: 0x44dbd09d <JS Function>
#169# 0x44db9df9: 0x44db9df9 <an Object>
#170# 0x44dbd0c1: 0x44dbd0c1 <JS Function>
#171# 0x42e39505: 0x42e39505 <JS Function>
#172# 0x44dbd0e5: 0x44dbd0e5 <JS Function>
#173# 0x44dbd109: 0x44dbd109 <JS Function>
#174# 0x44dbd12d: 0x44dbd12d <JS Function>
#175# 0x44dbd151: 0x44dbd151 <JS Function>
#176# 0x44dbf221: 0x44dbf221 <an Object>
#177# 0x44dbf22d: 0x44dbf22d <an Object>
#178# 0x44dbf24d: 0x44dbf24d <an Object>
lookup: 0x44dcf995 <JS Function>#205#
#179# 0x44dbe2a1: 0x44dbe2a1 <JS RegExp>
source: 0x4aeaa98d <String[14]: <%([\s\S]+?)%>>
global: 0x3cb080b1 <true>
ignoreCase: 0x3cb080c1 <false>
multiline: 0x3cb080c1 <false>
lastIndex: 0
#180# 0x44dbe2c5: 0x44dbe2c5 <JS RegExp>
source: 0x4aeaa9c1 <String[15]: <%=([\s\S]+?)%>>
global: 0x3cb080b1 <true>
ignoreCase: 0x3cb080c1 <false>
multiline: 0x3cb080c1 <false>
lastIndex: 0
#181# 0x44dbe2e9: 0x44dbe2e9 <JS RegExp>
source: 0x4aeaa9dd <String[15]: <%-([\s\S]+?)%>>
global: 0x3cb080b1 <true>
ignoreCase: 0x3cb080c1 <false>
multiline: 0x3cb080c1 <false>
lastIndex: 0
#182# 0x37f4b5e1: 0x37f4b5e1 <JS Array[0]>
#183# 0x37f4b5f1: 0x37f4b5f1 <JS Array[5]>
0: 0x2093376d <String[55]: /usr/local/shiny-server/
node_modules/pause/node_modules>
1: 0x209337b1 <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x209337e1 <String[23]: /usr/local/node_modules>
3: 0x20933805 <String[17]: /usr/node_modules>
4: 0x20933825 <String[13]: /node_modules>
#184# 0x44d4d3f1: 0x44d4d3f1 <an Object>
#185# 0x44d4d3fd: 0x44d4d3fd <JS Array[1]>
0: 0x44d4776d <a Module>#206#
#186# 0x44d4d40d: 0x44d4d40d <JS Array[6]>
0: 0x4ae3d7e9 <String[45]: /usr/local/shiny-server/lib/core
/node_modules>
1: 0x4ae3d825 <String[40]: /usr/local/shiny-server/lib/
node_modules>
2: 0x4ae3d859 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4ae3d889 <String[23]: /usr/local/node_modules>
4: 0x4ae3d8ad <String[17]: /usr/node_modules>
5: 0x4ae3d8cd <String[13]: /node_modules>
#187# 0x44d43bc9: 0x44d43bc9 <JS Array[3]>
0: 0x44d800e5 <a Module>#207#
1: 0x44d828b9 <a Module>#208#
2: 0x44d8378d <a Module>#209#
#188# 0x44d43bd9: 0x44d43bd9 <JS Array[6]>
0: 0x4ae3b57d <String[69]: /usr/local/shiny-server/
node_modules/client-sessions/lib/node_modules>
1: 0x4ae3b615 <String[65]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules>
2: 0x4ae3b6a5 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4ae3b6f9 <String[23]: /usr/local/node_modules>
4: 0x4ae3b735 <String[17]: /usr/node_modules>
5: 0x4ae3b765 <String[13]: /node_modules>
#189# 0x44d8f3b9: 0x44d8f3b9 <JS Array[1]>
0: 0x44d84fc9 <a Module>#210#
#190# 0x44d8f3c9: 0x44d8f3c9 <JS Array[5]>
0: 0x4ae78b81 <String[57]: /usr/local/shiny-server/
node_modules/connect/node_modules>
1: 0x4ae78bc9 <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x4ae78bf9 <String[23]: /usr/local/node_modules>
3: 0x4ae78c1d <String[17]: /usr/node_modules>
4: 0x4ae78c3d <String[13]: /node_modules>
#191# 0x42e3735d: 0x42e3735d <JS Array[1]>
0: 0x42e144f1 <a Module>#211#
#192# 0x42e3736d: 0x42e3736d <JS Array[5]>
0: 0x4aeb9b35 <String[58]: /usr/local/shiny-server/
node_modules/optimist/node_modules>
1: 0x4aeb9b7d <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x4aeb9bad <String[23]: /usr/local/node_modules>
3: 0x4aeb9bd1 <String[17]: /usr/node_modules>
4: 0x4aeb9bf1 <String[13]: /node_modules>
#193# 0x42e3808d: 0x42e3808d <JS Array[0]>
#194# 0x42e3809d: 0x42e3809d <JS Array[5]>
0: 0x4aeb9d6d <String[51]: /usr/local/shiny-server/
node_modules/q/node_modules>
1: 0x4aeb9dad <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x4aeb9ddd <String[23]: /usr/local/node_modules>
3: 0x4aeb9e01 <String[17]: /usr/node_modules>
4: 0x4aeb9e21 <String[13]: /node_modules>
#195# 0x42e38d3d: 0x42e38d3d <JS Array[0]>
#196# 0x42e38d4d: 0x42e38d4d <JS Array[5]>
0: 0x4aeb9ef5 <String[60]: /usr/local/shiny-server/
node_modules/underscore/node_modules>
1: 0x4aeb9f79 <String[36]: /usr/local/shiny-server/
node_modules>
2: 0x4aeb9fcd <String[23]: /usr/local/node_modules>
3: 0x4aeba009 <String[17]: /usr/node_modules>
4: 0x4aeba039 <String[13]: /node_modules>
#197# 0x42e39465: 0x42e39465 <JS Array[4]>
0: 0x42e20d69 <a Module>#212#
1: 0x42e21431 <a Module>#213#
2: 0x42e21e75 <a Module>#214#
3: 0x42e266f1 <a Module>#215#
#198# 0x42e39475: 0x42e39475 <JS Array[6]>
0: 0x4aeba161 <String[64]: /usr/local/shiny-server/
node_modules/handlebars/lib/node_modules>
1: 0x4aeba1ed <String[60]: /usr/local/shiny-server/
node_modules/handlebars/node_modules>
2: 0x4aeba271 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4aeba2c5 <String[23]: /usr/local/node_modules>
4: 0x4aeba301 <String[17]: /usr/node_modules>
5: 0x4aeba331 <String[13]: /node_modules>
#199# 0x42e3ac89: 0x42e3ac89 <JS Array[0]>
#200# 0x42e3ac99: 0x42e3ac99 <JS Array[6]>
0: 0x4aebc571 <String[45]: /usr/local/shiny-server/lib/core
/node_modules>
1: 0x4aebc5d9 <String[40]: /usr/local/shiny-server/lib/
node_modules>
2: 0x4aebc635 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4aebc689 <String[23]: /usr/local/node_modules>
4: 0x4aebc6c5 <String[17]: /usr/node_modules>
5: 0x4aebc6f5 <String[13]: /node_modules>
#201# 0x42e3acf1: 0x42e3acf1 <JS Array[2]>
0: 0x42e29e91 <a Module>#216#
1: 0x42e2f549 <a Module>#217#
#202# 0x42e3ad01: 0x42e3ad01 <JS Array[6]>
0: 0x4aebc71d <String[45]: /usr/local/shiny-server/lib/core
/node_modules>
1: 0x4aebc759 <String[40]: /usr/local/shiny-server/lib/
node_modules>
2: 0x4aebc78d <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4aebc7bd <String[23]: /usr/local/node_modules>
4: 0x4aebc7e1 <String[17]: /usr/node_modules>
5: 0x4aebc801 <String[13]: /node_modules>
#203# 0x42e3b859: 0x42e3b859 <JS Array[0]>
#204# 0x42e3b869: 0x42e3b869 <JS Array[6]>
0: 0x4aebcc05 <String[45]: /usr/local/shiny-server/lib/core
/node_modules>
1: 0x4aebcc41 <String[40]: /usr/local/shiny-server/lib/
node_modules>
2: 0x4aebcc75 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4aebcca5 <String[23]: /usr/local/node_modules>
4: 0x4aebccc9 <String[17]: /usr/node_modules>
5: 0x4aebcce9 <String[13]: /node_modules>
#205# 0x44dcf995: 0x44dcf995 <JS Function>
#206# 0x44d4776d: 0x44d4776d <a Module>
id: 0x4ae163a5 <String[57]: /usr/local/shiny-server/
node_modules/log4js/lib/log4js.js>
exports: 0x44d4d7dd <an Object>#218#
parent: 0x44d47475 <a Module>#149#
filename: 0x4ae163a5 <String[57]: /usr/local/shiny-server/
node_modules/log4js/lib/log4js.js>
loaded: 0x3cb080b1 <true>
children: 0x44d4d821 <JS Array[5]>#219#
paths: 0x44d4d831 <JS Array[6]>#220#
#207# 0x44d800e5: 0x44d800e5 <a Module>
id: 0x4ae80c2d <String[88]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/cookies/lib/cookies.js>
exports: 0x44d8da5d <JS Function Cookies>#221#
parent: 0x44d6e6dd <a Module>#150#
filename: 0x4ae80c2d <String[88]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/cookies/lib/cookies.js>
loaded: 0x3cb080b1 <true>
children: 0x44d8df7d <JS Array[0]>#222#
paths: 0x44d8df8d <JS Array[7]>#223#
#208# 0x44d828b9: 0x44d828b9 <a Module>
id: 0x4ae91605 <String[94]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/node-proxy/lib/node-proxy.js>
exports: 0x44d8da81 <an Object>#224#
parent: 0x44d6e6dd <a Module>#150#
filename: 0x4ae91605 <String[94]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/node-proxy/lib/node-proxy.js>
loaded: 0x3cb080b1 <true>
children: 0x44d8ece5 <JS Array[1]>#225#
paths: 0x44d8ecf5 <JS Array[7]>#226#
#209# 0x44d8378d: 0x44d8378d <a Module>
id: 0x4ae91bf1 <String[72]: /usr/local/shiny-server/
node_modules/client-sessions/lib/ProxyHandler.js>
exports: 0x44d8da8d <JS Function Handler>#227#
parent: 0x44d6e6dd <a Module>#150#
filename: 0x4ae91bf1 <String[72]: /usr/local/shiny-server/
node_modules/client-sessions/lib/ProxyHandler.js>
loaded: 0x3cb080b1 <true>
children: 0x44d8eea5 <JS Array[0]>#228#
paths: 0x44d8eeb5 <JS Array[6]>#229#
#210# 0x44d84fc9: 0x44d84fc9 <a Module>
id: 0x4ae92cf9 <String[59]: /usr/local/shiny-server/
node_modules/connect/lib/connect.js>
exports: 0x44d8ddd5 <JS Function createServer>#78#
parent: 0x44d84ce9 <a Module>#151#
filename: 0x4ae92cf9 <String[59]: /usr/local/shiny-server/
node_modules/connect/lib/connect.js>
loaded: 0x3cb080b1 <true>
children: 0x44d8f3fd <JS Array[3]>#230#
paths: 0x44d8f40d <JS Array[6]>#231#
#211# 0x42e144f1: 0x42e144f1 <a Module>
id: 0x4aedba41 <String[76]: /usr/local/shiny-server/
node_modules/optimist/node_modules/wordwrap/index.js>
exports: 0x44d93e71 <JS Function>#232#
parent: 0x42e13db1 <a Module>#152#
filename: 0x4aedba41 <String[76]: /usr/local/shiny-server/
node_modules/optimist/node_modules/wordwrap/index.js>
loaded: 0x3cb080b1 <true>
children: 0x42e37585 <JS Array[0]>#233#
paths: 0x42e37595 <JS Array[6]>#234#
#212# 0x42e20d69: 0x42e20d69 <a Module>
id: 0x20912d7d <String[70]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/base.js>
exports: 0x42e13469 <an Object>#70#
parent: 0x42e209e9 <a Module>#155#
filename: 0x20912d7d <String[70]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/base.js>
loaded: 0x3cb080b1 <true>
children: 0x42e394a9 <JS Array[0]>#235#
paths: 0x42e394b9 <JS Array[7]>#236#
#213# 0x42e21431: 0x42e21431 <a Module>
id: 0x20913a79 <String[71]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/utils.js>
exports: 0x42e32ac1 <an Object>#237#
parent: 0x42e209e9 <a Module>#155#
filename: 0x20913a79 <String[71]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/utils.js>
loaded: 0x3cb080b1 <true>
children: 0x42e39649 <JS Array[0]>#238#
paths: 0x42e39659 <JS Array[7]>#239#
#214# 0x42e21e75: 0x42e21e75 <a Module>
id: 0x20914499 <String[80]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/compiler/index.js>
exports: 0x42e13469 <an Object>#70#
parent: 0x42e209e9 <a Module>#155#
filename: 0x20914499 <String[80]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/compiler/index.js>
loaded: 0x3cb080b1 <true>
children: 0x42e397b9 <JS Array[5]>#240#
paths: 0x42e397c9 <JS Array[8]>#241#
#215# 0x42e266f1: 0x42e266f1 <a Module>
id: 0x20923ff5 <String[73]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/runtime.js>
exports: 0x42e3abad <an Object>#242#
parent: 0x42e209e9 <a Module>#155#
filename: 0x20923ff5 <String[73]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/runtime.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3abb9 <JS Array[0]>#243#
paths: 0x42e3abc9 <JS Array[7]>#244#
#216# 0x42e29e91: 0x42e29e91 <a Module>
id: 0x20925fad <String[63]: /usr/local/shiny-server/
node_modules/graceful-fs/graceful-fs.js>
exports: 0x44d62b29 <an Object>#38#
parent: 0x42e286ed <a Module>#157#
filename: 0x20925fad <String[63]: /usr/local/shiny-server/
node_modules/graceful-fs/graceful-fs.js>
loaded: 0x3cb080b1 <true>
children: 0x42e3b159 <JS Array[1]>#245#
paths: 0x42e3b169 <JS Array[5]>#246#
#217# 0x42e2f549: 0x42e2f549 <a Module>
id: 0x20928e31 <String[48]: /usr/local/shiny-server/build/
Release/posix.node>
exports: 0x42e32921 <an Object>#247#
parent: 0x42e286ed <a Module>#157#
filename: 0x20928e31 <String[48]: /usr/local/shiny-server/build/
Release/posix.node>
loaded: 0x3cb080b1 <true>
children: 0x42e3b70d <JS Array[0]>#248#
paths: 0x42e3b71d <JS Array[6]>#249#
#218# 0x44d4d7dd: 0x44d4d7dd <an Object>
getLogger: 0x44d4ebc5 <JS Function getLogger>#250#
getDefaultLogger: 0x44d508dd <JS Function getDefaultLogger>#251#
addAppender: 0x44d435ad <JS Function addAppender>#252#
loadAppender: 0x44d43589 <JS Function loadAppender>#253#
clearAppenders: 0x44d43565 <JS Function clearAppenders>#254#
configure: 0x44d43325 <JS Function configure>#255#
replaceConsole: 0x44d4ec5d <JS Function replaceConsole>@0x44d4ec5d
restoreConsole: 0x44d43541 <JS Function restoreConsole>@0x44d43541
levels: 0x44d47b35 <an Object>@0x44d47b35
setGlobalLogLevel: 0x44d50901 <JS Function setGlobalLogLevel>@0x44d50901
layouts: 0x44d4d871 <an Object>@0x44d4d871
appenders: 0x44d50925 <an Object>@0x44d50925
appenderMakers: 0x44d4eba5 <an Object>@0x44d4eba5
connectLogger: 0x44d48d59 <JS Function getLogger>@0x44d48d59
#219# 0x44d4d821: 0x44d4d821 <JS Array[5]>
0: 0x44d477b9 <a Module>@0x44d477b9
1: 0x44d479ed <a Module>@0x44d479ed
2: 0x44d47ac1 <a Module>@0x44d47ac1
3: 0x44d48d31 <a Module>@0x44d48d31
4: 0x44d48da1 <a Module>@0x44d48da1
#220# 0x44d4d831: 0x44d4d831 <JS Array[6]>
0: 0x4ae3de41 <String[60]: /usr/local/shiny-server/
node_modules/log4js/lib/node_modules>
1: 0x4ae3de89 <String[56]: /usr/local/shiny-server/
node_modules/log4js/node_modules>
2: 0x4ae3decd <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4ae3defd <String[23]: /usr/local/node_modules>
4: 0x4ae3df21 <String[17]: /usr/node_modules>
5: 0x4ae3df41 <String[13]: /node_modules>
#221# 0x44d8da5d: 0x44d8da5d <JS Function Cookies>
#222# 0x44d8df7d: 0x44d8df7d <JS Array[0]>
#223# 0x44d8df8d: 0x44d8df8d <JS Array[7]>
0: 0x4ae78c59 <String[90]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/cookies/lib/node_modules>
1: 0x4ae78d19 <String[86]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/cookies/node_modules>
2: 0x4ae78dd1 <String[65]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules>
3: 0x4ae78e61 <String[36]: /usr/local/shiny-server/
node_modules>
4: 0x4ae78eb5 <String[23]: /usr/local/node_modules>
5: 0x4ae78ef1 <String[17]: /usr/node_modules>
6: 0x4ae78f21 <String[13]: /node_modules>
#224# 0x44d8da81: 0x44d8da81 <an Object>
#225# 0x44d8ece5: 0x44d8ece5 <JS Array[1]>
0: 0x44d82a95 <a Module>@0x44d82a95
#226# 0x44d8ecf5: 0x44d8ecf5 <JS Array[7]>
0: 0x4ae78f5d <String[93]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/node-proxy/lib/node_modules>
1: 0x4ae79025 <String[89]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules/node-proxy/node_modules>
2: 0x4ae790e5 <String[65]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules>
3: 0x4ae79175 <String[36]: /usr/local/shiny-server/
node_modules>
4: 0x4ae791c9 <String[23]: /usr/local/node_modules>
5: 0x4ae79205 <String[17]: /usr/node_modules>
6: 0x4ae79235 <String[13]: /node_modules>
#227# 0x44d8da8d: 0x44d8da8d <JS Function Handler>
#228# 0x44d8eea5: 0x44d8eea5 <JS Array[0]>
#229# 0x44d8eeb5: 0x44d8eeb5 <JS Array[6]>
0: 0x4ae7963d <String[69]: /usr/local/shiny-server/
node_modules/client-sessions/lib/node_modules>
1: 0x4ae796d5 <String[65]: /usr/local/shiny-server/
node_modules/client-sessions/node_modules>
2: 0x4ae79765 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4ae797b9 <String[23]: /usr/local/node_modules>
4: 0x4ae797f5 <String[17]: /usr/node_modules>
5: 0x4ae79825 <String[13]: /node_modules>
#230# 0x44d8f3fd: 0x44d8f3fd <JS Array[3]>
0: 0x44d852a9 <a Module>@0x44d852a9
1: 0x44d8fff1 <a Module>@0x44d8fff1
2: 0x44d8dbf5 <a Module>@0x44d8dbf5
#231# 0x44d8f40d: 0x44d8f40d <JS Array[6]>
0: 0x4ae78a5d <String[61]: /usr/local/shiny-server/
node_modules/connect/lib/node_modules>
1: 0x4ae78aa9 <String[57]: /usr/local/shiny-server/
node_modules/connect/node_modules>
2: 0x4ae78af1 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4ae78b21 <String[23]: /usr/local/node_modules>
4: 0x4ae78b45 <String[17]: /usr/node_modules>
5: 0x4ae78b65 <String[13]: /node_modules>
#232# 0x44d93e71: 0x44d93e71 <JS Function>
#233# 0x42e37585: 0x42e37585 <JS Array[0]>
#234# 0x42e37595: 0x42e37595 <JS Array[6]>
0: 0x4aeb9c0d <String[80]: /usr/local/shiny-server/
node_modules/optimist/node_modules/wordwrap/node_modules>
1: 0x4aeb9c69 <String[58]: /usr/local/shiny-server/
node_modules/optimist/node_modules>
2: 0x4aeb9cb1 <String[36]: /usr/local/shiny-server/
node_modules>
3: 0x4aeb9ce1 <String[23]: /usr/local/node_modules>
4: 0x4aeb9d05 <String[17]: /usr/node_modules>
5: 0x4aeb9d25 <String[13]: /node_modules>
#235# 0x42e394a9: 0x42e394a9 <JS Array[0]>
#236# 0x42e394b9: 0x42e394b9 <JS Array[7]>
0: 0x4aeba359 <String[75]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/node_modules>
1: 0x4aeba3fd <String[64]: /usr/local/shiny-server/
node_modules/handlebars/lib/node_modules>
2: 0x4aeba489 <String[60]: /usr/local/shiny-server/
node_modules/handlebars/node_modules>
3: 0x4aeba50d <String[36]: /usr/local/shiny-server/
node_modules>
4: 0x4aeba561 <String[23]: /usr/local/node_modules>
5: 0x4aeba59d <String[17]: /usr/node_modules>
6: 0x4aeba5cd <String[13]: /node_modules>
#237# 0x42e32ac1: 0x42e32ac1 <an Object>
#238# 0x42e39649: 0x42e39649 <JS Array[0]>
#239# 0x42e39659: 0x42e39659 <JS Array[7]>
0: 0x4aeba5f5 <String[75]: /usr/local/shiny-server/
node_modules/handlebars/lib/handlebars/node_modules>
1: 0x4aeba699 <String[64]: /usr/local/shiny-server/
node_modules/handlebars/lib/node_modules>



Huidong TIAN

unread,
Aug 7, 2015, 5:43:04 AM8/7/15
to Shiny - Web Framework for R
Hi, you may want to read this blog: http://withr.me/install-shiny-server-on-raspberry-pi/

  var wrapper = 0x37f1258d <Very long string[...
Reply all
Reply to author
Forward
0 new messages