Skip to content

Instantly share code, notes, and snippets.

Created October 10, 2013 21:29
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 anonymous/c037765e278a420ba51e to your computer and use it in GitHub Desktop.
Save anonymous/c037765e278a420ba51e to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Streaming logging information
out Thu, 10 Oct 2013 21:11:36 GMT 02] : 261b07eea8e9 #85#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=e0184646e29 #42#,exports=e0184646e29 #42#,require=e0184646de1 #43#,module=e0184646d09 #44#,__filename=1fa4cc0fa7e1 ,__dirname=e0184646ce1 ) {
// stack-allocated locals
var base12 = 261b07ee33d1 #41#
// heap-allocated locals
var __dirname = e0184646ce1
var require = e0184646de1 #43#
// expression stack (top to bottom)
[03] : e0184646ce1
[02] : 261b07ee33d1 #41#
[01] : e0184646d09 #44#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[90]: _compile [module.js:456] (this=e0184646d09 #44#,content=1fa4cc0fa9e9 ,filename=1fa4cc0fa7e1 ) {
// stack-allocated locals
var require = e0184646de1 #43#
var dirname = e0184646ce1
var sandbox = 2bbb84d04121
var k = 2bbb84d04121
var wrapper = 1fa4cc0fa821
var compiledWrapper = e0184646d59 #86#
var args = e0184646e41 #87#
// heap-allocated locals
var self = e0184646d09 #44#
// expression stack (top to bottom)
[09] : e0184646e41 #87#
[08] : e0184646e29 #42#
[07] : e0184646d59 #86#
--------- 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, '...
-----------------------------------------
}
[91]: .js [module.js:474] (this=261b07e9d019 #11#,module=e0184646d09 #44#,filename=1fa4cc0fa7e1 ) {
// stack-allocated locals
var content = 1fa4cc0fa9e9
// expression stack (top to bottom)
[03] : 1fa4cc0fa7e1
[02] : 1fa4cc0fa9e9
[01] : e0184646d09 #44#
--------- 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);?}
-----------------------------------------
}
[92]: load [module.js:356] (this=e0184646d09 #44#,filename=1fa4cc0fa7e1 ) {
// stack-allocated locals
var extension = 1fa4cc0fab71
// expression stack (top to bottom)
[04] : 1fa4cc0fa7e1
[03] : e0184646d09 #44#
[02] : 261b07e9d019 #11#
[01] : 1fa4cc0fab71
--------- 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...
-----------------------------------------
}
[93]: _load [module.js:312] (this=261b07e9cdb1 #5#,request=1fa4cc0fab91 ,parent=261b07ee3ed9 #45#,isMain=2bbb84d04121 ) {
// stack-allocated locals
var filename = 1fa4cc0fa7e1
var cachedModule = 2bbb84d04121
var replModule = 2bbb84d04121
var module = e0184646d09 #44#
var hadException = 2bbb84d04141
// expression stack (top to bottom)
[11] : 1fa4cc0fa7e1
[10] : e0184646d09 #44#
--------- 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...
-----------------------------------------
}
[94]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1fa4cc0fab91
[01] : 261b07ee3ed9 #45#
}
[95]: require [module.js:~361] (this=261b07ee3ed9 #45#,path=1fa4cc0fab91 ) {
// expression stack (top to bottom)
[02] : 261b07ee3ed9 #45#
[01] : 1fa4cc0fab91
[00] : 261b07e9cdb1 #5#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[96]: require [module.js:380] (this=2bbb84d06c91 #7#,path=1fa4cc0fab91 ) {
// expression stack (top to bottom)
[01] : 1fa4cc0fab91
[00] : 261b07ee3ed9 #45#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[97]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=261b07ee33d1 #41#,app_path=1
out Thu, 10 Oct 2013 21:11:39 GMT ction createWritableStdioStream>#98#
var runInThisContext = 2bbb84d34fc1 #99#
var NativeModule = 2bbb84d6fb01 #100#
// expression stack (top to bottom)
[02] : 2bbb84d06c91 #7#
[01] : 261b07e9d271 #94#
--------- 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# 2bbb84d06b71: 2bbb84d06b71
#1# 368472f04101: 368472f04101
0: 368472f04121
1: 368472f90cd9
2: 368472f90d91
3: 368472f90e21
4: 368472f90e89
5: 368472f90ee1
6: 368472f90f29
7: 368472f90f69
8: 1fa4cc052b69
9: 1fa4cc052bd1
...
#2# 368472f04201: 368472f04201
0: 368472f04101 #1#
#3# 368472f041e1: 368472f041e1
0: cd8e3e197e1
#4# 2bbb84d073f1: 2bbb84d073f1
#5# 261b07e9cdb1: 261b07e9cdb1
_contextLoad: 2bbb84d04161
_cache: 261b07e7ae69 #101#
_pathCache: 261b07e7ae81 #102#
_extensions: 261b07e9d019 #11#
globalPaths: 261b07e7ae99 #103#
wrapper: 261b07e7aeb9 #104#
_realpathCache: 261b07e7aed9 #105#
#6# 368472f04269: 368472f04269
id: 368472f04479
exports: 368472f04529 #8#
parent: 368472f06bc9 #12#
filename: 368472f04479
loaded: 2bbb84d04161
children: 368472f835f1 #106#
paths: 368472f83611 #107#
#7# 2bbb84d06c91: 2bbb84d06c91
#8# 368472f04529: 368472f04529
#9# 368472f042b9: 368472f042b9
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#10# 368472f04589: 368472f04589
#11# 261b07e9d019: 261b07e9d019
#12# 368472f06bc9: 368472f06bc9
id: 368472f06d09
exports: 368472f06db9 #13#
parent: 368472f06ed9 #15#
filename: 368472f06d09
loaded: 2bbb84d04161
children: 368472f83729 #108#
paths: 368472f83749 #109#
#13# 368472f06db9: 368472f06db9
#14# 368472f06c19: 368472f06c19
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#15# 368472f06ed9: 368472f06ed9
id: 368472f07069
exports: 368472f07139 #16#
parent: 368472f08351 #19#
filename: 368472f07069
loaded: 2bbb84d04161
children: 368472f837f1 #110#
paths: 368472f83811 #111#
#16# 368472f07139: 368472f07139
#17# 368472f06f29: 368472f06f29
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#18# 368472f07a71: 368472f07a71
#19# 368472f08351: 368472f08351
id: 368472f08539
exports: 368472f08421 #62#
parent: 368472f09351 #23#
filename: 368472f08539
loaded: 2bbb84d04161
children: 368472f838b9 #112#
paths: 368472f838d9 #113#
#20# 368472f085f9: 368472f085f9
#21# 368472f083a1: 368472f083a1
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#22# 368472f08cd1: 368472f08cd1
#23# 368472f09351: 368472f09351
id: 368472f09491
exports: 368472f09541 #24#
parent: 368472f096e1 #26#
filename: 368472f09491
loaded: 2bbb84d04161
children: 368472f83a19 #114#
paths: 368472f83a39 #115#
#24# 368472f09541: 368472f09541
#25# 368472f093a1: 368472f093a1
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#26# 368472f096e1: 368472f096e1
id: 368472f09881
exports: 368472f09919 #27#
parent: 368472f0a689 #30#
filename: 368472f09881
loaded: 2bbb84d04161
children: 368472f83ae1 #116#
paths: 368472f83b01 #117#
#27# 368472f09919: 368472f09919
#28# 368472f09731: 368472f09731
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#29# 368472f0a001: 368472f0a001
#30# 368472f0a689: 368472f0a689
id: 368472f0a7c9
exports: 368472f0a851 #31#
parent: 368472f0a9f1 #33#
filename: 368472f0a7c9
loaded: 2bbb84d04161
children: 368472f83bf1 #118#
paths: 368472f83c11 #119#
#31# 368472f0a851: 368472f0a851
#32# 368472f0a6d9: 368472f0a6d9
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#33# 368472f0a9f1: 368472f0a9
out Thu, 10 Oct 2013 21:11:40 GMT f1
id: 368472f0ab89
exports: 368472f0ac01 #34#
parent: 261b07ee3159 #37#
filename: 368472f0ab89
loaded: 2bbb84d04161
children: 368472f83cb9 #120#
paths: 368472f83cd9 #121#
#34# 368472f0ac01: 368472f0ac01
#35# 368472f0aa41: 368472f0aa41
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#36# 368472f0b281: 368472f0b281
#37# 261b07ee3159: 261b07ee3159
id: 1fa4cc06ebc9
exports: 261b07ee3229 #122#
parent: 261b07ee3349 #123#
filename: 1fa4cc06ebc9
loaded: 2bbb84d04141
children: 261b07eea6f9 #124#
paths: 261b07eea719 #125#
#38# 119ce0835ee1: 119ce0835ee1
0: 10d0a78e7789
1: 10d0a78e77a9
2: 10d0a7877821
3: 10d0a78e77c9
4: 10d0a78e77e9
#39# 119ce0835e59: 119ce0835e59
#40# e0184646c81: e0184646c81
use: 261b07ef2931 #126#
listen: 261b07ef2c41 #127#
route: cd8e3e146b9
stack: e018467b9a9 #128#
request: e018467b9c9 #129#
response: e018467b9e1 #130#
cache: e018467b9f9 #131#
settings: e0184674e09 #132#
engines: e018467ba11 #133#
viewCallbacks: e018467ba29 #134#
_router: e0184674e21 #135#
routes: e018467ba49 #136#
dir: e0184646ce1
constants: e018467bab1 #137#
config: e0184674fc1 #138#
_usedRouter: 2bbb84d04141
models: e0184674201 #139#
middleware: 119ce08863e9 #140#
controllers: 119ce0886401 #141#
#41# 261b07ee33d1: 261b07ee33d1
balance: 261b07e86639 #142#
cycle: 261b07e87001 #143#
app: 261b07ee3229 #122#
#42# e0184646e29: e0184646e29
#43# e0184646de1: e0184646de1
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#44# e0184646d09: e0184646d09
id: 1fa4cc0fa7e1
exports: e0184646e29 #42#
parent: 261b07ee3ed9 #45#
filename: 1fa4cc0fa7e1
loaded: 2bbb84d04161
children: e01846743c1 #144#
paths: e01846743e1 #145#
#45# 261b07ee3ed9: 261b07ee3ed9
id: 1fa4cc070f41
exports: 261b07e86639 #142#
parent: 261b07ee3349 #123#
filename: 1fa4cc070f41
loaded: 2bbb84d04141
children: 261b07eeaa39 #146#
paths: 261b07eeaa59 #147#
#46# 261b07e9d171: 261b07e9d171
#47# 261b07e9d081: 261b07e9d081
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#48# 261b07e9d031: 261b07e9d031
id: cd8e3e04e09
exports: 261b07e9d171 #46#
parent: 2bbb84d04101
filename: 1fa4cc060a59
loaded: 2bbb84d04161
children: 261b07e72329 #148#
paths: 261b07e72349 #149#
#49# 261b07e9cc71: 261b07e9cc71
#50# 368472f04339: 368472f04339
#51# 368472f83659: 368472f83659
#52# 368472f04561: 368472f04561
#53# 368472f04381: 368472f04381
#54# 368472f04541: 368472f04541
0: 368472f04529 #8#
1: 368472f042b9 #9#
2: 368472f04269 #6#
3: 368472f04479
4: 368472f04451
#55# 368472f06c99: 368472f06c99
#56# 368472f06dd1: 368472f06dd1
0: 368472f06db9 #13#
1: 368472f06c19 #14#
2: 368472f06bc9 #12#
3: 368472f06d09
4: 368472f06ce1
#57# 368472f07171: 368472f07171
#58# 368472f06fa9: 368472f06fa9
#59# 368472f07151: 368472f07151
0: 368472f07139 #16#
1: 368472f06f29 #17#
2: 368472f06ed9 #15#
3: 368472f07069
4: 368472f07041
#60# 261b07e9d211: 261b07e9d211
sep: cd8e3e146b9
delimiter: cd8e3e16a31
#61# 261b07e7a1c9: 261b07e7a1c9
close: 368472f84339 #150#
closeSync: 368472f84381 #151#
open: 368472f842a9 #152#
read: e01846fa909 #153#
readSync: e01846fa951 #154#
readdir: 368472f842f1 #155#
fchown: 368472f841d1 #156#
fchownSync: 368472f84261 #157#
chown: 368472f84189 #158#
chownSync: 368472f84219 #159#
lchown: e01846fa861 #160#
lchownSync: e01846fa8c1 #161#
#62# 368472f08421: 368472f08421
version: 10d0a7875009
#63# 261b07e9d229: 261b07e9d229
#64# 368472f83989: 368472f83989
use: 119ce0833131 #162#
#65# 368472f839a1: 368472f839a1
brokenPause: 2bbb84d04161
#66# 2bbb84d5d061: 2bbb84d5d061
#67# 368472f08631: 368472f08631
#68# 368472f08469: 368472f08469
#69# 368472f08611: 368472f08611
0: 368472f085f9 #20#
1: 368472f083a1 #21#
2: 368472f08351 #19#
3: 368472f08539
4: 368472f08511
out Thu, 10 Oct 2013 21:11:40 GMT run/snapshot/package/node_modules/express/node_modules/connect/lib>
#70# 368472f09421: 368472f09421
#71# 368472f09559: 368472f09559
0: 368472f09541 #24#
1: 368472f093a1 #25#
2: 368472f09351 #23#
3: 368472f09491
4: 368472f09469
#72# 368472f83b49: 368472f83b49
#73# 368472f09951: 368472f09951
#74# 368472f097b1: 368472f097b1
#75# 368472f09931: 368472f09931
0: 368472f09919 #27#
1: 368472f09731 #28#
2: 368472f096e1 #26#
3: 368472f09881
4: 368472f09859
#76# 368472f0a759: 368472f0a759
#77# 368472f0a869: 368472f0a869
0: 368472f0a851 #31#
1: 368472f0a6d9 #32#
2: 368472f0a689 #30#
3: 368472f0a7c9
4: 368472f0a7a1
#78# 368472f0ac39: 368472f0ac39
#79# 368472f0aac1: 368472f0aac1
#80# 368472f0ac19: 368472f0ac19
0: 368472f0ac01 #34#
1: 368472f0aa41 #35#
2: 368472f0a9f1 #33#
3: 368472f0ab89
4: 368472f0ab61
#81# 261b07ee31a9: 261b07ee31a9
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#82# 119ce0835f01: 119ce0835f01
autorun: 119ce0835ee1 #38#
#83# 119ce0826339: 119ce0826339
#84# e0184646cc9: e0184646cc9
name: 208aad20a289
version: 208aad20a2b1
directories: e018467bac9 #163#
engines: e018467bae1 #164#
dependencies: e018467baf9 #165#
devDependencies: e018467bb11 #166#
scripts: e018467bb29 #167#
constants: e018467bab1 #137#
subdomain: 208aad20a2d1
os: 208aad20a2f1
bundledDependencies: e018467bb41 #168#
#85# 261b07eea8e9: 261b07eea8e9
#86# e0184646d59: e0184646d59
#87# e0184646e41: e0184646e41
0: e0184646e29 #42#
1: e0184646de1 #43#
2: e0184646d09 #44#
3: 1fa4cc0fa7e1
4: e0184646ce1
#88# e0184674461: e0184674461
#89# 261b07ee9f69: 261b07ee9f69
main: 261b07e9d031 #48#
extensions: 261b07e9d019 #11#
cache: 261b07e7ae69 #101#
#90# 261b07e9d101: 261b07e9d101
#91# 261b07e9d189: 261b07e9d189
0: 261b07e9d171 #46#
1: 261b07e9d081 #47#
2: 261b07e9d031 #48#
3: 1fa4cc060a59
4: 261b07e9d149
#92# 261b07e9d1a9: 261b07e9d1a9
domain: 2bbb84d04101
_events: 261b07e72939 #169#
_maxListeners: 10
isWorker: 2bbb84d04141
isMaster: 2bbb84d04161
worker: 261b07e72951 #170#
workers: 2bbb84d04101
settings: 261b07e729d9 #171#
#93# 2bbb84d35229: 2bbb84d35229
#94# 261b07e9d271: 261b07e9d271
_lazyConstants: 2bbb84d04101
#95# 2bbb84d42309: 2bbb84d42309
#96# 261b07e72ab9: 261b07e72ab9
#97# 261b07e72b01: 261b07e72b01
#98# 261b07e72b49: 261b07e72b49
#99# 2bbb84d34fc1: 2bbb84d34fc1
#100# 2bbb84d6fb01: 2bbb84d6fb01
_source: 261b07e7b6a1 #172#
_cache: 261b07e7b8a9 #173#
wrapper: 261b07e7aeb9 #104#
#101# 261b07e7ae69: 261b07e7ae69
#102# 261b07e7ae81: 261b07e7ae81
#103# 261b07e7ae99: 261b07e7ae99
0: 1fa4cc052b69
1: 1fa4cc052bd1
2: 1fa4cc052c41
#104# 261b07e7aeb9: 261b07e7aeb9
0: cd8e3e1d2b9
1: cd8e3e1d311
#105# 261b07e7aed9: 261b07e7aed9
#106# 368472f835f1: 368472f835f1
#107# 368472f83611: 368472f83611
0: 368472f04121
1: 368472f90cd9
2: 368472f90d91
3: 368472f90e21
4: 368472f90e89
5: 368472f90ee1
6: 368472f90f29
7: 368472f90f69
#108# 368472f83729: 368472f83729
0: 368472f04269 #6#
#109# 368472f83749: 368472f83749
0: 368472f9d7b1
1: 368472f9d869
2: 368472f9d8f9
3: 368472f9d961
4: 368472f9d9b9
5: 368472f9da01
6: 368472f9da41
#110# 368472f837f1: 368472f837f1
0: 368472f06bc9 #12#
#111# 368472f83811: 368472f83811
0: 368472f9da79
1: 368472f9db51
2: 368472f9dc11
3: 368472f9dcc9
4: 368472f9dd59
5: 368472f9ddc1
out Thu, 10 Oct 2013 21:11:41 GMT 6: 368472f9de19
7: 368472f9de61
8: 368472f9dea1
#112# 368472f838b9: 368472f838b9
0: 368472f85cf1 #174#
1: 368472f85a71 #175#
2: 368472f06ed9 #15#
#113# 368472f838d9: 368472f838d9
0: 368472f9ded9
1: 368472f9df99
2: 368472f9e051
3: 368472f9e0e1
4: 368472f9e149
5: 368472f9e1a1
6: 368472f9e1e9
7: 368472f9e229
#114# 368472f83a19: 368472f83a19
0: 368472f08351 #19#
#115# 368472f83a39: 368472f83a39
0: 368472f9e261
1: 368472f9e319
2: 368472f9e3a9
3: 368472f9e411
4: 368472f9e469
5: 368472f9e4b1
6: 368472f9e4f1
#116# 368472f83ae1: 368472f83ae1
0: 368472f09351 #23#
#117# 368472f83b01: 368472f83b01
0: 368472f9e529
1: 368472f9e5c1
2: 368472f9e651
3: 368472f9e6b9
4: 368472f9e711
5: 368472f9e759
6: 368472f9e799
#118# 368472f83bf1: 368472f83bf1
0: 368472f096e1 #26#
#119# 368472f83c11: 368472f83c11
0: 368472f9e7d1
1: 368472f9e861
2: 368472f9e8c9
3: 368472f9e921
4: 368472f9e969
5: 368472f9e9a9
#120# 368472f83cb9: 368472f83cb9
0: 368472f0a689 #30#
#121# 368472f83cd9: 368472f83cd9
0: 368472f9e9e1
1: 368472f9ea59
2: 368472f9eac9
3: 368472f9eb31
4: 368472f9eb89
5: 368472f9ebd1
6: 368472f9ec11
#122# 261b07ee3229: 261b07ee3229
#123# 261b07ee3349: 261b07ee3349
id: 1fa4cc0706f9
exports: 261b07ee33d1 #41#
parent: 261b07e9d031 #48#
filename: 1fa4cc0706f9
loaded: 2bbb84d04141
children: 261b07eea979 #176#
paths: 261b07eea999 #177#
#124# 261b07eea6f9: 261b07eea6f9
0: 261b07ee3109 #178#
1: e018464de11 #179#
2: e018464e471 #180#
3: e0184646a41 #181#
4: 119ce08787e9 #182#
5: 119ce087b621 #183#
6: 119ce087bd31 #184#
7: 119ce087f279 #185#
8: 119ce087fca1 #186#
9: 119ce087ffd9 #187#
...
#125# 261b07eea719: 261b07eea719
0: 1fa4cc062859
1: 1fa4cc0628b1
2: 1fa4cc062909
3: 1fa4cc062949
4: 1fa4cc062981
5: 1fa4cc0629b1
6: 1fa4cc0629e1
#126# 261b07ef2931: 261b07ef2931
#127# 261b07ef2c41: 261b07ef2c41
#128# e018467b9a9: e018467b9a9
0: e018467d861 #188#
1: e018467d889 #189#
#129# e018467b9c9: e018467b9c9
#130# e018467b9e1: e018467b9e1
#131# e018467b9f9: e018467b9f9
#132# e0184674e09: e0184674e09
#133# e018467ba11: e018467ba11
#134# e018467ba29: e018467ba29
0: 119ce0891a79 #190#
1: 368472ff9949 #191#
#135# e0184674e21: e0184674e21
routes: e018467ba49 #136#
map: e018467c321 #192#
params: e018467c339 #193#
_params: e018467c351 #194#
caseSensitive: 2bbb84d04161
strict: 2bbb84d04161
#136# e018467ba49: e018467ba49
router: 2bbb84d04121
#137# e018467bab1: e018467bab1
title: 208aad214271
session_length: 1209600000
request_timeout: 10000
name: 208aad20a289
locations: e018464b501 #195#
#138# e0184674fc1: e0184674fc1
view_engine: 208aad213ba9
cookie_secret: 208aad213bc9
session: e018467cfe9 #196#
http: e018467d001 #197#
mongodb: e018467d019 #198#
character_encoding: 208aad213be9
#139# e0184674201: e0184674201
item: 119ce08860c9 #199#
user: 119ce0890b99 #200#
#140# 119ce08863e9: 119ce08863e9
errors: 119ce089d181 #201#
#141# 119ce0886401: 119ce0886401
api: 119ce089d1a9 #202#
home: 119ce089d1c1 #203#
#142# 261b07e86639: 261b07e86639
#143# 261b07e87001: 261b07e87001
#144# e01846743c1: e01846743c1
#145# e01846743e1: e01846743e1
0: 208aad2133c9
1: 208aad213411
2: 208aad213451
3: 208aad213489
out Thu, 10 Oct 2013 21:11:41 GMT 4: 208aad2134b9
5: 208aad2134e9
#146# 261b07eeaa39: 261b07eeaa39
0: e0184646d09 #44#
#147# 261b07eeaa59: 261b07eeaa59
0: 1fa4cc066259
1: 1fa4cc0662b1
2: 1fa4cc066309
3: 1fa4cc066349
4: 1fa4cc066381
5: 1fa4cc0663b1
6: 1fa4cc0663e1
#148# 261b07e72329: 261b07e72329
0: 261b07ee3349 #123#
#149# 261b07e72349: 261b07e72349
0: 1fa4cc0619c9
1: 1fa4cc052aa9
2: 1fa4cc052ae1
3: 1fa4cc052b11
4: 1fa4cc052b41
#150# 368472f84339: 368472f84339
#151# 368472f84381: 368472f84381
#152# 368472f842a9: 368472f842a9
#153# e01846fa909: e01846fa909
#154# e01846fa951: e01846fa951
#155# 368472f842f1: 368472f842f1
#156# 368472f841d1: 368472f841d1
#157# 368472f84261: 368472f84261
#158# 368472f84189: 368472f84189
#159# 368472f84219: 368472f84219
#160# e01846fa861: e01846fa861
#161# e01846fa8c1: e01846fa8c1
#162# 119ce0833131: 119ce0833131
#163# e018467bac9: e018467bac9
#164# e018467bae1: e018467bae1
node: 208aad214299 =0.6.6>
npm: 208aad2142b9 =1.1>
#165# e018467baf9: e018467baf9
#166# e018467bb11: e018467bb11
handlebars: 208aad2144d9
vows: 208aad2144f9
commander: 208aad214519
#167# e018467bb29: e018467bb29
start: 208aad214539
lock: 208aad214559
postinstall: 208aad214589
test: 208aad2145b9
#168# e018467bb41: e018467bb41
0: 208aad2145e9
1: 208aad214609
2: 208aad214631
3: 208aad214651
4: 208aad214671
5: 208aad214691
6: 208aad2146b9
7: 208aad2146d9
8: 208aad2146f9
9: 208aad214721
...
#169# 261b07e72939: 261b07e72939
#170# 261b07e72951: 261b07e72951
domain: 2bbb84d04101
_events: 261b07e7b1d1 #204#
_maxListeners: 10
id: 23
uniqueID: 23
workerID: 23
state: cd8e3e2dee9
process: 261b07e9cc71 #49#
#171# 261b07e729d9: 261b07e729d9
#172# 261b07e7b6a1: 261b07e7b6a1
#173# 261b07e7b8a9: 261b07e7b8a9
#174# 368472f85cf1: 368472f85cf1
id: 368472f68049
exports: 368472f83989 #64#
parent: 368472f08351 #19#
filename: 368472f68049
loaded: 2bbb84d04141
children: 368472f93761 #205#
paths: 368472f93781 #206#
#175# 368472f85a71: 368472f85a71
id: 368472f7a8a1
exports: 368472f93519 #207#
parent: 368472f08351 #19#
filename: 368472f7a8a1
loaded: 2bbb84d04141
children: 368472f93531 #208#
paths: 368472f93551 #209#
#176# 261b07eea979: 261b07eea979
0: 261b07ee3ed9 #45#
1: 261b07ee4c81 #210#
2: 261b07ee3159 #37#
#177# 261b07eea999: 261b07eea999
0: 1fa4cc062a09
1: 1fa4cc062a61
2: 1fa4cc062aa1
3: 1fa4cc062ad9
4: 1fa4cc062b09
5: 1fa4cc062b39
#178# 261b07ee3109: 261b07ee3109
id: 1fa4cc06e9f9
exports: 261b07ee3009 #211#
parent: 261b07ee3159 #37#
filename: 1fa4cc06e9f9
loaded: 2bbb84d04141
children: 261b07eea6b9 #212#
paths: 261b07eea6d9 #213#
#179# e018464de11: e018464de11
id: 1fa4cc0fd6e1
exports: e0184646cc9 #84#
parent: 261b07ee3159 #37#
filename: 1fa4cc0fd6e1
loaded: 2bbb84d04141
children: e0184674f81 #214#
paths: e0184674fa1 #215#
#180# e018464e471: e018464e471
id: 1fa4cc0fd761
exports: e0184674fc1 #138#
parent: 261b07ee3159 #37#
filename: 1fa4cc0fd761
loaded: 2bbb84d04141
children: e0184674fd9 #216#
paths: e0184674ff9 #217#
#181# e0184646a41: e0184646a41
id: 1fa4cc0f9de1
exports: 119ce0875f09 #218#
parent: 261b07ee3159 #37#
filename: 1fa4cc0f9de1
loaded: 2bbb84d04141
children: e01846740c9 #219#
paths: e01846740e9 #220#
#182# 119ce08787e9: 119ce08787e9
id: 10d0a78dcbe9
exports: 119ce087a8b1 #221#
parent: 261b07ee3159 #37#
filename: 10d0a78dcbe9
loaded: 2bbb84d04141
children: 119ce0890cb9 #222#
paths: 119ce0890cd9 #223#
#183# 119ce087b621: 119ce087b621
id: 10d0a78dcf29
out Thu, 10 Oct 2013 21:11:47 GMT /errors.js>
exports: e01846d7221 #224#
parent: 261b07ee3159 #37#
filename: 10d0a78dcf29
loaded: 2bbb84d04141
children: 119ce0891179 #225#
paths: 119ce0891199 #226#
#184# 119ce087bd31: 119ce087bd31
id: 10d0a78dd229
exports: e01846d7c69 #227#
parent: 261b07ee3159 #37#
filename: 10d0a78dd229
loaded: 2bbb84d04141
children: 119ce0891201 #228#
paths: 119ce0891221 #229#
#185# 119ce087f279: 119ce087f279
id: 10d0a78deaa9
exports: e01846d8be9 #230#
parent: 261b07ee3159 #37#
filename: 10d0a78deaa9
loaded: 2bbb84d04141
children: 119ce08918d1 #231#
paths: 119ce08918f1 #232#
#186# 119ce087fca1: 119ce087fca1
id: 10d0a78dfed1
exports: 119ce0835f01 #82#
parent: 261b07ee3159 #37#
filename: 10d0a78dfed1
loaded: 2bbb84d04141
children: 119ce0891ac1 #233#
paths: 119ce0891ae1 #234#
#187# 119ce087ffd9: 119ce087ffd9
id: 10d0a78dffc1
exports: 119ce08258d1 #235#
parent: 261b07ee3159 #37#
filename: 10d0a78dffc1
loaded: 2bbb84d04141
children: 119ce0891b49 #236#
paths: 119ce0891b69 #237#
#188# e018467d861: e018467d861
route: cd8e3e04501
handle: e018467d941 #238#
#189# e018467d889: e018467d889
route: cd8e3e04501
handle: e018467d989 #239#
#190# 119ce0891a79: 119ce0891a79
#191# 368472ff9949: 368472ff9949
#192# e018467c321: e018467c321
#193# e018467c339: e018467c339
#194# e018467c351: e018467c351
#195# e018464b501: e018464b501
pkg: 1fa4cc056921
config: 1fa4cc056949
models: 1fa4cc056971
views: 1fa4cc0569b1
lib: 1fa4cc0569d1
controllers: 1fa4cc0569f1
pub: 1fa4cc056a39
shared: 1fa4cc056a79
middleware: 1fa4cc056a99
locals: 1fa4cc056ae1
tmp: 1fa4cc056b21
#196# e018467cfe9: e018467cfe9
url: 208aad216581
#197# e018467d001: e018467d001
port: 80
#198# e018467d019: e018467d019
host: 208aad216601
port: 208aad216631
db: 208aad216651
#199# 119ce08860c9: 119ce08860c9
$__: 119ce08929d1 #240#
isNew: 2bbb84d04141
errors: 2bbb84d04121
_maxListeners: 0
_doc: 119ce0892ab9 #241#
_pres: 119ce0892ad1 #242#
_posts: 119ce0892ae9 #243#
#200# 119ce0890b99: 119ce0890b99
$__: 119ce089ac49 #244#
isNew: 2bbb84d04141
errors: 2bbb84d04121
_maxListeners: 0
_doc: 119ce089ad31 #245#
_pres: 119ce089ad49 #246#
_posts: 119ce089ad61 #247#
#201# 119ce089d181: 119ce089d181
log: e01846dbfe9 #248#
apologize: e01846dc031 #249#
#202# 119ce089d1a9: 119ce089d1a9
search: e01846e94c1 #250#
create: e01846e94e1 #251#
read: e01846e9501 #252#
update: e01846e9521 #253#
updateItem: e01846e9541 #254#
sellItem: e01846e9561 #255#
destroy: e01846e9581 @e01846e9581
#203# 119ce089d1c1: 119ce089d1c1
login: e01846dc131 @e01846dc131
inventory: e01846dc1b1 @e01846dc1b1
splash: e01846dc211 @e01846dc211
inventorySoldOut: e01846dc0f1 @e01846dc0f1
inventoryForSale: e01846dc151 @e01846dc151
inventoryOnCart: e01846dc111 @e01846dc111
inventoryOnEtsy: 119ce08a5451 @119ce08a5451
inventoryAtSowa: e01846dc1f1 @e01846dc1f1
inventoryQuery: e01846dc0d1 @e01846dc0d1
inventoryAdded: e01846dc171 @e01846dc171
inventoryUpdated: e01846dc1d1 @e01846dc1d1
generateLabels: e01846dc191 @e01846dc191
#204# 261b07e7b1d1: 261b07e7b1d1
#205# 368472f93761: 368472f93761
0: 368472f85de1 @368472f85de1
1: 368472f85b11 @368472f85b11
#206# 368472f93781: 368472f93781
0: 368472fb18c1
1: 368472fb1981
2: 368472fb1a39
3: 368472fb1ac9
4: 368472fb1b31
5: 368472fb1b89
6: 368472fb1bd1
7: 368472fb1c11
#207# 368472f93519: 368472f93519
#208# 368472f93531: 368472f93531
#209# 368472f93551: 368472f93551
0: 368472faf7d1
1: 368472faf891
2: 368472faf949
3: 368472faf9d9
4: 368472fafa41
5: 368472fafa99
6: 368472fafae1
7: 368472fafb21
#210# 261b07ee4c81: 261b07ee4c81
id: 1fa4cc071de9
exports: 261b07e87001 #143#
parent: 261b07ee3349 #123#
filename: 1fa4cc071de9
loaded: 2bbb84d04141
children: 261
out Thu, 10 Oct 2013 21:11:51 GMT b07eeab99 @261b07eeab99
paths: 261b07eeabb9 @261b07eeabb9
#211# 261b07ee3009: 261b07ee3009
version: 1fa4cc057339
application: e0184615a49 @e0184615a49
request: e0184616281 @e0184616281
response: e0184647419 @e0184647419
methods: e0184616611 @e0184616611
#212# 261b07eea6b9: 261b07eea6b9
0: 261b07ee2fb9 @261b07ee2fb9
#213# 261b07eea6d9: 261b07eea6d9
0: 1fa4cc062699
1: 1fa4cc062701
2: 1fa4cc062759
3: 1fa4cc062799
4: 1fa4cc0627d1
5: 1fa4cc062801
6: 1fa4cc062831
#214# e0184674f81: e0184674f81
#215# e0184674fa1: e0184674fa1
0: 208aad213aa9
1: 208aad213ae9
2: 208aad213b21
3: 208aad213b51
4: 208aad213b81
#216# e0184674fd9: e0184674fd9
#217# e0184674ff9: e0184674ff9
0: 208aad213c09
1: 208aad213c49
2: 208aad213c81
3: 208aad213cb1
4: 208aad213ce1
#218# 119ce0875f09: 119ce0875f09
base: 119ce085f891 @119ce085f891
modelName: 1fa4cc0c5861
db: 119ce0886b49 @119ce0886b49
schema: 119ce089aa11 @119ce089aa11
options: 2bbb84d04121
collection: 119ce089aac9 @119ce089aac9
#219# e01846740c9: e01846740c9
0: e01846468c9 @e01846468c9
1: 119ce08630e1 @119ce08630e1
#220# e01846740e9: e01846740e9
0: 208aad213231
1: 208aad213281
2: 208aad2132c9
3: 208aad213309
4: 208aad213341
5: 208aad213371
6: 208aad2133a1
#221# 119ce087a8b1: 119ce087a8b1
base: 119ce085f891 @119ce085f891
modelName: 10d0a78578f1
db: 119ce0886b49 @119ce0886b49
schema: 119ce089b1b1 @119ce089b1b1
options: 2bbb84d04121
collection: 119ce089b269 @119ce089b269
#222# 119ce0890cb9: 119ce0890cb9
#223# 119ce0890cd9: 119ce0890cd9
0: 10d0a78fad91
1: 10d0a78fade1
2: 10d0a78fae29
3: 10d0a78fae69
4: 10d0a78faea1
5: 10d0a78faed1
6: 10d0a78faf01
#224# e01846d7221: e01846d7221
#225# 119ce0891179: 119ce0891179
#226# 119ce0891199: 119ce0891199
0: 10d0a78faf49
1: 10d0a78faf99
2: 10d0a78fafe1
3: 10d0a78fb021
4: 10d0a78fb059
5: 10d0a78fb089
6: 10d0a78fb0b9
#227# e01846d7c69: e01846d7c69
#228# 119ce0891201: 119ce0891201
#229# 119ce0891221: 119ce0891221
0: 10d0a78fb0e1
1: 10d0a78fb131
2: 10d0a78fb179
3: 10d0a78fb1b9
4: 10d0a78fb1f1
5: 10d0a78fb221
6: 10d0a78fb251
#230# e01846d8be9: e01846d8be9
#231# 119ce08918d1: 119ce08918d1
#232# 119ce08918f1: 119ce08918f1
0: 10d0a78fb279
1: 10d0a78fb2c9
2: 10d0a78fb311
3: 10d0a78fb351
4: 10d0a78fb389
5: 10d0a78fb3b9
6: 10d0a78fb3e9
#233# 119ce0891ac1: 119ce0891ac1
#234# 119ce0891ae1: 119ce0891ae1
0: 10d0a78fb411
1: 10d0a78fb459
2: 10d0a78fb4a1
3: 10d0a78fb4e1
4: 10d0a78fb519
5: 10d0a78fb549
6: 10d0a78fb579
#235# 119ce08258d1: 119ce08258d1
#236# 119ce0891b49: 119ce0891b49
0: 119ce0883041 @119ce0883041
#237# 119ce0891b69: 119ce0891b69
0: 10d0a78fb5a1
1: 10d0a78fb5e9
2: 10d0a78fb631
3: 10d0a78fb671
4: 10d0a78fb6a9
5: 10d0a78fb6d9
6: 10d0a78fb709
#238# e018467d941: e018467d941
#239# e018467d989: e018467d989
#240# 119ce08929d1: 119ce08929d1
strictMode: 2bbb84d04141
selected: 2bbb84d04121
shardval: 2bbb84d04121
saveError: 2bbb84d04121
validationError: 2bbb84d04121
adhocPaths: 2bbb84d04121
removing: 2
out Thu, 10 Oct 2013 21:11:52 GMT bbb84d04121
inserting: 2bbb84d04121
version: 2bbb84d04121
getters: 119ce089d061 @119ce089d061
_id: 2bbb84d04121
populate: 2bbb84d04121
populated: 2bbb84d04121
wasPopulated: 2bbb84d04161
scope: 2bbb84d04121
activePaths: 119ce089d079 @119ce089d079
ownerDocument: 2bbb84d04121
fullPath: 2bbb84d04121
#241# 119ce0892ab9: 119ce0892ab9
quantity: 1
margin: 0
soldOut: 2bbb84d04161
unitsSold: 0
averageSalePrice: 0
totalSales: 0
_id: e01846dc2e9 @e01846dc2e9
#242# 119ce0892ad1: 119ce0892ad1
save: e01846dc361 @e01846dc361
#243# 119ce0892ae9: 119ce0892ae9
save: e01846dc381 @e01846dc381
#244# 119ce089ac49: 119ce089ac49
strictMode: 2bbb84d04141
selected: 2bbb84d04121
shardval: 2bbb84d04121
saveError: 2bbb84d04121
validationError: 2bbb84d04121
adhocPaths: 2bbb84d04121
removing: 2bbb84d04121
inserting: 2bbb84d04121
version: 2bbb84d04121
getters: 119ce08a31b9 @119ce08a31b9
_id: 2bbb84d04121
populate: 2bbb84d04121
populated: 2bbb84d04121
wasPopulated: 2bbb84d04161
scope: 2bbb84d04121
activePaths: 119ce08a31d1 @119ce08a31d1
ownerDocument: 2bbb84d04121
fullPath: 2bbb84d04121
#245# 119ce089ad31: 119ce089ad31
admin: 2bbb84d04161
_id: e01846dc3d1 @e01846dc3d1
#246# 119ce089ad49: 119ce089ad49
save: e01846dc449 @e01846dc449
#247# 119ce089ad61: 119ce089ad61
save: e01846dc469 @e01846dc469
#248# e01846dbfe9: e01846dbfe9
#249# e01846dc031: e01846dc031
#250# e01846e94c1: e01846e94c1
0: e01846f4bb1 @e01846f4bb1
#251# e01846e94e1: e01846e94e1
0: e01846f4bf9 @e01846f4bf9
#252# e01846e9501: e01846e9501
0: e01846f4c41 @e01846f4c41
#253# e01846e9521: e01846e9521
0: e01846f4c89 @e01846f4c89
#254# e01846e9541: e01846e9541
0: e01846f4cd1 @e01846f4cd1
#255# e01846e9561: e01846e9561
0: e01846f4d19 @e01846f4d19
=====================
========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:01 GMT ========================================================================================
out Thu, 10 Oct 2013 21:12:01 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
err Thu, 10 Oct 2013 21:12:02 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.1:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
err Thu, 10 Oct 2013 21:12:02 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:12:02 GMT = http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:02 GMT [ base12app ] worker listening on port 80
out Thu, 10 Oct 2013 21:12:02 GMT ========================================================================================
err Thu, 10 Oct 2013 21:12:02 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.4:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:03 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:03 GMT [ base12app ] worker listening on port 80
err Thu, 10 Oct 2013 21:12:04 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:12:04 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.6:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:05 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:05 GMT ========================================================================================
out Thu, 10 Oct 2013 21:12:05 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:05 GMT [ base12app ] worker listening on port 80
err Thu, 10 Oct 2013 21:12:05 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:12:05 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.13:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:05 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:12:05 GMT = =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:05 GMT = one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
out Thu, 10 Oct 2013 21:12:05 GMT = no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
out Thu, 10 Oct 2013 21:12:05 GMT = journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
out Thu, 10 Oct 2013 21:12:05 GMT = one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
err Thu, 10 Oct 2013 21:12:05 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.8:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:05 GMT = ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:06 GMT [ base12app ] worker listening on port 80
out Thu, 10 Oct 2013 21:12:06 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:12:06 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:12:06 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.16:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
err Thu, 10 Oct 2013 21:12:06 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.9:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:07 GMT ========================================================================================
out Thu, 10 Oct 2013 21:12:07 GMT = journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
out Thu, 10 Oct 2013 21:12:07 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:12:07 GMT = http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:12:07 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:12:07 GMT = one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
out Thu, 10 Oct 2013 21:12:07 GMT [ base12app ] worker listening on port 80
err Thu, 10 Oct 2013 21:12:07 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.2:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:07 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:07 GMT = =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:07 GMT = one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
err Thu, 10 Oct 2013 21:12:07 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.12:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:07 GMT = one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
err Thu, 10 Oct 2013 21:12:07 GMT Exiting process due to uncaught exception!
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.3:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
err Thu, 10 Oct 2013 21:12:07 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.21:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:08 GMT [ base12app ] worker listening on port 80
err Thu, 10 Oct 2013 21:12:08 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:12:08 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.17:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:12:07 GMT = For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:12:59 GMT [ base12app ] worker listening on port 80
out Thu, 10 Oct 2013 21:13:00 GMT ========================================================================================
out Thu, 10 Oct 2013 21:12:59 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:00 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:13:01 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.18:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
err Thu, 10 Oct 2013 21:13:01 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:13:03 GMT
==== Stack trace ============================================
(Function context is corrupt)
1: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=3d5e5ae04121 ,a=292099f0c6a9 #0#,b=292099f0c729 #1#,c=292099f0c709 #2#)
(Function context is corrupt)
2: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=3d5e5ae04121 ,a=354a65b1c359 ,b=292099f0c6a9 #0#,c=292099f0c729 #1#,d=292099f0c709 #2#)
(Function context is corrupt)
3: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=3d5e5ae04121 ,a=292099f0c769 #3#,b=292099f0c729 #1#,c=292099f0c709 #2#)
(Function context is corrupt)
4: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=3d5e5ae04121 ,a=354a65b04501 ,b=292099f0c769 #3#,c=292099f0c729 #1#,d=292099f0c709 #2#)
(Function context is corrupt)
5: stringify [native json.js:311] (this=3d5e5ae073f1 #4#,a=292099f0c769 #3#,b=3d5e5ae04121 ,c=3d5e5ae04121 )
6: arguments adaptor frame: 1->3
(Function context is corrupt)
7: _findPath [module.js:169] (this=292099f0c869 #5#,request=4edde206e51 ,paths=292099f0c6a9 #0#)
(Function context is corrupt)
8: _resolveFilename [module.js:336] (this=292099f0c869 #5#,request=4edde206e51 ,parent=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#)
(Function context is corrupt)
9: _load [module.js:280] (this=292099f0c869 #5#,request=4edde206e51 ,parent=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=3d5e5ae04121 )
10: arguments adaptor frame: 2->3
(Function context is corrupt)
11: require [module.js:364] (this=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=4edde206e51 )
(Function context is corrupt)
12: require [module.js:380] (this=3d5e5ae06c91 #7#,path=4edde206e51 )
(Function context is corrupt)
13: /* anonymous */ [?????????????????????????????:1] (this=292099f0cca1 #8#,exports=292099f0cca1 #8#,require=292099f0c959 #9#,module=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=292099f0cc69 ,__dirname=292099f0cc41 )
(Function context is corrupt)
15: _compile [module.js:456] (this=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=292099f0cd91 ,filename=292099f0cc69 )
(Function context is corrupt)
16: .js [module.js:474] (this=292099f0ce89 #10#,module=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=292099f0cc69 )
(Function context is corrupt)
17: load [module.js:356] (this=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=292099f0cc69 )
(Function context is corrupt)
18: _load [module.js:312] (this=292099f0c869 #5#,request=292099f0cea1 ,parent=3d5e5ae04101 ,isMain=3d5e5ae04141 )
(Function context is corrupt)
19: runMain [module.js:497] (this=292099f0c869 #5#)
(Function context is corrupt)
20: startup [???????:4] (this=3d5e5ae06c91 #7#)
(Function context is corrupt)
21: /* anonymous */ [???????:12] (this=3d5e5ae06c91 #7#,process=292099f0d0d9 #11#)
==== Details ================================================
(Function context is corrupt)
[1]: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=3d5e5ae04121 ,a=292099f0c6a9 #0#,b=292099f0c729 #1#,c=292099f0c709 #2#) {
// stack-allocated locals
var d = 8
var g = 292099f0c6c9
var h = 3d5e5ae04121
var i = 3d5e5ae04121
var j = 3d5e5ae04121
// expression stack (top to bottom)
[05] : 292099f0c6a9 #0#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[2]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=3d5e5ae04121 ,a=354a65b1c359 ,b=292099f0c6a9 #0#,c=292099f0c729 #1#,d=292099f0c709 #2#) {
// stack-allocated locals
var g = 3d5e5ae04121
// expression stack (top to bottom)
[04] : 292099f0c709 #2#
[03] : 292099f0c729 #1#
[02] : 292099f0c6a9 #0#
[01] : 3d5e5ae04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[3]: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=3d5e5ae04121 ,a=292099f0c769 #3#,b=292099f0c729 #1#,c=292099f0c709 #2#) {
// stack-allocated locals
var d = 3d5e5ae04161
var g = 292099f0c749 #12#
var h = 2
var i = 1
var j = 354a65b1c359
var k = 6
// expression stack (top to bottom)
[10] : 292099f0c709 #2#
[09] : 292099f0c729 #1#
[08] : 292099f0c6a9 #0#
[07] : 354a65b1c359
[06] : 3d5e5ae04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[4]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=3d5e5ae04121 ,a=354a65b04501 ,b=292099f0c769 #3#,c=292099f0c729 #1#,d=292099f0c709 #2#) {
// stack-allocated locals
var g = 3d5e5ae04121
// expression stack (top to bottom)
[04] : 292099f0c709 #2#
[03] : 292099f0c729 #1#
[02] : 292099f0c769 #3#
[01] : 3d5e5ae04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[5]: stringify [native json.js:311] (this=3d5e5ae073f1 #4#,a=292099f0c769 #3#,b=3d5e5ae04121 ,c=3d5e5ae04121 ) {
// stack-allocated locals
var d = 292099f0c709 #2#
var g = 3d5e5ae04121
var h = 3d5e5ae04121
// expression stack (top to bottom)
[07] : 292099f0c709 #2#
[06] : 292099f0c729 #1#
[05] : 292099f0c769 #3#
[04] : 354a65b04501
[03] : 3d5e5ae04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[6]: arguments adaptor frame: 1->3 {
// actual arguments
[00] : 292099f0c769 #3#
}
(Function context is corrupt)
[7]: _findPath [module.js:169] (this=292099f0c869 #5#,request=4edde206e51 ,paths=292099f0c6a9 #0#) {
// stack-allocated locals
var exts = 292099f0c791 #13#
var trailingSlash = 3d5e5ae04161
var cacheKey = 3d5e5ae04121
var i = 3d5e5ae04121
var PL = 3d5e5ae04121
var basePath = 3d5e5ae04121
var filename = 3d5e5ae04121
// expression stack (top to bottom)
[08] : 292099f0c769 #3#
[07] : 3d5e5ae073f1 #4#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[8]: _resolveFilename [module.js:336] (this=292099f0c869 #5#,reque
err Thu, 10 Oct 2013 21:13:03 GMT FATAL ERROR: Committing semi space failed. Allocation failed - process out of memory
Exiting process due to uncaught exception!
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.3:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:13:03 GMT [ base12app ] worker listening on port 80
err Thu, 10 Oct 2013 21:13:03 GMT
#
# Fatal error in ../deps/v8/src/store-buffer.cc, line
err Thu, 10 Oct 2013 21:13:03 GMT 176
# CHECK(old_virtual_memory_->Commit(reinterpret_cast(old_limit_), grow * kPointerSize, false)) failed
#
out Thu, 10 Oct 2013 21:13:03 GMT = !!!INVALID POINTER!!!#26#
var createWritableStdioStream = !!!INVALID POINTER!!!#27#
var runInThisContext = 3d5e5ae34fc1 #28#
var NativeModule = !!!INVALID POINTER!!!#29#
// expression stack (top to bottom)
[02] : 3d5e5ae06c91 #7#
[01] : 292099f0cfa1 #30#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
==== Key ============================================
#0# 292099f0c6a9: 292099f0c6a9
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: !!!INVALID POINTER!!!
6: !!!INVALID POINTER!!!
7: !!!INVALID POINTER!!!
#1# 292099f0c729: 292099f0c729
0: !!!INVALID POINTER!!!#31#
1: !!!INVALID POINTER!!!#32#
#2# 292099f0c709: 292099f0c709
0: 354a65b19889
1: !!!INVALID POINTER!!!
2: 354a65b16a31
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: 354a65b16a31
6: 354a65b197e1
#3# 292099f0c769: 292099f0c769
request: 4edde206e51
paths: !!!INVALID POINTER!!!#32#
#4# 3d5e5ae073f1: 3d5e5ae073f1
#5# 292099f0c869: 292099f0c869
_contextLoad: 3d5e5ae04161
_cache: !!!INVALID POINTER!!!#33#
_pathCache: !!!INVALID POINTER!!!#34#
_extensions: !!!INVALID POINTER!!!#35#
globalPaths: !!!INVALID POINTER!!!#36#
wrapper: !!!INVALID POINTER!!!#37#
_realpathCache: !!!INVALID POINTER!!!#38#
#6# 292099f0c8d1: 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>
id: 354a65b04e09
exports: !!!INVALID POINTER!!!#39#
parent: 3d5e5ae04101
filename: !!!INVALID POINTER!!!
loaded: 3d5e5ae04161
children: !!!INVALID POINTER!!!#40#
paths: !!!INVALID POINTER!!!#41#
#7# 3d5e5ae06c91: 3d5e5ae06c91
#8# 292099f0cca1: 292099f0cca1
#9# 292099f0c959: 292099f0c959
main: !!!INVALID POINTER!!!#17#
extensions: !!!INVALID POINTER!!!#35#
cache: !!!INVALID POINTER!!!#33#
#10# 292099f0ce89: 292099f0ce89
#11# 292099f0d0d9: 292099f0d0d9
version: !!!INVALID POINTER!!!
moduleLoadList: !!!INVALID POINTER!!!#42#
versions: !!!INVALID POINTER!!!#43#
arch: !!!INVALID POINTER!!!
platform: !!!INVALID POINTER!!!
argv: !!!INVALID POINTER!!!#44#
execArgv: !!!INVALID POINTER!!!#45#
env: !!!INVALID POINTER!!!#46#
pid: 27281
features: !!!INVALID POINTER!!!#47#
execPath: !!!INVALID POINTER!!!
_tickInfoBox: !!!INVALID POINTER!!!#48#
_events: !!!INVALID POINTER!!!#49#
domain: 3d5e5ae04101
_maxListeners: 10
_exiting: 3d5e5ae04161
config: !!!INVALID POINTER!!!#50#
maxTickDepth: 1000
_channel: !!!INVALID POINTER!!!#51#
_handleQueue: 3d5e5ae04101
connected: 3d5e5ae04141
mainModule: !!!INVALID POINTER!!!#17#
#12# 292099f0c749: 292099f0c749
0: 354a65b2f809
1: 354a65b1c359
#13# 292099f0c791: 292099f0c791
0: 354a65b1d0e1
1: 354a65b30141
2: 354a65b30161
#14# 292099f0c8b1: 292099f0c8b1
0: 4edde206e51
1: !!!INVALID POINTER!!!#32#
#15# 292099f0c9d9: 292099f0c9d9
#16# 292099f0ccb9: 292099f0ccb9
0: !!!INVALID POINTER!!!#39#
1: !!!INVALID POINTER!!!#52#
2: !!!INVALID POINTER!!!#17#
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#17# 292098ffbb39: !!!INVALID POINTER!!!
#18# 292099f0cf59: 292099f0cf59
#19# 292099f0cf41: 292099f0cf41
sep: 354a65b146b9
delimiter: 354a65b16a31
#20# 292099f0ced9: 292099f0ced9 !!!INVALID CONSTRUCTOR!!!>
domain: 3d5e5ae04101
_events: !!!INVALID POINTER!!!#53#
_maxListeners: 10
isWorker: 3d5e5ae04141
isMaster: 3d5e5ae04161
worker: !!!INVALID POINTER!!!#54#
workers: 3d5e5ae04101
settings: !!!INVALID POINTER!!!#55#
#21# 3d5e5ae35229: 3d5e5ae35229
#22# 292098f31201: !!!INVALID POINTER!!!
#23# 292098f3c5e1: !!!INVALID POINTER!!!
#24# 3d5e5ae42309: 3d5e5ae42309
#25# 292098f3c659: !!!INVALID POINTER!!!
#26# 292098f3c6a1: !!!INVALID POINTER!!!
#27# 292098f3c6e9: !!!INVALID POINTER!!!
#28# 3d5e5ae34fc1: 3d5e5ae34fc1
#29# 292098f3c751: !!!INVALID POINTER!!!
_source: !!!INVALID POINTER!!!#56#
_cache: !!!INVALID POINTER!!!#57#
wrapper: !!!INVALID POINTER!!!#37#
#30# 292099f0cfa1: 292099f0cfa1
_lazyConstants: 3d5e5ae04101
#31# 292098fff441: !!!INVALID POINTER!!!
#32# 292098ffed89: !!!INVALID POINTER!!!
#33# 292098fdad89: !!!INVALID POINTER!!!
#34# 292098fdaed1: !!!INVALID POINTER!!!
#35# 292098fdaf21: !!!INVALID POINTER!!!
#36# 292098fdd1f1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
#37# 292098f40a49: !!!INVALID POINTER!!!
0: 354a65b1d2b9
1: 354a65b1d311
#38# 292098fdb239: !!!INVALID POINTER!!!
#39# 292098ffbc31: !!!INVALID POINTER!!!
#40# 292098ffbed1: !!!INVALID POINTER!!!
#41# 292098ffcae1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#42# 292098f316b1: !!!INVALID POINTER!!!
#43# 292098f31789: !!!INVALID POINTER!!!
http_parser: !!!INVALID POINTER!!!
node: !!!INVALID POINTER!!!
v8: !!!INVALID POINTER!!!
ares: !!!INVALID POINTER!!!
uv: !!!INVALID POINTER!!!
zlib: !!!INVALID POINTER!!!
modules: !!!INVALID POINTER!!!
openssl: !!!INVALID POINTER!!!
#44# 292098f31f79: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
#45# 292098f32149: !!!INVALID POINTER!!!
#46# 292098f323a9: !!!INVALID POINTER!!!
#47# 292098f32589: !!!INVALID POINTER!!!
debug: 3d5e5ae04161
uv: 3d5e5ae04141
ipv6: 3d5e5ae04141
tls_npn: 3d5e5ae04141
tls_sni: 3d5e5ae04141
tls: 3d5e5ae04141
#48# 292098f35dc1: !!!INVALID POINTER!!!
#49# 292098f35ec1: !!!INVALID POINTER!!!
internalMessage: !!!INVALID POINTER!!!#58#
disconnect: !!!INVALID POINTER!!!#59#
#50# 292098f61bc1: !!!INVALID POINTER!!!
target_defaults: !!!INVALID POINTER!!!#60#
variables: !!!INVALID POINTER!!!#61#
#51# 292098fc6421: !!!INVALID POINTER!!!
#52# 292098ffe109: !!!INVALID POINTER!!!
#53# 292098fd2831: !!!INVALID POINTER!!!
#54# 292098fd3971: !!!INVALID POINTER!!!
domain: 3d5e5ae04101
_events: !!!INVALID POINTER!!!#62#
_maxListeners: 10
id: 24
uniqueID: 24
workerID: 24
out Thu, 10 Oct 2013 21:13:03 GMT state: 354a65b2dda9
process: !!!INVALID POINTER!!!#22#
#55# 292098fd2ce1: !!!INVALID POINTER!!!
#56# 292098f3e239: !!!INVALID POINTER!!!
#57# 292098f40701: !!!INVALID POINTER!!!
#58# 292098fd4349: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#63#
1: !!!INVALID POINTER!!!#64#
#59# 292098fd57b1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#65#
1: !!!INVALID POINTER!!!#66#
#60# 292098f61c31: !!!INVALID POINTER!!!
cflags: !!!INVALID POINTER!!!#67#
default_configuration: !!!INVALID POINTER!!!
defines: !!!INVALID POINTER!!!#68#
include_dirs: !!!INVALID POINTER!!!#69#
libraries: !!!INVALID POINTER!!!#70#
#61# 292098f62261: !!!INVALID POINTER!!!
#62# 292098fd3aa9: !!!INVALID POINTER!!!
#63# 292098fc7309: !!!INVALID POINTER!!!
#64# 292098fd3ef9: !!!INVALID POINTER!!!
length: 2
#65# 292098fd4999: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#71#
#66# 292098fd5569: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#72#
#67# 292098f61c69: !!!INVALID POINTER!!!
#68# 292098f61e39: !!!INVALID POINTER!!!
#69# 292098f61f09: !!!INVALID POINTER!!!
#70# 292098f61ff1: !!!INVALID POINTER!!!
#71# 292098fd4909: !!!INVALID POINTER!!!
#72# 292098fd54d9: !!!INVALID POINTER!!!
=====================
out Thu, 10 Oct 2013 21:13:03 GMT st=4edde206e51 ,parent=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#) {
// stack-allocated locals
var resolvedModule = 292099f0c8b1 #14#
var id = 4edde206e51
var paths = 292099f0c6a9 #0#
var filename = 3d5e5ae04121
var err = 3d5e5ae04121
// expression stack (top to bottom)
[07] : 292099f0c6a9 #0#
[06] : 4edde206e51
[05] : 292099f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[9]: _load [module.js:280] (this=292099f0c869 #5#,request=4edde206e51 ,parent=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=3d5e5ae04121 ) {
// stack-allocated locals
var filename = 3d5e5ae04121
var cachedModule = 3d5e5ae04121
var replModule = 3d5e5ae04121
var module = 3d5e5ae04121
var hadException = 3d5e5ae04121
// expression stack (top to bottom)
[07] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[06] : 4edde206e51
[05] : 292099f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[10]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 4edde206e51
[01] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
}
(Function context is corrupt)
[11]: require [module.js:364] (this=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=4edde206e51 ) {
// expression stack (top to bottom)
[02] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[01] : 4edde206e51
[00] : 292099f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[12]: require [module.js:380] (this=3d5e5ae06c91 #7#,path=4edde206e51 ) {
// expression stack (top to bottom)
[01] : 4edde206e51
[00] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[13]: /* anonymous */ [?????????????????????????????:1] (this=292099f0cca1 #8#,exports=292099f0cca1 #8#,require=292099f0c959 #9#,module=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=292099f0cc69 ,__dirname=292099f0cc41 ) {
// stack-allocated locals
var base12 = 3d5e5ae04121
// expression stack (top to bottom)
[03] : 4edde206e51
[02] : 3d5e5ae06c91 #7#
[01] : 292099f0c959 #9#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[15]: _compile [module.js:456] (this=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=292099f0cd91 ,filename=292099f0cc69 ) {
// stack-allocated locals
var require = 292099f0c959 #9#
var dirname = 292099f0cc41
var sandbox = 3d5e5ae04121
var k = 3d5e5ae04121
var wrapper = 292099f0ccd9
var compiledWrapper = 292099f0c9d9 #15#
var args = 292099f0ccb9 #16#
// heap-allocated locals
var self = !!!INVALID POINTER!!!#17#
// expression stack (top to bottom)
[09] : 292099f0ccb9 #16#
[08] : 292099f0cca1 #8#
[07] : 292099f0c9d9 #15#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[16]: .js [module.js:474] (this=292099f0ce89 #10#,module=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=292099f0cc69 ) {
// stack-allocated locals
var content = 292099f0ce01
// expression stack (top to bottom)
[03] : 292099f0cc69
[02] : 292099f0cd91
[01] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[17]: load [module.js:356] (this=292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=292099f0cc69 ) {
// stack-allocated locals
var extension = 354a65b1d0e1
// expression stack (top to bottom)
[04] : 292099f0cc69
[03] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[02] : 292099f0ce89 #10#
[01] : 354a65b1d0e1
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[18]: _load [module.js:312] (this=292099f0c869 #5#,request=292099f0cea1 ,parent=3d5e5ae04101 ,isMain=3d5e5ae04141 ) {
// stack-allocated locals
var filename = 292099f0cc69
var cachedModule = 3d5e5ae04121
var replModule = 3d5e5ae04121
var module = 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
var hadException = 3d5e5ae04141
// expression stack (top to bottom)
[11] : 292099f0cc69
[10] : 292099f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[19]: runMain [module.js:497] (this=292099f0c869 #5#) {
// expression stack (top to bottom)
[03] : 3d5e5ae04141
[02] : 3d5e5ae04101
[01] : 292099f0cea1
[00] : 292099f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[20]: startup [???????:4] (this=3d5e5ae06c91 #7#) {
// stack-allocated locals
var EventEmitter = 292099f0cf59 #18#
var d = 3d5e5ae04121
var path = 292099f0cf41 #19#
var cluster = 292099f0ced9 !!!INVALID CONSTRUCTOR!!!>#20#
var Module = 292099f0c869 #5#
var debugTimeout = 3d5e5ae04121
var opts = 3d5e5ae04121
var repl = 3d5e5ae04121
// heap-allocated locals
var code = 3d5e5ae04121
// expression stack (top to bottom)
[08] : 292099f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[21]: /* anonymous */ [???????:12] (this=3d5e5ae06c91 #7#,process=292099f0d0d9 #11#) {
// stack-allocated locals
var Script = 3d5e5ae35229 #21#
// heap-allocated locals
var process = !!!INVALID POINTER!!!#22#
var startup = !!!INVALID POINTER!!!#23#
var assert = 3d5e5ae42309 #24#
var evalScript = !!!INVALID POINTER!!!#25#
var errnoException
err Thu, 10 Oct 2013 21:13:06 GMT
#
# Fatal error in
err Thu, 10 Oct 2013 21:13:06 GMT ../deps/v8/src/store-buffer.cc, line 176
# CHECK(old_virtual_memory_->Commit(reinterpret_cast(old_limit_), grow * kPointerSize, false)) failed
#
err Thu, 10 Oct 2013 21:13:06 GMT
out Thu, 10 Oct 2013 21:13:06 GMT
==== Stack trace ============================================
(Function context is corrupt)
1: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=242bedb04121 ,a=9de13f0c6a9 #0#,b=9de13f0c729 #1#,c=9de13f0c709 #2#)
(Function context is corrupt)
2: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=242bedb04121 ,a=1fae6a11c359 ,b=9de13f0c6a9 #0#,c=9de13f0c729 #1#,d=9de13f0c709 #2#)
(Function context is corrupt)
3: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=242bedb04121 ,a=9de13f0c769 #3#,b=9de13f0c729 #1#,c=9de13f0c709 #2#)
(Function context is corrupt)
4: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=242bedb04121 ,a=1fae6a104501 ,b=9de13f0c769 #3#,c=9de13f0c729 #1#,d=9de13f0c709 #2#)
(Function context is corrupt)
5: stringify [native json.js:311] (this=242bedb073f1 #4#,a=9de13f0c769 #3#,b=242bedb04121 ,c=242bedb04121 )
6: arguments adaptor frame: 1->3
(Function context is corrupt)
7: _findPath [module.js:169] (this=9de13f0c869 #5#,request=2dd1ec406d89 ,paths=9de13f0c6a9 #0#)
(Function context is corrupt)
8: _resolveFilename [module.js:336] (this=9de13f0c869 #5#,request=2dd1ec406d89 ,parent=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#)
(Function context is corrupt)
9: _load [module.js:280] (this=9de13f0c869 #5#,request=2dd1ec406d89 ,parent=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=242bedb04121 )
10: arguments adaptor frame: 2->3
(Function context is corrupt)
11: require [module.js:364] (this=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=2dd1ec406d89 )
(Function context is corrupt)
12: require [module.js:380] (this=242bedb06c91 #7#,path=2dd1ec406d89 )
(Function context is corrupt)
13: /* anonymous */ [?????????????????????????????:1] (this=9de13f0cca1 #8#,exports=9de13f0cca1 #8#,require=9de13f0c959 #9#,module=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=9de13f0cc69 ,__dirname=9de13f0cc41 )
(Function context is corrupt)
15: _compile [module.js:456] (this=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=9de13f0cd91 ,filename=9de13f0cc69 )
(Function context is corrupt)
16: .js [module.js:474] (this=9de13f0ce89 #10#,module=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=9de13f0cc69 )
(Function context is corrupt)
17: load [module.js:356] (this=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=9de13f0cc69 )
(Function context is corrupt)
18: _load [module.js:312] (this=9de13f0c869 #5#,request=9de13f0cea1 ,parent=242bedb04101 ,isMain=242bedb04141 )
(Function context is corrupt)
19: runMain [module.js:497] (this=9de13f0c869 #5#)
(Function context is corrupt)
20: startup [???????:4] (this=242bedb06c91 #7#)
(Function context is corrupt)
21: /* anonymous */ [???????:12] (this=242bedb06c91 #7#,process=9de13f0d0d9 #11#)
==== Details ================================================
(Function context is corrupt)
[1]: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=242bedb04121 ,a=9de13f0c6a9 #0#,b=9de13f0c729 #1#,c=9de13f0c709 #2#) {
// stack-allocated locals
var d = 8
var g = 9de13f0c6c9
var h = 242bedb04121
var i = 242bedb04121
var j = 242bedb04121
// expression stack (top to bottom)
[05] : 9de13f0c6a9 #0#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[2]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=242bedb04121 ,a=1fae6a11c359 ,b=9de13f0c6a9 #0#,c=9de13f0c729 #1#,d=9de13f0c709 #2#) {
// stack-allocated locals
var g = 242bedb04121
// expression stack (top to bottom)
[04] : 9de13f0c709 #2#
[03] : 9de13f0c729 #1#
[02] : 9de13f0c6a9 #0#
[01] : 242bedb04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[3]: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=242bedb04121 ,a=9de13f0c769 #3#,b=9de13f0c729 #1#,c=9de13f0c709 #2#) {
// stack-allocated locals
var d = 242bedb04161
var g = 9de13f0c749 #12#
var h = 2
var i = 1
var j = 1fae6a11c359
var k = 6
// expression stack (top to bottom)
[10] : 9de13f0c709 #2#
[09] : 9de13f0c729 #1#
[08] : 9de13f0c6a9 #0#
[07] : 1fae6a11c359
[06] : 242bedb04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[4]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=242bedb04121 ,a=1fae6a104501 ,b=9de13f0c769 #3#,c=9de13f0c729 #1#,d=9de13f0c709 #2#) {
// stack-allocated locals
var g = 242bedb04121
// expression stack (top to bottom)
[04] : 9de13f0c709 #2#
[03] : 9de13f0c729 #1#
[02] : 9de13f0c769 #3#
[01] : 242bedb04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[5]: stringify [native json.js:311] (this=242bedb073f1 #4#,a=9de13f0c769 #3#,b=242bedb04121 ,c=242bedb04121 ) {
// stack-allocated locals
var d = 9de13f0c709 #2#
var g = 242bedb04121
var h = 242bedb04121
// expression stack (top to bottom)
[07] : 9de13f0c709 #2#
[06] : 9de13f0c729 #1#
[05] : 9de13f0c769 #3#
[04] : 1fae6a104501
[03] : 242bedb04121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[6]: arguments adaptor frame: 1->3 {
// actual arguments
[00] : 9de13f0c769 #3#
}
(Function context is corrupt)
[7]: _findPath [module.js:169] (this=9de13f0c869 #5#,request=2dd1ec406d89 ,paths=9de13f0c6a9 #0#) {
// stack-allocated locals
var exts = 9de13f0c791 #13#
var trailingSlash = 242bedb04161
var cacheKey = 242bedb04121
var i = 242bedb04121
var PL = 242bedb04121
var basePath = 242bedb04121
var filename = 242bedb04121
// expression stack (top to bottom)
[08] : 9de13f0c769 #3#
[07] : 242bedb073f1 #4#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[8]: _resolveFilename [module.js:336] (this=9de13f0c869 #5#,request=2dd1ec406d89 ,parent=9de13f0c8d1 !!!INVALID
out Thu, 10 Oct 2013 21:13:06 GMT CONSTRUCTOR!!!>#6#) {
// stack-allocated locals
var resolvedModule = 9de13f0c8b1 #14#
var id = 2dd1ec406d89
var paths = 9de13f0c6a9 #0#
var filename = 242bedb04121
var err = 242bedb04121
// expression stack (top to bottom)
[07] : 9de13f0c6a9 #0#
[06] : 2dd1ec406d89
[05] : 9de13f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[9]: _load [module.js:280] (this=9de13f0c869 #5#,request=2dd1ec406d89 ,parent=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=242bedb04121 ) {
// stack-allocated locals
var filename = 242bedb04121
var cachedModule = 242bedb04121
var replModule = 242bedb04121
var module = 242bedb04121
var hadException = 242bedb04121
// expression stack (top to bottom)
[07] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[06] : 2dd1ec406d89
[05] : 9de13f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[10]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2dd1ec406d89
[01] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
}
(Function context is corrupt)
[11]: require [module.js:364] (this=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=2dd1ec406d89 ) {
// expression stack (top to bottom)
[02] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[01] : 2dd1ec406d89
[00] : 9de13f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[12]: require [module.js:380] (this=242bedb06c91 #7#,path=2dd1ec406d89 ) {
// expression stack (top to bottom)
[01] : 2dd1ec406d89
[00] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[13]: /* anonymous */ [?????????????????????????????:1] (this=9de13f0cca1 #8#,exports=9de13f0cca1 #8#,require=9de13f0c959 #9#,module=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=9de13f0cc69 ,__dirname=9de13f0cc41 ) {
// stack-allocated locals
var base12 = 242bedb04121
// expression stack (top to bottom)
[03] : 2dd1ec406d89
[02] : 242bedb06c91 #7#
[01] : 9de13f0c959 #9#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[15]: _compile [module.js:456] (this=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=9de13f0cd91 ,filename=9de13f0cc69 ) {
// stack-allocated locals
var require = 9de13f0c959 #9#
var dirname = 9de13f0cc41
var sandbox = 242bedb04121
var k = 242bedb04121
var wrapper = 9de13f0ccd9
var compiledWrapper = 9de13f0c9d9 #15#
var args = 9de13f0ccb9 #16#
// heap-allocated locals
var self = !!!INVALID POINTER!!!#17#
// expression stack (top to bottom)
[09] : 9de13f0ccb9 #16#
[08] : 9de13f0cca1 #8#
[07] : 9de13f0c9d9 #15#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[16]: .js [module.js:474] (this=9de13f0ce89 #10#,module=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=9de13f0cc69 ) {
// stack-allocated locals
var content = 9de13f0ce01
// expression stack (top to bottom)
[03] : 9de13f0cc69
[02] : 9de13f0cd91
[01] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[17]: load [module.js:356] (this=9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=9de13f0cc69 ) {
// stack-allocated locals
var extension = 1fae6a11d0e1
// expression stack (top to bottom)
[04] : 9de13f0cc69
[03] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[02] : 9de13f0ce89 #10#
[01] : 1fae6a11d0e1
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[18]: _load [module.js:312] (this=9de13f0c869 #5#,request=9de13f0cea1 ,parent=242bedb04101 ,isMain=242bedb04141 ) {
// stack-allocated locals
var filename = 9de13f0cc69
var cachedModule = 242bedb04121
var replModule = 242bedb04121
var module = 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
var hadException = 242bedb04141
// expression stack (top to bottom)
[11] : 9de13f0cc69
[10] : 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[19]: runMain [module.js:497] (this=9de13f0c869 #5#) {
// expression stack (top to bottom)
[03] : 242bedb04141
[02] : 242bedb04101
[01] : 9de13f0cea1
[00] : 9de13f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[20]: startup [???????:4] (this=242bedb06c91 #7#) {
// stack-allocated locals
var EventEmitter = 9de13f0cf59 #18#
var d = 242bedb04121
var path = 9de13f0cf41 #19#
var cluster = 9de13f0ced9 !!!INVALID CONSTRUCTOR!!!>#20#
var Module = 9de13f0c869 #5#
var debugTimeout = 242bedb04121
var opts = 242bedb04121
var repl = 242bedb04121
// heap-allocated locals
var code = 242bedb04121
// expression stack (top to bottom)
[08] : 9de13f0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[21]: /* anonymous */ [???????:12] (this=242bedb06c91 #7#,process=9de13f0d0d9 #11#) {
// stack-allocated locals
var Script = 242bedb35229 #21#
// heap-allocated locals
var process = !!!INVALID POINTER!!!#22#
var startup = !!!INVALID POINTER!!!#23#
var assert = 242bedb42309 #24#
var evalScript = !!!INVALID POINTER!!!#25#
var errnoException = !!!INVALID POINTER!!!#26#
var createWritableStdioStream = !!!INVALID POINTER!!!#27#
var runInThisContext =
err Thu, 10 Oct 2013 21:13:06 GMT FATAL ERROR: Not enough memory for deoptimization table Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:13:06 GMT
/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9
FATAL ERROR: Malloced operator new Allocation failed - process out of memory
var num_workers = parseInt(max, 10) || os.cpus().length;
^
TypeError: Cannot read property 'length' of undefined
at Object.module.exports [as balance] (/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9:51)
at Object. (/opt/run/snapshot/package/run:5:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
out Thu, 10 Oct 2013 21:13:06 GMT 242bedb34fc1 #28#
var NativeModule = !!!INVALID POINTER!!!#29#
// expression stack (top to bottom)
[02] : 242bedb06c91 #7#
[01] : 9de13f0cfa1 #30#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
==== Key ============================================
#0# 9de13f0c6a9: 9de13f0c6a9
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: !!!INVALID POINTER!!!
6: !!!INVALID POINTER!!!
7: !!!INVALID POINTER!!!
#1# 9de13f0c729: 9de13f0c729
0: !!!INVALID POINTER!!!#31#
1: !!!INVALID POINTER!!!#32#
#2# 9de13f0c709: 9de13f0c709
0: 1fae6a119889
1: !!!INVALID POINTER!!!
2: 1fae6a116a31
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: 1fae6a116a31
6: 1fae6a1197e1
#3# 9de13f0c769: 9de13f0c769
request: 2dd1ec406d89
paths: !!!INVALID POINTER!!!#32#
#4# 242bedb073f1: 242bedb073f1
#5# 9de13f0c869: 9de13f0c869
_contextLoad: 242bedb04161
_cache: !!!INVALID POINTER!!!#33#
_pathCache: !!!INVALID POINTER!!!#34#
_extensions: !!!INVALID POINTER!!!#35#
globalPaths: !!!INVALID POINTER!!!#36#
wrapper: !!!INVALID POINTER!!!#37#
_realpathCache: !!!INVALID POINTER!!!#38#
#6# 9de13f0c8d1: 9de13f0c8d1 !!!INVALID CONSTRUCTOR!!!>
id: 1fae6a104e09
exports: !!!INVALID POINTER!!!#39#
parent: 242bedb04101
filename: !!!INVALID POINTER!!!
loaded: 242bedb04161
children: !!!INVALID POINTER!!!#40#
paths: !!!INVALID POINTER!!!#41#
#7# 242bedb06c91: 242bedb06c91
#8# 9de13f0cca1: 9de13f0cca1
#9# 9de13f0c959: 9de13f0c959
main: !!!INVALID POINTER!!!#17#
extensions: !!!INVALID POINTER!!!#35#
cache: !!!INVALID POINTER!!!#33#
#10# 9de13f0ce89: 9de13f0ce89
#11# 9de13f0d0d9: 9de13f0d0d9
version: !!!INVALID POINTER!!!
moduleLoadList: !!!INVALID POINTER!!!#42#
versions: !!!INVALID POINTER!!!#43#
arch: !!!INVALID POINTER!!!
platform: !!!INVALID POINTER!!!
argv: !!!INVALID POINTER!!!#44#
execArgv: !!!INVALID POINTER!!!#45#
env: !!!INVALID POINTER!!!#46#
pid: 27195
features: !!!INVALID POINTER!!!#47#
execPath: !!!INVALID POINTER!!!
_tickInfoBox: !!!INVALID POINTER!!!#48#
_events: !!!INVALID POINTER!!!#49#
domain: 242bedb04101
_maxListeners: 10
_exiting: 242bedb04161
config: !!!INVALID POINTER!!!#50#
maxTickDepth: 1000
_channel: !!!INVALID POINTER!!!#51#
_handleQueue: 242bedb04101
connected: 242bedb04141
mainModule: !!!INVALID POINTER!!!#17#
#12# 9de13f0c749: 9de13f0c749
0: 1fae6a12f729
1: 1fae6a11c359
#13# 9de13f0c791: 9de13f0c791
0: 1fae6a11d0e1
1: 1fae6a130061
2: 1fae6a130081
#14# 9de13f0c8b1: 9de13f0c8b1
0: 2dd1ec406d89
1: !!!INVALID POINTER!!!#32#
#15# 9de13f0c9d9: 9de13f0c9d9
#16# 9de13f0ccb9: 9de13f0ccb9
0: !!!INVALID POINTER!!!#39#
1: !!!INVALID POINTER!!!#52#
2: !!!INVALID POINTER!!!#17#
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#17# 9de12ffbb39: !!!INVALID POINTER!!!
#18# 9de13f0cf59: 9de13f0cf59
#19# 9de13f0cf41: 9de13f0cf41
sep: 1fae6a1146b9
delimiter: 1fae6a116a31
#20# 9de13f0ced9: 9de13f0ced9 !!!INVALID CONSTRUCTOR!!!>
domain: 242bedb04101
_events: !!!INVALID POINTER!!!#53#
_maxListeners: 10
isWorker: 242bedb04141
isMaster: 242bedb04161
worker: !!!INVALID POINTER!!!#54#
workers: 242bedb04101
settings: !!!INVALID POINTER!!!#55#
#21# 242bedb35229: 242bedb35229
#22# 9de12f31201: !!!INVALID POINTER!!!
#23# 9de12f3c5e1: !!!INVALID POINTER!!!
#24# 242bedb42309: 242bedb42309
#25# 9de12f3c659: !!!INVALID POINTER!!!
#26# 9de12f3c6a1: !!!INVALID POINTER!!!
#27# 9de12f3c6e9: !!!INVALID POINTER!!!
#28# 242bedb34fc1: 242bedb34fc1
#29# 9de12f3c751: !!!INVALID POINTER!!!
_source: !!!INVALID POINTER!!!#56#
_cache: !!!INVALID POINTER!!!#57#
wrapper: !!!INVALID POINTER!!!#37#
#30# 9de13f0cfa1: 9de13f0cfa1
_lazyConstants: 242bedb04101
#31# 9de12fff441: !!!INVALID POINTER!!!
#32# 9de12ffed89: !!!INVALID POINTER!!!
#33# 9de12fdad89: !!!INVALID POINTER!!!
#34# 9de12fdaed1: !!!INVALID POINTER!!!
#35# 9de12fdaf21: !!!INVALID POINTER!!!
#36# 9de12fdd1f1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
#37# 9de12f40a49: !!!INVALID POINTER!!!
0: 1fae6a11d2b9
1: 1fae6a11d311
#38# 9de12fdb239: !!!INVALID POINTER!!!
#39# 9de12ffbc31: !!!INVALID POINTER!!!
#40# 9de12ffbed1: !!!INVALID POINTER!!!
#41# 9de12ffcae1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#42# 9de12f316b1: !!!INVALID POINTER!!!
#43# 9de12f31789: !!!INVALID POINTER!!!
http_parser: !!!INVALID POINTER!!!
node: !!!INVALID POINTER!!!
v8: !!!INVALID POINTER!!!
ares: !!!INVALID POINTER!!!
uv: !!!INVALID POINTER!!!
zlib: !!!INVALID POINTER!!!
modules: !!!INVALID POINTER!!!
openssl: !!!INVALID POINTER!!!
#44# 9de12f31f79: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
#45# 9de12f32149: !!!INVALID POINTER!!!
#46# 9de12f323a9: !!!INVALID POINTER!!!
#47# 9de12f32589: !!!INVALID POINTER!!!
debug: 242bedb04161
uv: 242bedb04141
ipv6: 242bedb04141
tls_npn: 242bedb04141
tls_sni: 242bedb04141
tls: 242bedb04141
#48# 9de12f35dc1: !!!INVALID POINTER!!!
#49# 9de12f35ec1: !!!INVALID POINTER!!!
internalMessage: !!!INVALID POINTER!!!#58#
disconnect: !!!INVALID POINTER!!!#59#
#50# 9de12f61bc1: !!!INVALID POINTER!!!
target_defaults: !!!INVALID POINTER!!!#60#
variables: !!!INVALID POINTER!!!#61#
#51# 9de12fc6421: !!!INVALID POINTER!!!
#52# 9de12ffe109: !!!INVALID POINTER!!!
#53# 9de12fd2831: !!!INVALID POINTER!!!
#54# 9de12fd3971: !!!INVALID POINTER!!!
domain: 242bedb04101
_events: !!!INVALID POINTER!!!#62#
_maxListeners: 10
id: 19
uniqueID: 19
workerID: 19
state: 1fae6a12dcc9
process: !!!INVALID POINTER!!!#22#
#55# 9de12fd2ce1: !!!INVALID POINTER!!!
#56# 9de12f3e239: !!!INVALID POINTER!!!
#57#
out Thu, 10 Oct 2013 21:13:07 GMT 9de12f40701: !!!INVALID POINTER!!!
#58# 9de12fd4349: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#63#
1: !!!INVALID POINTER!!!#64#
#59# 9de12fd57b1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#65#
1: !!!INVALID POINTER!!!#66#
#60# 9de12f61c31: !!!INVALID POINTER!!!
cflags: !!!INVALID POINTER!!!#67#
default_configuration: !!!INVALID POINTER!!!
defines: !!!INVALID POINTER!!!#68#
include_dirs: !!!INVALID POINTER!!!#69#
libraries: !!!INVALID POINTER!!!#70#
#61# 9de12f62261: !!!INVALID POINTER!!!
#62# 9de12fd3aa9: !!!INVALID POINTER!!!
#63# 9de12fc7309: !!!INVALID POINTER!!!
#64# 9de12fd3ef9: !!!INVALID POINTER!!!
length: 2
#65# 9de12fd4999: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#71#
#66# 9de12fd5569: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#72#
#67# 9de12f61c69: !!!INVALID POINTER!!!
#68# 9de12f61e39: !!!INVALID POINTER!!!
#69# 9de12f61f09: !!!INVALID POINTER!!!
#70# 9de12f61ff1: !!!INVALID POINTER!!!
#71# 9de12fd4909: !!!INVALID POINTER!!!
#72# 9de12fd54d9: !!!INVALID POINTER!!!
=====================
err Thu, 10 Oct 2013 21:13:06 GMT FATAL ERROR: Malloced operator new
out Thu, 10 Oct 2013 21:13:09 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:08 GMT ========================================================================================
err Thu, 10 Oct 2013 21:13:10 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line
err Thu, 10 Oct 2013 21:13:10 GMT 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:13:10 GMT ess/node_modules/connect/lib/connect.js>)
47: load [module.js:356] (this=fc942f19361 #23#,filename=fc942f19549 )
48: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd35dc29 ,parent=fc942f1a361 #27#,isMain=e60d704121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=fc942f1a361 #27#,path=2ccedd35dc29 )
51: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd35dc29 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=fc942f1a551 #28#,exports=fc942f1a551 #28#,require=fc942f1a3b1 #29#,module=fc942f1a361 #27#,__filename=fc942f1a4a1 ,__dirname=fc942f1a479 )
54: _compile [module.js:456] (this=fc942f1a361 #27#,content=fc942f1a651 ,filename=fc942f1a4a1 )
55: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1a361 #27#,filename=fc942f1a4a1 )
56: load [module.js:356] (this=fc942f1a361 #27#,filename=fc942f1a4a1 )
57: _load [module.js:312] (this=2078cd93dbe9 #11#,request=617d9526101 ,parent=fc942f1a6f1 #30#,isMain=e60d704121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=fc942f1a6f1 #30#,path=617d9526101 )
60: require [module.js:380] (this=e60d706c91 #2#,path=617d9526101 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=fc942f1a929 #31#,exports=fc942f1a929 #31#,require=fc942f1a741 #32#,module=fc942f1a6f1 #30#,__filename=fc942f1a891 ,__dirname=fc942f1a869 )
63: _compile [module.js:456] (this=fc942f1a6f1 #30#,content=fc942f1b011 #33#,filename=fc942f1a891 )
64: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1a6f1 #30#,filename=fc942f1a891 )
65: load [module.js:356] (this=fc942f1a6f1 #30#,filename=fc942f1a891 )
66: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd356cb9 ,parent=fc942f1b699 #34#,isMain=e60d704121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=fc942f1b699 #34#,path=2ccedd356cb9 )
69: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd356cb9 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=fc942f1b861 #35#,exports=fc942f1b861 #35#,require=fc942f1b6e9 #36#,module=fc942f1b699 #34#,__filename=fc942f1b7d9 ,__dirname=fc942f1b7b1 )
72: _compile [module.js:456] (this=fc942f1b699 #34#,content=fc942f1b961 ,filename=fc942f1b7d9 )
73: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1b699 #34#,filename=fc942f1b7d9 )
74: load [module.js:356] (this=fc942f1b699 #34#,filename=fc942f1b7d9 )
75: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd354ea9 ,parent=fc942f1ba01 #37#,isMain=e60d704121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=fc942f1ba01 #37#,path=2ccedd354ea9 )
78: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd354ea9 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=fc942f1bc11 #38#,exports=fc942f1bc11 #38#,require=fc942f1ba51 #39#,module=fc942f1ba01 #37#,__filename=fc942f1bb99 ,__dirname=fc942f1bb71 )
81: _compile [module.js:456] (this=fc942f1ba01 #37#,content=fc942f1c291 #40#,filename=fc942f1bb99 )
82: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1ba01 #37#,filename=fc942f1bb99 )
83: load [module.js:356] (this=fc942f1ba01 #37#,filename=fc942f1bb99 )
84: _load [module.js:312] (this=2078cd93dbe9 #11#,request=fc942f1c8b9 ,parent=2078cd997001 #41#,isMain=e60d704121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=2078cd997001 #41#,path=fc942f1c8b9 )
87: require [module.js:380] (this=e60d706c91 #2#,path=fc942f1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=e60d706c91 #2#,file=2f3ea82d0309 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=2873ee7ede51 #42#,a=2873ee7eddc9 #43#,b=e60d706c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=e60d706c91 #2#,app=2873ee76b361 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=2078cd997321 #45#,dir=2873ee76b3c1 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=2873ee76b509 #46#,exports=2873ee76b509 #46#,require=2873ee76b4c1 #47#,module=2873ee76b3e9 #48#,__filename=2ccedd3f9b21 ,__dirname=2873ee76b3c1 )
96: _compile [module.js:456] (this=2873ee76b3e9 #48#,content=2ccedd3f9d29
err Thu, 10 Oct 2013 21:13:10 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:10 GMT ['handlebars', 'hbs']\n );\n});\n>,filename=2ccedd3f9b21 )
97: .js [module.js:474] (this=2078cd93de51 #10#,module=2873ee76b3e9 #48#,filename=2ccedd3f9b21 )
98: load [module.js:356] (this=2873ee76b3e9 #48#,filename=2ccedd3f9b21 )
99: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd3f9ed1 ,parent=2078cd999641 #49#,isMain=e60d704121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=2078cd999641 #49#,path=2ccedd3f9ed1 )
102: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd3f9ed1 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=2078cd997321 #45#,app_path=2ccedd3f9ed1 ,max=e60d704121 ,start=e60d704141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=2078cd93dfa9 #50#,exports=2078cd93dfa9 #50#,require=2078cd93deb9 #51#,module=2078cd93de69 #52#,__filename=2ccedd360571 ,__dirname=2078cd93df81 )
107: _compile [module.js:456] (this=2078cd93de69 #52#,content=2ccedd360661 ,filename=2ccedd360571 )
108: .js [module.js:474] (this=2078cd93de51 #10#,module=2078cd93de69 #52#,filename=2ccedd360571 )
109: load [module.js:356] (this=2078cd93de69 #52#,filename=2ccedd360571 )
110: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd360759 ,parent=e60d704101 ,isMain=e60d704141 )
111: runMain [module.js:497] (this=2078cd93dbe9 #11#)
112: startup [node.js:119] (this=e60d706c91 #2#)
113: /* anonymous */ [node.js:901] (this=e60d706c91 #2#,process=2078cd93daa9 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=fc942f04149 ,a=fc942f04101 #1#,b=617d9504501 ) {
// stack-allocated locals
var c = fc942f04149
var d = e60d704121
var g = e60d704121
var h = e60d704121
var i = e60d704121
var j = e60d704121
var k = e60d704121
// expression stack (top to bottom)
[10] : 2078cd90a2c1 #54#
[09] : 617d9504501
[08] : fc942f04101 #1#
[07] : fc942f04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=e60d706c91 #2#,line=fc942f04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : fc942f04149
[01] : 849 // not passed to callee
[02] : fc942f041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=fc942f041f1 #3#,a=fc942f041a9 #4#,b=e60d706c91 #2#) {
// stack-allocated locals
var c = fc942f041f1 #3#
var d = 1589
var g = 849
var h = fc942f04149
// expression stack (top to bottom)
[07] : fc942f041f1 #3#
[06] : 849
[05] : fc942f04149
[04] : e60d706c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : fc942f041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=fc942f11221 #5#,file=fc942f11141 ) {
// stack-allocated locals
var content = fc942f04211 #55#
var lines = fc942f041f1 #3#
// heap-allocated locals
var map = fc942f78429 #56#
// expression stack (top to bottom)
[03] : fc942f041a9 #4#
[02] : fc942f041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=fc942f114e1 #6#,exports=fc942f114e1 #6#,require=fc942f11499 #7#,module=fc942f11449 #8#,__filename=fc942f11379 ,__dirname=fc942f11351 ) {
// stack-allocated locals
var path = 2078cd93e049 #57#
var Mime = fc942f11289 #58#
var mime = fc942f11221 #5#
// heap-allocated locals
var fs = 2078cd915cb1 #59#
// expression stack (top to bottom)
[04] : fc942f11141
[03] : fc942f11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=fc942f11449 #8#,content=fc942f120d9 #9#,filename=fc942f11379 ) {
// stack-allocated locals
var require = fc942f11499 #7#
var dirname = fc942f11351
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f11519
out Thu, 10 Oct 2013 21:13:11 GMT ng string[2927]>#60#
var compiledWrapper = fc942f112d1 #61#
var args = fc942f114f9 #62#
// heap-allocated locals
var self = fc942f11449 #8#
// expression stack (top to bottom)
[09] : fc942f114f9 #62#
[08] : fc942f114e1 #6#
[07] : fc942f112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f11449 #8#,filename=fc942f11379 ) {
// stack-allocated locals
var content = fc942f120d9 #9#
// expression stack (top to bottom)
[03] : fc942f11379
[02] : fc942f120d9 #9#
[01] : fc942f11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=fc942f11449 #8#,filename=fc942f11379 ) {
// stack-allocated locals
var extension = fc942f12c21
// expression stack (top to bottom)
[04] : fc942f11379
[03] : fc942f11449 #8#
[02] : 2078cd93de51 #10#
[01] : fc942f12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd356b91 ,parent=fc942f12c41 #12#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f11379
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f11449 #8#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f11379
[10] : fc942f11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2ccedd356b91
[01] : fc942f12c41 #12#
}
[14]: require [module.js:~361] (this=fc942f12c41 #12#,path=2ccedd356b91 ) {
// optimized frame
}
[15]: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd356b91 ) {
// expression stack (top to bottom)
[01] : 2ccedd356b91
[00] : fc942f12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=fc942f12f01 #13#,exports=fc942f12f01 #13#,require=fc942f12c91 #14#,module=fc942f12c41 #12#,__filename=fc942f12e51 ,__dirname=fc942f12e29 ) {
// stack-allocated locals
var Stream = 2078cd911189 #63#
var path = e60d704121
var send = fc942f12d11 #64#
// heap-allocated locals
var debug = fc942f7c2c9 #65#
var parseRange = 2873ee7ecda9 #66#
var mime = e60d704121
var fresh = e60d704121
var http = e60d704121
var fs = e60d704121
var basename = e60d704121
var normalize = e60d704121
var join = e60d704121
var utils = e60d704121
var SendStream = fc942f7c311 #67#
// expression stack (top to bottom)
[05] : 2ccedd356b91
[04] : e60d706c91 #2#
[03] : fc942f12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=fc942f12c41 #12#,content=fc942f15599 #15#,filename=fc942f12e51 ) {
// stack-allocated locals
var require = fc942f12c91 #14#
var dirname = fc942f12e29
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f12f39 #68#
var compiledWrapper = fc942f12d59 #69#
var args = fc942f12f19 #70#
// heap-allocated locals
var self = fc942f12c41 #12#
// expression stack (top to bottom)
[09] : fc942f12f19 #70#
[08] : fc942f12f01 #13#
[07] : fc942f12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f12c41 #12#,filename=fc942f12e51 ) {
// stack-allocated locals
var content = fc942f15599 #15#
// expression stack (top to bottom)
[03] : fc942f12e51
[02] : fc942f15599 #15#
[01] : fc942f12c41 #12#
--------- 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);?}
-----------------------------------------
}
[20]: load [module.js:356] (this=fc942f12c41 #12#,filename=fc942f12e51 ) {
// stack-allocated locals
var extension = fc942f17bb9
out Thu, 10 Oct 2013 21:13:11 GMT .js>
// expression stack (top to bottom)
[04] : fc942f12e51
[03] : fc942f12c41 #12#
[02] : 2078cd93de51 #10#
[01] : fc942f17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2f3ea82cf339 ,parent=fc942f17bd9 #16#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f12e51
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f12c41 #12#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f12e51
[10] : fc942f12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2f3ea82cf339
[01] : fc942f17bd9 #16#
}
[23]: require [module.js:~361] (this=fc942f17bd9 #16#,path=2f3ea82cf339 ) {
// optimized frame
}
[24]: require [module.js:380] (this=e60d706c91 #2#,path=2f3ea82cf339 ) {
// expression stack (top to bottom)
[01] : 2f3ea82cf339
[00] : fc942f17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=fc942f17dc9 #17#,exports=fc942f17dc9 #17#,require=fc942f17c29 #18#,module=fc942f17bd9 #16#,__filename=fc942f17d19 ,__dirname=fc942f17cf1 ) {
// expression stack (top to bottom)
[03] : 2f3ea82cf339
[02] : e60d706c91 #2#
[01] : fc942f17c29 #18#
[00] : fc942f17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=fc942f17bd9 #16#,content=fc942f17e89 ,filename=fc942f17d19 ) {
// stack-allocated locals
var require = fc942f17c29 #18#
var dirname = fc942f17cf1
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f17e01
var compiledWrapper = fc942f17ca9 #71#
var args = fc942f17de1 #72#
// heap-allocated locals
var self = fc942f17bd9 #16#
// expression stack (top to bottom)
[09] : fc942f17de1 #72#
[08] : fc942f17dc9 #17#
[07] : fc942f17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f17bd9 #16#,filename=fc942f17d19 ) {
// stack-allocated locals
var content = fc942f17e89
// expression stack (top to bottom)
[03] : fc942f17d19
[02] : fc942f17e89
[01] : fc942f17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=fc942f17bd9 #16#,filename=fc942f17d19 ) {
// stack-allocated locals
var extension = fc942f17ec9
// expression stack (top to bottom)
[04] : fc942f17d19
[03] : fc942f17bd9 #16#
[02] : 2078cd93de51 #10#
[01] : fc942f17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=617d951cfe9 ,parent=fc942f17ee9 #19#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f17d19
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f17bd9 #16#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f17d19
[10] : fc942f17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 617d951cfe9
[01] : fc942f17ee9 #19#
}
[32]: require [module.js:~361] (this=fc942f17ee9 #19#,path=617d951cfe9 ) {
// optimized frame
}
[33]: require [module.js:380] (this=e60d706c91 #2#,path=617d951cfe9 ) {
// expression stack (top to bottom)
[01] : 617d951cfe9
[00] : fc942f17ee9 #19#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[34]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/
out Thu, 10 Oct 2013 21:13:11 GMT - 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=617d9526101 ,parent=fc942f1a6f1 #30#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f1a4a1
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f1a361 #27#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f1a4a1
[10] : fc942f1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 617d9526101
[01] : fc942f1a6f1 #30#
}
[59]: require [module.js:~361] (this=fc942f1a6f1 #30#,path=617d9526101 ) {
// optimized frame
}
[60]: require [module.js:380] (this=e60d706c91 #2#,path=617d9526101 ) {
// expression stack (top to bottom)
[01] : 617d9526101
[00] : fc942f1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=fc942f1a929 #31#,exports=fc942f1a929 #31#,require=fc942f1a741 #32#,module=fc942f1a6f1 #30#,__filename=fc942f1a891 ,__dirname=fc942f1a869 ) {
// stack-allocated locals
var Route = e60d704121
var Router = e60d704121
var key = e60d704121
// heap-allocated locals
var connect = e60d704121
var proto = e60d704121
var req = e60d704121
var res = e60d704121
var utils = e60d704121
var createApplication = fc942f7c7d9 #86#
// expression stack (top to bottom)
[05] : 617d9526101
[04] : e60d706c91 #2#
[03] : fc942f1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=fc942f1a6f1 #30#,content=fc942f1b011 #33#,filename=fc942f1a891 ) {
// stack-allocated locals
var require = fc942f1a741 #32#
var dirname = fc942f1a869
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f1a961 #87#
var compiledWrapper = fc942f1a7c1 #88#
var args = fc942f1a941 #89#
// heap-allocated locals
var self = fc942f1a6f1 #30#
// expression stack (top to bottom)
[09] : fc942f1a941 #89#
[08] : fc942f1a929 #31#
[07] : fc942f1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1a6f1 #30#,filename=fc942f1a891 ) {
// stack-allocated locals
var content = fc942f1b011 #33#
// expression stack (top to bottom)
[03] : fc942f1a891
[02] : fc942f1b011 #33#
[01] : fc942f1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=fc942f1a6f1 #30#,filename=fc942f1a891 ) {
// stack-allocated locals
var extension = fc942f1b679
// expression stack (top to bottom)
[04] : fc942f1a891
[03] : fc942f1a6f1 #30#
[02] : 2078cd93de51 #10#
[01] : fc942f1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd356cb9 ,parent=fc942f1b699 #34#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f1a891
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f1a6f1 #30#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f1a891
[10] : fc942f1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2ccedd356cb9
[01] : fc942f1b699 #34#
}
[68]: require [module.js:~361] (this=fc942f1b699 #34#,path=2ccedd356cb9 ) {
// optimized frame
}
[69]: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd356cb9 ) {
// expression stack (top to bottom)
[01] : 2ccedd356cb9
[00] : fc942f1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapshot/package/node_modules/exp
out Thu, 10 Oct 2013 21:13:11 GMT ress/index.js:4] (this=fc942f1b861 #35#,exports=fc942f1b861 #35#,require=fc942f1b6e9 #36#,module=fc942f1b699 #34#,__filename=fc942f1b7d9 ,__dirname=fc942f1b7b1 ) {
// expression stack (top to bottom)
[03] : 2ccedd356cb9
[02] : e60d706c91 #2#
[01] : fc942f1b6e9 #36#
[00] : fc942f1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=fc942f1b699 #34#,content=fc942f1b961 ,filename=fc942f1b7d9 ) {
// stack-allocated locals
var require = fc942f1b6e9 #36#
var dirname = fc942f1b7b1
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f1b899
var compiledWrapper = fc942f1b769 #90#
var args = fc942f1b879 #91#
// heap-allocated locals
var self = fc942f1b699 #34#
// expression stack (top to bottom)
[09] : fc942f1b879 #91#
[08] : fc942f1b861 #35#
[07] : fc942f1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1b699 #34#,filename=fc942f1b7d9 ) {
// stack-allocated locals
var content = fc942f1b961
// expression stack (top to bottom)
[03] : fc942f1b7d9
[02] : fc942f1b961
[01] : fc942f1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=fc942f1b699 #34#,filename=fc942f1b7d9 ) {
// stack-allocated locals
var extension = fc942f1b9e1
// expression stack (top to bottom)
[04] : fc942f1b7d9
[03] : fc942f1b699 #34#
[02] : 2078cd93de51 #10#
[01] : fc942f1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd354ea9 ,parent=fc942f1ba01 #37#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f1b7d9
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f1b699 #34#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f1b7d9
[10] : fc942f1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2ccedd354ea9
[01] : fc942f1ba01 #37#
}
[77]: require [module.js:~361] (this=fc942f1ba01 #37#,path=2ccedd354ea9 ) {
// optimized frame
}
[78]: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd354ea9 ) {
// expression stack (top to bottom)
[01] : 2ccedd354ea9
[00] : fc942f1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=fc942f1bc11 #38#,exports=fc942f1bc11 #38#,require=fc942f1ba51 #39#,module=fc942f1ba01 #37#,__filename=fc942f1bb99 ,__dirname=fc942f1bb71 ) {
// heap-allocated locals
var require = fc942f1ba51 #39#
var express = e60d704121
var connect_timeout = e60d704121
var MongoStore = e60d704121
var passport = e60d704121
// expression stack (top to bottom)
[02] : 2ccedd354ea9
[01] : e60d706c91 #2#
[00] : fc942f1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=fc942f1ba01 #37#,content=fc942f1c291 #40#,filename=fc942f1bb99 ) {
// stack-allocated locals
var require = fc942f1ba51 #39#
var dirname = fc942f1bb71
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f1bc49 #92#
var compiledWrapper = fc942f1bad1 #93#
var args = fc942f1bc29 #94#
// heap-allocated locals
var self = fc942f1ba01 #37#
// expression stack (top to bottom)
[09] : fc942f1bc29 #94#
[08] : fc942f1bc11 #38#
[07] : fc942f1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [mo
err Thu, 10 Oct 2013 21:13:11 GMT FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:11 GMT fc942f19641 #81#
var compiledWrapper = fc942f19479 #82#
var args = fc942f19621 #83#
// heap-allocated locals
var self = fc942f19361 #23#
// expression stack (top to bottom)
[09] : fc942f19621 #83#
[08] : fc942f19609 #24#
[07] : fc942f19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f19361 #23#,filename=fc942f19549 ) {
// stack-allocated locals
var content = fc942f19ce1 #26#
// expression stack (top to bottom)
[03] : fc942f19549
[02] : fc942f19ce1 #26#
[01] : fc942f19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=fc942f19361 #23#,filename=fc942f19549 ) {
// stack-allocated locals
var extension = fc942f1a341
// expression stack (top to bottom)
[04] : fc942f19549
[03] : fc942f19361 #23#
[02] : 2078cd93de51 #10#
[01] : fc942f1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd35dc29 ,parent=fc942f1a361 #27#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f19549
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f19361 #23#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f19549
[10] : fc942f19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2ccedd35dc29
[01] : fc942f1a361 #27#
}
[50]: require [module.js:~361] (this=fc942f1a361 #27#,path=2ccedd35dc29 ) {
// optimized frame
}
[51]: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd35dc29 ) {
// expression stack (top to bottom)
[01] : 2ccedd35dc29
[00] : fc942f1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=fc942f1a551 #28#,exports=fc942f1a551 #28#,require=fc942f1a3b1 #29#,module=fc942f1a361 #27#,__filename=fc942f1a4a1 ,__dirname=fc942f1a479 ) {
// expression stack (top to bottom)
[03] : 2ccedd35dc29
[02] : e60d706c91 #2#
[01] : fc942f1a3b1 #29#
[00] : fc942f1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=fc942f1a361 #27#,content=fc942f1a651 ,filename=fc942f1a4a1 ) {
// stack-allocated locals
var require = fc942f1a3b1 #29#
var dirname = fc942f1a479
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f1a589
var compiledWrapper = fc942f1a431 #84#
var args = fc942f1a569 #85#
// heap-allocated locals
var self = fc942f1a361 #27#
// expression stack (top to bottom)
[09] : fc942f1a569 #85#
[08] : fc942f1a551 #28#
[07] : fc942f1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f1a361 #27#,filename=fc942f1a4a1 ) {
// stack-allocated locals
var content = fc942f1a651
// expression stack (top to bottom)
[03] : fc942f1a4a1
[02] : fc942f1a651
[01] : fc942f1a361 #27#
--------- 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);?}
-----------------------------------------
}
[56]: load [module.js:356] (this=fc942f1a361 #27#,filename=fc942f1a4a1 ) {
// stack-allocated locals
var extension = fc942f1a6d1
// expression stack (top to bottom)
[04] : fc942f1a4a1
[03] : fc942f1a361 #27#
[02] : 2078cd93de51 #10#
[01] : fc942f1a6d1
--------
out Thu, 10 Oct 2013 21:13:12 GMT ame, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=2078cd93de69 #52#,content=2ccedd360661 ,filename=2ccedd360571 ) {
// stack-allocated locals
var require = 2078cd93deb9 #51#
var dirname = 2078cd93df81
var sandbox = e60d704121
var k = e60d704121
var wrapper = 2ccedd3605a9
var compiledWrapper = 2078cd93df39 #104#
var args = 2078cd93dfc1 #105#
// heap-allocated locals
var self = 2078cd93de69 #52#
// expression stack (top to bottom)
[09] : 2078cd93dfc1 #105#
[08] : 2078cd93dfa9 #50#
[07] : 2078cd93df39 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=2078cd93de51 #10#,module=2078cd93de69 #52#,filename=2ccedd360571 ) {
// stack-allocated locals
var content = 2ccedd3606d1
// expression stack (top to bottom)
[03] : 2ccedd360571
[02] : 2ccedd360661
[01] : 2078cd93de69 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=2078cd93de69 #52#,filename=2ccedd360571 ) {
// stack-allocated locals
var extension = 617d951d0e1
// expression stack (top to bottom)
[04] : 2ccedd360571
[03] : 2078cd93de69 #52#
[02] : 2078cd93de51 #10#
[01] : 617d951d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd360759 ,parent=e60d704101 ,isMain=e60d704141 ) {
// stack-allocated locals
var filename = 2ccedd360571
var cachedModule = e60d704121
var replModule = e60d704121
var module = 2078cd93de69 #52#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : 2ccedd360571
[10] : 2078cd93de69 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=2078cd93dbe9 #11#) {
// expression stack (top to bottom)
[03] : e60d704141
[02] : e60d704101
[01] : 2ccedd360759
[00] : 2078cd93dbe9 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=e60d706c91 #2#) {
// stack-allocated locals
var EventEmitter = 2078cd93e061 #77#
var d = e60d704121
var path = 2078cd93e049 #57#
var cluster = 2078cd93dfe1 #106#
var Module = 2078cd93dbe9 #11#
var debugTimeout = e60d704121
var opts = e60d704121
var repl = e60d704121
// heap-allocated locals
var code = e60d704121
// expression stack (top to bottom)
[08] : 2078cd93dbe9 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=e60d706c91 #2#,process=2078cd93daa9 #53#) {
// stack-allocated locals
var Script = e60d735229 #107#
// heap-allocated locals
var process = 2078cd93daa9 #53#
var startup = 2078cd93e0a9 #108#
var assert = e60d742309 #109#
var evalScript = 2078cd90b621 #110#
var errnoException = 2078cd90b669 #111#
var createWritableStdioStream = 2078cd90b6b1 #112#
var runInThisContext = e60d734fc1 #113#
var NativeModule = e60d76fb01 #114#
// expression stack (top to bottom)
[02] : e60d706c91 #2#
[01] : 2078cd93e0a9 #108#
--------- 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# e60d706b71: e60d706b71
#1# fc942f04101: fc942f04101
source: 2f3ea82d0099
global: e60d704141
ignoreCase: e60d704161
multiline: e60d704161
lastIndex: 0
#2# e60d706c91: e60d706c91
#3# fc942f041f1: fc942f041f1
0: fc942f94921
1: fc942f94949
2: fc942f94971
3: 2ccedd35b6f1
4: fc942f94999
5: fc942f949c1
out Thu, 10 Oct 2013 21:13:12 GMT ;\n\nmodule.exports = base12.app(__dirname);\n\n\n//Handlebars Precompiler Setup\nmodule.exports.configure('development', function(){\n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=2ccedd3f9b21 ) {
// stack-allocated locals
var require = 2873ee76b4c1 #47#
var dirname = 2873ee76b3c1
var sandbox = e60d704121
var k = e60d704121
var wrapper = 2ccedd3f9b61
var compiledWrapper = 2873ee76b439 #100#
var args = 2873ee76b521 #101#
// heap-allocated locals
var self = 2873ee76b3e9 #48#
// expression stack (top to bottom)
[09] : 2873ee76b521 #101#
[08] : 2873ee76b509 #46#
[07] : 2873ee76b439 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=2078cd93de51 #10#,module=2873ee76b3e9 #48#,filename=2ccedd3f9b21 ) {
// stack-allocated locals
var content = 2ccedd3f9d29
// expression stack (top to bottom)
[03] : 2ccedd3f9b21
[02] : 2ccedd3f9d29
[01] : 2873ee76b3e9 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=2873ee76b3e9 #48#,filename=2ccedd3f9b21 ) {
// stack-allocated locals
var extension = 2ccedd3f9eb1
// expression stack (top to bottom)
[04] : 2ccedd3f9b21
[03] : 2873ee76b3e9 #48#
[02] : 2078cd93de51 #10#
[01] : 2ccedd3f9eb1
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2ccedd3f9ed1 ,parent=2078cd999641 #49#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = 2ccedd3f9b21
var cachedModule = e60d704121
var replModule = e60d704121
var module = 2873ee76b3e9 #48#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : 2ccedd3f9b21
[10] : 2873ee76b3e9 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2ccedd3f9ed1
[01] : 2078cd999641 #49#
}
[101]: require [module.js:~361] (this=2078cd999641 #49#,path=2ccedd3f9ed1 ) {
// expression stack (top to bottom)
[02] : 2078cd999641 #49#
[01] : 2ccedd3f9ed1
[00] : 2078cd93dbe9 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=e60d706c91 #2#,path=2ccedd3f9ed1 ) {
// expression stack (top to bottom)
[01] : 2ccedd3f9ed1
[00] : 2078cd999641 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=2078cd997321 #45#,app_path=2ccedd3f9ed1 ,max=e60d704121 ,start=e60d704141 ) {
// stack-allocated locals
var num_workers = 24
var workers = e60d704121
var app = e60d704121
// heap-allocated locals
var fork = 2873ee7a5a31 #102#
// expression stack (top to bottom)
[05] : 2ccedd3f9ed1
[04] : e60d706c91 #2#
[03] : 2078cd9a94c9 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2ccedd3f9ed1
[01] : e60d704121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=2078cd93dfa9 #50#,exports=2078cd93dfa9 #50#,require=2078cd93deb9 #51#,module=2078cd93de69 #52#,__filename=2ccedd360571 ,__dirname=2078cd93df81 ) {
// stack-allocated locals
var base12 = 2078cd997321 #45#
// expression stack (top to bottom)
[03] : e60d704121
[02] : 2ccedd3f9ed1
[01] : 2078cd997321 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filen
err Thu, 10 Oct 2013 21:13:12 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:13:12 GMT 6: fc942f949e9
7: fc942f94a11
8: fc942f94a39
9: 2ccedd35b6f1
...
#4# fc942f041a9: fc942f041a9
#5# fc942f11221: fc942f11221
types: fc942f7c149 #115#
extensions: fc942f7c161 #116#
_loading: fc942f11141
#6# fc942f114e1: fc942f114e1
#7# fc942f11499: fc942f11499
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#8# fc942f11449: fc942f11449
id: fc942f11379
exports: fc942f114e1 #6#
parent: fc942f12c41 #12#
filename: fc942f11379
loaded: e60d704161
children: fc942f7c1c1 #118#
paths: fc942f7c1e1 #119#
#9# fc942f120d9: fc942f120d9
#10# 2078cd93de51: 2078cd93de51
#11# 2078cd93dbe9: 2078cd93dbe9
_contextLoad: e60d704161
_cache: 2078cd9172f1 #117#
_pathCache: 2078cd917309 #120#
_extensions: 2078cd93de51 #10#
globalPaths: 2078cd917321 #121#
wrapper: 2078cd917341 #122#
_realpathCache: 2078cd917361 #123#
#12# fc942f12c41: fc942f12c41
id: fc942f12e51
exports: fc942f12f01 #13#
parent: fc942f17bd9 #16#
filename: fc942f12e51
loaded: e60d704161
children: fc942f7c261 #124#
paths: fc942f7c281 #125#
#13# fc942f12f01: fc942f12f01
#14# fc942f12c91: fc942f12c91
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#15# fc942f15599: fc942f15599
#16# fc942f17bd9: fc942f17bd9
id: fc942f17d19
exports: fc942f17dc9 #17#
parent: fc942f17ee9 #19#
filename: fc942f17d19
loaded: e60d704161
children: fc942f7c3b9 #126#
paths: fc942f7c3d9 #127#
#17# fc942f17dc9: fc942f17dc9
#18# fc942f17c29: fc942f17c29
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#19# fc942f17ee9: fc942f17ee9
id: fc942f18079
exports: fc942f18149 #20#
parent: fc942f19361 #23#
filename: fc942f18079
loaded: e60d704161
children: fc942f7c481 #128#
paths: fc942f7c4a1 #129#
#20# fc942f18149: fc942f18149
#21# fc942f17f39: fc942f17f39
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#22# fc942f18a81: fc942f18a81
#23# fc942f19361: fc942f19361
id: fc942f19549
exports: fc942f19431 #76#
parent: fc942f1a361 #27#
filename: fc942f19549
loaded: e60d704161
children: fc942f7c549 #130#
paths: fc942f7c569 #131#
#24# fc942f19609: fc942f19609
#25# fc942f193b1: fc942f193b1
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#26# fc942f19ce1: fc942f19ce1
#27# fc942f1a361: fc942f1a361
id: fc942f1a4a1
exports: fc942f1a551 #28#
parent: fc942f1a6f1 #30#
filename: fc942f1a4a1
loaded: e60d704161
children: fc942f7c6a9 #132#
paths: fc942f7c6c9 #133#
#28# fc942f1a551: fc942f1a551
#29# fc942f1a3b1: fc942f1a3b1
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#30# fc942f1a6f1: fc942f1a6f1
id: fc942f1a891
exports: fc942f1a929 #31#
parent: fc942f1b699 #34#
filename: fc942f1a891
loaded: e60d704161
children: fc942f7c771 #134#
paths: fc942f7c791 #135#
#31# fc942f1a929: fc942f1a929
#32# fc942f1a741: fc942f1a741
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#33# fc942f1b011: fc942f1b011
#34# fc942f1b699: fc942f1b699
id: fc942f1b7d9
exports: fc942f1b861 #35#
parent: fc942f1ba01 #37#
filename: fc942f1b7d9
loaded: e60d704161
children: fc942f7c881 #136#
paths: fc942f7c8a1 #137#
#35# fc942f1b861: fc942f1b861
#36# fc942f1b6e9: fc942f1b6e9
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#37# fc942f1ba01: fc942f1ba01
id: fc942f1bb99
exports: fc942f1bc11 #38#
parent: 2078cd997001 #41#
filename: fc942f1bb99
loaded: e60d704161
children: fc942f7c949 #138#
paths: fc942f7c969 #139#
#38# fc942f1bc11: fc942f1bc11
#39# fc942f1ba51: fc942f1ba51
main: 2078cd93de6
out Thu, 10 Oct 2013 21:13:12 GMT ========================================================================================
9 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#40# fc942f1c291: fc942f1c291
#41# 2078cd997001: 2078cd997001
id: 2ccedd36e6e1
exports: 2078cd9970d1 #140#
parent: 2078cd997251 #141#
filename: 2ccedd36e6e1
loaded: e60d704141
children: 2078cd9a9df9 #142#
paths: 2078cd9a9e19 #143#
#42# 2873ee7ede51: 2873ee7ede51
0: 316069435129
1: 316069435149
2: 2f3ea82d0309
3: 316069435169
4: 316069435189
#43# 2873ee7eddc9: 2873ee7eddc9
#44# 2873ee76b361: 2873ee76b361
use: 2078cd9b40b9 #144#
listen: 2078cd9b43c9 #145#
route: 617d95146b9
stack: 2873ee7ae1b9 #146#
request: 2873ee7ae1d9 #147#
response: 2873ee7ae1f1 #148#
cache: 2873ee7ae209 #149#
settings: 2873ee7a6f51 #150#
engines: 2873ee7ae221 #151#
viewCallbacks: 2873ee7ae239 #152#
_router: 2873ee7a6f69 #153#
routes: 2873ee7ae259 #154#
dir: 2873ee76b3c1
constants: 2873ee7ae2c1 #155#
config: 2873ee7a7129 #156#
_usedRouter: e60d704141
models: 2873ee7a57d1 #157#
middleware: 2078cd9f4bf1 #158#
controllers: 2078cd9f4c09 #159#
#45# 2078cd997321: 2078cd997321
balance: 2078cd923c59 #160#
cycle: 2078cd924799 #161#
app: 2078cd9970d1 #140#
#46# 2873ee76b509: 2873ee76b509
#47# 2873ee76b4c1: 2873ee76b4c1
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#48# 2873ee76b3e9: 2873ee76b3e9
id: 2ccedd3f9b21
exports: 2873ee76b509 #46#
parent: 2078cd999641 #49#
filename: 2ccedd3f9b21
loaded: e60d704161
children: 2873ee7a5991 #162#
paths: 2873ee7a59b1 #163#
#49# 2078cd999641: 2078cd999641
id: 2ccedd370a59
exports: 2078cd923c59 #160#
parent: 2078cd997251 #141#
filename: 2ccedd370a59
loaded: e60d704141
children: 2078cd9aa3c1 #164#
paths: 2078cd9aa3e1 #165#
#50# 2078cd93dfa9: 2078cd93dfa9
#51# 2078cd93deb9: 2078cd93deb9
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#52# 2078cd93de69: 2078cd93de69
id: 617d9504e09
exports: 2078cd93dfa9 #50#
parent: e60d704101
filename: 2ccedd360571
loaded: e60d704161
children: 2078cd90ae91 #166#
paths: 2078cd90aeb1 #167#
#53# 2078cd93daa9: 2078cd93daa9
#54# 2078cd90a2c1: 2078cd90a2c1
0: 2
1: fc942f7cf11
2: fc942f7cf11
3: 27
4: 30
5: 0
6: 1
7: 1
8: 83
9: 83
...
#55# fc942f04211: fc942f04211
#56# fc942f78429: fc942f78429
#57# 2078cd93e049: 2078cd93e049
sep: 617d95146b9
delimiter: 617d9516a31
#58# fc942f11289: fc942f11289
#59# 2078cd915cb1: 2078cd915cb1
close: 2078cd9f69a9 #168#
closeSync: 2078cd9f69f1 #169#
open: 2078cd9f6919 #170#
read: ffb69c819 #171#
readSync: ffb69c861 #172#
readdir: 2078cd9f6961 #173#
fchown: 2078cd9f6841 #174#
fchownSync: 2078cd9f68d1 #175#
chown: 2078cd9f67f9 #176#
chownSync: 2078cd9f6889 #177#
lchown: ffb69c771 #178#
lchownSync: ffb69c7d1 #179#
#60# fc942f11519: fc942f11519
#61# fc942f112d1: fc942f112d1
#62# fc942f114f9: fc942f114f9
0: fc942f114e1 #6#
1: fc942f11499 #7#
2: fc942f11449 #8#
3: fc942f11379
4: fc942f11351
#63# 2078cd911189: 2078cd911189
super_: 2078cd93e061 #77#
#64# fc942f12d11: fc942f12d11
#65# fc942f7c2c9: fc942f7c2c9
enabled: e60d704161
#66# 2873ee7ecda9: 2873ee7ecda9
#67# fc942f7c311: fc942f7c311
#68# fc942f12f39: fc942f12f39
#69# fc942f12d59: fc942f12d59
#70# fc942f12f19: fc942f12f19
0: fc942f12f01 #13#
1: fc942f12c91 #14#
2: fc942f12c41 #12#
3: fc942f12e51
4: fc942f12e29
#71# fc942f17ca9: fc942f17ca9
#72# fc942f17de1: fc942f17de1
0: fc942f17dc9 #17#
1: fc942f17c29 #18#
2: fc942f17bd9 #16#
3: fc942f17d19
4: fc942f17cf1
#73# fc942f18181: fc942f18181
#74# fc942f17fb9: fc942f17fb9
#75# fc942f18161: fc942f18161
0: fc942f18149 #20#
1: fc942f17f39 #21#
2: fc942f17ee9 #19#
3: fc942f18079
4: fc942f18051
#76# fc942f19431: fc942f19431
version: 2f3ea82cd349
out Thu, 10 Oct 2013 21:13:11 GMT middleware/static.js:12] (this=fc942f18149 #20#,exports=fc942f18149 #20#,require=fc942f17f39 #21#,module=fc942f17ee9 #19#,__filename=fc942f18079 ,__dirname=fc942f18051 ) {
// heap-allocated locals
var send = e60d704121
var utils = e60d704121
var parse = e60d704121
var url = e60d704121
// expression stack (top to bottom)
[02] : 617d951cfe9
[01] : e60d706c91 #2#
[00] : fc942f17f39 #21#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect - static? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var send = require('send')? , utils = require('../utils')? , parse = utils.parseUrl? , url = requi...
-----------------------------------------
}
[36]: _compile [module.js:456] (this=fc942f17ee9 #19#,content=fc942f18a81 #22#,filename=fc942f18079 ) {
// stack-allocated locals
var require = fc942f17f39 #21#
var dirname = fc942f18051
var sandbox = e60d704121
var k = e60d704121
var wrapper = fc942f18181 #73#
var compiledWrapper = fc942f17fb9 #74#
var args = fc942f18161 #75#
// heap-allocated locals
var self = fc942f17ee9 #19#
// expression stack (top to bottom)
[09] : fc942f18161 #75#
[08] : fc942f18149 #20#
[07] : fc942f17fb9 #74#
--------- 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, '...
-----------------------------------------
}
[37]: .js [module.js:474] (this=2078cd93de51 #10#,module=fc942f17ee9 #19#,filename=fc942f18079 ) {
// stack-allocated locals
var content = fc942f18a81 #22#
// expression stack (top to bottom)
[03] : fc942f18079
[02] : fc942f18a81 #22#
[01] : fc942f17ee9 #19#
--------- 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);?}
-----------------------------------------
}
[38]: load [module.js:356] (this=fc942f17ee9 #19#,filename=fc942f18079 ) {
// stack-allocated locals
var extension = fc942f19341
// expression stack (top to bottom)
[04] : fc942f18079
[03] : fc942f17ee9 #19#
[02] : 2078cd93de51 #10#
[01] : fc942f19341
--------- 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...
-----------------------------------------
}
[39]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=2f3ea82cd369 ,parent=fc942f19361 #23#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f18079
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f17ee9 #19#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f18079
[10] : fc942f17ee9 #19#
--------- 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...
-----------------------------------------
}
[40]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2f3ea82cd369
[01] : fc942f19361 #23#
}
[41]: require [module.js:~361] (this=fc942f19361 #23#,path=2f3ea82cd369 ) {
// optimized frame
}
[42]: require [module.js:380] (this=e60d706c91 #2#,path=2f3ea82cd369 ) {
// expression stack (top to bottom)
[01] : 2f3ea82cd369
[00] : fc942f19361 #23#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[43]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=fc942f19609 #24#,exports=fc942f19609 #24#,require=fc942f193b1 #25#,module=fc942f19361 #23#,__filename=fc942f19549 ,__dirname=fc942f19521 ) {
// stack-allocated locals
var path = 2078cd93e049 #57#
var fs = 2078cd915cb1 #59#
var createServer = fc942f19431 #76#
// heap-allocated locals
var require = fc942f193b1 #25#
var exports = fc942f19431 #76#
var EventEmitter = 2078cd93e061 #77#
var proto = fc942f7c619 #78#
var utils = fc942f7c631 #79#
var basename = e60d75d061 #80#
// expression stack (top to bottom)
[06] : 2f3ea82cd369
[05] : e60d706c91 #2#
[04] : fc942f193b1 #25#
[03] : fc942f19431 #76#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var EventEmitter = require('events').EventEmitter? , proto = require('./proto')? , utils = require('./utils'...
-----------------------------------------
}
[45]: _compile [module.js:456] (this=fc942f19361 #23#,content=fc942f19ce1 #26#,filename=fc942f19549 ) {
// stack-allocated locals
var require = fc942f193b1 #25#
var dirname = fc942f19521
var sandbox = e60d704121
var k = e60d704121
var wrapper =
out Thu, 10 Oct 2013 21:13:12 GMT
==== Stack trace ============================================
Security context: 343fdfd06b71 #0#
1: parse [native json.js:56] (this=343fdfd073f1 #1#,a=173165f04101 #2#,b=343fdfd04121 )
2: arguments adaptor frame: 1->2
3: readPackage [module.js:113] (this=343fdfd06c91 #3#,requestPath=173165f047c1 )
4: tryPackage [module.js:123] (this=343fdfd06c91 #3#,requestPath=173165f047c1 ,exts=173165f04919 #4#)
5: _findPath [module.js:190] (this=386104b3aaa9 #5#,request=32e9e651cbf1 ,paths=173165f04dd9 #6#)
6: _resolveFilename [module.js:~323] (this=386104b3aaa9 #5#,request=32e9e651cbf1 ,parent=173165f04e19 #7#)
7: _load [module.js:280] (this=386104b3aaa9 #5#,request=32e9e651cbf1 ,parent=173165f04e19 #7#,isMain=343fdfd04121 )
8: arguments adaptor frame: 2->3
9: require [module.js:~361] (this=173165f04e19 #7#,path=32e9e651cbf1 )
10: require [module.js:~379] (this=343fdfd06c91 #3#,path=32e9e651cbf1 )
11: /* anonymous */ [/opt/run/snapshot/package/node_modules/passport/lib/passport/strategies/session.js:4] (this=173165f050a1 #8#,exports=173165f050a1 #8#,require=173165f04e69 #9#,module=173165f04e19 #7#,__filename=173165f04fe1 ,__dirname=173165f04fb9 )
13: _compile [module.js:456] (this=173165f04e19 #7#,content=173165f058a1 #10#,filename=173165f04fe1 )
14: .js [module.js:474] (this=386104b3ad11 #11#,module=173165f04e19 #7#,filename=173165f04fe1 )
15: load [module.js:356] (this=173165f04e19 #7#,filename=173165f04fe1 )
16: _load [module.js:312] (this=386104b3aaa9 #5#,request=138a0a98be19 ,parent=173165f06049 #12#,isMain=343fdfd04121 )
17: arguments adaptor frame: 2->3
18: require [module.js:~361] (this=173165f06049 #12#,path=138a0a98be19 )
19: require [module.js:~379] (this=343fdfd06c91 #3#,path=138a0a98be19 )
20: /* anonymous */ [/opt/run/snapshot/package/node_modules/passport/lib/passport/index.js:8] (this=173165f06309 #13#,exports=173165f06309 #13#,require=173165f06099 #14#,module=173165f06049 #12#,__filename=173165f06261 ,__dirname=173165f06239 )
22: _compile [module.js:456] (this=173165f06049 #12#,content=173165f09659 #15#,filename=173165f06261 )
23: .js [module.js:474] (this=386104b3ad11 #11#,module=173165f06049 #12#,filename=173165f06261 )
24: load [module.js:356] (this=173165f06049 #12#,filename=173165f06261 )
25: _load [module.js:312] (this=386104b3aaa9 #5#,request=30036d3e8299 ,parent=109a47a15221 #16#,isMain=343fdfd04121 )
26: arguments adaptor frame: 2->3
27: require [module.js:~361] (this=109a47a15221 #16#,path=30036d3e8299 )
28: require [module.js:380] (this=343fdfd06c91 #3#,path=30036d3e8299 )
29: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:4] (this=109a47a153b9 #17#,exports=109a47a153b9 #17#,require=109a47a15271 #18#,module=109a47a15221 #16#,__filename=138a0a937531 ,__dirname=109a47a15391 )
31: _compile [module.js:456] (this=109a47a15221 #16#,content=138a0a937bf1 #19#,filename=138a0a937531 )
32: .js [module.js:474] (this=386104b3ad11 #11#,module=109a47a15221 #16#,filename=138a0a937531 )
33: load [module.js:356] (this=109a47a15221 #16#,filename=138a0a937531 )
34: _load [module.js:312] (this=386104b3aaa9 #5#,request=138a0a938219 ,parent=2c0cfde48df1 #20#,isMain=343fdfd04121 )
35: arguments adaptor frame: 2->3
36: require [module.js:~361] (this=2c0cfde48df1 #20#,path=138a0a938219 )
37: require [module.js:380] (this=343fdfd06c91 #3#,path=138a0a938219 )
38: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=343fdfd06c91 #3#,file=1becc8ee839 )
39: arguments adaptor frame: 3->1
40: forEach [native array.js:1120] (this=7910bc6f621 #21#,a=7910bc6f679 #22#,b=343fdfd06c91 #3#)
41: arguments adaptor frame: 1->2
42: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=343fdfd06c91 #3#,app=386104b776b9 #23#)
43: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=2c0cfde49069 #24#,dir=386104b77719 )
44: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=386104b77861 #25#,exports=386104b77861 #25#,require=386104b77819 #26#,module=386104b77741 #27#,__filename=2a6ccad38e71 ,__dirname=386104b77719 )
46: _compile [module.js:456] (this=386104b77741 #27#,content=2a6ccad39079 ,filename=2a6ccad38e71 )
47: .js [module.js:474] (this=386104b3ad11 #11#,module=386104b77741 #27#,filename=2a6ccad38e71 )
48: load [module.js:356] (this=386104b77741 #27#,filename=2a6ccad38e71 )
49: _load [module.js:312] (this=386104b3aaa9 #5#,request=2a6ccad39221 ,parent=2c0cfde49809 #28#,isMain=343fdfd04121 )
50: arguments adaptor fra
out Thu, 10 Oct 2013 21:13:12 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
f19361 #23#,filename=3435d4f19549 )
47: load [module.js:356] (this=3435d4f19361 #23#,filename=3435d4f19549 )
48: _load [module.js:312] (this=28d7dd63da69 #11#,request=32906445e1d1 ,parent=3435d4f1a361 #27#,isMain=2e38c3f04121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=3435d4f1a361 #27#,path=32906445e1d1 )
51: require [module.js:380] (this=2e38c3f06c91 #2#,path=32906445e1d1 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=3435d4f1a551 #28#,exports=3435d4f1a551 #28#,require=3435d4f1a3b1 #29#,module=3435d4f1a361 #27#,__filename=3435d4f1a4a1 ,__dirname=3435d4f1a479 )
54: _compile [module.js:456] (this=3435d4f1a361 #27#,content=3435d4f1a651 ,filename=3435d4f1a4a1 )
55: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1a361 #27#,filename=3435d4f1a4a1 )
56: load [module.js:356] (this=3435d4f1a361 #27#,filename=3435d4f1a4a1 )
57: _load [module.js:312] (this=28d7dd63da69 #11#,request=d6801f26101 ,parent=3435d4f1a6f1 #30#,isMain=2e38c3f04121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=3435d4f1a6f1 #30#,path=d6801f26101 )
60: require [module.js:380] (this=2e38c3f06c91 #2#,path=d6801f26101 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=3435d4f1a929 #31#,exports=3435d4f1a929 #31#,require=3435d4f1a741 #32#,module=3435d4f1a6f1 #30#,__filename=3435d4f1a891 ,__dirname=3435d4f1a869 )
63: _compile [module.js:456] (this=3435d4f1a6f1 #30#,content=3435d4f1b011 #33#,filename=3435d4f1a891 )
64: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1a6f1 #30#,filename=3435d4f1a891 )
65: load [module.js:356] (this=3435d4f1a6f1 #30#,filename=3435d4f1a891 )
66: _load [module.js:312] (this=28d7dd63da69 #11#,request=3290644570c1 ,parent=3435d4f1b699 #34#,isMain=2e38c3f04121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=3435d4f1b699 #34#,path=3290644570c1 )
69: require [module.js:380] (this=2e38c3f06c91 #2#,path=3290644570c1 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=3435d4f1b861 #35#,exports=3435d4f1b861 #35#,require=3435d4f1b6e9 #36#,module=3435d4f1b699 #34#,__filename=3435d4f1b7d9 ,__dirname=3435d4f1b7b1 )
72: _compile [module.js:456] (this=3435d4f1b699 #34#,content=3435d4f1b961 ,filename=3435d4f1b7d9 )
73: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1b699 #34#,filename=3435d4f1b7d9 )
74: load [module.js:356] (this=3435d4f1b699 #34#,filename=3435d4f1b7d9 )
75: _load [module.js:312] (this=28d7dd63da69 #11#,request=329064454f71 ,parent=3435d4f1ba01 #37#,isMain=2e38c3f04121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=3435d4f1ba01 #37#,path=329064454f71 )
78: require [module.js:380] (this=2e38c3f06c91 #2#,path=329064454f71 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=3435d4f1bc11 #38#,exports=3435d4f1bc11 #38#,require=3435d4f1ba51 #39#,module=3435d4f1ba01 #37#,__filename=3435d4f1bb99 ,__dirname=3435d4f1bb71 )
81: _compile [module.js:456] (this=3435d4f1ba01 #37#,content=3435d4f1c291 #40#,filename=3435d4f1bb99 )
82: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1ba01 #37#,filename=3435d4f1bb99 )
83: load [module.js:356] (this=3435d4f1ba01 #37#,filename=3435d4f1bb99 )
84: _load [module.js:312] (this=28d7dd63da69 #11#,request=3435d4f1c8b9 ,parent=28d7dd696dc1 #41#,isMain=2e38c3f04121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=28d7dd696dc1 #41#,path=3435d4f1c8b9 )
87: require [module.js:380] (this=2e38c3f06c91 #2#,path=3435d4f1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=2e38c3f06c91 #2#,file=3234395d0371 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=1643809edc01 #42#,a=1643809edb79 #43#,b=2e38c3f06c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=2e38c3f06c91 #2#,app=16438096b069 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=28d7dd6970e1 #45#,dir=16438096b0c9 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=16438096b211 #46#,exports=16438096b211 #46#,require=16438096b1c9 #47#,module=16438096b0f1 #48#,__filename=3290644faa51 ,__dirname=16438096b0c9 )
96: _compile [module.js:456] (this=16438096b0f1 #48#,content=3290644fac59
out Thu, 10 Oct 2013 21:13:12 GMT 6]: 2.7.11>
#77# 2078cd93e061: 2078cd93e061
#78# fc942f7c619: fc942f7c619
use: 2873ee7e96c9 #180#
#79# fc942f7c631: fc942f7c631
brokenPause: e60d704161
#80# e60d75d061: e60d75d061
#81# fc942f19641: fc942f19641
#82# fc942f19479: fc942f19479
#83# fc942f19621: fc942f19621
0: fc942f19609 #24#
1: fc942f193b1 #25#
2: fc942f19361 #23#
3: fc942f19549
4: fc942f19521
#84# fc942f1a431: fc942f1a431
#85# fc942f1a569: fc942f1a569
0: fc942f1a551 #28#
1: fc942f1a3b1 #29#
2: fc942f1a361 #27#
3: fc942f1a4a1
4: fc942f1a479
#86# fc942f7c7d9: fc942f7c7d9
#87# fc942f1a961: fc942f1a961
#88# fc942f1a7c1: fc942f1a7c1
#89# fc942f1a941: fc942f1a941
0: fc942f1a929 #31#
1: fc942f1a741 #32#
2: fc942f1a6f1 #30#
3: fc942f1a891
4: fc942f1a869
#90# fc942f1b769: fc942f1b769
#91# fc942f1b879: fc942f1b879
0: fc942f1b861 #35#
1: fc942f1b6e9 #36#
2: fc942f1b699 #34#
3: fc942f1b7d9
4: fc942f1b7b1
#92# fc942f1bc49: fc942f1bc49
#93# fc942f1bad1: fc942f1bad1
#94# fc942f1bc29: fc942f1bc29
0: fc942f1bc11 #38#
1: fc942f1ba51 #39#
2: fc942f1ba01 #37#
3: fc942f1bb99
4: fc942f1bb71
#95# 2078cd997051: 2078cd997051
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#96# 2873ee7ede71: 2873ee7ede71
autorun: 2873ee7ede51 #42#
#97# 2873ee712eb9: 2873ee712eb9
#98# 2873ee76b3a9: 2873ee76b3a9
name: 20f521c093f1
version: 20f521c09419
directories: 2873ee7ae2d9 #181#
engines: 2873ee7ae2f1 #182#
dependencies: 2873ee7ae309 #183#
devDependencies: 2873ee7ae321 #184#
scripts: 2873ee7ae339 #185#
constants: 2873ee7ae2c1 #155#
subdomain: 20f521c09439
os: 20f521c09459
bundledDependencies: 2873ee7ae351 #186#
#99# 2078cd9a9fe9: 2078cd9a9fe9
#100# 2873ee76b439: 2873ee76b439
#101# 2873ee76b521: 2873ee76b521
0: 2873ee76b509 #46#
1: 2873ee76b4c1 #47#
2: 2873ee76b3e9 #48#
3: 2ccedd3f9b21
4: 2873ee76b3c1
#102# 2873ee7a5a31: 2873ee7a5a31
#103# 2078cd9a94c9: 2078cd9a94c9
main: 2078cd93de69 #52#
extensions: 2078cd93de51 #10#
cache: 2078cd9172f1 #117#
#104# 2078cd93df39: 2078cd93df39
#105# 2078cd93dfc1: 2078cd93dfc1
0: 2078cd93dfa9 #50#
1: 2078cd93deb9 #51#
2: 2078cd93de69 #52#
3: 2ccedd360571
4: 2078cd93df81
#106# 2078cd93dfe1: 2078cd93dfe1
domain: e60d704101
_events: 2078cd90b4a1 #187#
_maxListeners: 10
isWorker: e60d704141
isMaster: e60d704161
worker: 2078cd90b4b9 #188#
workers: e60d704101
settings: 2078cd90b541 #189#
#107# e60d735229: e60d735229
#108# 2078cd93e0a9: 2078cd93e0a9
_lazyConstants: e60d704101
#109# e60d742309: e60d742309
#110# 2078cd90b621: 2078cd90b621
#111# 2078cd90b669: 2078cd90b669
#112# 2078cd90b6b1: 2078cd90b6b1
#113# e60d734fc1: e60d734fc1
#114# e60d76fb01: e60d76fb01
_source: 2078cd917b79 #190#
_cache: 2078cd917d81 #191#
wrapper: 2078cd917341 #122#
#115# fc942f7c149: fc942f7c149
#116# fc942f7c161: fc942f7c161
#117# 2078cd9172f1: 2078cd9172f1
#118# fc942f7c1c1: fc942f7c1c1
#119# fc942f7c1e1: fc942f7c1e1
0: fc942fb6f09
1: fc942fb6fe1
2: fc942fb7099
3: fc942fb7129
4: fc942fb7191
5: fc942fb71e9
6: fc942fb7231
7: fc942fb7271
#120# 2078cd917309: 2078cd917309
#121# 2078cd917321: 2078cd917321
0: 2ccedd352aa1
1: 2ccedd352b09
2: 2ccedd352b79
#122# 2078cd917341: 2078cd917341
0: 617d951d2b9
1: 617d951d311
#123# 2078cd917361: 2078cd917361
#124# fc942f7c261: fc942f7c261
0: fc942f86e39 #192#
1: fc942f11449 #8#
#125# fc942f7c281: fc942f7c281
0: fc942fb72a9
1: fc942fb7369
2: fc942fb7421
3: fc942fb74b1
4: fc942fb7519
5: fc942fb7571
out Thu, 10 Oct 2013 21:13:12 GMT = one of the options =
= Please ensure that you set the default write concern for the database by setting =
6: fc942fb75b9
7: fc942fb75f9
#126# fc942f7c3b9: fc942f7c3b9
0: fc942f12c41 #12#
#127# fc942f7c3d9: fc942f7c3d9
0: fc942fb7631
1: fc942fb76e9
2: fc942fb7779
3: fc942fb77e1
4: fc942fb7839
5: fc942fb7881
6: fc942fb78c1
#128# fc942f7c481: fc942f7c481
0: fc942f17bd9 #16#
#129# fc942f7c4a1: fc942f7c4a1
0: fc942fb78f9
1: fc942fb79d1
2: fc942fb7a91
3: fc942fb7b49
4: fc942fb7bd9
5: fc942fb7c41
6: fc942fb7c99
7: fc942fb7ce1
8: fc942fb7d21
#130# fc942f7c549: fc942f7c549
0: fc942f83119 #193#
1: fc942f84da9 #194#
2: fc942f17ee9 #19#
#131# fc942f7c569: fc942f7c569
0: fc942fb7d59
1: fc942fb7e19
2: fc942fb7ed1
3: fc942fb7f61
4: fc942fb7fc9
5: fc942fb8021
6: fc942fb8069
7: fc942fb80a9
#132# fc942f7c6a9: fc942f7c6a9
0: fc942f19361 #23#
#133# fc942f7c6c9: fc942f7c6c9
0: fc942fb80e1
1: fc942fb8199
2: fc942fb8229
3: fc942fb8291
4: fc942fb82e9
5: fc942fb8331
6: fc942fb8371
#134# fc942f7c771: fc942f7c771
0: fc942f1a361 #27#
#135# fc942f7c791: fc942f7c791
0: fc942fb83a9
1: fc942fb8441
2: fc942fb84d1
3: fc942fb8539
4: fc942fb8591
5: fc942fb85d9
6: fc942fb8619
#136# fc942f7c881: fc942f7c881
0: fc942f1a6f1 #30#
#137# fc942f7c8a1: fc942f7c8a1
0: fc942fb8651
1: fc942fb86e1
2: fc942fb8749
3: fc942fb87a1
4: fc942fb87e9
5: fc942fb8829
#138# fc942f7c949: fc942f7c949
0: fc942f1b699 #34#
#139# fc942f7c969: fc942f7c969
0: fc942fb8861
1: fc942fb88d9
2: fc942fb8949
3: fc942fb89b1
4: fc942fb8a09
5: fc942fb8a51
6: fc942fb8a91
#140# 2078cd9970d1: 2078cd9970d1
#141# 2078cd997251: 2078cd997251
id: 2ccedd370211
exports: 2078cd997321 #45#
parent: 2078cd93de69 #52#
filename: 2ccedd370211
loaded: e60d704141
children: 2078cd9aa0d9 #195#
paths: 2078cd9aa0f9 #196#
#142# 2078cd9a9df9: 2078cd9a9df9
0: 2078cd996e89 #197#
1: 2873ee77b9e9 #198#
2: 2873ee77c1a1 #199#
3: 2873ee76b121 #200#
4: 2078cd97a601 #201#
5: 2078cd969e71 #202#
6: 2078cd941319 #203#
7: 2078cd92af31 #204#
8: 2078cd908d39 #205#
9: 2078cd909071 #206#
...
#143# 2078cd9a9e19: 2078cd9a9e19
0: 2ccedd362371
1: 2ccedd3623c9
2: 2ccedd362421
3: 2ccedd362461
4: 2ccedd362499
5: 2ccedd3624c9
6: 2ccedd3624f9
#144# 2078cd9b40b9: 2078cd9b40b9
#145# 2078cd9b43c9: 2078cd9b43c9
#146# 2873ee7ae1b9: 2873ee7ae1b9
0: 2873ee7b3de1 #207#
1: 2873ee7b3e09 #208#
#147# 2873ee7ae1d9: 2873ee7ae1d9
#148# 2873ee7ae1f1: 2873ee7ae1f1
#149# 2873ee7ae209: 2873ee7ae209
#150# 2873ee7a6f51: 2873ee7a6f51
#151# 2873ee7ae221: 2873ee7ae221
#152# 2873ee7ae239: 2873ee7ae239
0: 2078cd9f5c51 #209#
1: fc942e331c1 #210#
#153# 2873ee7a6f69: 2873ee7a6f69
routes: 2873ee7ae259 #154#
map: 2873ee7afa49 #211#
params: 2873ee7afa61 #212#
_params: 2873ee7afa79 #213#
caseSensitive: e60d704161
out Thu, 10 Oct 2013 21:13:12 GMT Object>#8#,require=173165f04e69 #9#,module=173165f04e19 #7#,__filename=173165f04fe1 ,__dirname=173165f04fb9 ) {
// stack-allocated locals
var util = 343fdfd04121
var SessionStrategy = 173165f04ee9 #37#
// heap-allocated locals
var pause = 343fdfd04121
var Strategy = 343fdfd04121
// expression stack (top to bottom)
[04] : 32e9e651cbf1
[03] : 343fdfd06c91 #3#
[02] : 173165f04e69 #9#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */?var pause = require('pause')? , util = require('util')? , Strategy = require('../strategy');???/**? * `SessionStrategy` constructor.? *? * @api protected? */?function SessionStrategy() {? Strategy.call(this);? th...
-----------------------------------------
}
[13]: _compile [module.js:456] (this=173165f04e19 #7#,content=173165f058a1 #10#,filename=173165f04fe1 ) {
// stack-allocated locals
var require = 173165f04e69 #9#
var dirname = 173165f04fb9
var sandbox = 343fdfd04121
var k = 343fdfd04121
var wrapper = 173165f050d9 #38#
var compiledWrapper = 173165f04f31 #39#
var args = 173165f050b9 #40#
// heap-allocated locals
var self = 173165f04e19 #7#
// expression stack (top to bottom)
[09] : 173165f050b9 #40#
[08] : 173165f050a1 #8#
[07] : 173165f04f31 #39#
--------- 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, '...
-----------------------------------------
}
[14]: .js [module.js:474] (this=386104b3ad11 #11#,module=173165f04e19 #7#,filename=173165f04fe1 ) {
// stack-allocated locals
var content = 173165f058a1 #10#
// expression stack (top to bottom)
[03] : 173165f04fe1
[02] : 173165f058a1 #10#
[01] : 173165f04e19 #7#
--------- 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);?}
-----------------------------------------
}
[15]: load [module.js:356] (this=173165f04e19 #7#,filename=173165f04fe1 ) {
// stack-allocated locals
var extension = 173165f06029
// expression stack (top to bottom)
[04] : 173165f04fe1
[03] : 173165f04e19 #7#
[02] : 386104b3ad11 #11#
[01] : 173165f06029
--------- 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...
-----------------------------------------
}
[16]: _load [module.js:312] (this=386104b3aaa9 #5#,request=138a0a98be19 ,parent=173165f06049 #12#,isMain=343fdfd04121 ) {
// stack-allocated locals
var filename = 173165f04fe1
var cachedModule = 343fdfd04121
var replModule = 343fdfd04121
var module = 173165f04e19 #7#
var hadException = 343fdfd04141
// expression stack (top to bottom)
[11] : 173165f04fe1
[10] : 173165f04e19 #7#
--------- 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...
-----------------------------------------
}
[17]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 138a0a98be19
[01] : 173165f06049 #12#
}
[18]: require [module.js:~361] (this=173165f06049 #12#,path=138a0a98be19 ) {
// optimized frame
}
[19]: require [module.js:~379] (this=343fdfd06c91 #3#,path=138a0a98be19 ) {
// optimized frame
}
[20]: /* anonymous */ [/opt/run/snapshot/package/node_modules/passport/lib/passport/index.js:8] (this=173165f06309 #13#,exports=173165f06309 #13#,require=173165f06099 #14#,module=173165f06049 #12#,__filename=173165f06261 ,__dirname=173165f06239 ) {
// stack-allocated locals
var fs = 7910bc30fd1 #33#
var path = 386104b3af09 #41#
var util = 7910bc5b819 #42#
var Strategy = 173165f06161 #43#
var Passport = 173165f06119 #44#
// heap-allocated locals
var SessionStrategy = 343fdfd04121
var initialize = 343fdfd04121
var authenticate = 343fdfd04121
// expression stack (top to bottom)
[07] : 138a0a98be19
[06] : 343fdfd06c91 #3#
[05] : 173165f06099 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */?var fs = require('fs')? , path = require('path')? , util = require('util')? , Strategy = require('./strategy')? , SessionStrategy = require('./strategies/session')? , initialize = require('./middleware/initializ...
-----------------------------------------
}
[22]: _compile [module.js:456] (this=173165f06049 #12#,content=173165f09659 #15#,filename=173165f06261 ) {
// stack-allocated locals
var require = 173165f06099 #14#
var dirname = 173165f06239
var sandbox = 343fdfd04121
var k = 343fdfd04121
var wrapper = 173165f06341 #45#
var compiledWrapper = 173165f061a9 #46#
var args = 173165f06321 #47#
// heap-allocated locals
var self = 173165f06049 #12#
// expression stack (top to bottom)
[09] : 173165f06321 #47#
[08] : 173165f06309 #13#
[07] : 173165f061a9 #46#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang? content = content
out Thu, 10 Oct 2013 21:13:13 GMT = =
= one of the options =
99 #7#
var dirname = 3435d4f11351
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f11519 #60#
var compiledWrapper = 3435d4f112d1 #61#
var args = 3435d4f114f9 #62#
// heap-allocated locals
var self = 3435d4f11449 #8#
// expression stack (top to bottom)
[09] : 3435d4f114f9 #62#
[08] : 3435d4f114e1 #6#
[07] : 3435d4f112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f11449 #8#,filename=3435d4f11379 ) {
// stack-allocated locals
var content = 3435d4f120d9 #9#
// expression stack (top to bottom)
[03] : 3435d4f11379
[02] : 3435d4f120d9 #9#
[01] : 3435d4f11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=3435d4f11449 #8#,filename=3435d4f11379 ) {
// stack-allocated locals
var extension = 3435d4f12c21
// expression stack (top to bottom)
[04] : 3435d4f11379
[03] : 3435d4f11449 #8#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=28d7dd63da69 #11#,request=329064456f79 ,parent=3435d4f12c41 #12#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f11379
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f11449 #8#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f11379
[10] : 3435d4f11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 329064456f79
[01] : 3435d4f12c41 #12#
}
[14]: require [module.js:~361] (this=3435d4f12c41 #12#,path=329064456f79 ) {
// optimized frame
}
[15]: require [module.js:380] (this=2e38c3f06c91 #2#,path=329064456f79 ) {
// expression stack (top to bottom)
[01] : 329064456f79
[00] : 3435d4f12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=3435d4f12f01 #13#,exports=3435d4f12f01 #13#,require=3435d4f12c91 #14#,module=3435d4f12c41 #12#,__filename=3435d4f12e51 ,__dirname=3435d4f12e29 ) {
// stack-allocated locals
var Stream = 28d7dd611189 #63#
var path = 2e38c3f04121
var send = 3435d4f12d11 #64#
// heap-allocated locals
var debug = 3435d4f7c2c9 #65#
var parseRange = 1643809ecb59 #66#
var mime = 2e38c3f04121
var fresh = 2e38c3f04121
var http = 2e38c3f04121
var fs = 2e38c3f04121
var basename = 2e38c3f04121
var normalize = 2e38c3f04121
var join = 2e38c3f04121
var utils = 2e38c3f04121
var SendStream = 3435d4f7c311 #67#
// expression stack (top to bottom)
[05] : 329064456f79
[04] : 2e38c3f06c91 #2#
[03] : 3435d4f12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=3435d4f12c41 #12#,content=3435d4f15599 #15#,filename=3435d4f12e51 ) {
// stack-allocated locals
var require = 3435d4f12c91 #14#
var dirname = 3435d4f12e29
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f12f39 #68#
var compiledWrapper = 3435d4f12d59 #69#
var args = 3435d4f12f19 #70#
// heap-allocated locals
var self = 3435d4f12c41 #12#
// expression stack (top to bottom)
[09] : 3435d4f12f19 #70#
[08] : 3435d4f12f01 #13#
[07] : 3435d4f12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f12c41 #12#,filename=3435d4f12e51 ) {
// stack-allocated locals
var content = 3435d4f15599 #15#
// expression stack (top to bottom)
[03] : 3435d4f12e51
[02] : 3435d4f15599 #15#
[01] : 3435d4f12c41 #12#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFileSync(file
out Thu, 10 Oct 2013 21:13:13 GMT .replace(/^\#\!.*/, '');?? function require(path) {? return self.require(path);? }?? require.resolve = function(request) {? return Module._resolveFilename(request, self);? };?? Object.defineProperty(require, '...
-----------------------------------------
}
[23]: .js [module.js:474] (this=386104b3ad11 #11#,module=173165f06049 #12#,filename=173165f06261 ) {
// stack-allocated locals
var content = 173165f09659 #15#
// expression stack (top to bottom)
[03] : 173165f06261
[02] : 173165f09659 #15#
[01] : 173165f06049 #12#
--------- 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);?}
-----------------------------------------
}
[24]: load [module.js:356] (this=173165f06049 #12#,filename=173165f06261 ) {
// stack-allocated locals
var extension = 173165f0c931
// expression stack (top to bottom)
[04] : 173165f06261
[03] : 173165f06049 #12#
[02] : 386104b3ad11 #11#
[01] : 173165f0c931
--------- 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...
-----------------------------------------
}
[25]: _load [module.js:312] (this=386104b3aaa9 #5#,request=30036d3e8299 ,parent=109a47a15221 #16#,isMain=343fdfd04121 ) {
// stack-allocated locals
var filename = 173165f06261
var cachedModule = 343fdfd04121
var replModule = 343fdfd04121
var module = 173165f06049 #12#
var hadException = 343fdfd04141
// expression stack (top to bottom)
[11] : 173165f06261
[10] : 173165f06049 #12#
--------- 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...
-----------------------------------------
}
[26]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 30036d3e8299
[01] : 109a47a15221 #16#
}
[27]: require [module.js:~361] (this=109a47a15221 #16#,path=30036d3e8299 ) {
// optimized frame
}
[28]: require [module.js:380] (this=343fdfd06c91 #3#,path=30036d3e8299 ) {
// expression stack (top to bottom)
[01] : 30036d3e8299
[00] : 109a47a15221 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[29]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:4] (this=109a47a153b9 #17#,exports=109a47a153b9 #17#,require=109a47a15271 #18#,module=109a47a15221 #16#,__filename=138a0a937531 ,__dirname=109a47a15391 ) {
// heap-allocated locals
var require = 109a47a15271 #18#
var express = 109a47a65641 #48#
var connect_timeout = 2c0cfdef2011 #49#
var MongoStore = 109a47adc0c1 #50#
var passport = 343fdfd04121
// expression stack (top to bottom)
[02] : 30036d3e8299
[01] : 343fdfd06c91 #3#
[00] : 109a47a15271 #18#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[31]: _compile [module.js:456] (this=109a47a15221 #16#,content=138a0a937bf1 #19#,filename=138a0a937531 ) {
// stack-allocated locals
var require = 109a47a15271 #18#
var dirname = 109a47a15391
var sandbox = 343fdfd04121
var k = 343fdfd04121
var wrapper = 138a0a9375a9 #51#
var compiledWrapper = 109a47a152f1 #52#
var args = 109a47a153d1 #53#
// heap-allocated locals
var self = 109a47a15221 #16#
// expression stack (top to bottom)
[09] : 109a47a153d1 #53#
[08] : 109a47a153b9 #17#
[07] : 109a47a152f1 #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, '...
-----------------------------------------
}
[32]: .js [module.js:474] (this=386104b3ad11 #11#,module=109a47a15221 #16#,filename=138a0a937531 ) {
// stack-allocated locals
var content = 138a0a937bf1 #19#
// expression stack (top to bottom)
[03] : 138a0a937531
[02] : 138a0a937bf1 #19#
[01] : 109a47a15221 #16#
--------- 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);?}
-----------------------------------------
}
[33]: load [module.js:356] (this=109a47a15221 #16#,filename=138a0a937531 ) {
// stack-allocated locals
var extension = 138a0a9381f9
// expression stack (top to bottom)
[04] : 138a0a937531
[03] : 109a47a15221 #16#
[02] : 386104b3ad11 #11#
[01] : 138a0a9381f9
--------- 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...
-----------------------------------------
}
[34]: _load [module.js:312] (this=386104b3aaa9 #5#,request=138a0a938219 ,parent=2c0cfde48df1 #20#,isMain=343fdfd04121 ) {
// stack-allocated locals
var filename = 138a0a937531
var cachedModule = 343fdfd04121
var replModule = 343fdfd04121
out Thu, 10 Oct 2013 21:13:11 GMT dule.js:474] (this=2078cd93de51 #10#,module=fc942f1ba01 #37#,filename=fc942f1bb99 ) {
// stack-allocated locals
var content = fc942f1c291 #40#
// expression stack (top to bottom)
[03] : fc942f1bb99
[02] : fc942f1c291 #40#
[01] : fc942f1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=fc942f1ba01 #37#,filename=fc942f1bb99 ) {
// stack-allocated locals
var extension = fc942f1c899
// expression stack (top to bottom)
[04] : fc942f1bb99
[03] : fc942f1ba01 #37#
[02] : 2078cd93de51 #10#
[01] : fc942f1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=2078cd93dbe9 #11#,request=fc942f1c8b9 ,parent=2078cd997001 #41#,isMain=e60d704121 ) {
// stack-allocated locals
var filename = fc942f1bb99
var cachedModule = e60d704121
var replModule = e60d704121
var module = fc942f1ba01 #37#
var hadException = e60d704141
// expression stack (top to bottom)
[11] : fc942f1bb99
[10] : fc942f1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : fc942f1c8b9
[01] : 2078cd997001 #41#
}
[86]: require [module.js:~361] (this=2078cd997001 #41#,path=fc942f1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=e60d706c91 #2#,path=fc942f1c8b9 ) {
// expression stack (top to bottom)
[01] : fc942f1c8b9
[00] : 2078cd997001 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=e60d706c91 #2#,file=2f3ea82d0309 ) {
// expression stack (top to bottom)
[02] : fc942f1c8b9
[01] : e60d706c91 #2#
[00] : 2078cd997051 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 2f3ea82d0309
[01] : 2 // not passed to callee
[02] : 2873ee7ede51 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=2873ee7ede51 #42#,a=2873ee7eddc9 #43#,b=e60d706c91 #2#) {
// stack-allocated locals
var c = 2873ee7ede51 #42#
var d = 5
var g = 2
var h = 2f3ea82d0309
// expression stack (top to bottom)
[07] : 2873ee7ede51 #42#
[06] : 2
[05] : 2f3ea82d0309
[04] : e60d706c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 2873ee7eddc9 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=e60d706c91 #2#,app=2873ee76b361 #44#) {
// stack-allocated locals
var lib = 2873ee7ede71 #96#
var autorun = 2873ee7ede51 #42#
// heap-allocated locals
var app = 2873ee76b361 #44#
var task = 2873ee712eb9 #97#
// expression stack (top to bottom)
[03] : 2873ee7eddc9 #43#
[02] : 2873ee7ede51 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=2078cd997321 #45#,dir=2873ee76b3c1 ) {
// stack-allocated locals
var app = 2873ee76b361 #44#
var pkg = 2873ee76b3a9 #98#
// expression stack (top to bottom)
[04] : 2873ee76b361 #44#
[03] : e60d706c91 #2#
[02] : 2078cd9a9fe9 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=2873ee76b509 #46#,exports=2873ee76b509 #46#,require=2873ee76b4c1 #47#,module=2873ee76b3e9 #48#,__filename=2ccedd3f9b21 ,__dirname=2873ee76b3c1 ) {
// stack-allocated locals
var base12 = 2078cd997321 #45#
// heap-allocated locals
var __dirname = 2873ee76b3c1
var require = 2873ee76b4c1 #47#
// expression stack (top to bottom)
[03] : 2873ee76b3c1
[02] : 2078cd997321 #45#
[01] : 2873ee76b3e9 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=2873ee76b3e9 #48#,content=2ccedd3f9d29
out Thu, 10 Oct 2013 21:13:12 GMT
==== Stack trace ============================================
Security context: 2e38c3f06b71 #0#
1: replace(aka replace) [native string.js:244] (this=3435d4f04149 ,a=3435d4f04101 #1#,b=d6801f04501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=2e38c3f06c91 #2#,line=3435d4f04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=3435d4f041f1 #3#,a=3435d4f041a9 #4#,b=2e38c3f06c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=3435d4f11221 #5#,file=3435d4f11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=3435d4f114e1 #6#,exports=3435d4f114e1 #6#,require=3435d4f11499 #7#,module=3435d4f11449 #8#,__filename=3435d4f11379 ,__dirname=3435d4f11351 )
9: _compile [module.js:456] (this=3435d4f11449 #8#,content=3435d4f120d9 #9#,filename=3435d4f11379 )
10: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f11449 #8#,filename=3435d4f11379 )
11: load [module.js:356] (this=3435d4f11449 #8#,filename=3435d4f11379 )
12: _load [module.js:312] (this=28d7dd63da69 #11#,request=329064456f79 ,parent=3435d4f12c41 #12#,isMain=2e38c3f04121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=3435d4f12c41 #12#,path=329064456f79 )
15: require [module.js:380] (this=2e38c3f06c91 #2#,path=329064456f79 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=3435d4f12f01 #13#,exports=3435d4f12f01 #13#,require=3435d4f12c91 #14#,module=3435d4f12c41 #12#,__filename=3435d4f12e51 ,__dirname=3435d4f12e29 )
18: _compile [module.js:456] (this=3435d4f12c41 #12#,content=3435d4f15599 #15#,filename=3435d4f12e51 )
19: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f12c41 #12#,filename=3435d4f12e51 )
20: load [module.js:356] (this=3435d4f12c41 #12#,filename=3435d4f12e51 )
21: _load [module.js:312] (this=28d7dd63da69 #11#,request=3234395cf3a1 ,parent=3435d4f17bd9 #16#,isMain=2e38c3f04121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=3435d4f17bd9 #16#,path=3234395cf3a1 )
24: require [module.js:380] (this=2e38c3f06c91 #2#,path=3234395cf3a1 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=3435d4f17dc9 #17#,exports=3435d4f17dc9 #17#,require=3435d4f17c29 #18#,module=3435d4f17bd9 #16#,__filename=3435d4f17d19 ,__dirname=3435d4f17cf1 )
27: _compile [module.js:456] (this=3435d4f17bd9 #16#,content=3435d4f17e89 ,filename=3435d4f17d19 )
28: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f17bd9 #16#,filename=3435d4f17d19 )
29: load [module.js:356] (this=3435d4f17bd9 #16#,filename=3435d4f17d19 )
30: _load [module.js:312] (this=28d7dd63da69 #11#,request=d6801f1cfe9 ,parent=3435d4f17ee9 #19#,isMain=2e38c3f04121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=3435d4f17ee9 #19#,path=d6801f1cfe9 )
33: require [module.js:380] (this=2e38c3f06c91 #2#,path=d6801f1cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=3435d4f18149 #20#,exports=3435d4f18149 #20#,require=3435d4f17f39 #21#,module=3435d4f17ee9 #19#,__filename=3435d4f18079 ,__dirname=3435d4f18051 )
36: _compile [module.js:456] (this=3435d4f17ee9 #19#,content=3435d4f18a81 #22#,filename=3435d4f18079 )
37: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f17ee9 #19#,filename=3435d4f18079 )
38: load [module.js:356] (this=3435d4f17ee9 #19#,filename=3435d4f18079 )
39: _load [module.js:312] (this=28d7dd63da69 #11#,request=3234395cd3d1 ,parent=3435d4f19361 #23#,isMain=2e38c3f04121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=3435d4f19361 #23#,path=3234395cd3d1 )
42: require [module.js:380] (this=2e38c3f06c91 #2#,path=3234395cd3d1 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=3435d4f19609 #24#,exports=3435d4f19609 #24#,require=3435d4f193b1 #25#,module=3435d4f19361 #23#,__filename=3435d4f19549 ,__dirname=3435d4f19521 )
45: _compile [module.js:456] (this=3435d4f19361 #23#,content=3435d4f19ce1 #26#,filename=3435d4f19549 )
46: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4
out Thu, 10 Oct 2013 21:13:12 GMT elopment', function(){\n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=3290644faa51 )
97: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=16438096b0f1 #48#,filename=3290644faa51 )
98: load [module.js:356] (this=16438096b0f1 #48#,filename=3290644faa51 )
99: _load [module.js:312] (this=28d7dd63da69 #11#,request=3290644fae01 ,parent=28d7dd699401 #49#,isMain=2e38c3f04121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=28d7dd699401 #49#,path=3290644fae01 )
102: require [module.js:380] (this=2e38c3f06c91 #2#,path=3290644fae01 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=28d7dd6970e1 #45#,app_path=3290644fae01 ,max=2e38c3f04121 ,start=2e38c3f04141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=28d7dd63de29 #50#,exports=28d7dd63de29 #50#,require=28d7dd63dd39 #51#,module=28d7dd63dce9 #52#,__filename=329064460d31 ,__dirname=28d7dd63de01 )
107: _compile [module.js:456] (this=28d7dd63dce9 #52#,content=329064460e21 ,filename=329064460d31 )
108: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=28d7dd63dce9 #52#,filename=329064460d31 )
109: load [module.js:356] (this=28d7dd63dce9 #52#,filename=329064460d31 )
110: _load [module.js:312] (this=28d7dd63da69 #11#,request=329064460f19 ,parent=2e38c3f04101 ,isMain=2e38c3f04141 )
111: runMain [module.js:497] (this=28d7dd63da69 #11#)
112: startup [node.js:119] (this=2e38c3f06c91 #2#)
113: /* anonymous */ [node.js:901] (this=2e38c3f06c91 #2#,process=28d7dd63d929 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=3435d4f04149 ,a=3435d4f04101 #1#,b=d6801f04501 ) {
// stack-allocated locals
var c = 3435d4f04149
var d = 2e38c3f04121
var g = 2e38c3f04121
var h = 2e38c3f04121
var i = 2e38c3f04121
var j = 2e38c3f04121
var k = 2e38c3f04121
// expression stack (top to bottom)
[10] : 28d7dd60a2c1 #54#
[09] : d6801f04501
[08] : 3435d4f04101 #1#
[07] : 3435d4f04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=2e38c3f06c91 #2#,line=3435d4f04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 3435d4f04149
[01] : 849 // not passed to callee
[02] : 3435d4f041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=3435d4f041f1 #3#,a=3435d4f041a9 #4#,b=2e38c3f06c91 #2#) {
// stack-allocated locals
var c = 3435d4f041f1 #3#
var d = 1589
var g = 849
var h = 3435d4f04149
// expression stack (top to bottom)
[07] : 3435d4f041f1 #3#
[06] : 849
[05] : 3435d4f04149
[04] : 2e38c3f06c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 3435d4f041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=3435d4f11221 #5#,file=3435d4f11141 ) {
// stack-allocated locals
var content = 3435d4f04211 #55#
var lines = 3435d4f041f1 #3#
// heap-allocated locals
var map = 3435d4f78429 #56#
// expression stack (top to bottom)
[03] : 3435d4f041a9 #4#
[02] : 3435d4f041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=3435d4f114e1 #6#,exports=3435d4f114e1 #6#,require=3435d4f11499 #7#,module=3435d4f11449 #8#,__filename=3435d4f11379 ,__dirname=3435d4f11351 ) {
// stack-allocated locals
var path = 28d7dd63dec9 #57#
var Mime = 3435d4f11289 #58#
var mime = 3435d4f11221 #5#
// heap-allocated locals
var fs = 28d7dd615cb1 #59#
// expression stack (top to bottom)
[04] : 3435d4f11141
[03] : 3435d4f11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=3435d4f11449 #8#,content=3435d4f120d9 #9#,filename=3435d4f11379 ) {
// stack-allocated locals
var require = 3435d4f114
err Thu, 10 Oct 2013 21:13:13 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:13:13 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= =
ode_modules/base12/node_modules/express/index.js>
loaded: e60d704141
children: 2078cd9a9d31 #233#
paths: 2078cd9a9d51 #234#
#198# 2873ee77b9e9: 2873ee77b9e9
id: 2ccedd3fc991
exports: 2873ee76b3a9 #98#
parent: 2078cd997001 #41#
filename: 2ccedd3fc991
loaded: e60d704141
children: 2873ee7a70e9 #235#
paths: 2873ee7a7109 #236#
#199# 2873ee77c1a1: 2873ee77c1a1
id: 2ccedd3fca11
exports: 2873ee7a7129 #156#
parent: 2078cd997001 #41#
filename: 2ccedd3fca11
loaded: e60d704141
children: 2873ee7a7141 #237#
paths: 2873ee7a7161 #238#
#200# 2873ee76b121: 2873ee76b121
id: 2ccedd3f9121
exports: 2078cd97f6e9 #239#
parent: 2078cd997001 #41#
filename: 2ccedd3f9121
loaded: e60d704141
children: 2873ee7a5699 #240#
paths: 2873ee7a56b9 #241#
#201# 2078cd97a601: 2078cd97a601
id: 31606941a111
exports: 2078cd96f981 #242#
parent: 2078cd997001 #41#
filename: 31606941a111
loaded: e60d704141
children: 2078cd9f4e49 #243#
paths: 2078cd9f4e69 #244#
#202# 2078cd969e71: 2078cd969e71
id: 31606941a451
exports: ffb6953f9 #245#
parent: 2078cd997001 #41#
filename: 31606941a451
loaded: e60d704141
children: 2078cd9f5309 #246#
paths: 2078cd9f5329 #247#
#203# 2078cd941319: 2078cd941319
id: 31606941a751
exports: ffb695e41 #248#
parent: 2078cd997001 #41#
filename: 31606941a751
loaded: e60d704141
children: 2078cd9f5391 #249#
paths: 2078cd9f53b1 #250#
#204# 2078cd92af31: 2078cd92af31
id: 31606941bfd1
exports: ffb696dc1 #251#
parent: 2078cd997001 #41#
filename: 31606941bfd1
loaded: e60d704141
children: 2078cd9f5aa9 #252#
paths: 2078cd9f5ac9 #253#
#205# 2078cd908d39: 2078cd908d39
id: 31606941d3f9
exports: 2873ee7ede71 #96#
parent: 2078cd997001 #41#
filename: 31606941d3f9
loaded: e60d704141
children: 2078cd9f5c99 #254#
paths: 2078cd9f5cb9 #255#
#206# 2078cd909071: 2078cd909071
id: 31606941d4e9
exports: 2873ee712451 @2873ee712451
parent: 2078cd997001 #41#
filename: 31606941d4e9
loaded: e60d704141
children: 2078cd9f5d21 @2078cd9f5d21
paths: 2078cd9f5d41 @2078cd9f5d41
#207# 2873ee7b3de1: 2873ee7b3de1
route: 617d9504501
handle: 2873ee7b5171 @2873ee7b5171
#208# 2873ee7b3e09: 2873ee7b3e09
route: 617d9504501
handle: 2873ee7b51b9 @2873ee7b51b9
#209# 2078cd9f5c51: 2078cd9f5c51
#210# fc942e331c1: fc942e331c1
#211# 2873ee7afa49: 2873ee7afa49
#212# 2873ee7afa61: 2873ee7afa61
#213# 2873ee7afa79: 2873ee7afa79
#214# 2873ee770cb1: 2873ee770cb1
pkg: 2ccedd356579
config: 2ccedd3565a1
models: 2ccedd3565c9
views: 2ccedd356609
lib: 2ccedd356629
controllers: 2ccedd356649
pub: 2ccedd356691
shared: 2ccedd3566d1
middleware: 2ccedd3566f1
locals: 2ccedd356739
tmp: 2ccedd356779
#215# 2873ee7b2909: 2873ee7b2909
url: 20f521c15ec1
#216# 2873ee7b2921: 2873ee7b2921
port: 80
#217# 2873ee7b2939: 2873ee7b2939
host: 20f521c15f41
port: 20f521c15f71
db: 20f521c15f91
#218# 2078cd9f4cd9: 2078cd9f4cd9
$__: 2078cd9fe6b1 @2078cd9fe6b1
isNew: e60d704141
errors: e60d704121
_maxListeners: 0
_doc: 2078cd9fe799 @2078cd9fe799
_pres: 2078cd9fe7b1 @2078cd9fe7b1
_posts: 2078cd9fe7c9 @2078cd9fe7c9
#219# 2078cd9f4d29: 2078cd9f4d29
$__: 2078cd9fe7e1 @2078cd9fe7e1
isNew: e60d704141
errors: e60d704121
_maxListeners: 0
_doc: 2078cd9fe8c9 @2078cd9fe8c9
_pres: 2078cd9fe8e1 @2078cd9fe8e1
_posts: 2078cd9fe8f9 @2078cd9fe8f9
#220# 2dd4ea90a9c1: 2dd4ea90a9c1
log: 2dd4ea912af1 @2dd4ea912af1
apologize: 2dd4ea912b39 @2dd4ea912b39
#221# 2dd4ea90a9e9: 2dd4ea90a9e9
search: 2dd4ea91ac89 @2dd4ea91ac89
create: 2dd4ea91aca9 @2dd4ea91aca9
read: 2dd4ea91acc9 @2dd4ea91acc9
update: 2dd4ea91ace9 @2dd4ea91ace9
updateItem: 2dd4ea91ad09 @2dd4ea91ad09
sellItem: 2dd4ea91ad29 @2dd4ea91ad29
destroy: 2dd4ea91ad49 @2dd4ea91ad49
#222# 2dd4ea90aa01: 2dd4ea90aa01
login: 2dd4ea912cd9 @2dd4ea912cd9
inventory: 2dd4ea912bd9 @2dd4ea912bd9
splash: 2dd4ea912c19 @2dd4ea912c19
inventorySoldOut: 2dd4ea912c39 @2dd4ea912c39
inventoryForSale: 2dd4ea912c99 @2dd4ea912c99
inventoryOnCart: 2dd4ea912d39 @2dd4ea912d39
inventoryOnEtsy: 2dd4ea912c79 @2dd4ea912c79
inventoryAtSowa: 2dd4ea912c59 @2dd4ea912c59
inventoryQuery: 2dd4ea912bf9 @2dd4ea912bf9
inventoryAdded: 2dd4ea912cb9 @2dd4ea912cb9
inventoryUp
out Thu, 10 Oct 2013 21:13:13 GMT ========================================================================================
name, 'utf8');? module._compile(stripBOM(content), filename);?}
-----------------------------------------
}
[20]: load [module.js:356] (this=3435d4f12c41 #12#,filename=3435d4f12e51 ) {
// stack-allocated locals
var extension = 3435d4f17bb9
// expression stack (top to bottom)
[04] : 3435d4f12e51
[03] : 3435d4f12c41 #12#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=28d7dd63da69 #11#,request=3234395cf3a1 ,parent=3435d4f17bd9 #16#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f12e51
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f12c41 #12#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f12e51
[10] : 3435d4f12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3234395cf3a1
[01] : 3435d4f17bd9 #16#
}
[23]: require [module.js:~361] (this=3435d4f17bd9 #16#,path=3234395cf3a1 ) {
// optimized frame
}
[24]: require [module.js:380] (this=2e38c3f06c91 #2#,path=3234395cf3a1 ) {
// expression stack (top to bottom)
[01] : 3234395cf3a1
[00] : 3435d4f17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=3435d4f17dc9 #17#,exports=3435d4f17dc9 #17#,require=3435d4f17c29 #18#,module=3435d4f17bd9 #16#,__filename=3435d4f17d19 ,__dirname=3435d4f17cf1 ) {
// expression stack (top to bottom)
[03] : 3234395cf3a1
[02] : 2e38c3f06c91 #2#
[01] : 3435d4f17c29 #18#
[00] : 3435d4f17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=3435d4f17bd9 #16#,content=3435d4f17e89 ,filename=3435d4f17d19 ) {
// stack-allocated locals
var require = 3435d4f17c29 #18#
var dirname = 3435d4f17cf1
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f17e01
var compiledWrapper = 3435d4f17ca9 #71#
var args = 3435d4f17de1 #72#
// heap-allocated locals
var self = 3435d4f17bd9 #16#
// expression stack (top to bottom)
[09] : 3435d4f17de1 #72#
[08] : 3435d4f17dc9 #17#
[07] : 3435d4f17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f17bd9 #16#,filename=3435d4f17d19 ) {
// stack-allocated locals
var content = 3435d4f17e89
// expression stack (top to bottom)
[03] : 3435d4f17d19
[02] : 3435d4f17e89
[01] : 3435d4f17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=3435d4f17bd9 #16#,filename=3435d4f17d19 ) {
// stack-allocated locals
var extension = 3435d4f17ec9
// expression stack (top to bottom)
[04] : 3435d4f17d19
[03] : 3435d4f17bd9 #16#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=28d7dd63da69 #11#,request=d6801f1cfe9 ,parent=3435d4f17ee9 #19#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f17d19
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f17bd9 #16#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f17d19
[10] : 3435d4f17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : d6801f1cfe9
[01] : 3435d4f17ee9 #19#
}
[32]: require [module.js:~361] (this=3435d4f17ee9 #19#,path=d6801f1cfe9 ) {
// optimized frame
}
[33]: require [module.js:380]
err Thu, 10 Oct 2013 21:13:13 GMT Exiting process due to uncaught exception!
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.11:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:13:13 GMT = Please ensure that you set the default write concern for the database by setting =
= no write acknowlegement =
name=2a6ccad38e71 ) {
// stack-allocated locals
var content = 2a6ccad39079
// expression stack (top to bottom)
[03] : 2a6ccad38e71
[02] : 2a6ccad39079
[01] : 386104b77741 #27#
--------- 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);?}
-----------------------------------------
}
[48]: load [module.js:356] (this=386104b77741 #27#,filename=2a6ccad38e71 ) {
// stack-allocated locals
var extension = 2a6ccad39201
// expression stack (top to bottom)
[04] : 2a6ccad38e71
[03] : 386104b77741 #27#
[02] : 386104b3ad11 #11#
[01] : 2a6ccad39201
--------- 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...
-----------------------------------------
}
[49]: _load [module.js:312] (this=386104b3aaa9 #5#,request=2a6ccad39221 ,parent=2c0cfde49809 #28#,isMain=343fdfd04121 ) {
// stack-allocated locals
var filename = 2a6ccad38e71
var cachedModule = 343fdfd04121
var replModule = 343fdfd04121
var module = 386104b77741 #27#
var hadException = 343fdfd04141
// expression stack (top to bottom)
[11] : 2a6ccad38e71
[10] : 386104b77741 #27#
--------- 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...
-----------------------------------------
}
[50]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2a6ccad39221
[01] : 2c0cfde49809 #28#
}
[51]: require [module.js:~361] (this=2c0cfde49809 #28#,path=2a6ccad39221 ) {
// expression stack (top to bottom)
[02] : 2c0cfde49809 #28#
[01] : 2a6ccad39221
[00] : 386104b3aaa9 #5#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[52]: require [module.js:380] (this=343fdfd06c91 #3#,path=2a6ccad39221 ) {
// expression stack (top to bottom)
[01] : 2a6ccad39221
[00] : 2c0cfde49809 #28#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[53]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=2c0cfde49069 #24#,app_path=2a6ccad39221 ,max=343fdfd04121 ,start=343fdfd04141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 343fdfd04121
var app = 343fdfd04121
// heap-allocated locals
var fork = 386104bc96f1 #61#
// expression stack (top to bottom)
[05] : 2a6ccad39221
[04] : 343fdfd06c91 #3#
[03] : 2c0cfde4f761 #62#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[54]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2a6ccad39221
[01] : 343fdfd04121
}
[55]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=386104b3ae69 #29#,exports=386104b3ae69 #29#,require=386104b3ad79 #30#,module=386104b3ad29 #31#,__filename=30036d360341 ,__dirname=386104b3ae41 ) {
// stack-allocated locals
var base12 = 2c0cfde49069 #24#
// expression stack (top to bottom)
[03] : 343fdfd04121
[02] : 2a6ccad39221
[01] : 2c0cfde49069 #24#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[57]: _compile [module.js:456] (this=386104b3ad29 #31#,content=30036d360431 ,filename=30036d360341 ) {
// stack-allocated locals
var require = 386104b3ad79 #30#
var dirname = 386104b3ae41
var sandbox = 343fdfd04121
var k = 343fdfd04121
var wrapper = 30036d360379
var compiledWrapper = 386104b3adf9 #63#
var args = 386104b3ae81 #64#
// heap-allocated locals
var self = 386104b3ad29 #31#
// expression stack (top to bottom)
[09] : 386104b3ae81 #64#
[08] : 386104b3ae69 #29#
[07] : 386104b3adf9 #63#
--------- 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, '...
-----------------------------------------
}
[58]: .js [module.js:474] (this=386104b3ad11 #11#,module=386104b3ad29 #31#,filename=30036d360341 ) {
// stack-allocated locals
var content = 30036d3604a1
// expression stack (top t
out Thu, 10 Oct 2013 21:13:13 GMT dated: 2dd4ea912d19 @2dd4ea912d19
generateLabels: 2dd4ea912cf9 @2dd4ea912cf9
#223# 2078cd9176a9: 2078cd9176a9
#224# fc942faebb1: fc942faebb1
#225# fc942faebd1: fc942faebd1
0: fc942ff4161
1: fc942ff4229
2: fc942ff42b9
3: fc942ff4321
4: fc942ff4379
5: fc942ff43c1
6: fc942ff4401
#226# fc942faa5a1: fc942faa5a1
0: fc942f831b1 @fc942f831b1
1: fc942f84c59 @fc942f84c59
#227# fc942faa5c1: fc942faa5c1
0: fc942fea411
1: fc942fea4d1
2: fc942fea589
3: fc942fea619
4: fc942fea681
5: fc942fea6d9
6: fc942fea721
7: fc942fea761
#228# fc942fac4c9: fc942fac4c9
#229# fc942fac4e1: fc942fac4e1
#230# fc942fac501: fc942fac501
0: fc942fef0e9
1: fc942fef1a9
2: fc942fef261
3: fc942fef2f1
4: fc942fef359
5: fc942fef3b1
6: fc942fef3f9
7: fc942fef439
#231# 2078cd99ab41: 2078cd99ab41
id: 2ccedd371901
exports: 2078cd924799 #161#
parent: 2078cd997251 #141#
filename: 2ccedd371901
loaded: e60d704141
children: 2078cd9aa749 @2078cd9aa749
paths: 2078cd9aa769 @2078cd9aa769
#232# 2078cd996d29: 2078cd996d29
version: 2ccedd356ed1
application: 2873ee717811 @2873ee717811
request: 2873ee718a59 @2873ee718a59
response: 2873ee76c0a9 @2873ee76c0a9
methods: 2873ee71c8a1 @2873ee71c8a1
#233# 2078cd9a9d31: 2078cd9a9d31
0: 2078cd996c59 @2078cd996c59
#234# 2078cd9a9d51: 2078cd9a9d51
0: 2ccedd3621b1
1: 2ccedd362219
2: 2ccedd362271
3: 2ccedd3622b1
4: 2ccedd3622e9
5: 2ccedd362319
6: 2ccedd362349
#235# 2873ee7a70e9: 2873ee7a70e9
#236# 2873ee7a7109: 2873ee7a7109
0: 20f521c133e9
1: 20f521c13429
2: 20f521c13461
3: 20f521c13491
4: 20f521c134c1
#237# 2873ee7a7141: 2873ee7a7141
#238# 2873ee7a7161: 2873ee7a7161
0: 20f521c13549
1: 20f521c13589
2: 20f521c135c1
3: 20f521c135f1
4: 20f521c13621
#239# 2078cd97f6e9: 2078cd97f6e9
base: 2078cd9c51c9 @2078cd9c51c9
modelName: 2ccedd3c5259
db: 2078cd9efc09 @2078cd9efc09
schema: 2078cd9fe4e9 @2078cd9fe4e9
options: e60d704121
collection: 2078cd9fe5a1 @2078cd9fe5a1
#240# 2873ee7a5699: 2873ee7a5699
0: 2873ee76afa9 @2873ee76afa9
1: 2873ee7b5ea9 @2873ee7b5ea9
#241# 2873ee7a56b9: 2873ee7a56b9
0: 20f521c12b71
1: 20f521c12bc1
2: 20f521c12c09
3: 20f521c12c49
4: 20f521c12c81
5: 20f521c12cb1
6: 20f521c12ce1
#242# 2078cd96f981: 2078cd96f981
base: 2078cd9c51c9 @2078cd9c51c9
modelName: 2f3ea823b0e1
db: 2078cd9efc09 @2078cd9efc09
schema: 2078cd9fed49 @2078cd9fed49
options: e60d704121
collection: 2078cd9fee01 @2078cd9fee01
#243# 2078cd9f4e49: 2078cd9f4e49
#244# 2078cd9f4e69: 2078cd9f4e69
0: 316069444081
1: 3160694440d1
2: 316069444119
3: 316069444159
4: 316069444191
5: 3160694441c1
6: 3160694441f1
#245# ffb6953f9: ffb6953f9
#246# 2078cd9f5309: 2078cd9f5309
#247# 2078cd9f5329: 2078cd9f5329
0: 316069444239
1: 316069444289
2: 3160694442d1
3: 316069444311
4: 316069444349
5: 316069444379
6: 3160694443a9
#248# ffb695e41: ffb695e41
#249# 2078cd9f5391: 2078cd9f5391
#250# 2078cd9f53b1: 2078cd9f53b1
0: 3160
out Thu, 10 Oct 2013 21:13:14 GMT o bottom)
[03] : 30036d360341
[02] : 30036d360431
[01] : 386104b3ad29 #31#
--------- 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);?}
-----------------------------------------
}
[59]: load [module.js:356] (this=386104b3ad29 #31#,filename=30036d360341 ) {
// stack-allocated locals
var extension = 32e9e651d0e1
// expression stack (top to bottom)
[04] : 30036d360341
[03] : 386104b3ad29 #31#
[02] : 386104b3ad11 #11#
[01] : 32e9e651d0e1
--------- 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...
-----------------------------------------
}
[60]: _load [module.js:312] (this=386104b3aaa9 #5#,request=30036d360529 ,parent=343fdfd04101 ,isMain=343fdfd04141 ) {
// stack-allocated locals
var filename = 30036d360341
var cachedModule = 343fdfd04121
var replModule = 343fdfd04121
var module = 386104b3ad29 #31#
var hadException = 343fdfd04141
// expression stack (top to bottom)
[11] : 30036d360341
[10] : 386104b3ad29 #31#
--------- 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...
-----------------------------------------
}
[61]: runMain [module.js:497] (this=386104b3aaa9 #5#) {
// expression stack (top to bottom)
[03] : 343fdfd04141
[02] : 343fdfd04101
[01] : 30036d360529
[00] : 386104b3aaa9 #5#
--------- 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();?}
-----------------------------------------
}
[62]: startup [node.js:119] (this=343fdfd06c91 #3#) {
// stack-allocated locals
var EventEmitter = 386104b3af21 #65#
var d = 343fdfd04121
var path = 386104b3af09 #41#
var cluster = 386104b3aea1 #66#
var Module = 386104b3aaa9 #5#
var debugTimeout = 343fdfd04121
var opts = 343fdfd04121
var repl = 343fdfd04121
// heap-allocated locals
var code = 343fdfd04121
// expression stack (top to bottom)
[08] : 386104b3aaa9 #5#
--------- 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...
-----------------------------------------
}
[63]: /* anonymous */ [node.js:901] (this=343fdfd06c91 #3#,process=386104b3a969 #32#) {
// stack-allocated locals
var Script = 343fdfd35229 #67#
// heap-allocated locals
var process = 386104b3a969 #32#
var startup = 386104b3af69 #68#
var assert = 343fdfd42309 #69#
var evalScript = 7910bc6b661 #70#
var errnoException = 7910bc6b6a9 #71#
var createWritableStdioStream = 7910bc6b6f1 #72#
var runInThisContext = 343fdfd34fc1 #73#
var NativeModule = 343fdfd6fb01 #74#
// expression stack (top to bottom)
[02] : 343fdfd06c91 #3#
[01] : 386104b3af69 #68#
--------- 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# 343fdfd06b71: 343fdfd06b71
#1# 343fdfd073f1: 343fdfd073f1
#2# 173165f04101: 173165f04101
#3# 343fdfd06c91: 343fdfd06c91
#4# 173165f04919: 173165f04919
0: 32e9e651d0e1
1: 32e9e6530061
2: 32e9e6530081
3: 138a0a907e09
4: 138a0a907e31
#5# 386104b3aaa9: 386104b3aaa9
_contextLoad: 343fdfd04161
_cache: 7910bc31c71 #75#
_pathCache: 7910bc31c89 #76#
_extensions: 386104b3ad11 #11#
globalPaths: 7910bc31ca1 #77#
wrapper: 7910bc31cc1 #78#
_realpathCache: 7910bc31ce1 #79#
#6# 173165f04dd9: 173165f04dd9
0: 173165f590d9
1: 173165f59199
2: 173165f59249
3: 173165f592e1
4: 173165f59371
5: 173165f593d9
6: 173165f59431
7: 173165f59479
8: 173165f594b9
9: 30036d352871
...
#7# 173165f04e19: 173165f04e19
id: 173165f04fe1
exports: 173165f050a1 #8#
parent: 173165f06049 #12#
filename: 173165f04fe1
loaded: 343fdfd04161
children: 173165f52031 #80#
paths: 173165f52051 #81#
#8# 173165f050a1: 173165f050a1
#9# 173165f04e69: 173165f04e69
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#10# 173165f058a1: 173165f058a1
#11# 386104b3ad11: 386104b3ad11
#12# 173165f06049: 173165f06049
id: 173165f06261
exports: 173165f06309
out Thu, 10 Oct 2013 21:13:14 GMT = journal: true/false, wait for flush to journal before acknowlegement =
694443d1
1: 316069444421
2: 316069444469
3: 3160694444a9
4: 3160694444e1
5: 316069444511
6: 316069444541
#251# ffb696dc1: ffb696dc1
#252# 2078cd9f5aa9: 2078cd9f5aa9
#253# 2078cd9f5ac9: 2078cd9f5ac9
0: 316069444569
1: 3160694445b9
2: 316069444601
3: 316069444641
4: 316069444679
5: 3160694446a9
6: 3160694446d9
#254# 2078cd9f5c99: 2078cd9f5c99
#255# 2078cd9f5cb9: 2078cd9f5cb9
0: 316069444701
1: 316069444749
2: 316069444791
3: 3160694447d1
4: 316069444809
5: 316069444839
6: 316069444869
=====================
========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
= no write acknowlegement =
1 #23#,filename=37f1d0f19549 )
47: load [module.js:356] (this=37f1d0f19361 #23#,filename=37f1d0f19549 )
48: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=31765175d9f9 ,parent=37f1d0f1a361 #27#,isMain=327867f04121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=37f1d0f1a361 #27#,path=31765175d9f9 )
51: require [module.js:380] (this=327867f06c91 #2#,path=31765175d9f9 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=37f1d0f1a551 #28#,exports=37f1d0f1a551 #28#,require=37f1d0f1a3b1 #29#,module=37f1d0f1a361 #27#,__filename=37f1d0f1a4a1 ,__dirname=37f1d0f1a479 )
54: _compile [module.js:456] (this=37f1d0f1a361 #27#,content=37f1d0f1a651 ,filename=37f1d0f1a4a1 )
55: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1a361 #27#,filename=37f1d0f1a4a1 )
56: load [module.js:356] (this=37f1d0f1a361 #27#,filename=37f1d0f1a4a1 )
57: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=1d8be0f26061 ,parent=37f1d0f1a6f1 #30#,isMain=327867f04121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=37f1d0f1a6f1 #30#,path=1d8be0f26061 )
60: require [module.js:380] (this=327867f06c91 #2#,path=1d8be0f26061 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=37f1d0f1a929 #31#,exports=37f1d0f1a929 #31#,require=37f1d0f1a741 #32#,module=37f1d0f1a6f1 #30#,__filename=37f1d0f1a891 ,__dirname=37f1d0f1a869 )
63: _compile [module.js:456] (this=37f1d0f1a6f1 #30#,content=37f1d0f1b011 #33#,filename=37f1d0f1a891 )
64: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1a6f1 #30#,filename=37f1d0f1a891 )
65: load [module.js:356] (this=37f1d0f1a6f1 #30#,filename=37f1d0f1a891 )
66: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651756a89 ,parent=37f1d0f1b699 #34#,isMain=327867f04121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=37f1d0f1b699 #34#,path=317651756a89 )
69: require [module.js:380] (this=327867f06c91 #2#,path=317651756a89 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=37f1d0f1b861 #35#,exports=37f1d0f1b861 #35#,require=37f1d0f1b6e9 #36#,module=37f1d0f1b699 #34#,__filename=37f1d0f1b7d9 ,__dirname=37f1d0f1b7b1 )
72: _compile [module.js:456] (this=37f1d0f1b699 #34#,content=37f1d0f1b961 ,filename=37f1d0f1b7d9 )
73: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1b699 #34#,filename=37f1d0f1b7d9 )
74: load [module.js:356] (this=37f1d0f1b699 #34#,filename=37f1d0f1b7d9 )
75: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651754c79 ,parent=37f1d0f1ba01 #37#,isMain=327867f04121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=37f1d0f1ba01 #37#,path=317651754c79 )
78: require [module.js:380] (this=327867f06c91 #2#,path=317651754c79 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=37f1d0f1bc11 #38#,exports=37f1d0f1bc11 #38#,require=37f1d0f1ba51 #39#,module=37f1d0f1ba01 #37#,__filename=37f1d0f1bb99 ,__dirname=37f1d0f1bb71 )
81: _compile [module.js:456] (this=37f1d0f1ba01 #37#,content=37f1d0f1c291 #40#,filename=37f1d0f1bb99 )
82: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1ba01 #37#,filename=37f1d0f1bb99 )
83: load [module.js:356] (this=37f1d0f1ba01 #37#,filename=37f1d0f1bb99 )
84: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=37f1d0f1c8b9 ,parent=5c32ef97001 #41#,isMain=327867f04121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=5c32ef97001 #41#,path=37f1d0f1c8b9 )
87: require [module.js:380] (this=327867f06c91 #2#,path=37f1d0f1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=327867f06c91 #2#,file=3ca3d34d0309 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=12b771bedfd1 #42#,a=12b771bedf49 #43#,b=327867f06c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=327867f06c91 #2#,app=12b771b6b461 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=5c32ef97321 #45#,dir=12b771b6b4c1 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=12b771b6b609 #46#,exports=12b771b6b609 #46#,require=12b771b6b5c1 #47#,module=12b771b6b4e9 #48#,__filename=3176517fa0c1 ,__dirname=12b771b6b4c1 )
96: _compile [module.js:456] (this=12b771b6b4e9 #48#,content=3176517fa2c9
out Thu, 10 Oct 2013 21:13:14 GMT = =
]: _compile [module.js:456] (this=3435d4f19361 #23#,content=3435d4f19ce1 #26#,filename=3435d4f19549 ) {
// stack-allocated locals
var require = 3435d4f193b1 #25#
var dirname = 3435d4f19521
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f19641 #81#
var compiledWrapper = 3435d4f19479 #82#
var args = 3435d4f19621 #83#
// heap-allocated locals
var self = 3435d4f19361 #23#
// expression stack (top to bottom)
[09] : 3435d4f19621 #83#
[08] : 3435d4f19609 #24#
[07] : 3435d4f19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f19361 #23#,filename=3435d4f19549 ) {
// stack-allocated locals
var content = 3435d4f19ce1 #26#
// expression stack (top to bottom)
[03] : 3435d4f19549
[02] : 3435d4f19ce1 #26#
[01] : 3435d4f19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=3435d4f19361 #23#,filename=3435d4f19549 ) {
// stack-allocated locals
var extension = 3435d4f1a341
// expression stack (top to bottom)
[04] : 3435d4f19549
[03] : 3435d4f19361 #23#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=28d7dd63da69 #11#,request=32906445e1d1 ,parent=3435d4f1a361 #27#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f19549
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f19361 #23#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f19549
[10] : 3435d4f19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 32906445e1d1
[01] : 3435d4f1a361 #27#
}
[50]: require [module.js:~361] (this=3435d4f1a361 #27#,path=32906445e1d1 ) {
// optimized frame
}
[51]: require [module.js:380] (this=2e38c3f06c91 #2#,path=32906445e1d1 ) {
// expression stack (top to bottom)
[01] : 32906445e1d1
[00] : 3435d4f1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=3435d4f1a551 #28#,exports=3435d4f1a551 #28#,require=3435d4f1a3b1 #29#,module=3435d4f1a361 #27#,__filename=3435d4f1a4a1 ,__dirname=3435d4f1a479 ) {
// expression stack (top to bottom)
[03] : 32906445e1d1
[02] : 2e38c3f06c91 #2#
[01] : 3435d4f1a3b1 #29#
[00] : 3435d4f1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=3435d4f1a361 #27#,content=3435d4f1a651 ,filename=3435d4f1a4a1 ) {
// stack-allocated locals
var require = 3435d4f1a3b1 #29#
var dirname = 3435d4f1a479
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f1a589
var compiledWrapper = 3435d4f1a431 #84#
var args = 3435d4f1a569 #85#
// heap-allocated locals
var self = 3435d4f1a361 #27#
// expression stack (top to bottom)
[09] : 3435d4f1a569 #85#
[08] : 3435d4f1a551 #28#
[07] : 3435d4f1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1a361 #27#,filename=3435d4f1a4a1 ) {
// stack-allocated locals
var content = 3435d4f1a651
// expression stack (top to bottom)
[03] : 3435d4f1a4a1
[02] : 3435d4f1a651
[01] : 3435d4f1a361 #27#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFileSync(filename, 'utf8');? module._compile(stri
out Thu, 10 Oct 2013 21:13:14 GMT = fsync: true/false, wait for flush to file system before acknowlegement =
ject>#13#
parent: 109a47a15221 #16#
filename: 173165f06261
loaded: 343fdfd04161
children: 173165f520f9 #82#
paths: 173165f52119 #83#
#13# 173165f06309: 173165f06309
#14# 173165f06099: 173165f06099
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#15# 173165f09659: 173165f09659
#16# 109a47a15221: 109a47a15221
id: 138a0a937531
exports: 109a47a153b9 #17#
parent: 2c0cfde48df1 #20#
filename: 138a0a937531
loaded: 343fdfd04161
children: 109a47a65689 #84#
paths: 109a47a656a9 #85#
#17# 109a47a153b9: 109a47a153b9
#18# 109a47a15271: 109a47a15271
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#19# 138a0a937bf1: 138a0a937bf1
#20# 2c0cfde48df1: 2c0cfde48df1
id: 30036d36e4b1
exports: 2c0cfde48ec1 #86#
parent: 2c0cfde48fe1 #87#
filename: 30036d36e4b1
loaded: 343fdfd04141
children: 2c0cfde4fef1 #88#
paths: 2c0cfde4ff11 #89#
#21# 7910bc6f621: 7910bc6f621
0: 1becc8ee7f9
1: 1becc8ee819
2: 1becc8ee839
3: 1becc8ee861
4: 1becc8ee881
#22# 7910bc6f679: 7910bc6f679
#23# 386104b776b9: 386104b776b9
use: 2c0cfde57eb9 #90#
listen: 2c0cfde581c9 #91#
route: 32e9e65146b9
stack: 386104b33a09 #92#
request: 386104b33a29 #93#
response: 386104b33a41 #94#
cache: 386104b33a59 #95#
settings: 386104b30539 #96#
engines: 386104b33a71 #97#
viewCallbacks: 386104b33a89 #98#
_router: 386104b30551 #99#
routes: 386104b33aa9 #100#
dir: 386104b77719
constants: 386104b33b11 #101#
config: 386104b30711 #102#
_usedRouter: 343fdfd04141
models: 386104bc9491 #103#
middleware: 7910bc6cb79 #104#
controllers: 7910bc6cf99 #105#
#24# 2c0cfde49069: 2c0cfde49069
balance: 7910bc5a5f1 #106#
cycle: 7910bc59271 #107#
app: 2c0cfde48ec1 #86#
#25# 386104b77861: 386104b77861
#26# 386104b77819: 386104b77819
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#27# 386104b77741: 386104b77741
id: 2a6ccad38e71
exports: 386104b77861 #25#
parent: 2c0cfde49809 #28#
filename: 2a6ccad38e71
loaded: 343fdfd04161
children: 386104bc9651 #108#
paths: 386104bc9671 #109#
#28# 2c0cfde49809: 2c0cfde49809
id: 30036d370829
exports: 7910bc5a5f1 #106#
parent: 2c0cfde48fe1 #87#
filename: 30036d370829
loaded: 343fdfd04141
children: 2c0cfde50231 #110#
paths: 2c0cfde50251 #111#
#29# 386104b3ae69: 386104b3ae69
#30# 386104b3ad79: 386104b3ad79
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#31# 386104b3ad29: 386104b3ad29
id: 32e9e6504e09
exports: 386104b3ae69 #29#
parent: 343fdfd04101
filename: 30036d360341
loaded: 343fdfd04161
children: 7910bc6bc09 #112#
paths: 7910bc6bc29 #113#
#32# 386104b3a969: 386104b3a969
#33# 7910bc30fd1: 7910bc30fd1
close: 7910bc69841 #114#
closeSync: 7910bc69889 #115#
open: 7910bc69721 #116#
read: 7910bcdbb29 #117#
readSync: 7910bcdbb71 #118#
readdir: 7910bc697b1 #119#
fchown: 386104b7b751 #120#
fchownSync: 386104b7b851 #121#
chown: 386104b7b6d1 #122#
chownSync: 386104b7b7d1 #123#
lchown: 7910bcdba81 #124#
lchownSync: 7910bcdbae1 #125#
#34# 7910bc6fc71: 7910bc6fc71
#35# 7910bc6fc89: 7910bc6fc89
#36# 7910bc6fcd1: 7910bc6fcd1
#37# 173165f04ee9: 173165f04ee9
#38# 173165f050d9: 173165f050d9
#39# 173165f04f31: 173165f04f31
#40# 173165f050b9: 173165f050b9
0: 173165f050a1 #8#
1: 173165f04e69 #9#
2: 173165f04e19 #7#
3: 173165f04fe1
4: 173165f04fb9
#41# 386104b3af09: 386104b3af09
sep: 32e9e65146b9
delimiter: 32e9e6516a31
#42# 7910bc5b819: 7910bc5b819
#43# 173165f06161: 173165f06161
#44# 173165f06119: 173165f06119
#45# 173165f06341: 173165f06341
#46# 173165f061a9: 173165f061a9
#47# 173165f06321: 173165f06321
0: 173165f06309 #13#
1: 173165f06099 #14#
2: 173165f06049 #12#
3: 173165f06261
4: 173165f06239
#48# 109a47a65641: 109a47a65641
mime: 109a47a65431 #126#
application: 386104bac5a9 #127#
request: 386104bac5c1 #128#
response: 386104bac5d9 #129#
#49# 2c0cfdef2011: 2c0cfdef2011
#50# 109a47adc0c1: 109a47adc0c1
#51# 138a0a9375a9: 138a0a9375a9
#52# 109a47a152f1: 109a47a152f1
#53# 109a47a153d1: 109a
out Thu, 10 Oct 2013 21:13:13 GMT >
var module = 109a47a15221 #16#
var hadException = 343fdfd04141
// expression stack (top to bottom)
[11] : 138a0a937531
[10] : 109a47a15221 #16#
--------- 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...
-----------------------------------------
}
[35]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 138a0a938219
[01] : 2c0cfde48df1 #20#
}
[36]: require [module.js:~361] (this=2c0cfde48df1 #20#,path=138a0a938219 ) {
// optimized frame
}
[37]: require [module.js:380] (this=343fdfd06c91 #3#,path=138a0a938219 ) {
// expression stack (top to bottom)
[01] : 138a0a938219
[00] : 2c0cfde48df1 #20#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[38]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=343fdfd06c91 #3#,file=1becc8ee839 ) {
// expression stack (top to bottom)
[02] : 138a0a938219
[01] : 343fdfd06c91 #3#
[00] : 2c0cfde48e41 #54#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[39]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 1becc8ee839
[01] : 2 // not passed to callee
[02] : 7910bc6f621 #21# // not passed to callee
}
[40]: forEach [native array.js:1120] (this=7910bc6f621 #21#,a=7910bc6f679 #22#,b=343fdfd06c91 #3#) {
// stack-allocated locals
var c = 7910bc6f621 #21#
var d = 5
var g = 2
var h = 1becc8ee839
// expression stack (top to bottom)
[07] : 7910bc6f621 #21#
[06] : 2
[05] : 1becc8ee839
[04] : 343fdfd06c91 #3#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[41]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 7910bc6f679 #22#
}
[42]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=343fdfd06c91 #3#,app=386104b776b9 #23#) {
// stack-allocated locals
var lib = 7910bc6f5d1 #55#
var autorun = 7910bc6f621 #21#
// heap-allocated locals
var app = 386104b776b9 #23#
var task = 2c0cfde945a9 #56#
// expression stack (top to bottom)
[03] : 7910bc6f679 #22#
[02] : 7910bc6f621 #21#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[43]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=2c0cfde49069 #24#,dir=386104b77719 ) {
// stack-allocated locals
var app = 386104b776b9 #23#
var pkg = 386104b77701 #57#
// expression stack (top to bottom)
[04] : 386104b776b9 #23#
[03] : 343fdfd06c91 #3#
[02] : 2c0cfde500e1 #58#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[44]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=386104b77861 #25#,exports=386104b77861 #25#,require=386104b77819 #26#,module=386104b77741 #27#,__filename=2a6ccad38e71 ,__dirname=386104b77719 ) {
// stack-allocated locals
var base12 = 2c0cfde49069 #24#
// heap-allocated locals
var __dirname = 386104b77719
var require = 386104b77819 #26#
// expression stack (top to bottom)
[03] : 386104b77719
[02] : 2c0cfde49069 #24#
[01] : 386104b77741 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[46]: _compile [module.js:456] (this=386104b77741 #27#,content=2a6ccad39079 ,filename=2a6ccad38e71 ) {
// stack-allocated locals
var require = 386104b77819 #26#
var dirname = 386104b77719
var sandbox = 343fdfd04121
var k = 343fdfd04121
var wrapper = 2a6ccad38eb1
var compiledWrapper = 386104b77791 #59#
var args = 386104b77879 #60#
// heap-allocated locals
var self = 386104b77741 #27#
// expression stack (top to bottom)
[09] : 386104b77879 #60#
[08] : 386104b77861 #25#
[07] : 386104b77791 #59#
--------- 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, '...
-----------------------------------------
}
[47]: .js [module.js:474] (this=386104b3ad11 #11#,module=386104b77741 #27#,file
out Thu, 10 Oct 2013 21:13:14 GMT ction(){\n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=3176517fa0c1 )
97: .js [module.js:474] (this=5c32ef3de51 #10#,module=12b771b6b4e9 #48#,filename=3176517fa0c1 )
98: load [module.js:356] (this=12b771b6b4e9 #48#,filename=3176517fa0c1 )
99: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=3176517fa471 ,parent=5c32ef99641 #49#,isMain=327867f04121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=5c32ef99641 #49#,path=3176517fa471 )
102: require [module.js:380] (this=327867f06c91 #2#,path=3176517fa471 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=5c32ef97321 #45#,app_path=3176517fa471 ,max=327867f04121 ,start=327867f04141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=5c32ef3dfa9 #50#,exports=5c32ef3dfa9 #50#,require=5c32ef3deb9 #51#,module=5c32ef3de69 #52#,__filename=317651760341 ,__dirname=5c32ef3df81 )
107: _compile [module.js:456] (this=5c32ef3de69 #52#,content=317651760431 ,filename=317651760341 )
108: .js [module.js:474] (this=5c32ef3de51 #10#,module=5c32ef3de69 #52#,filename=317651760341 )
109: load [module.js:356] (this=5c32ef3de69 #52#,filename=317651760341 )
110: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651760529 ,parent=327867f04101 ,isMain=327867f04141 )
111: runMain [module.js:497] (this=5c32ef3dbe9 #11#)
112: startup [node.js:119] (this=327867f06c91 #2#)
113: /* anonymous */ [node.js:901] (this=327867f06c91 #2#,process=5c32ef3daa9 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=37f1d0f04149 ,a=37f1d0f04101 #1#,b=1d8be0f04501 ) {
// stack-allocated locals
var c = 37f1d0f04149
var d = 327867f04121
var g = 327867f04121
var h = 327867f04121
var i = 327867f04121
var j = 327867f04121
var k = 327867f04121
// expression stack (top to bottom)
[10] : 5c32ef0a2c1 #54#
[09] : 1d8be0f04501
[08] : 37f1d0f04101 #1#
[07] : 37f1d0f04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=327867f06c91 #2#,line=37f1d0f04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 37f1d0f04149
[01] : 849 // not passed to callee
[02] : 37f1d0f041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=37f1d0f041f1 #3#,a=37f1d0f041a9 #4#,b=327867f06c91 #2#) {
// stack-allocated locals
var c = 37f1d0f041f1 #3#
var d = 1589
var g = 849
var h = 37f1d0f04149
// expression stack (top to bottom)
[07] : 37f1d0f041f1 #3#
[06] : 849
[05] : 37f1d0f04149
[04] : 327867f06c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 37f1d0f041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=37f1d0f11221 #5#,file=37f1d0f11141 ) {
// stack-allocated locals
var content = 37f1d0f04211 #55#
var lines = 37f1d0f041f1 #3#
// heap-allocated locals
var map = 37f1d0f78429 #56#
// expression stack (top to bottom)
[03] : 37f1d0f041a9 #4#
[02] : 37f1d0f041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=37f1d0f114e1 #6#,exports=37f1d0f114e1 #6#,require=37f1d0f11499 #7#,module=37f1d0f11449 #8#,__filename=37f1d0f11379 ,__dirname=37f1d0f11351 ) {
// stack-allocated locals
var path = 5c32ef3e049 #57#
var Mime = 37f1d0f11289 #58#
var mime = 37f1d0f11221 #5#
// heap-allocated locals
var fs = 5c32ef15cb1 #59#
// expression stack (top to bottom)
[04] : 37f1d0f11141
[03] : 37f1d0f11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=37f1d0f11449 #8#,content=37f1d0f120d9 #9#,filename=37f1d0f11379 ) {
// stack-allocated locals
var require = 37f1d0f11499 #7#
va
out Thu, 10 Oct 2013 21:13:14 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
r dirname = 37f1d0f11351
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f11519 #60#
var compiledWrapper = 37f1d0f112d1 #61#
var args = 37f1d0f114f9 #62#
// heap-allocated locals
var self = 37f1d0f11449 #8#
// expression stack (top to bottom)
[09] : 37f1d0f114f9 #62#
[08] : 37f1d0f114e1 #6#
[07] : 37f1d0f112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f11449 #8#,filename=37f1d0f11379 ) {
// stack-allocated locals
var content = 37f1d0f120d9 #9#
// expression stack (top to bottom)
[03] : 37f1d0f11379
[02] : 37f1d0f120d9 #9#
[01] : 37f1d0f11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=37f1d0f11449 #8#,filename=37f1d0f11379 ) {
// stack-allocated locals
var extension = 37f1d0f12c21
// expression stack (top to bottom)
[04] : 37f1d0f11379
[03] : 37f1d0f11449 #8#
[02] : 5c32ef3de51 #10#
[01] : 37f1d0f12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651756961 ,parent=37f1d0f12c41 #12#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 37f1d0f11379
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 37f1d0f11449 #8#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 37f1d0f11379
[10] : 37f1d0f11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 317651756961
[01] : 37f1d0f12c41 #12#
}
[14]: require [module.js:~361] (this=37f1d0f12c41 #12#,path=317651756961 ) {
// optimized frame
}
[15]: require [module.js:380] (this=327867f06c91 #2#,path=317651756961 ) {
// expression stack (top to bottom)
[01] : 317651756961
[00] : 37f1d0f12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=37f1d0f12f01 #13#,exports=37f1d0f12f01 #13#,require=37f1d0f12c91 #14#,module=37f1d0f12c41 #12#,__filename=37f1d0f12e51 ,__dirname=37f1d0f12e29 ) {
// stack-allocated locals
var Stream = 5c32ef11189 #63#
var path = 327867f04121
var send = 37f1d0f12d11 #64#
// heap-allocated locals
var debug = 37f1d0f7c2c9 #65#
var parseRange = 12b771becf29 #66#
var mime = 327867f04121
var fresh = 327867f04121
var http = 327867f04121
var fs = 327867f04121
var basename = 327867f04121
var normalize = 327867f04121
var join = 327867f04121
var utils = 327867f04121
var SendStream = 37f1d0f7c311 #67#
// expression stack (top to bottom)
[05] : 317651756961
[04] : 327867f06c91 #2#
[03] : 37f1d0f12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=37f1d0f12c41 #12#,content=37f1d0f15599 #15#,filename=37f1d0f12e51 ) {
// stack-allocated locals
var require = 37f1d0f12c91 #14#
var dirname = 37f1d0f12e29
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f12f39 #68#
var compiledWrapper = 37f1d0f12d59 #69#
var args = 37f1d0f12f19 #70#
// heap-allocated locals
var self = 37f1d0f12c41 #12#
// expression stack (top to bottom)
[09] : 37f1d0f12f19 #70#
[08] : 37f1d0f12f01 #13#
[07] : 37f1d0f12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f12c41 #12#,filename=37f1d0f12e51 ) {
// stack-allocated locals
var content = 37f1d0f15599 #15#
// expression stack (top to bottom)
[03] : 37f1d0f12e51
[02] : 37f1d0f15599 #15#
[01] : 37f1d0f12c41 #12#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFileSync(filename, 'utf8');? module._compile(stri
out Thu, 10 Oct 2013 21:13:13 GMT [ base12app ] worker listening on port 80
= w: (value of > -1 or the string 'majority'), where < 1 means =
= one of the options =
==== Stack trace ============================================
Security context: 327867f06b71 #0#
1: replace(aka replace) [native string.js:244] (this=37f1d0f04149 ,a=37f1d0f04101 #1#,b=1d8be0f04501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=327867f06c91 #2#,line=37f1d0f04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=37f1d0f041f1 #3#,a=37f1d0f041a9 #4#,b=327867f06c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=37f1d0f11221 #5#,file=37f1d0f11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=37f1d0f114e1 #6#,exports=37f1d0f114e1 #6#,require=37f1d0f11499 #7#,module=37f1d0f11449 #8#,__filename=37f1d0f11379 ,__dirname=37f1d0f11351 )
9: _compile [module.js:456] (this=37f1d0f11449 #8#,content=37f1d0f120d9 #9#,filename=37f1d0f11379 )
10: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f11449 #8#,filename=37f1d0f11379 )
11: load [module.js:356] (this=37f1d0f11449 #8#,filename=37f1d0f11379 )
12: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651756961 ,parent=37f1d0f12c41 #12#,isMain=327867f04121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=37f1d0f12c41 #12#,path=317651756961 )
15: require [module.js:380] (this=327867f06c91 #2#,path=317651756961 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=37f1d0f12f01 #13#,exports=37f1d0f12f01 #13#,require=37f1d0f12c91 #14#,module=37f1d0f12c41 #12#,__filename=37f1d0f12e51 ,__dirname=37f1d0f12e29 )
18: _compile [module.js:456] (this=37f1d0f12c41 #12#,content=37f1d0f15599 #15#,filename=37f1d0f12e51 )
19: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f12c41 #12#,filename=37f1d0f12e51 )
20: load [module.js:356] (this=37f1d0f12c41 #12#,filename=37f1d0f12e51 )
21: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=3ca3d34cf339 ,parent=37f1d0f17bd9 #16#,isMain=327867f04121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=37f1d0f17bd9 #16#,path=3ca3d34cf339 )
24: require [module.js:380] (this=327867f06c91 #2#,path=3ca3d34cf339 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=37f1d0f17dc9 #17#,exports=37f1d0f17dc9 #17#,require=37f1d0f17c29 #18#,module=37f1d0f17bd9 #16#,__filename=37f1d0f17d19 ,__dirname=37f1d0f17cf1 )
27: _compile [module.js:456] (this=37f1d0f17bd9 #16#,content=37f1d0f17e89 ,filename=37f1d0f17d19 )
28: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f17bd9 #16#,filename=37f1d0f17d19 )
29: load [module.js:356] (this=37f1d0f17bd9 #16#,filename=37f1d0f17d19 )
30: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=1d8be0f1cfe9 ,parent=37f1d0f17ee9 #19#,isMain=327867f04121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=37f1d0f17ee9 #19#,path=1d8be0f1cfe9 )
33: require [module.js:380] (this=327867f06c91 #2#,path=1d8be0f1cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=37f1d0f18149 #20#,exports=37f1d0f18149 #20#,require=37f1d0f17f39 #21#,module=37f1d0f17ee9 #19#,__filename=37f1d0f18079 ,__dirname=37f1d0f18051 )
36: _compile [module.js:456] (this=37f1d0f17ee9 #19#,content=37f1d0f18a81 #22#,filename=37f1d0f18079 )
37: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f17ee9 #19#,filename=37f1d0f18079 )
38: load [module.js:356] (this=37f1d0f17ee9 #19#,filename=37f1d0f18079 )
39: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=3ca3d34cd369 ,parent=37f1d0f19361 #23#,isMain=327867f04121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=37f1d0f19361 #23#,path=3ca3d34cd369 )
42: require [module.js:380] (this=327867f06c91 #2#,path=3ca3d34cd369 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=37f1d0f19609 #24#,exports=37f1d0f19609 #24#,require=37f1d0f193b1 #25#,module=37f1d0f19361 #23#,__filename=37f1d0f19549 ,__dirname=37f1d0f19521 )
45: _compile [module.js:456] (this=37f1d0f19361 #23#,content=37f1d0f19ce1 #26#,filename=37f1d0f19549 )
46: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1936
out Thu, 10 Oct 2013 21:13:14 GMT = journal: true/false, wait for flush to journal before acknowlegement =
47a153d1
0: 109a47a153b9 #17#
1: 109a47a15271 #18#
2: 109a47a15221 #16#
3: 138a0a937531
4: 109a47a15391
#54# 2c0cfde48e41: 2c0cfde48e41
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#55# 7910bc6f5d1: 7910bc6f5d1
autorun: 7910bc6f621 #21#
#56# 2c0cfde945a9: 2c0cfde945a9
#57# 386104b77701: 386104b77701
name: 30036d3f43e9
version: 30036d3f4411
directories: 386104b33b29 #130#
engines: 386104b33b41 #131#
dependencies: 386104b33b59 #132#
devDependencies: 386104b33b71 #133#
scripts: 386104b33b89 #134#
constants: 386104b33b11 #101#
subdomain: 30036d3f4431
os: 30036d3f4451
bundledDependencies: 386104b33ba1 #135#
#58# 2c0cfde500e1: 2c0cfde500e1
#59# 386104b77791: 386104b77791
#60# 386104b77879: 386104b77879
0: 386104b77861 #25#
1: 386104b77819 #26#
2: 386104b77741 #27#
3: 2a6ccad38e71
4: 386104b77719
#61# 386104bc96f1: 386104bc96f1
#62# 2c0cfde4f761: 2c0cfde4f761
main: 386104b3ad29 #31#
extensions: 386104b3ad11 #11#
cache: 7910bc31c71 #75#
#63# 386104b3adf9: 386104b3adf9
#64# 386104b3ae81: 386104b3ae81
0: 386104b3ae69 #29#
1: 386104b3ad79 #30#
2: 386104b3ad29 #31#
3: 30036d360341
4: 386104b3ae41
#65# 386104b3af21: 386104b3af21
#66# 386104b3aea1: 386104b3aea1
domain: 343fdfd04101
_events: 7910bc6bdf1 #136#
_maxListeners: 10
isWorker: 343fdfd04141
isMaster: 343fdfd04161
worker: 7910bc6b4f9 #137#
workers: 343fdfd04101
settings: 7910bc6b581 #138#
#67# 343fdfd35229: 343fdfd35229
#68# 386104b3af69: 386104b3af69
_lazyConstants: 343fdfd04101
#69# 343fdfd42309: 343fdfd42309
#70# 7910bc6b661: 7910bc6b661
#71# 7910bc6b6a9: 7910bc6b6a9
#72# 7910bc6b6f1: 7910bc6b6f1
#73# 343fdfd34fc1: 343fdfd34fc1
#74# 343fdfd6fb01: 343fdfd6fb01
_source: 7910bc324a9 #139#
_cache: 7910bc326b1 #140#
wrapper: 7910bc31cc1 #78#
#75# 7910bc31c71: 7910bc31c71
#76# 7910bc31c89: 7910bc31c89
#77# 7910bc31ca1: 7910bc31ca1
0: 30036d352871
1: 30036d3528d9
2: 30036d352949
#78# 7910bc31cc1: 7910bc31cc1
0: 32e9e651d2b9
1: 32e9e651d311
#79# 7910bc31ce1: 7910bc31ce1
#80# 173165f52031: 173165f52031
#81# 173165f52051: 173165f52051
0: 173165f590d9
1: 173165f59199
2: 173165f59249
3: 173165f592e1
4: 173165f59371
5: 173165f593d9
6: 173165f59431
7: 173165f59479
8: 173165f594b9
#82# 173165f520f9: 173165f520f9
0: 173165f4b5c9 #141#
1: 173165f04e19 #7#
#83# 173165f52119: 173165f52119
0: 173165f64959
1: 173165f64a09
2: 173165f64aa1
3: 173165f64b31
4: 173165f64b99
5: 173165f64bf1
6: 173165f64c39
7: 173165f64c79
#84# 109a47a65689: 109a47a65689
0: 109a47a63b49 #142#
1: 386104bac539 #143#
2: 386104bb2531 #144#
3: 173165f06049 #12#
#85# 109a47a656a9: 109a47a656a9
0: 138a0a978421
1: 138a0a978499
2: 138a0a978509
3: 138a0a978571
4: 138a0a9785c9
5: 138a0a978611
6: 138a0a978651
#86# 2c0cfde48ec1: 2c0cfde48ec1
#87# 2c0cfde48fe1: 2c0cfde48fe1
id: 30036d36ffe1
exports: 2c0cfde49069 #24#
parent: 386104b3ad29 #31#
filename: 30036d36ffe1
loaded: 343fdfd04141
children: 2c0cfde50171 #145#
paths: 2c0cfde50191 #146#
#88# 2c0cfde4fef1: 2c0cfde4fef1
0: 2c0cfde48da1 #147#
1: 386104bbc6a9 #148#
2: 386104bbce29 #149#
3: 386104b77479 #150#
4: 7910bc85d79 #151#
5: 7910bc6cc09 #152#
6: 7910bc6d029 #153#
7: 7910bc6e219 #154#
8: 7910bc6f479 #155#
9: 7910bc6f711 #156#
...
#89# 2c0cfde4ff11: 2c0cfde4ff11
0: 30036d362141
1: 30036d362199
2: 30036d36
out Thu, 10 Oct 2013 21:13:14 GMT (this=2e38c3f06c91 #2#,path=d6801f1cfe9 ) {
// expression stack (top to bottom)
[01] : d6801f1cfe9
[00] : 3435d4f17ee9 #19#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[34]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=3435d4f18149 #20#,exports=3435d4f18149 #20#,require=3435d4f17f39 #21#,module=3435d4f17ee9 #19#,__filename=3435d4f18079 ,__dirname=3435d4f18051 ) {
// heap-allocated locals
var send = 2e38c3f04121
var utils = 2e38c3f04121
var parse = 2e38c3f04121
var url = 2e38c3f04121
// expression stack (top to bottom)
[02] : d6801f1cfe9
[01] : 2e38c3f06c91 #2#
[00] : 3435d4f17f39 #21#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect - static? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var send = require('send')? , utils = require('../utils')? , parse = utils.parseUrl? , url = requi...
-----------------------------------------
}
[36]: _compile [module.js:456] (this=3435d4f17ee9 #19#,content=3435d4f18a81 #22#,filename=3435d4f18079 ) {
// stack-allocated locals
var require = 3435d4f17f39 #21#
var dirname = 3435d4f18051
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f18181 #73#
var compiledWrapper = 3435d4f17fb9 #74#
var args = 3435d4f18161 #75#
// heap-allocated locals
var self = 3435d4f17ee9 #19#
// expression stack (top to bottom)
[09] : 3435d4f18161 #75#
[08] : 3435d4f18149 #20#
[07] : 3435d4f17fb9 #74#
--------- 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, '...
-----------------------------------------
}
[37]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f17ee9 #19#,filename=3435d4f18079 ) {
// stack-allocated locals
var content = 3435d4f18a81 #22#
// expression stack (top to bottom)
[03] : 3435d4f18079
[02] : 3435d4f18a81 #22#
[01] : 3435d4f17ee9 #19#
--------- 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);?}
-----------------------------------------
}
[38]: load [module.js:356] (this=3435d4f17ee9 #19#,filename=3435d4f18079 ) {
// stack-allocated locals
var extension = 3435d4f19341
// expression stack (top to bottom)
[04] : 3435d4f18079
[03] : 3435d4f17ee9 #19#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f19341
--------- 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...
-----------------------------------------
}
[39]: _load [module.js:312] (this=28d7dd63da69 #11#,request=3234395cd3d1 ,parent=3435d4f19361 #23#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f18079
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f17ee9 #19#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f18079
[10] : 3435d4f17ee9 #19#
--------- 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...
-----------------------------------------
}
[40]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3234395cd3d1
[01] : 3435d4f19361 #23#
}
[41]: require [module.js:~361] (this=3435d4f19361 #23#,path=3234395cd3d1 ) {
// optimized frame
}
[42]: require [module.js:380] (this=2e38c3f06c91 #2#,path=3234395cd3d1 ) {
// expression stack (top to bottom)
[01] : 3234395cd3d1
[00] : 3435d4f19361 #23#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[43]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=3435d4f19609 #24#,exports=3435d4f19609 #24#,require=3435d4f193b1 #25#,module=3435d4f19361 #23#,__filename=3435d4f19549 ,__dirname=3435d4f19521 ) {
// stack-allocated locals
var path = 28d7dd63dec9 #57#
var fs = 28d7dd615cb1 #59#
var createServer = 3435d4f19431 #76#
// heap-allocated locals
var require = 3435d4f193b1 #25#
var exports = 3435d4f19431 #76#
var EventEmitter = 28d7dd63dee1 #77#
var proto = 3435d4f7c619 #78#
var utils = 3435d4f7c631 #79#
var basename = 2e38c3f5d061 #80#
// expression stack (top to bottom)
[06] : 3234395cd3d1
[05] : 2e38c3f06c91 #2#
[04] : 3435d4f193b1 #25#
[03] : 3435d4f19431 #76#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var EventEmitter = require('events').EventEmitter? , proto = require('./proto')? , utils = require('./utils'...
-----------------------------------------
}
[45
out Thu, 10 Oct 2013 21:13:14 GMT pBOM(content), filename);?}
-----------------------------------------
}
[56]: load [module.js:356] (this=3435d4f1a361 #27#,filename=3435d4f1a4a1 ) {
// stack-allocated locals
var extension = 3435d4f1a6d1
// expression stack (top to bottom)
[04] : 3435d4f1a4a1
[03] : 3435d4f1a361 #27#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f1a6d1
--------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=28d7dd63da69 #11#,request=d6801f26101 ,parent=3435d4f1a6f1 #30#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f1a4a1
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f1a361 #27#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f1a4a1
[10] : 3435d4f1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : d6801f26101
[01] : 3435d4f1a6f1 #30#
}
[59]: require [module.js:~361] (this=3435d4f1a6f1 #30#,path=d6801f26101 ) {
// optimized frame
}
[60]: require [module.js:380] (this=2e38c3f06c91 #2#,path=d6801f26101 ) {
// expression stack (top to bottom)
[01] : d6801f26101
[00] : 3435d4f1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=3435d4f1a929 #31#,exports=3435d4f1a929 #31#,require=3435d4f1a741 #32#,module=3435d4f1a6f1 #30#,__filename=3435d4f1a891 ,__dirname=3435d4f1a869 ) {
// stack-allocated locals
var Route = 2e38c3f04121
var Router = 2e38c3f04121
var key = 2e38c3f04121
// heap-allocated locals
var connect = 2e38c3f04121
var proto = 2e38c3f04121
var req = 2e38c3f04121
var res = 2e38c3f04121
var utils = 2e38c3f04121
var createApplication = 3435d4f7c7d9 #86#
// expression stack (top to bottom)
[05] : d6801f26101
[04] : 2e38c3f06c91 #2#
[03] : 3435d4f1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=3435d4f1a6f1 #30#,content=3435d4f1b011 #33#,filename=3435d4f1a891 ) {
// stack-allocated locals
var require = 3435d4f1a741 #32#
var dirname = 3435d4f1a869
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f1a961 #87#
var compiledWrapper = 3435d4f1a7c1 #88#
var args = 3435d4f1a941 #89#
// heap-allocated locals
var self = 3435d4f1a6f1 #30#
// expression stack (top to bottom)
[09] : 3435d4f1a941 #89#
[08] : 3435d4f1a929 #31#
[07] : 3435d4f1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1a6f1 #30#,filename=3435d4f1a891 ) {
// stack-allocated locals
var content = 3435d4f1b011 #33#
// expression stack (top to bottom)
[03] : 3435d4f1a891
[02] : 3435d4f1b011 #33#
[01] : 3435d4f1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=3435d4f1a6f1 #30#,filename=3435d4f1a891 ) {
// stack-allocated locals
var extension = 3435d4f1b679
// expression stack (top to bottom)
[04] : 3435d4f1a891
[03] : 3435d4f1a6f1 #30#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=28d7dd63da69 #11#,request=3290644570c1 ,parent=3435d4f1b699 #34#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f1a891
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f1a6f1 #30#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f1a891
[10] : 3435d4f1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2->3 {
// actual arg
out Thu, 10 Oct 2013 21:13:14 GMT = no write acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
uments
[00] : 3290644570c1
[01] : 3435d4f1b699 #34#
}
[68]: require [module.js:~361] (this=3435d4f1b699 #34#,path=3290644570c1 ) {
// optimized frame
}
[69]: require [module.js:380] (this=2e38c3f06c91 #2#,path=3290644570c1 ) {
// expression stack (top to bottom)
[01] : 3290644570c1
[00] : 3435d4f1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=3435d4f1b861 #35#,exports=3435d4f1b861 #35#,require=3435d4f1b6e9 #36#,module=3435d4f1b699 #34#,__filename=3435d4f1b7d9 ,__dirname=3435d4f1b7b1 ) {
// expression stack (top to bottom)
[03] : 3290644570c1
[02] : 2e38c3f06c91 #2#
[01] : 3435d4f1b6e9 #36#
[00] : 3435d4f1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=3435d4f1b699 #34#,content=3435d4f1b961 ,filename=3435d4f1b7d9 ) {
// stack-allocated locals
var require = 3435d4f1b6e9 #36#
var dirname = 3435d4f1b7b1
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3435d4f1b899
var compiledWrapper = 3435d4f1b769 #90#
var args = 3435d4f1b879 #91#
// heap-allocated locals
var self = 3435d4f1b699 #34#
// expression stack (top to bottom)
[09] : 3435d4f1b879 #91#
[08] : 3435d4f1b861 #35#
[07] : 3435d4f1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1b699 #34#,filename=3435d4f1b7d9 ) {
// stack-allocated locals
var content = 3435d4f1b961
// expression stack (top to bottom)
[03] : 3435d4f1b7d9
[02] : 3435d4f1b961
[01] : 3435d4f1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=3435d4f1b699 #34#,filename=3435d4f1b7d9 ) {
// stack-allocated locals
var extension = 3435d4f1b9e1
// expression stack (top to bottom)
[04] : 3435d4f1b7d9
[03] : 3435d4f1b699 #34#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=28d7dd63da69 #11#,request=329064454f71 ,parent=3435d4f1ba01 #37#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f1b7d9
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f1b699 #34#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f1b7d9
[10] : 3435d4f1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 329064454f71
[01] : 3435d4f1ba01 #37#
}
[77]: require [module.js:~361] (this=3435d4f1ba01 #37#,path=329064454f71 ) {
// optimized frame
}
[78]: require [module.js:380] (this=2e38c3f06c91 #2#,path=329064454f71 ) {
// expression stack (top to bottom)
[01] : 329064454f71
[00] : 3435d4f1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=3435d4f1bc11 #38#,exports=3435d4f1bc11 #38#,require=3435d4f1ba51 #39#,module=3435d4f1ba01 #37#,__filename=3435d4f1bb99 ,__dirname=3435d4f1bb71 ) {
// heap-allocated locals
var require = 3435d4f1ba51 #39#
var express = 2e38c3f04121
var connect_timeout = 2e38c3f04121
var MongoStore = 2e38c3f04121
var passport = 2e38c3f04121
// expression stack (top to bottom)
[02] : 329064454f71
[01] : 2e38c3f06c91 #2#
[00] : 3435d4f1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=3435d4f1ba01 #37#,content=3435d4f1c291 #40#,filename=3435d4f1bb99 ) {
// stack-allocated locals
var require = 3435d4f1ba51 #39#
var dirname = 3435d4f1bb71
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper =
err Thu, 10 Oct 2013 21:13:14 GMT Exiting process due to uncaught exception!
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.7:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:13:14 GMT = =
pBOM(content), filename);?}
-----------------------------------------
}
[20]: load [module.js:356] (this=37f1d0f12c41 #12#,filename=37f1d0f12e51 ) {
// stack-allocated locals
var extension = 37f1d0f17bb9
// expression stack (top to bottom)
[04] : 37f1d0f12e51
[03] : 37f1d0f12c41 #12#
[02] : 5c32ef3de51 #10#
[01] : 37f1d0f17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=3ca3d34cf339 ,parent=37f1d0f17bd9 #16#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 37f1d0f12e51
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 37f1d0f12c41 #12#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 37f1d0f12e51
[10] : 37f1d0f12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3ca3d34cf339
[01] : 37f1d0f17bd9 #16#
}
[23]: require [module.js:~361] (this=37f1d0f17bd9 #16#,path=3ca3d34cf339 ) {
// optimized frame
}
[24]: require [module.js:380] (this=327867f06c91 #2#,path=3ca3d34cf339 ) {
// expression stack (top to bottom)
[01] : 3ca3d34cf339
[00] : 37f1d0f17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=37f1d0f17dc9 #17#,exports=37f1d0f17dc9 #17#,require=37f1d0f17c29 #18#,module=37f1d0f17bd9 #16#,__filename=37f1d0f17d19 ,__dirname=37f1d0f17cf1 ) {
// expression stack (top to bottom)
[03] : 3ca3d34cf339
[02] : 327867f06c91 #2#
[01] : 37f1d0f17c29 #18#
[00] : 37f1d0f17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=37f1d0f17bd9 #16#,content=37f1d0f17e89 ,filename=37f1d0f17d19 ) {
// stack-allocated locals
var require = 37f1d0f17c29 #18#
var dirname = 37f1d0f17cf1
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f17e01
var compiledWrapper = 37f1d0f17ca9 #71#
var args = 37f1d0f17de1 #72#
// heap-allocated locals
var self = 37f1d0f17bd9 #16#
// expression stack (top to bottom)
[09] : 37f1d0f17de1 #72#
[08] : 37f1d0f17dc9 #17#
[07] : 37f1d0f17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f17bd9 #16#,filename=37f1d0f17d19 ) {
// stack-allocated locals
var content = 37f1d0f17e89
// expression stack (top to bottom)
[03] : 37f1d0f17d19
[02] : 37f1d0f17e89
[01] : 37f1d0f17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=37f1d0f17bd9 #16#,filename=37f1d0f17d19 ) {
// stack-allocated locals
var extension = 37f1d0f17ec9
// expression stack (top to bottom)
[04] : 37f1d0f17d19
[03] : 37f1d0f17bd9 #16#
[02] : 5c32ef3de51 #10#
[01] : 37f1d0f17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=1d8be0f1cfe9 ,parent=37f1d0f17ee9 #19#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 37f1d0f17d19
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 37f1d0f17bd9 #16#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 37f1d0f17d19
[10] : 37f1d0f17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1d8be0f1cfe9
[01] : 37f1d0f17ee9 #19#
}
[32]: require [module.js:~361] (this=37f1d0f17ee9 #19#,path=1d8be0f1cfe9 ) {
// optimized frame
}
[33]: require [module.js:380] (this=327867f06c91 #2
out Thu, 10 Oct 2013 21:13:15 GMT [ base12app ] worker listening on port 80
= =
= For backward compatibility safe is still supported and =
= journal: true/false, wait for flush to journal before acknowlegement =
3435d4f1bc49 #92#
var compiledWrapper = 3435d4f1bad1 #93#
var args = 3435d4f1bc29 #94#
// heap-allocated locals
var self = 3435d4f1ba01 #37#
// expression stack (top to bottom)
[09] : 3435d4f1bc29 #94#
[08] : 3435d4f1bc11 #38#
[07] : 3435d4f1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=3435d4f1ba01 #37#,filename=3435d4f1bb99 ) {
// stack-allocated locals
var content = 3435d4f1c291 #40#
// expression stack (top to bottom)
[03] : 3435d4f1bb99
[02] : 3435d4f1c291 #40#
[01] : 3435d4f1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=3435d4f1ba01 #37#,filename=3435d4f1bb99 ) {
// stack-allocated locals
var extension = 3435d4f1c899
// expression stack (top to bottom)
[04] : 3435d4f1bb99
[03] : 3435d4f1ba01 #37#
[02] : 28d7dd63dcd1 #10#
[01] : 3435d4f1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=28d7dd63da69 #11#,request=3435d4f1c8b9 ,parent=28d7dd696dc1 #41#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3435d4f1bb99
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 3435d4f1ba01 #37#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3435d4f1bb99
[10] : 3435d4f1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3435d4f1c8b9
[01] : 28d7dd696dc1 #41#
}
[86]: require [module.js:~361] (this=28d7dd696dc1 #41#,path=3435d4f1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=2e38c3f06c91 #2#,path=3435d4f1c8b9 ) {
// expression stack (top to bottom)
[01] : 3435d4f1c8b9
[00] : 28d7dd696dc1 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=2e38c3f06c91 #2#,file=3234395d0371 ) {
// expression stack (top to bottom)
[02] : 3435d4f1c8b9
[01] : 2e38c3f06c91 #2#
[00] : 28d7dd696e11 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 3234395d0371
[01] : 2 // not passed to callee
[02] : 1643809edc01 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=1643809edc01 #42#,a=1643809edb79 #43#,b=2e38c3f06c91 #2#) {
// stack-allocated locals
var c = 1643809edc01 #42#
var d = 5
var g = 2
var h = 3234395d0371
// expression stack (top to bottom)
[07] : 1643809edc01 #42#
[06] : 2
[05] : 3234395d0371
[04] : 2e38c3f06c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 1643809edb79 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=2e38c3f06c91 #2#,app=16438096b069 #44#) {
// stack-allocated locals
var lib = 1643809edc21 #96#
var autorun = 1643809edc01 #42#
// heap-allocated locals
var app = 16438096b069 #44#
var task = 164380904bf9 #97#
// expression stack (top to bottom)
[03] : 1643809edb79 #43#
[02] : 1643809edc01 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=28d7dd6970e1 #45#,dir=16438096b0c9 ) {
// stack-allocated locals
var app = 16438096b069 #44#
var pkg = 16438096b0b1 #98#
// expression stack (top to bottom)
[04] : 16438096b069 #44#
[03] : 2e38c3f06c91 #2#
[02] : 28d7dd6a9f29 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=16438096b211 #46#,exports=16438096b211 #46#,require=16438096b1c9 #47#,module=16438096b0f1 #48#,__filename=3290644faa51 ,__dirname=16438096b0c9 ) {
// stack-allocated locals
var base12 = 28d7dd6970e1 #45#
// heap-allocated locals
var __dirname =
out Thu, 10 Oct 2013 21:13:15 GMT 21f1
3: 30036d362231
4: 30036d362269
5: 30036d362299
6: 30036d3622c9
#90# 2c0cfde57eb9: 2c0cfde57eb9
#91# 2c0cfde581c9: 2c0cfde581c9
#92# 386104b33a09: 386104b33a09
0: 386104b51dc9 #157#
1: 386104b51df1 #158#
#93# 386104b33a29: 386104b33a29
#94# 386104b33a41: 386104b33a41
#95# 386104b33a59: 386104b33a59
#96# 386104b30539: 386104b30539
#97# 386104b33a71: 386104b33a71
#98# 386104b33a89: 386104b33a89
0: 7910bc6f2e1 #159#
1: 109a47a28999 #160#
#99# 386104b30551: 386104b30551
routes: 386104b33aa9 #100#
map: 386104b4a831 #161#
params: 386104b4a849 #162#
_params: 386104b4a861 #163#
caseSensitive: 343fdfd04161
strict: 343fdfd04161
#100# 386104b33aa9: 386104b33aa9
router: 343fdfd04121
#101# 386104b33b11: 386104b33b11
title: 2a6ccad0e551
session_length: 1209600000
request_timeout: 10000
name: 30036d3f43e9
locations: 386104bb17a9 #164#
#102# 386104b30711: 386104b30711
view_engine: 2a6ccad0e119
cookie_secret: 2a6ccad0e139
session: 386104b4e851 #165#
http: 386104b4e869 #166#
mongodb: 386104b4e881 #167#
character_encoding: 2a6ccad0e159
#103# 386104bc9491: 386104bc9491
item: 7910bc89441 #168#
user: 7910bc70c11 #169#
#104# 7910bc6cb79: 7910bc6cb79
errors: 7910bc6ce61 #170#
#105# 7910bc6cf99: 7910bc6cf99
api: 7910bc6d3a9 #171#
home: 7910bc6e619 #172#
#106# 7910bc5a5f1: 7910bc5a5f1
#107# 7910bc59271: 7910bc59271
#108# 386104bc9651: 386104bc9651
#109# 386104bc9671: 386104bc9671
0: 2a6ccad0d321
1: 2a6ccad0d369
2: 2a6ccad0d3a9
3: 2a6ccad0d3e1
4: 2a6ccad0d411
5: 2a6ccad0d441
#110# 2c0cfde50231: 2c0cfde50231
0: 386104b77741 #27#
#111# 2c0cfde50251: 2c0cfde50251
0: 30036d365b41
1: 30036d365b99
2: 30036d365bf1
3: 30036d365c31
4: 30036d365c69
5: 30036d365c99
6: 30036d365cc9
#112# 7910bc6bc09: 7910bc6bc09
0: 2c0cfde48fe1 #87#
#113# 7910bc6bc29: 7910bc6bc29
0: 30036d3612b1
1: 30036d3527b1
2: 30036d3527e9
3: 30036d352819
4: 30036d352849
#114# 7910bc69841: 7910bc69841
#115# 7910bc69889: 7910bc69889
#116# 7910bc69721: 7910bc69721
#117# 7910bcdbb29: 7910bcdbb29
#118# 7910bcdbb71: 7910bcdbb71
#119# 7910bc697b1: 7910bc697b1
#120# 386104b7b751: 386104b7b751
#121# 386104b7b851: 386104b7b851
#122# 386104b7b6d1: 386104b7b6d1
#123# 386104b7b7d1: 386104b7b7d1
#124# 7910bcdba81: 7910bcdba81
#125# 7910bcdbae1: 7910bcdbae1
#126# 109a47a65431: 109a47a65431
types: 109a47a74221 #173#
extensions: 109a47a74239 #174#
_loading: 343fdfd04101
default_type: 109a47a74251
charsets: 109a47a74279 #175#
#127# 386104bac5a9: 386104bac5a9
init: 2c0cfdeeb029 #176#
#128# 386104bac5c1: 386104bac5c1
#129# 386104bac5d9: 386104bac5d9
status: 2c0cfdef05d9 #177#
#130# 386104b33b29: 386104b33b29
#131# 386104b33b41: 386104b33b41
node: 2a6ccad0e579 =0.6.6>
npm: 2a6ccad0e599 =1.1>
#132# 386104b33b59: 386104b33b59
#133# 386104b33b71: 386104b33b71
handlebars: 2a6ccad0e7b9
vows: 2a6ccad0e7d9
commander: 2a6ccad0e7f9
#134# 386104b33b89: 386104b33b89
start: 2a6ccad0e819
lock: 2a6ccad0e839
postinstall: 2a6ccad0e869
test: 2a6ccad0e899
#135# 386104b33ba1: 386104b33ba1
0: 2a6ccad0e8c9
1: 2a6ccad0e8e9
2: 2a6ccad0e911
3: 2a6ccad0e931
4: 2a6ccad0e951
5: 2a6ccad0e971
6: 2a6ccad0e999
7: 2a6ccad0e9b9
8: 2a6ccad0e9d9
9: 2a6ccad0ea01
...
#136# 7910bc6bdf1: 7910bc6bdf1
#137# 7910bc6b4f9: 7910bc6b4f9
domain: 343fdfd04101
_events: 7910bc31fd9 #178#
_maxListeners: 10
id: 4
uniqueID: 4
workerID: 4
state: 32e9e652dcc9
process: 386104b3a969 #32#
#138# 7910bc6b581: 7910bc6b581
#139# 7910bc324a9: 7910bc324a9
#140# 7910bc326b1: 7910bc326b1
#141# 173165f4b5c9: 173165f4b5c9
id: 173165f4b441
exports: 173165f06161 #43#
parent: 173165f06049 #12#
filename: 173165f4b441
loaded: 343fdfd04141
children: 173165f580a1 #179#
paths: 173165f580c1 #180#
#142# 109a47a63b49: 109a47a63b49
id: 138a0a9505f1
exports: 109a47a65641 #48#
parent: 109a47a15221 #16#
filename: 138a0a9505f1
loaded: 343fdfd04141
out Thu, 10 Oct 2013 21:13:15 GMT = For backward compatibility safe is still supported and =
children: 109a47a72789 #181#
paths: 109a47a727a9 #182#
#143# 386104bac539: 386104bac539
id: 138a0a9a24d9
exports: 2c0cfdef2011 #49#
parent: 109a47a15221 #16#
filename: 138a0a9a24d9
loaded: 343fdfd04141
children: 386104b4e0d9 #183#
paths: 386104b4e0f9 #184#
#144# 386104bb2531: 386104bb2531
id: 138a0a9a2ef1
exports: 109a47adc0c1 #50#
parent: 109a47a15221 #16#
filename: 138a0a9a2ef1
loaded: 343fdfd04141
children: 386104b4d9f9 #185#
paths: 386104b4da19 #186#
#145# 2c0cfde50171: 2c0cfde50171
0: 2c0cfde49809 #28#
1: 2c0cfde4a5b1 #187#
2: 2c0cfde48df1 #20#
#146# 2c0cfde50191: 2c0cfde50191
0: 30036d3622f1
1: 30036d362349
2: 30036d362389
3: 30036d3623c1
4: 30036d3623f1
5: 30036d362421
#147# 2c0cfde48da1: 2c0cfde48da1
id: 30036d36e2e1
exports: 2c0cfde48ca1 #188#
parent: 2c0cfde48df1 #20#
filename: 30036d36e2e1
loaded: 343fdfd04141
children: 2c0cfde4feb1 #189#
paths: 2c0cfde4fed1 #190#
#148# 386104bbc6a9: 386104bbc6a9
id: 2a6ccad3c5b9
exports: 386104b77701 #57#
parent: 2c0cfde48df1 #20#
filename: 2a6ccad3c5b9
loaded: 343fdfd04141
children: 386104b306d1 #191#
paths: 386104b306f1 #192#
#149# 386104bbce29: 386104bbce29
id: 2a6ccad3c699
exports: 386104b30711 #102#
parent: 2c0cfde48df1 #20#
filename: 2a6ccad3c699
loaded: 343fdfd04141
children: 386104b30729 #193#
paths: 386104b30749 #194#
#150# 386104b77479: 386104b77479
id: 2a6ccad38471
exports: 7910bc81c61 #195#
parent: 2c0cfde48df1 #20#
filename: 2a6ccad38471
loaded: 343fdfd04141
children: 386104bc9359 #196#
paths: 386104bc9379 #197#
#151# 7910bc85d79: 7910bc85d79
id: 1becc8eaaf9
exports: 7910bc7b1e9 #198#
parent: 2c0cfde48df1 #20#
filename: 1becc8eaaf9
loaded: 343fdfd04141
children: 7910bc85dc9 #199#
paths: 7910bc85de9 #200#
#152# 7910bc6cc09: 7910bc6cc09
id: 1becc8eafa9
exports: 7910bcd4709 #201#
parent: 2c0cfde48df1 #20#
filename: 1becc8eafa9
loaded: 343fdfd04141
children: 7910bc6cc59 #202#
paths: 7910bc6cc79 #203#
#153# 7910bc6d029: 7910bc6d029
id: 1becc8eb459
exports: 7910bcd5151 #204#
parent: 2c0cfde48df1 #20#
filename: 1becc8eb459
loaded: 343fdfd04141
children: 7910bc6d079 #205#
paths: 7910bc6d099 #206#
#154# 7910bc6e219: 7910bc6e219
id: 1becc8ecfe1
exports: 7910bcd60d1 #207#
parent: 2c0cfde48df1 #20#
filename: 1becc8ecfe1
loaded: 343fdfd04141
children: 7910bc6e269 #208#
paths: 7910bc6e289 #209#
#155# 7910bc6f479: 7910bc6f479
id: 1becc8ee599
exports: 7910bc6f5d1 #55#
parent: 2c0cfde48df1 #20#
filename: 1becc8ee599
loaded: 343fdfd04141
children: 7910bc6f4c9 #210#
paths: 7910bc6f4e9 #211#
#156# 7910bc6f711: 7910bc6f711
id: 1becc8ee941
exports: 2c0cfde93b11 #212#
parent: 2c0cfde48df1 #20#
filename: 1becc8ee941
loaded: 343fdfd04141
children: 7910bc6f779 #213#
paths: 7910bc6f799 #214#
#157# 386104b51dc9: 386104b51dc9
route: 32e9e6504501
handle: 386104b54239 #215#
#158# 386104b51df1: 386104b51df1
route: 32e9e6504501
handle: 386104b54281 #216#
#159# 7910bc6f2e1: 7910bc6f2e1
#160# 109a47a28999: 109a47a28999
#161# 386104b4a831: 386104b4a831
#162# 386104b4a849: 386104b4a849
#163# 386104b4a861: 386104b4a861
#164# 386104bb17a9: 386104bb17a9
pkg: 30036d356349
config: 30036d356371
models: 30036d356399
views: 30036d3563d9
lib: 30036d3563f9
controllers: 30036d356419
pub: 30036d356461
shared: 30036d3564a1
middleware: 30036d3564c1
locals: 30036d356509
tmp: 30036d356549
#165# 386104b4e851: 386104b4e851
url: 2a6ccad12181
#166# 386104b4e869: 386104b4e869
port: 80
#167# 386104b4e881: 386104b4e881
host: 2a6ccad12201
out Thu, 10 Oct 2013 21:13:15 GMT = allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
16438096b0c9
var require = 16438096b1c9 #47#
// expression stack (top to bottom)
[03] : 16438096b0c9
[02] : 28d7dd6970e1 #45#
[01] : 16438096b0f1 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=16438096b0f1 #48#,content=3290644fac59 ,filename=3290644faa51 ) {
// stack-allocated locals
var require = 16438096b1c9 #47#
var dirname = 16438096b0c9
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 3290644faa91
var compiledWrapper = 16438096b141 #100#
var args = 16438096b229 #101#
// heap-allocated locals
var self = 16438096b0f1 #48#
// expression stack (top to bottom)
[09] : 16438096b229 #101#
[08] : 16438096b211 #46#
[07] : 16438096b141 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=16438096b0f1 #48#,filename=3290644faa51 ) {
// stack-allocated locals
var content = 3290644fac59
// expression stack (top to bottom)
[03] : 3290644faa51
[02] : 3290644fac59
[01] : 16438096b0f1 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=16438096b0f1 #48#,filename=3290644faa51 ) {
// stack-allocated locals
var extension = 3290644fade1
// expression stack (top to bottom)
[04] : 3290644faa51
[03] : 16438096b0f1 #48#
[02] : 28d7dd63dcd1 #10#
[01] : 3290644fade1
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=28d7dd63da69 #11#,request=3290644fae01 ,parent=28d7dd699401 #49#,isMain=2e38c3f04121 ) {
// stack-allocated locals
var filename = 3290644faa51
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 16438096b0f1 #48#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 3290644faa51
[10] : 16438096b0f1 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3290644fae01
[01] : 28d7dd699401 #49#
}
[101]: require [module.js:~361] (this=28d7dd699401 #49#,path=3290644fae01 ) {
// expression stack (top to bottom)
[02] : 28d7dd699401 #49#
[01] : 3290644fae01
[00] : 28d7dd63da69 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=2e38c3f06c91 #2#,path=3290644fae01 ) {
// expression stack (top to bottom)
[01] : 3290644fae01
[00] : 28d7dd699401 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=28d7dd6970e1 #45#,app_path=3290644fae01 ,max=2e38c3f04121 ,start=2e38c3f04141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 2e38c3f04121
var app = 2e38c3f04121
// heap-allocated locals
var fork = 1643809a57e1 #102#
// expression stack (top to bottom)
[05] : 3290644fae01
[04] : 2e38c3f06c91 #2#
[03] : 28d7dd6a9409 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
------------------------------------
out Thu, 10 Oct 2013 21:13:15 GMT = fsync: true/false, wait for flush to file system before acknowlegement =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
========================================================================================
= =
9361 #23#,content=37f1d0f19ce1 #26#,filename=37f1d0f19549 ) {
// stack-allocated locals
var require = 37f1d0f193b1 #25#
var dirname = 37f1d0f19521
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f19641 #81#
var compiledWrapper = 37f1d0f19479 #82#
var args = 37f1d0f19621 #83#
// heap-allocated locals
var self = 37f1d0f19361 #23#
// expression stack (top to bottom)
[09] : 37f1d0f19621 #83#
[08] : 37f1d0f19609 #24#
[07] : 37f1d0f19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f19361 #23#,filename=37f1d0f19549 ) {
// stack-allocated locals
var content = 37f1d0f19ce1 #26#
// expression stack (top to bottom)
[03] : 37f1d0f19549
[02] : 37f1d0f19ce1 #26#
[01] : 37f1d0f19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=37f1d0f19361 #23#,filename=37f1d0f19549 ) {
// stack-allocated locals
var extension = 37f1d0f1a341
// expression stack (top to bottom)
[04] : 37f1d0f19549
[03] : 37f1d0f19361 #23#
[02] : 5c32ef3de51 #10#
[01] : 37f1d0f1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=31765175d9f9 ,parent=37f1d0f1a361 #27#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 37f1d0f19549
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 37f1d0f19361 #23#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 37f1d0f19549
[10] : 37f1d0f19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 31765175d9f9
[01] : 37f1d0f1a361 #27#
}
[50]: require [module.js:~361] (this=37f1d0f1a361 #27#,path=31765175d9f9 ) {
// optimized frame
}
[51]: require [module.js:380] (this=327867f06c91 #2#,path=31765175d9f9 ) {
// expression stack (top to bottom)
[01] : 31765175d9f9
[00] : 37f1d0f1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=37f1d0f1a551 #28#,exports=37f1d0f1a551 #28#,require=37f1d0f1a3b1 #29#,module=37f1d0f1a361 #27#,__filename=37f1d0f1a4a1 ,__dirname=37f1d0f1a479 ) {
// expression stack (top to bottom)
[03] : 31765175d9f9
[02] : 327867f06c91 #2#
[01] : 37f1d0f1a3b1 #29#
[00] : 37f1d0f1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=37f1d0f1a361 #27#,content=37f1d0f1a651 ,filename=37f1d0f1a4a1 ) {
// stack-allocated locals
var require = 37f1d0f1a3b1 #29#
var dirname = 37f1d0f1a479
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f1a589
var compiledWrapper = 37f1d0f1a431 #84#
var args = 37f1d0f1a569 #85#
// heap-allocated locals
var self = 37f1d0f1a361 #27#
// expression stack (top to bottom)
[09] : 37f1d0f1a569 #85#
[08] : 37f1d0f1a551 #28#
[07] : 37f1d0f1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1a361 #27#,filename=37f1d0f1a4a1 ) {
// stack-allocated locals
var content = 37f1d0f1a651
// expression stack (top to bottom)
[03] : 37f1d0f1a4a1
[02] : 37f1d0f1a651
[01] : 37f1d0f1a361 #27#
--------- 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);?}
------------------
out Thu, 10 Oct 2013 21:13:15 GMT ========================================================================================
paulo.mongohq.com>
port: 2a6ccad12231
db: 2a6ccad12251
#168# 7910bc89441: 7910bc89441
$__: 7910bc905e9 #217#
isNew: 343fdfd04141
errors: 343fdfd04121
_maxListeners: 0
_doc: 7910bc8dba1 #218#
_pres: 7910bc89e39 #219#
_posts: 7910bc89f29 #220#
#169# 7910bc70c11: 7910bc70c11
$__: 7910bc70c61 #221#
isNew: 343fdfd04141
errors: 343fdfd04121
_maxListeners: 0
_doc: 7910bc78211 #222#
_pres: 7910bc6c6b9 #223#
_posts: 7910bc6c741 #224#
#170# 7910bc6ce61: 7910bc6ce61
log: 7910bc6ce89 #225#
apologize: 7910bc6ced1 #226#
#171# 7910bc6d3a9: 7910bc6d3a9
search: 7910bc6d3f9 #227#
create: 7910bc6d4b1 #228#
read: 7910bc6d5a9 #229#
update: 7910bc6d681 #230#
updateItem: 7910bc6d759 #231#
sellItem: 7910bc6d831 #232#
destroy: 7910bc6d909 #233#
#172# 7910bc6e619: 7910bc6e619
login: 7910bc6e6c9 #234#
inventory: 7910bc6e781 #235#
splash: 7910bc6e859 #236#
inventorySoldOut: 7910bc6e911 #237#
inventoryForSale: 7910bc6e9e9 #238#
inventoryOnCart: 7910bc6eac1 #239#
inventoryOnEtsy: 7910bc6eb99 #240#
inventoryAtSowa: 7910bc6ec71 #241#
inventoryQuery: 7910bc6ed49 #242#
inventoryAdded: 7910bc6ee21 #243#
inventoryUpdated: 7910bc6eef9 #244#
generateLabels: 7910bc6efd1 #245#
#173# 109a47a74221: 109a47a74221
#174# 109a47a74239: 109a47a74239
#175# 109a47a74279: 109a47a74279
lookup: 109a47a9aaf9 #246#
#176# 2c0cfdeeb029: 2c0cfdeeb029
#177# 2c0cfdef05d9: 2c0cfdef05d9
#178# 7910bc31fd9: 7910bc31fd9
#179# 173165f580a1: 173165f580a1
#180# 173165f580c1: 173165f580c1
0: 173165f8a761
1: 173165f8a811
2: 173165f8a8a9
3: 173165f8a939
4: 173165f8a9a1
5: 173165f8a9f9
6: 173165f8aa41
7: 173165f8aa81
#181# 109a47a72789: 109a47a72789
0: 109a47a63c41 #247#
#182# 109a47a727a9: 109a47a727a9
0: 138a0a97a951
1: 138a0a97a9e1
2: 138a0a97aa49
3: 138a0a97aaa1
4: 138a0a97aae9
5: 138a0a97ab29
#183# 386104b4e0d9: 386104b4e0d9
#184# 386104b4e0f9: 386104b4e0f9
0: 138a0a9c7a69
1: 138a0a9c7b09
2: 138a0a9c7b71
3: 138a0a9c7bc9
4: 138a0a9c7c11
5: 138a0a9c7c51
#185# 386104b4d9f9: 386104b4d9f9
0: 386104babf49 #248#
#186# 386104b4da19: 386104b4da19
0: 138a0a9c1e39
1: 138a0a9c1ee1
2: 138a0a9c1f81
3: 138a0a9c1fe9
4: 138a0a9c2041
5: 138a0a9c2089
6: 138a0a9c20c9
#187# 2c0cfde4a5b1: 2c0cfde4a5b1
id: 30036d3716d1
exports: 7910bc59271 #107#
parent: 2c0cfde48fe1 #87#
filename: 30036d3716d1
loaded: 343fdfd04141
children: 2c0cfde50391 #249#
paths: 2c0cfde503b1 #250#
#188# 2c0cfde48ca1: 2c0cfde48ca1
version: 30036d356ca1
application: 2c0cfde75571 #251#
request: 2c0cfde75da9 #252#
response: 386104baaca9 #253#
methods: 2c0cfde67ee9 #254#
#189# 2c0cfde4feb1: 2c0cfde4feb1
0: 2c0cfde48c51 #255#
#190# 2c0cfde4fed1: 2c0cfde4fed1
0: 30036d361f81
1: 30036d361fe9
2: 30036d362041
3: 30036d362081
4: 30036d3620b9
5: 30036d3620e9
6: 30036d362119
#191# 386104b306d1: 386104b306d1
#192# 386104b306f1: 386104b306f1
0: 2a6ccad0e019
1: 2a6ccad0e059
2: 2a6ccad0e091
3: 2a6ccad0e0c1
4: 2a6ccad0e0f1
#193# 386104b30729: 386104b30729
#194# 386104b30749: 386104b30749
0: 2a6ccad0e179
1: 2a6ccad0e1b9
2: 2a6ccad0e1f1
3: 2a6ccad0e221
4: 2a6ccad0e251
#195# 7910bc81c61: 7910bc81c61
base: 7910bc9abb9 @7910bc9abb9
modelName: 30036d3e8a29
db: 7910bc9ae99 @7910bc9ae99
schema: 7910bc7dad1 @7910bc7dad1
options: 343fdfd04121
collection: 7910bc75421 @7910bc75421
#196# 386104bc9359: 386104bc9359
0: 386104b77301 @386104b77301
1: 7910bc9edc9 @7910bc9edc9
#197# 386104bc9379: 386104bc9379
0: 2a6ccad0d189
out Thu, 10 Oct 2013 21:13:15 GMT -----
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3290644fae01
[01] : 2e38c3f04121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=28d7dd63de29 #50#,exports=28d7dd63de29 #50#,require=28d7dd63dd39 #51#,module=28d7dd63dce9 #52#,__filename=329064460d31 ,__dirname=28d7dd63de01 ) {
// stack-allocated locals
var base12 = 28d7dd6970e1 #45#
// expression stack (top to bottom)
[03] : 2e38c3f04121
[02] : 3290644fae01
[01] : 28d7dd6970e1 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=28d7dd63dce9 #52#,content=329064460e21 ,filename=329064460d31 ) {
// stack-allocated locals
var require = 28d7dd63dd39 #51#
var dirname = 28d7dd63de01
var sandbox = 2e38c3f04121
var k = 2e38c3f04121
var wrapper = 329064460d69
var compiledWrapper = 28d7dd63ddb9 #104#
var args = 28d7dd63de41 #105#
// heap-allocated locals
var self = 28d7dd63dce9 #52#
// expression stack (top to bottom)
[09] : 28d7dd63de41 #105#
[08] : 28d7dd63de29 #50#
[07] : 28d7dd63ddb9 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=28d7dd63dcd1 #10#,module=28d7dd63dce9 #52#,filename=329064460d31 ) {
// stack-allocated locals
var content = 329064460e91
// expression stack (top to bottom)
[03] : 329064460d31
[02] : 329064460e21
[01] : 28d7dd63dce9 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=28d7dd63dce9 #52#,filename=329064460d31 ) {
// stack-allocated locals
var extension = d6801f1d0e1
// expression stack (top to bottom)
[04] : 329064460d31
[03] : 28d7dd63dce9 #52#
[02] : 28d7dd63dcd1 #10#
[01] : d6801f1d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=28d7dd63da69 #11#,request=329064460f19 ,parent=2e38c3f04101 ,isMain=2e38c3f04141 ) {
// stack-allocated locals
var filename = 329064460d31
var cachedModule = 2e38c3f04121
var replModule = 2e38c3f04121
var module = 28d7dd63dce9 #52#
var hadException = 2e38c3f04141
// expression stack (top to bottom)
[11] : 329064460d31
[10] : 28d7dd63dce9 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=28d7dd63da69 #11#) {
// expression stack (top to bottom)
[03] : 2e38c3f04141
[02] : 2e38c3f04101
[01] : 329064460f19
[00] : 28d7dd63da69 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=2e38c3f06c91 #2#) {
// stack-allocated locals
var EventEmitter = 28d7dd63dee1 #77#
var d = 2e38c3f04121
var path = 28d7dd63dec9 #57#
var cluster = 28d7dd63de61 #106#
var Module = 28d7dd63da69 #11#
var debugTimeout = 2e38c3f04121
var opts = 2e38c3f04121
var repl = 2e38c3f04121
// heap-allocated locals
var code = 2e38c3f04121
// expression stack (top to bottom)
[08] : 28d7dd63da69 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=2e38c3f06c91 #2#,process=28d7dd63d929 #53#) {
// stack-allocated locals
var Script = 2e38c3f35229 #107#
// heap-allocated locals
var process = 28d7dd63d929 #53#
var startup = 28d7dd63df29 #108#
var assert = 2e38c3f42309 #109#
var evalScript = 28d7dd60b621 #110#
var errnoException = 28d7dd60b669 #111#
var createWritableStdioStream = 28d7dd60b6b1 #112#
var runInThisContext = 2e38c3f34fc1 #113#
var NativeModule = 2e38c3f6fb01 #114#
// expression stack (top to bottom)
[02] : 2e38c3f06c91 #2#
[01] : 28d7dd63df29 #108#
--------- 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# 2e38c3f06b71: 2e38c3f06b71
#1# 3435d4f04101: 3435d4f04101
source: 3234395d0101
out Thu, 10 Oct 2013 21:13:15 GMT = the default value is false which means the driver receives does not =
= Please ensure that you set the default write concern for the database by setting =
\s*#.*|^\s*|\s*$>
global: 2e38c3f04141
ignoreCase: 2e38c3f04161
multiline: 2e38c3f04161
lastIndex: 0
#2# 2e38c3f06c91: 2e38c3f06c91
#3# 3435d4f041f1: 3435d4f041f1
0: 3435d4f94921
1: 3435d4f94949
2: 3435d4f94971
3: 32906445bbd9
4: 3435d4f94999
5: 3435d4f949c1
6: 3435d4f949e9
7: 3435d4f94a11
8: 3435d4f94a39
9: 32906445bbd9
...
#4# 3435d4f041a9: 3435d4f041a9
#5# 3435d4f11221: 3435d4f11221
types: 3435d4f7c149 #115#
extensions: 3435d4f7c161 #116#
_loading: 3435d4f11141
#6# 3435d4f114e1: 3435d4f114e1
#7# 3435d4f11499: 3435d4f11499
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#8# 3435d4f11449: 3435d4f11449
id: 3435d4f11379
exports: 3435d4f114e1 #6#
parent: 3435d4f12c41 #12#
filename: 3435d4f11379
loaded: 2e38c3f04161
children: 3435d4f7c1c1 #118#
paths: 3435d4f7c1e1 #119#
#9# 3435d4f120d9: 3435d4f120d9
#10# 28d7dd63dcd1: 28d7dd63dcd1
#11# 28d7dd63da69: 28d7dd63da69
_contextLoad: 2e38c3f04161
_cache: 28d7dd6172f1 #117#
_pathCache: 28d7dd617309 #120#
_extensions: 28d7dd63dcd1 #10#
globalPaths: 28d7dd617321 #121#
wrapper: 28d7dd617341 #122#
_realpathCache: 28d7dd617361 #123#
#12# 3435d4f12c41: 3435d4f12c41
id: 3435d4f12e51
exports: 3435d4f12f01 #13#
parent: 3435d4f17bd9 #16#
filename: 3435d4f12e51
loaded: 2e38c3f04161
children: 3435d4f7c261 #124#
paths: 3435d4f7c281 #125#
#13# 3435d4f12f01: 3435d4f12f01
#14# 3435d4f12c91: 3435d4f12c91
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#15# 3435d4f15599: 3435d4f15599
#16# 3435d4f17bd9: 3435d4f17bd9
id: 3435d4f17d19
exports: 3435d4f17dc9 #17#
parent: 3435d4f17ee9 #19#
filename: 3435d4f17d19
loaded: 2e38c3f04161
children: 3435d4f7c3b9 #126#
paths: 3435d4f7c3d9 #127#
#17# 3435d4f17dc9: 3435d4f17dc9
#18# 3435d4f17c29: 3435d4f17c29
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#19# 3435d4f17ee9: 3435d4f17ee9
id: 3435d4f18079
exports: 3435d4f18149 #20#
parent: 3435d4f19361 #23#
filename: 3435d4f18079
loaded: 2e38c3f04161
children: 3435d4f7c481 #128#
paths: 3435d4f7c4a1 #129#
#20# 3435d4f18149: 3435d4f18149
#21# 3435d4f17f39: 3435d4f17f39
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#22# 3435d4f18a81: 3435d4f18a81
#23# 3435d4f19361: 3435d4f19361
id: 3435d4f19549
exports: 3435d4f19431 #76#
parent: 3435d4f1a361 #27#
filename: 3435d4f19549
loaded: 2e38c3f04161
children: 3435d4f7c549 #130#
paths: 3435d4f7c569 #131#
#24# 3435d4f19609: 3435d4f19609
#25# 3435d4f193b1: 3435d4f193b1
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#26# 3435d4f19ce1: 3435d4f19ce1
#27# 3435d4f1a361: 3435d4f1a361
id: 3435d4f1a4a1
exports: 3435d4f1a551 #28#
parent: 3435d4f1a6f1 #30#
filename: 3435d4f1a4a1
loaded: 2e38c3f04161
children: 3435d4f7c6a9 #132#
paths: 3435d4f7c6c9 #133#
#28# 3435d4f1a551: 3435d4f1a551
#29# 3435d4f1a3b1: 3435d4f1a3b1
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#30# 3435d4f1a6f1: 3435d4f1a6f1
id: 3435d4f1a891
exports: 3435d4f1a929 #31#
parent: 3435d4f1b699 #34#
filename: 3435d4f1a891
loaded: 2e38c3f04161
children: 3435d4f7c771 #134#
paths: 3435d4f7c791 #135#
#31# 3435d4f1a929: 3435d4f1a929
#32# 3435d4f1a741: 3435d4f1a741
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#33# 3435d4f1b011: 3435d4f1b011
#34# 3435d4f1b699: 3435d4f1b699
id: 3435d4f1b7d9
exports: 3435d4f1b861 #35#
parent: 3435d4f1ba01 #37#
filename: 3435d4f1b7d9
out Thu, 10 Oct 2013 21:13:15 GMT = Please ensure that you set the default write concern for the database by setting =
g[49]: /opt/run/snapshot/package/app/models/node_modules>
1: 2a6ccad0d1d9
2: 2a6ccad0d221
3: 2a6ccad0d261
4: 2a6ccad0d299
5: 2a6ccad0d2c9
6: 2a6ccad0d2f9
#198# 7910bc7b1e9: 7910bc7b1e9
base: 7910bc9abb9 @7910bc9abb9
modelName: 1becc84add1
db: 7910bc9ae99 @7910bc9ae99
schema: 7910bc85829 @7910bc85829
options: 343fdfd04121
collection: 7910bc70669 @7910bc70669
#199# 7910bc85dc9: 7910bc85dc9
#200# 7910bc85de9: 7910bc85de9
0: 1becc8eab89
1: 1becc8eabd9
2: 1becc8eac21
3: 1becc8eac61
4: 1becc8eac99
5: 1becc8eacc9
6: 1becc8eacf9
#201# 7910bcd4709: 7910bcd4709
#202# 7910bc6cc59: 7910bc6cc59
#203# 7910bc6cc79: 7910bc6cc79
0: 1becc8eb089
1: 1becc8eb0d9
2: 1becc8eb121
3: 1becc8eb161
4: 1becc8eb199
5: 1becc8eb1c9
6: 1becc8eb1f9
#204# 7910bcd5151: 7910bcd5151
#205# 7910bc6d079: 7910bc6d079
#206# 7910bc6d099: 7910bc6d099
0: 1becc8eb531
1: 1becc8eb581
2: 1becc8eb5c9
3: 1becc8eb609
4: 1becc8eb641
5: 1becc8eb671
6: 1becc8eb6a1
#207# 7910bcd60d1: 7910bcd60d1
#208# 7910bc6e269: 7910bc6e269
#209# 7910bc6e289: 7910bc6e289
0: 1becc8ed081
1: 1becc8ed0d1
2: 1becc8ed119
3: 1becc8ed159
4: 1becc8ed191
5: 1becc8ed1c1
6: 1becc8ed1f1
#210# 7910bc6f4c9: 7910bc6f4c9
#211# 7910bc6f4e9: 7910bc6f4e9
0: 1becc8ee669
1: 1becc8ee6b1
2: 1becc8ee6f9
3: 1becc8ee739
4: 1becc8ee771
5: 1becc8ee7a1
6: 1becc8ee7d1
#212# 2c0cfde93b11: 2c0cfde93b11
#213# 7910bc6f779: 7910bc6f779
0: 7910bc666b9 @7910bc666b9
#214# 7910bc6f799: 7910bc6f799
0: 1becc8ee9d1
1: 1becc8eea19
2: 1becc8eea61
3: 1becc8eeaa1
4: 1becc8eead9
5: 1becc8eeb09
6: 1becc8eeb39
#215# 386104b54239: 386104b54239
#216# 386104b54281: 386104b54281
#217# 7910bc905e9: 7910bc905e9
strictMode: 343fdfd04141
selected: 343fdfd04121
shardval: 343fdfd04121
saveError: 343fdfd04121
validationError: 343fdfd04121
adhocPaths: 343fdfd04121
removing: 343fdfd04121
inserting: 343fdfd04121
version: 343fdfd04121
getters: 7910bc915a9 @7910bc915a9
_id: 343fdfd04121
populate: 343fdfd04121
populated: 343fdfd04121
wasPopulated: 343fdfd04161
scope: 343fdfd04121
activePaths: 7910bc93ef1 @7910bc93ef1
ownerDocument: 343fdfd04121
fullPath: 343fdfd04121
#218# 7910bc8dba1: 7910bc8dba1
quantity: 1
margin: 0
soldOut: 343fdfd04161
unitsSold: 0
averageSalePrice: 0
totalSales: 0
_id: 7910bc71391 @7910bc71391
#219# 7910bc89e39: 7910bc89e39
save: 7910bc8a079 @7910bc8a079
#220# 7910bc89f29: 7910bc89f29
save: 7910bc8a119 @7910bc8a119
#221# 7910bc70c61: 7910bc70c61
strictMode: 343fdfd04141
selected: 343fdfd04121
shardval: 343fdfd04121
saveError: 343fdfd04121
validationError: 343fdfd04121
adhocPaths: 343fdfd04121
removing: 343fdfd04121
inserting: 343fdfd04121
version: 343fdfd04121
getters: 7910bc70d49 @7910bc70d49
_id: 343fdfd04121
populate: 343fdfd04121
populated: 343fdfd04121
wasPopulated: 343fdfd04161
scope: 343fdfd04121
activePaths: 7910bc77f89 @7910bc77f89
ownerDocument: 343fdfd04121
fullPath: 343fdfd04121
#222# 7910bc78211: 7910bc78211
admin: 343fdfd04161
_id: 7910bc6c1d9 @7910bc6c1d9
#223# 7910bc6c6b9: 7910bc6c6b9
save: 7910bc6c871 @7910bc6c871
#224# 7910bc6c741: 7910bc6c741
save: 7910bc6c8b9 @7910bc6c8b9
#225# 7910bc6ce89: 7910bc6ce89
#226# 7910bc6ced1: 7910bc6ced1
#227# 7910bc6d3f9: 7910bc6d3f9
0: 7910bc6d431 @7910bc6d431
#228# 7910bc6d4b1: 7910bc6d4b1
0: 7910bc6d4e9 @7910bc6d4e9
#229# 7910bc6d5a9: 7910bc6d5a9
0: 7910bc6d5e1 @7910bc6d5e1
#230# 7910bc6d681: 7910bc6d681
0: 7910bc6d6b9 @7910bc6d6b9
#231# 7910bc6d759: 7910bc6d759
0: 7910bc6d791 @7910bc
out Thu, 10 Oct 2013 21:13:15 GMT = one of the options =
= return the information of the success/error of the insert/update/remove =
= one of the options =
6d791
#232# 7910bc6d831: 7910bc6d831
0: 7910bc6d869 @7910bc6d869
#233# 7910bc6d909: 7910bc6d909
0: 7910bc6d941 @7910bc6d941
#234# 7910bc6e6c9: 7910bc6e6c9
0: 7910bc6e701 @7910bc6e701
#235# 7910bc6e781: 7910bc6e781
0: 7910bc6e7b9 @7910bc6e7b9
#236# 7910bc6e859: 7910bc6e859
0: 7910bc6e891 @7910bc6e891
#237# 7910bc6e911: 7910bc6e911
0: 7910bc6e949 @7910bc6e949
#238# 7910bc6e9e9: 7910bc6e9e9
0: 7910bc6ea21 @7910bc6ea21
#239# 7910bc6eac1: 7910bc6eac1
0: 7910bc6eaf9 @7910bc6eaf9
#240# 7910bc6eb99: 7910bc6eb99
0: 7910bc6ebd1 @7910bc6ebd1
#241# 7910bc6ec71: 7910bc6ec71
0: 7910bc6eca9 @7910bc6eca9
#242# 7910bc6ed49: 7910bc6ed49
0: 7910bc6ed81 @7910bc6ed81
#243# 7910bc6ee21: 7910bc6ee21
0: 7910bc6ee59 @7910bc6ee59
#244# 7910bc6eef9: 7910bc6eef9
0: 7910bc6ef31 @7910bc6ef31
#245# 7910bc6efd1: 7910bc6efd1
0: 7910bc6f009 @7910bc6f009
#246# 109a47a9aaf9: 109a47a9aaf9
#247# 109a47a63c41: 109a47a63c41
id: 138a0a950b71
exports: 109a47a65641 #48#
parent: 109a47a63b49 #142#
filename: 138a0a950b71
loaded: 343fdfd04141
children: 109a47a727f1 @109a47a727f1
paths: 109a47a72811 @109a47a72811
#248# 386104babf49: 386104babf49
id: 138a0a9a4819
exports: 386104baced9 @386104baced9
parent: 386104bb2531 #144#
filename: 138a0a9a4819
loaded: 343fdfd04141
children: 386104b4dbb9 @386104b4dbb9
paths: 386104b4dbd9 @386104b4dbd9
#249# 2c0cfde50391: 2c0cfde50391
#250# 2c0cfde503b1: 2c0cfde503b1
0: 30036d365cf1
1: 30036d365d49
2: 30036d365da1
3: 30036d365de1
4: 30036d365e19
5: 30036d365e49
6: 30036d365e79
#251# 2c0cfde75571: 2c0cfde75571
init: 2c0cfde57d61 @2c0cfde57d61
del: 2c0cfde584d9 @2c0cfde584d9
all: 2c0cfde58d29 @2c0cfde58d29
#252# 2c0cfde75da9: 2c0cfde75da9
#253# 386104baaca9: 386104baaca9
#254# 2c0cfde67ee9: 2c0cfde67ee9
0: 32e9e6504a41
1: 30036d394239
2: 30036d394259
3: 30036d36c5f1
4: 30036d36bbd1
5: 32e9e6520bd9
6: 32e9e651c251
7: 32e9e651faf1
8: 30036d394279
9: 30036d394299
...
#255# 2c0cfde48c51: 2c0cfde48c51
id: 30036d36d6f1
exports: 2c0cfde48ca1 #188#
parent: 2c0cfde48da1 #147#
filename: 30036d36d6f1
loaded: 343fdfd04141
children: 2c0cfde4fe21 @2c0cfde4fe21
paths: 2c0cfde4fe41 @2c0cfde4fe41
=====================
= For backward compatibility safe is still supported and =
out Thu, 10 Oct 2013 21:13:15 GMT ib/express>
[01] : 37f1d0f1b699 #34#
}
[68]: require [module.js:~361] (this=37f1d0f1b699 #34#,path=317651756a89 ) {
// optimized frame
}
[69]: require [module.js:380] (this=327867f06c91 #2#,path=317651756a89 ) {
// expression stack (top to bottom)
[01] : 317651756a89
[00] : 37f1d0f1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=37f1d0f1b861 #35#,exports=37f1d0f1b861 #35#,require=37f1d0f1b6e9 #36#,module=37f1d0f1b699 #34#,__filename=37f1d0f1b7d9 ,__dirname=37f1d0f1b7b1 ) {
// expression stack (top to bottom)
[03] : 317651756a89
[02] : 327867f06c91 #2#
[01] : 37f1d0f1b6e9 #36#
[00] : 37f1d0f1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=37f1d0f1b699 #34#,content=37f1d0f1b961 ,filename=37f1d0f1b7d9 ) {
// stack-allocated locals
var require = 37f1d0f1b6e9 #36#
var dirname = 37f1d0f1b7b1
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f1b899
var compiledWrapper = 37f1d0f1b769 #90#
var args = 37f1d0f1b879 #91#
// heap-allocated locals
var self = 37f1d0f1b699 #34#
// expression stack (top to bottom)
[09] : 37f1d0f1b879 #91#
[08] : 37f1d0f1b861 #35#
[07] : 37f1d0f1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1b699 #34#,filename=37f1d0f1b7d9 ) {
// stack-allocated locals
var content = 37f1d0f1b961
// expression stack (top to bottom)
[03] : 37f1d0f1b7d9
[02] : 37f1d0f1b961
[01] : 37f1d0f1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=37f1d0f1b699 #34#,filename=37f1d0f1b7d9 ) {
// stack-allocated locals
var extension = 37f1d0f1b9e1
// expression stack (top to bottom)
[04] : 37f1d0f1b7d9
[03] : 37f1d0f1b699 #34#
[02] : 5c32ef3de51 #10#
[01] : 37f1d0f1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651754c79 ,parent=37f1d0f1ba01 #37#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 37f1d0f1b7d9
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 37f1d0f1b699 #34#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 37f1d0f1b7d9
[10] : 37f1d0f1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 317651754c79
[01] : 37f1d0f1ba01 #37#
}
[77]: require [module.js:~361] (this=37f1d0f1ba01 #37#,path=317651754c79 ) {
// optimized frame
}
[78]: require [module.js:380] (this=327867f06c91 #2#,path=317651754c79 ) {
// expression stack (top to bottom)
[01] : 317651754c79
[00] : 37f1d0f1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=37f1d0f1bc11 #38#,exports=37f1d0f1bc11 #38#,require=37f1d0f1ba51 #39#,module=37f1d0f1ba01 #37#,__filename=37f1d0f1bb99 ,__dirname=37f1d0f1bb71 ) {
// heap-allocated locals
var require = 37f1d0f1ba51 #39#
var express = 327867f04121
var connect_timeout = 327867f04121
var MongoStore = 327867f04121
var passport = 327867f04121
// expression stack (top to bottom)
[02] : 317651754c79
[01] : 327867f06c91 #2#
[00] : 37f1d0f1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=37f1d0f1ba01 #37#,content=37f1d0f1c291 #40#,filename=37f1d0f1bb99 ) {
// stack-allocated locals
var require = 37f1d0f1ba51 #39#
var dirname = 37f1d0f1bb71
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 37f1d0f1bc49 #92#
var
out Thu, 10 Oct 2013 21:13:15 GMT g[55]: /opt/run/snapshot/package/node_modules/express/index.js>
loaded: 2e38c3f04161
children: 3435d4f7c881 #136#
paths: 3435d4f7c8a1 #137#
#35# 3435d4f1b861: 3435d4f1b861
#36# 3435d4f1b6e9: 3435d4f1b6e9
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#37# 3435d4f1ba01: 3435d4f1ba01
id: 3435d4f1bb99
exports: 3435d4f1bc11 #38#
parent: 28d7dd696dc1 #41#
filename: 3435d4f1bb99
loaded: 2e38c3f04161
children: 3435d4f7c949 #138#
paths: 3435d4f7c969 #139#
#38# 3435d4f1bc11: 3435d4f1bc11
#39# 3435d4f1ba51: 3435d4f1ba51
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#40# 3435d4f1c291: 3435d4f1c291
#41# 28d7dd696dc1: 28d7dd696dc1
id: 32906446ef91
exports: 28d7dd696e91 #140#
parent: 28d7dd697011 #141#
filename: 32906446ef91
loaded: 2e38c3f04141
children: 28d7dd6a9d39 #142#
paths: 28d7dd6a9d59 #143#
#42# 1643809edc01: 1643809edc01
0: 2ef6c2b35129
1: 2ef6c2b35149
2: 3234395d0371
3: 2ef6c2b35169
4: 2ef6c2b35189
#43# 1643809edb79: 1643809edb79
#44# 16438096b069: 16438096b069
use: 28d7dd6b3e31 #144#
listen: 28d7dd6b4141 #145#
route: d6801f146b9
stack: 1643809adf69 #146#
request: 1643809adf89 #147#
response: 1643809adfa1 #148#
cache: 1643809adfb9 #149#
settings: 1643809a6d01 #150#
engines: 1643809adfd1 #151#
viewCallbacks: 1643809adfe9 #152#
_router: 1643809a6d19 #153#
routes: 1643809ae009 #154#
dir: 16438096b0c9
constants: 1643809ae071 #155#
config: 1643809a6ed9 #156#
_usedRouter: 2e38c3f04141
models: 1643809a5581 #157#
middleware: 28d7dd6f4fc1 #158#
controllers: 28d7dd6f4fd9 #159#
#45# 28d7dd6970e1: 28d7dd6970e1
balance: 28d7dd623c59 #160#
cycle: 28d7dd624799 #161#
app: 28d7dd696e91 #140#
#46# 16438096b211: 16438096b211
#47# 16438096b1c9: 16438096b1c9
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#48# 16438096b0f1: 16438096b0f1
id: 3290644faa51
exports: 16438096b211 #46#
parent: 28d7dd699401 #49#
filename: 3290644faa51
loaded: 2e38c3f04161
children: 1643809a5741 #162#
paths: 1643809a5761 #163#
#49# 28d7dd699401: 28d7dd699401
id: 329064471309
exports: 28d7dd623c59 #160#
parent: 28d7dd697011 #141#
filename: 329064471309
loaded: 2e38c3f04141
children: 28d7dd6aa301 #164#
paths: 28d7dd6aa321 #165#
#50# 28d7dd63de29: 28d7dd63de29
#51# 28d7dd63dd39: 28d7dd63dd39
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#52# 28d7dd63dce9: 28d7dd63dce9
id: d6801f04e09
exports: 28d7dd63de29 #50#
parent: 2e38c3f04101
filename: 329064460d31
loaded: 2e38c3f04161
children: 28d7dd60ae91 #166#
paths: 28d7dd60aeb1 #167#
#53# 28d7dd63d929: 28d7dd63d929
#54# 28d7dd60a2c1: 28d7dd60a2c1
0: 2
1: 3435d4f7cf11
2: 3435d4f7cf11
3: 27
4: 30
5: 0
6: 1
7: 1
8: 83
9: 83
...
#55# 3435d4f04211: 3435d4f04211
#56# 3435d4f78429: 3435d4f78429
#57# 28d7dd63dec9: 28d7dd63dec9
sep: d6801f146b9
delimiter: d6801f16a31
#58# 3435d4f11289: 3435d4f11289
#59# 28d7dd615cb1: 28d7dd615cb1
close: 28d7dd6f6d79 #168#
closeSync: 28d7dd6f6dc1 #169#
open: 28d7dd6f6ce9 #170#
read: 10140fa9cb69 #171#
readSync: 10140fa9cbb1 #172#
readdir: 28d7dd6f6d31 #173#
fchown: 28d7dd6f6c11 #174#
fchownSync: 28d7dd6f6ca1 #175#
chown: 28d7dd6f6bc9 #176#
chownSync: 28d7dd6f6c59 #177#
lchown: 10140fa9cac1 #178#
lchownSync: 10140fa9cb21 #179#
#60# 3435d4f11519: 3435d4f11519
#61# 3435d4f112d1: 3435d4f112d1
#62# 3435d4f114f9: 3435d4f114f9
0: 3435d4f114e1 #6#
1: 3435d4f11499 #7#
2: 3435d4f11449 #8#
3: 3435d4f11379
4: 3435d4f11351
#63# 28d7dd611189: 28d7dd611189
super_: 28d7dd63dee1 #77#
#64# 3435d4f12d11: 3435d4f12d11
#65# 3435d4f7c2c9: 3435d4f7c2c9
enabled: 2e38c3f04161
#66# 1643809ecb59: 1643809ecb59
#67# 3435d4f7c311: 3435d4f7c311
#68# 3435d4f12f39: 3435d4f12f39
#69# 3435d4f12d59: 3435d4f12d59
#70# 3435d4f12f19: 3435d4f12f19
0: 3435d4f12f01 #13#
1: 3435d4f12c91 #14#
2: 3435d4f12c41 #12#
3: 3435d4f12e51
4: 3435d4f12e29
#71# 3435d4f
out Thu, 10 Oct 2013 21:13:15 GMT = =
= =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
compiledWrapper = 37f1d0f1bad1 #93#
var args = 37f1d0f1bc29 #94#
// heap-allocated locals
var self = 37f1d0f1ba01 #37#
// expression stack (top to bottom)
[09] : 37f1d0f1bc29 #94#
[08] : 37f1d0f1bc11 #38#
[07] : 37f1d0f1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [module.js:474] (this=5c32ef3de51 #10#,module=37f1d0f1ba01 #37#,filename=37f1d0f1bb99 ) {
// stack-allocated locals
var content = 37f1d0f1c291 #40#
// expression stack (top to bottom)
[03] : 37f1d0f1bb99
[02] : 37f1d0f1c291 #40#
[01] : 37f1d0f1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=37f1d0f1ba01 #37#,filename=37f1d0f1bb99 ) {
// stack-allocated locals
var extension = 37f1d0f1c899
// expression stack (top to bottom)
[04] : 37f1d0f1bb99
[03] : 37f1d0f1ba01 #37#
[02] : 5c32ef3de51 #10#
[01] : 37f1d0f1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=37f1d0f1c8b9 ,parent=5c32ef97001 #41#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 37f1d0f1bb99
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 37f1d0f1ba01 #37#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 37f1d0f1bb99
[10] : 37f1d0f1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 37f1d0f1c8b9
[01] : 5c32ef97001 #41#
}
[86]: require [module.js:~361] (this=5c32ef97001 #41#,path=37f1d0f1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=327867f06c91 #2#,path=37f1d0f1c8b9 ) {
// expression stack (top to bottom)
[01] : 37f1d0f1c8b9
[00] : 5c32ef97001 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=327867f06c91 #2#,file=3ca3d34d0309 ) {
// expression stack (top to bottom)
[02] : 37f1d0f1c8b9
[01] : 327867f06c91 #2#
[00] : 5c32ef97051 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 3ca3d34d0309
[01] : 2 // not passed to callee
[02] : 12b771bedfd1 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=12b771bedfd1 #42#,a=12b771bedf49 #43#,b=327867f06c91 #2#) {
// stack-allocated locals
var c = 12b771bedfd1 #42#
var d = 5
var g = 2
var h = 3ca3d34d0309
// expression stack (top to bottom)
[07] : 12b771bedfd1 #42#
[06] : 2
[05] : 3ca3d34d0309
[04] : 327867f06c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 12b771bedf49 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=327867f06c91 #2#,app=12b771b6b461 #44#) {
// stack-allocated locals
var lib = 12b771bedff1 #96#
var autorun = 12b771bedfd1 #42#
// heap-allocated locals
var app = 12b771b6b461 #44#
var task = 12b771b134c1 #97#
// expression stack (top to bottom)
[03] : 12b771bedf49 #43#
[02] : 12b771bedfd1 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=5c32ef97321 #45#,dir=12b771b6b4c1 ) {
// stack-allocated locals
var app = 12b771b6b461 #44#
var pkg = 12b771b6b4a9 #98#
// expression stack (top to bottom)
[04] : 12b771b6b461 #44#
[03] : 327867f06c91 #2#
[02] : 5c32efa9fe9 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=12b771b6b609 #46#,exports=12b771b6b609 #46#,require=12b771b6b5c1 #47#,module=12b771b6b4e9 #48#,__filename=3176517fa0c1 ,__dirname=12b771b6b4c1 ) {
// stack-allocated locals
var base12 = 5c32ef97321 #45#
// heap-allocated locals
var __dirname = 12b771b6b4c1
out Thu, 10 Oct 2013 21:13:15 GMT 17ca9: 3435d4f17ca9
#72# 3435d4f17de1: 3435d4f17de1
0: 3435d4f17dc9 #17#
1: 3435d4f17c29 #18#
2: 3435d4f17bd9 #16#
3: 3435d4f17d19
4: 3435d4f17cf1
#73# 3435d4f18181: 3435d4f18181
#74# 3435d4f17fb9: 3435d4f17fb9
#75# 3435d4f18161: 3435d4f18161
0: 3435d4f18149 #20#
1: 3435d4f17f39 #21#
2: 3435d4f17ee9 #19#
3: 3435d4f18079
4: 3435d4f18051
#76# 3435d4f19431: 3435d4f19431
version: 3234395cd3b1
#77# 28d7dd63dee1: 28d7dd63dee1
#78# 3435d4f7c619: 3435d4f7c619
use: 1643809e9479 #180#
#79# 3435d4f7c631: 3435d4f7c631
brokenPause: 2e38c3f04161
#80# 2e38c3f5d061: 2e38c3f5d061
#81# 3435d4f19641: 3435d4f19641
#82# 3435d4f19479: 3435d4f19479
#83# 3435d4f19621: 3435d4f19621
0: 3435d4f19609 #24#
1: 3435d4f193b1 #25#
2: 3435d4f19361 #23#
3: 3435d4f19549
4: 3435d4f19521
#84# 3435d4f1a431: 3435d4f1a431
#85# 3435d4f1a569: 3435d4f1a569
0: 3435d4f1a551 #28#
1: 3435d4f1a3b1 #29#
2: 3435d4f1a361 #27#
3: 3435d4f1a4a1
4: 3435d4f1a479
#86# 3435d4f7c7d9: 3435d4f7c7d9
#87# 3435d4f1a961: 3435d4f1a961
#88# 3435d4f1a7c1: 3435d4f1a7c1
#89# 3435d4f1a941: 3435d4f1a941
0: 3435d4f1a929 #31#
1: 3435d4f1a741 #32#
2: 3435d4f1a6f1 #30#
3: 3435d4f1a891
4: 3435d4f1a869
#90# 3435d4f1b769: 3435d4f1b769
#91# 3435d4f1b879: 3435d4f1b879
0: 3435d4f1b861 #35#
1: 3435d4f1b6e9 #36#
2: 3435d4f1b699 #34#
3: 3435d4f1b7d9
4: 3435d4f1b7b1
#92# 3435d4f1bc49: 3435d4f1bc49
#93# 3435d4f1bad1: 3435d4f1bad1
#94# 3435d4f1bc29: 3435d4f1bc29
0: 3435d4f1bc11 #38#
1: 3435d4f1ba51 #39#
2: 3435d4f1ba01 #37#
3: 3435d4f1bb99
4: 3435d4f1bb71
#95# 28d7dd696e11: 28d7dd696e11
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#96# 1643809edc21: 1643809edc21
autorun: 1643809edc01 #42#
#97# 164380904bf9: 164380904bf9
#98# 16438096b0b1: 16438096b0b1
name: fcfdc40a451
version: fcfdc40a479
directories: 1643809ae089 #181#
engines: 1643809ae0a1 #182#
dependencies: 1643809ae0b9 #183#
devDependencies: 1643809ae0d1 #184#
scripts: 1643809ae0e9 #185#
constants: 1643809ae071 #155#
subdomain: fcfdc40a499
os: fcfdc40a4b9
bundledDependencies: 1643809ae101 #186#
#99# 28d7dd6a9f29: 28d7dd6a9f29
#100# 16438096b141: 16438096b141
#101# 16438096b229: 16438096b229
0: 16438096b211 #46#
1: 16438096b1c9 #47#
2: 16438096b0f1 #48#
3: 3290644faa51
4: 16438096b0c9
#102# 1643809a57e1: 1643809a57e1
#103# 28d7dd6a9409: 28d7dd6a9409
main: 28d7dd63dce9 #52#
extensions: 28d7dd63dcd1 #10#
cache: 28d7dd6172f1 #117#
#104# 28d7dd63ddb9: 28d7dd63ddb9
#105# 28d7dd63de41: 28d7dd63de41
0: 28d7dd63de29 #50#
1: 28d7dd63dd39 #51#
2: 28d7dd63dce9 #52#
3: 329064460d31
4: 28d7dd63de01
#106# 28d7dd63de61: 28d7dd63de61
domain: 2e38c3f04101
_events: 28d7dd60b4a1 #187#
_maxListeners: 10
isWorker: 2e38c3f04141
isMaster: 2e38c3f04161
worker: 28d7dd60b4b9 #188#
workers: 2e38c3f04101
settings: 28d7dd60b541 #189#
#107# 2e38c3f35229: 2e38c3f35229
#108# 28d7dd63df29: 28d7dd63df29
_lazyConstants: 2e38c3f04101
#109# 2e38c3f42309: 2e38c3f42309
#110# 28d7dd60b621: 28d7dd60b621
#111# 28d7dd60b669: 28d7dd60b669
#112# 28d7dd60b6b1: 28d7dd60b6b1
#113# 2e38c3f34fc1: 2e38c3f34fc1
#114# 2e38c3f6fb01: 2e38c3f6fb01
_source: 28d7dd617b79 #190#
_cache: 28d7dd617d81 #191#
wrapper: 28d7dd617341 #122#
#115# 3435d4f7c149: 3435d4f7c149
#116# 3435d4f7c161: 3435d4f7c161
#117# 28d7dd6172f1: 28d7dd6172f1
#118# 3435d4f7c1c1: 3435d4f7c1c1
#119# 3435d4f7c1e1: 3435d4f7c1e1
0: 3435d4fb6f09
1: 3435d4fb6fe1
2: 3435d4fb7099
3: 3435d4fb7129
4: 3435d4fb7191
5: 3435d4fb71e9
6: 3435d4fb7231
7: 3435d4fb7271
#120# 28d7dd617309: 28d7dd617309
#121# 28d7dd617321: 28d7dd617321
out Thu, 10 Oct 2013 21:13:15 GMT = =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= return the information of the success/error of the insert/update/remove =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
var require = 12b771b6b5c1 #47#
// expression stack (top to bottom)
[03] : 12b771b6b4c1
[02] : 5c32ef97321 #45#
[01] : 12b771b6b4e9 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=12b771b6b4e9 #48#,content=3176517fa2c9 ,filename=3176517fa0c1 ) {
// stack-allocated locals
var require = 12b771b6b5c1 #47#
var dirname = 12b771b6b4c1
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 3176517fa101
var compiledWrapper = 12b771b6b539 #100#
var args = 12b771b6b621 #101#
// heap-allocated locals
var self = 12b771b6b4e9 #48#
// expression stack (top to bottom)
[09] : 12b771b6b621 #101#
[08] : 12b771b6b609 #46#
[07] : 12b771b6b539 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=5c32ef3de51 #10#,module=12b771b6b4e9 #48#,filename=3176517fa0c1 ) {
// stack-allocated locals
var content = 3176517fa2c9
// expression stack (top to bottom)
[03] : 3176517fa0c1
[02] : 3176517fa2c9
[01] : 12b771b6b4e9 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=12b771b6b4e9 #48#,filename=3176517fa0c1 ) {
// stack-allocated locals
var extension = 3176517fa451
// expression stack (top to bottom)
[04] : 3176517fa0c1
[03] : 12b771b6b4e9 #48#
[02] : 5c32ef3de51 #10#
[01] : 3176517fa451
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=3176517fa471 ,parent=5c32ef99641 #49#,isMain=327867f04121 ) {
// stack-allocated locals
var filename = 3176517fa0c1
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 12b771b6b4e9 #48#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 3176517fa0c1
[10] : 12b771b6b4e9 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3176517fa471
[01] : 5c32ef99641 #49#
}
[101]: require [module.js:~361] (this=5c32ef99641 #49#,path=3176517fa471 ) {
// expression stack (top to bottom)
[02] : 5c32ef99641 #49#
[01] : 3176517fa471
[00] : 5c32ef3dbe9 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=327867f06c91 #2#,path=3176517fa471 ) {
// expression stack (top to bottom)
[01] : 3176517fa471
[00] : 5c32ef99641 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=5c32ef97321 #45#,app_path=3176517fa471 ,max=327867f04121 ,start=327867f04141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 327867f04121
var app = 327867f04121
// heap-allocated locals
var fork = 12b771ba5bb1 #102#
// expression stack (top to bottom)
[05] : 3176517fa471
[04] : 327867f06c91 #2#
[03] : 5c32efa94c9 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
out Thu, 10 Oct 2013 21:13:15 GMT 0: 329064452b69
1: 329064452bd1
2: 329064452c41
#122# 28d7dd617341: 28d7dd617341
0: d6801f1d2b9
1: d6801f1d311
#123# 28d7dd617361: 28d7dd617361
#124# 3435d4f7c261: 3435d4f7c261
0: 3435d4f86e39 #192#
1: 3435d4f11449 #8#
#125# 3435d4f7c281: 3435d4f7c281
0: 3435d4fb72a9
1: 3435d4fb7369
2: 3435d4fb7421
3: 3435d4fb74b1
4: 3435d4fb7519
5: 3435d4fb7571
6: 3435d4fb75b9
7: 3435d4fb75f9
#126# 3435d4f7c3b9: 3435d4f7c3b9
0: 3435d4f12c41 #12#
#127# 3435d4f7c3d9: 3435d4f7c3d9
0: 3435d4fb7631
1: 3435d4fb76e9
2: 3435d4fb7779
3: 3435d4fb77e1
4: 3435d4fb7839
5: 3435d4fb7881
6: 3435d4fb78c1
#128# 3435d4f7c481: 3435d4f7c481
0: 3435d4f17bd9 #16#
#129# 3435d4f7c4a1: 3435d4f7c4a1
0: 3435d4fb78f9
1: 3435d4fb79d1
2: 3435d4fb7a91
3: 3435d4fb7b49
4: 3435d4fb7bd9
5: 3435d4fb7c41
6: 3435d4fb7c99
7: 3435d4fb7ce1
8: 3435d4fb7d21
#130# 3435d4f7c549: 3435d4f7c549
0: 3435d4f83119 #193#
1: 3435d4f84da9 #194#
2: 3435d4f17ee9 #19#
#131# 3435d4f7c569: 3435d4f7c569
0: 3435d4fb7d59
1: 3435d4fb7e19
2: 3435d4fb7ed1
3: 3435d4fb7f61
4: 3435d4fb7fc9
5: 3435d4fb8021
6: 3435d4fb8069
7: 3435d4fb80a9
#132# 3435d4f7c6a9: 3435d4f7c6a9
0: 3435d4f19361 #23#
#133# 3435d4f7c6c9: 3435d4f7c6c9
0: 3435d4fb80e1
1: 3435d4fb8199
2: 3435d4fb8229
3: 3435d4fb8291
4: 3435d4fb82e9
5: 3435d4fb8331
6: 3435d4fb8371
#134# 3435d4f7c771: 3435d4f7c771
0: 3435d4f1a361 #27#
#135# 3435d4f7c791: 3435d4f7c791
0: 3435d4fb83a9
1: 3435d4fb8441
2: 3435d4fb84d1
3: 3435d4fb8539
4: 3435d4fb8591
5: 3435d4fb85d9
6: 3435d4fb8619
#136# 3435d4f7c881: 3435d4f7c881
0: 3435d4f1a6f1 #30#
#137# 3435d4f7c8a1: 3435d4f7c8a1
0: 3435d4fb8651
1: 3435d4fb86e1
2: 3435d4fb8749
3: 3435d4fb87a1
4: 3435d4fb87e9
5: 3435d4fb8829
#138# 3435d4f7c949: 3435d4f7c949
0: 3435d4f1b699 #34#
#139# 3435d4f7c969: 3435d4f7c969
0: 3435d4fb8861
1: 3435d4fb88d9
2: 3435d4fb8949
3: 3435d4fb89b1
4: 3435d4fb8a09
5: 3435d4fb8a51
6: 3435d4fb8a91
#140# 28d7dd696e91: 28d7dd696e91
#141# 28d7dd697011: 28d7dd697011
id: 329064470ac1
exports: 28d7dd6970e1 #45#
parent: 28d7dd63dce9 #52#
filename: 329064470ac1
loaded: 2e38c3f04141
children: 28d7dd6aa019 #195#
paths: 28d7dd6aa039 #196#
#142# 28d7dd6a9d39: 28d7dd6a9d39
0: 28d7dd696c49 #197#
1: 16438097b719 #198#
2: 16438097bed1 #199#
3: 16438096ae29 #200#
4: 28d7dd678581 #201#
5: 28d7dd641511 #202#
6: 28d7dd6403b1 #203#
7: 28d7dd608de1 #204#
8: 2e38c3f82479 #205#
9: 2e38c3f827b1 #206#
...
#143# 28d7dd6a9d59: 28d7dd6a9d59
0: 329064462b31
1: 3
out Thu, 10 Oct 2013 21:13:15 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= =
= =
= no write acknowlegement =
= the default value is false which means the driver receives does not =
[00] : 3176517fa471
[01] : 327867f04121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=5c32ef3dfa9 #50#,exports=5c32ef3dfa9 #50#,require=5c32ef3deb9 #51#,module=5c32ef3de69 #52#,__filename=317651760341 ,__dirname=5c32ef3df81 ) {
// stack-allocated locals
var base12 = 5c32ef97321 #45#
// expression stack (top to bottom)
[03] : 327867f04121
[02] : 3176517fa471
[01] : 5c32ef97321 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=5c32ef3de69 #52#,content=317651760431 ,filename=317651760341 ) {
// stack-allocated locals
var require = 5c32ef3deb9 #51#
var dirname = 5c32ef3df81
var sandbox = 327867f04121
var k = 327867f04121
var wrapper = 317651760379
var compiledWrapper = 5c32ef3df39 #104#
var args = 5c32ef3dfc1 #105#
// heap-allocated locals
var self = 5c32ef3de69 #52#
// expression stack (top to bottom)
[09] : 5c32ef3dfc1 #105#
[08] : 5c32ef3dfa9 #50#
[07] : 5c32ef3df39 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=5c32ef3de51 #10#,module=5c32ef3de69 #52#,filename=317651760341 ) {
// stack-allocated locals
var content = 3176517604a1
// expression stack (top to bottom)
[03] : 317651760341
[02] : 317651760431
[01] : 5c32ef3de69 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=5c32ef3de69 #52#,filename=317651760341 ) {
// stack-allocated locals
var extension = 1d8be0f1d0e1
// expression stack (top to bottom)
[04] : 317651760341
[03] : 5c32ef3de69 #52#
[02] : 5c32ef3de51 #10#
[01] : 1d8be0f1d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=5c32ef3dbe9 #11#,request=317651760529 ,parent=327867f04101 ,isMain=327867f04141 ) {
// stack-allocated locals
var filename = 317651760341
var cachedModule = 327867f04121
var replModule = 327867f04121
var module = 5c32ef3de69 #52#
var hadException = 327867f04141
// expression stack (top to bottom)
[11] : 317651760341
[10] : 5c32ef3de69 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=5c32ef3dbe9 #11#) {
// expression stack (top to bottom)
[03] : 327867f04141
[02] : 327867f04101
[01] : 317651760529
[00] : 5c32ef3dbe9 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=327867f06c91 #2#) {
// stack-allocated locals
var EventEmitter = 5c32ef3e061 #77#
var d = 327867f04121
var path = 5c32ef3e049 #57#
var cluster = 5c32ef3dfe1 #106#
var Module = 5c32ef3dbe9 #11#
var debugTimeout = 327867f04121
var opts = 327867f04121
var repl = 327867f04121
// heap-allocated locals
var code = 327867f04121
// expression stack (top to bottom)
[08] : 5c32ef3dbe9 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=327867f06c91 #2#,process=5c32ef3daa9 #53#) {
// stack-allocated locals
var Script = 327867f35229 #107#
// heap-allocated locals
var process = 5c32ef3daa9 #53#
var startup = 5c32ef3e0a9 #108#
var assert = 327867f42309 #109#
var evalScript = 5c32ef0b621 #110#
var errnoException = 5c32ef0b669 #111#
var createWritableStdioStream = 5c32ef0b6b1 #112#
var runInThisContext = 327867f34fc1 #113#
var NativeModule = 327867f6fb01 #114#
// expression stack (top to bottom)
[02] : 327867f06c91 #2#
[01] : 5c32ef3e0a9 #108#
--------- 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# 327867f06b71: 327867f06b71
#1# 37f1d0f04101: 37f1d0f04101
source: 3ca3d34d0099
global: 327867f04141
ignoreCase: 327867f04161
out Thu, 10 Oct 2013 21:13:15 GMT = no write acknowlegement =
29064462b89
2: 329064462be1
3: 329064462c21
4: 329064462c59
5: 329064462c89
6: 329064462cb9
#144# 28d7dd6b3e31: 28d7dd6b3e31
#145# 28d7dd6b4141: 28d7dd6b4141
#146# 1643809adf69: 1643809adf69
0: 1643809b3b91 #207#
1: 1643809b3bb9 #208#
#147# 1643809adf89: 1643809adf89
#148# 1643809adfa1: 1643809adfa1
#149# 1643809adfb9: 1643809adfb9
#150# 1643809a6d01: 1643809a6d01
#151# 1643809adfd1: 1643809adfd1
#152# 1643809adfe9: 1643809adfe9
0: 28d7dd6f6021 #209#
1: 3435d4e331c1 #210#
#153# 1643809a6d19: 1643809a6d19
routes: 1643809ae009 #154#
map: 1643809af7f9 #211#
params: 1643809af811 #212#
_params: 1643809af829 #213#
caseSensitive: 2e38c3f04161
strict: 2e38c3f04161
#154# 1643809ae009: 1643809ae009
router: 2e38c3f04121
#155# 1643809ae071: 1643809ae071
title: fcfdc414601
session_length: 1209600000
request_timeout: 10000
name: fcfdc40a451
locations: 1643809709e1 #214#
#156# 1643809a6ed9: 1643809a6ed9
view_engine: fcfdc413f39
cookie_secret: fcfdc413f59
session: 1643809b26b9 #215#
http: 1643809b26d1 #216#
mongodb: 1643809b26e9 #217#
character_encoding: fcfdc413f79
#157# 1643809a5581: 1643809a5581
item: 28d7dd6f50a9 #218#
user: 28d7dd6f50f9 #219#
#158# 28d7dd6f4fc1: 28d7dd6f4fc1
errors: 1b161450ad81 #220#
#159# 28d7dd6f4fd9: 28d7dd6f4fd9
api: 1b161450ada9 #221#
home: 1b161450adc1 #222#
#160# 28d7dd623c59: 28d7dd623c59
#161# 28d7dd624799: 28d7dd624799
#162# 1643809a5741: 1643809a5741
#163# 1643809a5761: 1643809a5761
0: fcfdc413759
1: fcfdc4137a1
2: fcfdc4137e1
3: fcfdc413819
4: fcfdc413849
5: fcfdc413879
#164# 28d7dd6aa301: 28d7dd6aa301
0: 16438096b0f1 #48#
#165# 28d7dd6aa321: 28d7dd6aa321
0: 329064466531
1: 329064466589
2: 3290644665e1
3: 329064466621
4: 329064466659
5: 329064466689
6: 3290644666b9
#166# 28d7dd60ae91: 28d7dd60ae91
0: 28d7dd697011 #141#
#167# 28d7dd60aeb1: 28d7dd60aeb1
0: 329064461ca1
1: 329064452aa9
2: 329064452ae1
3: 329064452b11
4: 329064452b41
#168# 28d7dd6f6d79: 28d7dd6f6d79
#169# 28d7dd6f6dc1: 28d7dd6f6dc1
#170# 28d7dd6f6ce9: 28d7dd6f6ce9
#171# 10140fa9cb69: 10140fa9cb69
#172# 10140fa9cbb1: 10140fa9cbb1
#173# 28d7dd6f6d31: 28d7dd6f6d31
#174# 28d7dd6f6c11: 28d7dd6f6c11
#175# 28d7dd6f6ca1: 28d7dd6f6ca1
#176# 28d7dd6f6bc9: 28d7dd6f6bc9
#177# 28d7dd6f6c59: 28d7dd6f6c59
#178# 10140fa9cac1: 10140fa9cac1
#179# 10140fa9cb21: 10140fa9cb21
#180# 1643809e9479: 1643809e9479
#181# 1643809ae089: 1643809ae089
#182# 1643809ae0a1: 1643809ae0a1
node: fcfdc414629 =0.6.6>
npm: fcfdc414649 =1.1>
#183# 1643809ae0b9: 1643809ae0b9
#184# 1643809ae0d1: 1643809ae0d1
handlebars: fcfdc414869
vows: fcfdc414889
commander: fcfdc4148a9
#185# 1643809ae0e9: 1643809ae0e9
start: fcfdc4148c9
lock: fcfdc4148e9
postinstall: fcfdc414919
test: fcfdc414949
#186# 1643809ae101: 1643809ae101
0: fcfdc414979
1: fcfdc414999
2: fcfdc4149c1
3: fcfdc4149e1
4: fcfdc414a01
5: fcfdc414a21
6: fcfdc414a49
7: fcfdc414a69
8: fcfdc414a89
9: fcfdc414ab1
...
#187# 28d7dd60b4a1: 28d7dd60b4a1
#188# 28d7dd60b4b9: 28d7dd60b4b9
domain: 2e38c3f04101
_events: 28d7dd6176a9 #223#
_maxListeners: 10
id: 2
uniqueID: 2
workerID: 2
state: d6801f2dee9
process: 28d7dd63d929 #53#
#189# 28d7dd60b541: 28d7dd60b541
#190# 28d7dd617b79: 28d7dd617b79
#191# 28d7dd617d81: 28d7dd617d81
#192# 3435d4f86e39: 3435d4f86e39
id: 3435d4f73fa9
exports: 1643809ecb59 #66#
parent: 3435d4f12c41 #12#
filename: 3435d4f73fa9
loaded: 2e38c3f04141
children: 3435d4faebb1 #224#
paths: 3435d4faebd1 #225#
#193# 3435d4f83119: 3435d4f83119
id: 3435d4f514f1
exports: 3435d4f7c619 #78#
parent: 3435d4f19361 #23#
filename: 3435d4f514f1
loaded: 2e38c3f04141
children: 3435d4faa5a1 #226#
paths: 3435d4faa5c1 #227#
#194# 3435d4f84da9: 3435d4f84da9
id: 3435d4f63d49
exports: 3435d4fac4c9 #228#
out Thu, 10 Oct 2013 21:13:16 GMT = journal: true/false, wait for flush to journal before acknowlegement =
parent: 3435d4f19361 #23#
filename: 3435d4f63d49
loaded: 2e38c3f04141
children: 3435d4fac4e1 #229#
paths: 3435d4fac501 #230#
#195# 28d7dd6aa019: 28d7dd6aa019
0: 28d7dd699401 #49#
1: 28d7dd69a901 #231#
2: 28d7dd696dc1 #41#
#196# 28d7dd6aa039: 28d7dd6aa039
0: 329064462ce1
1: 329064462d39
2: 329064462d79
3: 329064462db1
4: 329064462de1
5: 329064462e11
#197# 28d7dd696c49: 28d7dd696c49
id: 32906446edc1
exports: 28d7dd696ae9 #232#
parent: 28d7dd696dc1 #41#
filename: 32906446edc1
loaded: 2e38c3f04141
children: 28d7dd6a9c71 #233#
paths: 28d7dd6a9c91 #234#
#198# 16438097b719: 16438097b719
id: 3290644fd951
exports: 16438096b0b1 #98#
parent: 28d7dd696dc1 #41#
filename: 3290644fd951
loaded: 2e38c3f04141
children: 1643809a6e99 #235#
paths: 1643809a6eb9 #236#
#199# 16438097bed1: 16438097bed1
id: 3290644fd9d1
exports: 1643809a6ed9 #156#
parent: 28d7dd696dc1 #41#
filename: 3290644fd9d1
loaded: 2e38c3f04141
children: 1643809a6ef1 #237#
paths: 1643809a6f11 #238#
#200# 16438096ae29: 16438096ae29
id: 3290644fa051
exports: 28d7dd67e441 #239#
parent: 28d7dd696dc1 #41#
filename: 3290644fa051
loaded: 2e38c3f04141
children: 1643809a5449 #240#
paths: 1643809a5469 #241#
#201# 28d7dd678581: 28d7dd678581
id: 2ef6c2b1a111
exports: 28d7dd66d229 #242#
parent: 28d7dd696dc1 #41#
filename: 2ef6c2b1a111
loaded: 2e38c3f04141
children: 28d7dd6f5219 #243#
paths: 28d7dd6f5239 #244#
#202# 28d7dd641511: 28d7dd641511
id: 2ef6c2b1a451
exports: 10140fa95749 #245#
parent: 28d7dd696dc1 #41#
filename: 2ef6c2b1a451
loaded: 2e38c3f04141
children: 28d7dd6f56d9 #246#
paths: 28d7dd6f56f9 #247#
#203# 28d7dd6403b1: 28d7dd6403b1
id: 2ef6c2b1a751
exports: 10140fa96191 #248#
parent: 28d7dd696dc1 #41#
filename: 2ef6c2b1a751
loaded: 2e38c3f04141
children: 28d7dd6f5761 #249#
paths: 28d7dd6f5781 #250#
#204# 28d7dd608de1: 28d7dd608de1
id: 2ef6c2b1bfd1
exports: 10140fa97111 #251#
parent: 28d7dd696dc1 #41#
filename: 2ef6c2b1bfd1
loaded: 2e38c3f04141
children: 28d7dd6f5e79 #252#
paths: 28d7dd6f5e99 #253#
#205# 2e38c3f82479: 2e38c3f82479
id: 2ef6c2b1d3f9
exports: 1643809edc21 #96#
parent: 28d7dd696dc1 #41#
filename: 2ef6c2b1d3f9
loaded: 2e38c3f04141
children: 28d7dd6f6069 #254#
paths: 28d7dd6f6089 #255#
#206# 2e38c3f827b1: 2e38c3f827b1
id: 2ef6c2b1d4e9
exports: 164380904191 @164380904191
parent: 28d7dd696dc1 #41#
filename: 2ef6c2b1d4e9
loaded: 2e38c3f04141
children: 28d7dd6f60f1 @28d7dd6f60f1
paths: 28d7dd6f6111 @28d7dd6f6111
#207# 1643809b3b91: 1643809b3b91
route: d6801f04501
handle: 1643809b4f21 @1643809b4f21
#208# 1643809b3bb9: 1643809b3bb9
route: d6801f04501
handle: 1643809b4f69 @1643809b4f69
#209# 28d7dd6f6021: 28d7dd6f6021
#210# 3435d4e331c1: 3435d4e331c1
#211# 1643809af7f9: 1643809af7f9
#212# 1643809af811: 1643809af811
#213# 1643809af829: 1643809af829
#214# 1643809709e1: 1643809709e1
pkg: 329064456921
config: 329064456949
models: 329064456971
views: 3290644569b1
lib: 3290644569d1
controllers: 3290644569f1
pub: 329064456a39
shared: 329064456a79
middleware: 329064456a99
locals: 329064456ae1
tmp: 329064456b21
#215# 1643809b26b9: 1643809b26b9
url: fcfdc416911
#216# 1643809b26d1: 1643809b26d1
port: 80
#217# 1643809b26e9: 1643809b26e9
host: fcfdc416991
port: fcfdc4169c1
db: fcfdc4169e1
#218# 28d7dd6f50a9: 28d7dd6f50a9
$__: 28d7dd6fea81 @28d7dd6fea81
isNew: 2e38c3f04141
errors: 2e38c3f04121
_maxListeners: 0
_doc: 28d7dd6feb69 @28d7dd6feb69
_pres: 28d7dd6feb81 @28d7dd6feb81
_posts: 28d7dd6feb99 @28d7dd6feb99
#219# 28d7dd6f50f9: 28d7dd6f50f9
$__: 28d7dd6febb1 @28d7dd6febb1
isNew: 2e38c3f04141
errors: 2e38c3f04121
_maxListeners: 0
_doc: 28d7dd6fec99 @28
out Thu, 10 Oct 2013 21:13:16 GMT = journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= =
= fsync: true/false, wait for flush to file system before acknowlegement =
d7dd6fec99
_pres: 28d7dd6fecb1 @28d7dd6fecb1
_posts: 28d7dd6fecc9 @28d7dd6fecc9
#220# 1b161450ad81: 1b161450ad81
log: 1b1614512eb1 @1b1614512eb1
apologize: 1b1614512ef9 @1b1614512ef9
#221# 1b161450ada9: 1b161450ada9
search: 1b161451b049 @1b161451b049
create: 1b161451b069 @1b161451b069
read: 1b161451b089 @1b161451b089
update: 1b161451b0a9 @1b161451b0a9
updateItem: 1b161451b0c9 @1b161451b0c9
sellItem: 1b161451b0e9 @1b161451b0e9
destroy: 1b161451b109 @1b161451b109
#222# 1b161450adc1: 1b161450adc1
login: 1b1614513099 @1b1614513099
inventory: 1b1614513059 @1b1614513059
splash: 1b1614512fb9 @1b1614512fb9
inventorySoldOut: 1b1614513079 @1b1614513079
inventoryForSale: 1b1614512ff9 @1b1614512ff9
inventoryOnCart: 1b1614512f99 @1b1614512f99
inventoryOnEtsy: 1b1614512fd9 @1b1614512fd9
inventoryAtSowa: 1b16145130d9 @1b16145130d9
inventoryQuery: 1b16145130b9 @1b16145130b9
inventoryAdded: 1b16145130f9 @1b16145130f9
inventoryUpdated: 1b1614513039 @1b1614513039
generateLabels: 1b1614513019 @1b1614513019
#223# 28d7dd6176a9: 28d7dd6176a9
#224# 3435d4faebb1: 3435d4faebb1
#225# 3435d4faebd1: 3435d4faebd1
0: 3435d4ff4161
1: 3435d4ff4229
2: 3435d4ff42b9
3: 3435d4ff4321
4: 3435d4ff4379
5: 3435d4ff43c1
6: 3435d4ff4401
#226# 3435d4faa5a1: 3435d4faa5a1
0: 3435d4f831b1 @3435d4f831b1
1: 3435d4f84c59 @3435d4f84c59
#227# 3435d4faa5c1: 3435d4faa5c1
0: 3435d4fea411
1: 3435d4fea4d1
2: 3435d4fea589
3: 3435d4fea619
4: 3435d4fea681
5: 3435d4fea6d9
6: 3435d4fea721
7: 3435d4fea761
#228# 3435d4fac4c9: 3435d4fac4c9
#229# 3435d4fac4e1: 3435d4fac4e1
#230# 3435d4fac501: 3435d4fac501
0: 3435d4fef0e9
1: 3435d4fef1a9
2: 3435d4fef261
3: 3435d4fef2f1
4: 3435d4fef359
5: 3435d4fef3b1
6: 3435d4fef3f9
7: 3435d4fef439
#231# 28d7dd69a901: 28d7dd69a901
id: 3290644721b1
exports: 28d7dd624799 #161#
parent: 28d7dd697011 #141#
filename: 3290644721b1
loaded: 2e38c3f04141
children: 28d7dd6aa689 @28d7dd6aa689
paths: 28d7dd6aa6a9 @28d7dd6aa6a9
#232# 28d7dd696ae9: 28d7dd696ae9
version: 329064457339
application: 164380919b39 @164380919b39
request: 16438091ad81 @16438091ad81
response: 16438096bdb1 @16438096bdb1
methods: 16438091ebc9 @16438091ebc9
#233# 28d7dd6a9c71: 28d7dd6a9c71
0: 28d7dd696a19 @28d7dd696a19
#234# 28d7dd6a9c91: 28d7dd6a9c91
0: 329064462971
1: 3290644629d9
2: 329064462a31
3: 329064462a71
4: 329064462aa9
5: 329064462ad9
6: 329064462b09
#235# 1643809a6e99: 1643809a6e99
#236# 1643809a6eb9: 1643809a6eb9
0: fcfdc413e39
1: fcfdc413e79
2: fcfdc413eb1
3: fcfdc413ee1
4: fcfdc413f11
#237# 1643809a6ef1: 1643809a6ef1
#238# 1643809a6f11: 1643809a6f11
0: fcfdc413f99
1: fcfdc413fd9
2: fcfdc414011
3: fcfdc414041
4: fcfdc414071
#239# 28d7dd67e441: 28d7dd67e441
base: 28d7dd6c1f81 @28d7dd6c1f81
modelName: 3290644c5c49
db: 28d7dd6effd9 @28d7dd6effd9
schema: 28d7dd6fe8b9 @28d7dd6fe8b9
options: 2e38c3f04121
collection: 28d7dd6fe971 @28d7dd6fe971
#240# 1643809a5449: 1643809a5449
0: 16438096acb1 @16438096acb1
1: 1643809b5c59 @1643809b5c59
#241# 1643809a5469: 1643809a5469
0: fcfdc4135c1
1: fcfdc413611
2: fcfdc413659
3: fcfdc413699
4: fcfdc4136d1
5: fcfdc413701
6: fcfdc413731
#242# 28d7dd66d229: 28d7dd66d229
base: 28d7dd6c1f81 @28d7dd6c1f81
modelName: 32343953b0e1
db: 28d7dd6effd9 @28d7dd6effd9
schema: 28d7dd6ff119 @28d7dd6ff119
options: 2e38c3f04121
collection: 28d7dd6ff1d1 @28d7dd6ff1d1
#243# 28d7dd6f5219: 28d7dd6f5219
out Thu, 10 Oct 2013 21:13:16 GMT JS Array[1]>#136#
paths: 37f1d0f7c8a1 #137#
#35# 37f1d0f1b861: 37f1d0f1b861
#36# 37f1d0f1b6e9: 37f1d0f1b6e9
main: 5c32ef3de69 #52#
extensions: 5c32ef3de51 #10#
cache: 5c32ef172f1 #117#
#37# 37f1d0f1ba01: 37f1d0f1ba01
id: 37f1d0f1bb99
exports: 37f1d0f1bc11 #38#
parent: 5c32ef97001 #41#
filename: 37f1d0f1bb99
loaded: 327867f04161
children: 37f1d0f7c949 #138#
paths: 37f1d0f7c969 #139#
#38# 37f1d0f1bc11: 37f1d0f1bc11
#39# 37f1d0f1ba51: 37f1d0f1ba51
main: 5c32ef3de69 #52#
extensions: 5c32ef3de51 #10#
cache: 5c32ef172f1 #117#
#40# 37f1d0f1c291: 37f1d0f1c291
#41# 5c32ef97001: 5c32ef97001
id: 31765176e4b1
exports: 5c32ef970d1 #140#
parent: 5c32ef97251 #141#
filename: 31765176e4b1
loaded: 327867f04141
children: 5c32efa9df9 #142#
paths: 5c32efa9e19 #143#
#42# 12b771bedfd1: 12b771bedfd1
0: 143725135129
1: 143725135149
2: 3ca3d34d0309
3: 143725135169
4: 143725135189
#43# 12b771bedf49: 12b771bedf49
#44# 12b771b6b461: 12b771b6b461
use: 5c32efb40b9 #144#
listen: 5c32efb43c9 #145#
route: 1d8be0f146b9
stack: 12b771bae339 #146#
request: 12b771bae359 #147#
response: 12b771bae371 #148#
cache: 12b771bae389 #149#
settings: 12b771ba70d1 #150#
engines: 12b771bae3a1 #151#
viewCallbacks: 12b771bae3b9 #152#
_router: 12b771ba70e9 #153#
routes: 12b771bae3d9 #154#
dir: 12b771b6b4c1
constants: 12b771bae441 #155#
config: 12b771ba72a9 #156#
_usedRouter: 327867f04141
models: 12b771ba5951 #157#
middleware: 5c32eff4c61 #158#
controllers: 5c32eff4c79 #159#
#45# 5c32ef97321: 5c32ef97321
balance: 5c32ef23c59 #160#
cycle: 5c32ef24799 #161#
app: 5c32ef970d1 #140#
#46# 12b771b6b609: 12b771b6b609
#47# 12b771b6b5c1: 12b771b6b5c1
main: 5c32ef3de69 #52#
extensions: 5c32ef3de51 #10#
cache: 5c32ef172f1 #117#
#48# 12b771b6b4e9: 12b771b6b4e9
id: 3176517fa0c1
exports: 12b771b6b609 #46#
parent: 5c32ef99641 #49#
filename: 3176517fa0c1
loaded: 327867f04161
children: 12b771ba5b11 #162#
paths: 12b771ba5b31 #163#
#49# 5c32ef99641: 5c32ef99641
id: 317651770829
exports: 5c32ef23c59 #160#
parent: 5c32ef97251 #141#
filename: 317651770829
loaded: 327867f04141
children: 5c32efaa3c1 #164#
paths: 5c32efaa3e1 #165#
#50# 5c32ef3dfa9: 5c32ef3dfa9
#51# 5c32ef3deb9: 5c32ef3deb9
main: 5c32ef3de69 #52#
extensions: 5c32ef3de51 #10#
cache: 5c32ef172f1 #117#
#52# 5c32ef3de69: 5c32ef3de69
id: 1d8be0f04e09
exports: 5c32ef3dfa9 #50#
parent: 327867f04101
filename: 317651760341
loaded: 327867f04161
children: 5c32ef0ae91 #166#
paths: 5c32ef0aeb1 #167#
#53# 5c32ef3daa9: 5c32ef3daa9
#54# 5c32ef0a2c1: 5c32ef0a2c1
0: 2
1: 37f1d0f7cf11
2: 37f1d0f7cf11
3: 27
4: 30
5: 0
6: 1
7: 1
8: 83
9: 83
...
#55# 37f1d0f04211: 37f1d0f04211
#56# 37f1d0f78429: 37f1d0f78429
#57# 5c32ef3e049: 5c32ef3e049
sep: 1d8be0f146b9
delimiter: 1d8be0f16a31
#58# 37f1d0f11289: 37f1d0f11289
#59# 5c32ef15cb1: 5c32ef15cb1
close: 5c32eff6a19 #168#
closeSync: 5c32eff6a61 #169#
open: 5c32eff6989 #170#
read: 12a1eb39c819 #171#
readSync: 12a1eb39c861 #172#
readdir: 5c32eff69d1 #173#
fchown: 5c32eff68b1 #174#
fchownSync: 5c32eff6941 #175#
chown: 5c32eff6869 #176#
chownSync: 5c32eff68f9 #177#
lchown: 12a1eb39c771 #178#
lchownSync: 12a1eb39c7d1 #179#
#60# 37f1d0f11519: 37f1d0f11519
#61# 37f1d0f112d1: 37f1d0f112d1
#62# 37f1d0f114f9: 37f1d0f114f9
0: 37f1d0f114e1 #6#
1: 37f1d0f11499 #7#
2: 37f1d0f11449 #8#
3: 37f1d0f11379
4: 37f1d0f11351
#63# 5c32ef11189: 5c32ef11189
super_: 5c32ef3e061 #77#
#64# 37f1d0f12d11: 37f1d0f12d11
#65# 37f1d0f7c2c9: 37f1d0f7c2c9
enabled: 327867f04161
#66# 12b771becf29: 12b771becf29
#67# 37f1d0f7c311: 37f1d0f7c311
#68# 37f1d0f12f39: 37f1d0f12f39
#69# 37f1d0f12d59: 37f1d0f12d59
#70# 37f1d0f12f19: 37f1d0f12f19
0: 37f1d0f12f01 #13#
1: 37f1d0f12c91 #14#
2: 37f1d0f12c41 #12#
3: 37f1d0f12e51
4: 37f1d0f12e29
#71# 37f1d0f17ca9: 37f1d0f17ca9
#72# 37f1d0f17de1: 37f1d0f17de1
0: 37f1d0f17dc9 #17#
1: 37f1d0f17c29 #18#
out Thu, 10 Oct 2013 21:13:16 GMT = http://www.mongodb.org/display/DOCS/getLastError+Command =
= return the information of the success/error of the insert/update/remove =
= =
0]>
#244# 28d7dd6f5239: 28d7dd6f5239
0: 2ef6c2b44081
1: 2ef6c2b440d1
2: 2ef6c2b44119
3: 2ef6c2b44159
4: 2ef6c2b44191
5: 2ef6c2b441c1
6: 2ef6c2b441f1
#245# 10140fa95749: 10140fa95749
#246# 28d7dd6f56d9: 28d7dd6f56d9
#247# 28d7dd6f56f9: 28d7dd6f56f9
0: 2ef6c2b44239
1: 2ef6c2b44289
2: 2ef6c2b442d1
3: 2ef6c2b44311
4: 2ef6c2b44349
5: 2ef6c2b44379
6: 2ef6c2b443a9
#248# 10140fa96191: 10140fa96191
#249# 28d7dd6f5761: 28d7dd6f5761
#250# 28d7dd6f5781: 28d7dd6f5781
0: 2ef6c2b443d1
1: 2ef6c2b44421
2: 2ef6c2b44469
3: 2ef6c2b444a9
4: 2ef6c2b444e1
5: 2ef6c2b44511
6: 2ef6c2b44541
#251# 10140fa97111: 10140fa97111
#252# 28d7dd6f5e79: 28d7dd6f5e79
#253# 28d7dd6f5e99: 28d7dd6f5e99
0: 2ef6c2b44569
1: 2ef6c2b445b9
2: 2ef6c2b44601
3: 2ef6c2b44641
4: 2ef6c2b44679
5: 2ef6c2b446a9
6: 2ef6c2b446d9
#254# 28d7dd6f6069: 28d7dd6f6069
#255# 28d7dd6f6089: 28d7dd6f6089
0: 2ef6c2b44701
1: 2ef6c2b44749
2: 2ef6c2b44791
3: 2ef6c2b447d1
4: 2ef6c2b44809
5: 2ef6c2b44839
6: 2ef6c2b44869
=====================
= =
= The default of no acknowlegement will change in the very near future =
2: 37f1d0f17bd9 #16#
3: 37f1d0f17d19
4: 37f1d0f17cf1
#73# 37f1d0f18181: 37f1d0f18181
#74# 37f1d0f17fb9: 37f1d0f17fb9
#75# 37f1d0f18161: 37f1d0f18161
0: 37f1d0f18149 #20#
1: 37f1d0f17f39 #21#
2: 37f1d0f17ee9 #19#
3: 37f1d0f18079
4: 37f1d0f18051
#76# 37f1d0f19431: 37f1d0f19431
version: 3ca3d34cd349
#77# 5c32ef3e061: 5c32ef3e061
#78# 37f1d0f7c619: 37f1d0f7c619
use: 12b771be9849 #180#
#79# 37f1d0f7c631: 37f1d0f7c631
brokenPause: 327867f04161
#80# 327867f5d061: 327867f5d061
#81# 37f1d0f19641: 37f1d0f19641
#82# 37f1d0f19479: 37f1d0f19479
#83# 37f1d0f19621: 37f1d0f19621
0: 37f1d0f19609 #24#
1: 37f1d0f193b1 #25#
2: 37f1d0f19361 #23#
3: 37f1d0f19549
4: 37f1d0f19521
#84# 37f1d0f1a431: 37f1d0f1a431
#85# 37f1d0f1a569: 37f1d0f1a569
0: 37f1d0f1a551 #28#
1: 37f1d0f1a3b1 #29#
2: 37f1d0f1a361 #27#
3: 37f1d0f1a4a1
4: 37f1d0f1a479
#86# 37f1d0f7c7d9: 37f1d0f7c7d9
#87# 37f1d0f1a961: 37f1d0f1a961
#88# 37f1d0f1a7c1: 37f1d0f1a7c1
#89# 37f1d0f1a941: 37f1d0f1a941
0: 37f1d0f1a929 #31#
1: 37f1d0f1a741 #32#
2: 37f1d0f1a6f1 #30#
3: 37f1d0f1a891
4: 37f1d0f1a869
#90# 37f1d0f1b769: 37f1d0f1b769
#91# 37f1d0f1b879: 37f1d0f1b879
0: 37f1d0f1b861 #35#
1: 37f1d0f1b6e9 #36#
2: 37f1d0f1b699 #34#
3: 37f1d0f1b7d9
4: 37f1d0f1b7b1
#92# 37f1d0f1bc49: 37f1d0f1bc49
#93# 37f1d0f1bad1: 37f1d0f1bad1
#94# 37f1d0f1bc29: 37f1d0f1bc29
0: 37f1d0f1bc11 #38#
1: 37f1d0f1ba51 #39#
2: 37f1d0f1ba01 #37#
3: 37f1d0f1bb99
4: 37f1d0f1bb71
#95# 5c32ef97051: 5c32ef97051
main: 5c32ef3de69 #52#
extensions: 5c32ef3de51 #10#
cache: 5c32ef172f1 #117#
#96# 12b771bedff1: 12b771bedff1
autorun: 12b771bedfd1 #42#
#97# 12b771b134c1: 12b771b134c1
#98# 12b771b6b4a9: 12b771b6b4a9
name: 2e9b47f09b59
version: 2e9b47f09b81
directories: 12b771bae459 #181#
engines: 12b771bae471 #182#
dependencies: 12b771bae489 #183#
devDependencies: 12b771bae4a1 #184#
scripts: 12b771bae4b9 #185#
constants: 12b771bae441 #155#
subdomain: 2e9b47f09ba1
os: 2e9b47f09bc1
bundledDependencies: 12b771bae4d1 #186#
#99# 5c32efa9fe9: 5c32efa9fe9
#100# 12b771b6b539: 12b771b6b539
#101# 12b771b6b621: 12b771b6b621
0: 12b771b6b609 #46#
1: 12b771b6b5c1 #47#
2: 12b771b6b4e9 #48#
3: 3176517fa0c1
4: 12b771b6b4c1
#102# 12b771ba5bb1: 12b771ba5bb1
#103# 5c32efa94c9: 5c32efa94c9
main: 5c32ef3de69 #52#
extensions: 5c32ef3de51 #10#
cache: 5c32ef172f1 #117#
#104# 5c32ef3df39: 5c32ef3df39
#105# 5c32ef3dfc1: 5c32ef3dfc1
0: 5c32ef3dfa9 #50#
1: 5c32ef3deb9 #51#
2: 5c32ef3de69 #52#
3: 317651760341
4: 5c32ef3df81
#106# 5c32ef3dfe1: 5c32ef3dfe1
domain: 327867f04101
_events: 5c32ef0b4a1 #187#
_maxListeners: 10
isWorker: 327867f04141
isMaster: 327867f04161
worker: 5c32ef0b4b9 #188#
workers: 327867f04101
settings: 5c32ef0b541 #189#
#107# 327867f35229: 327867f35229
#108# 5c32ef3e0a9: 5c32ef3e0a9
_lazyConstants: 327867f04101
#109# 327867f42309: 327867f42309
#110# 5c32ef0b621: 5c32ef0b621
#111# 5c32ef0b669: 5c32ef0b669
#112# 5c32ef0b6b1: 5c32ef0b6b1
#113# 327867f34fc1: 327867f34fc1
#114# 327867f6fb01: 327867f6fb01
_source: 5c32ef17b79 #190#
_cache: 5c32ef17d81 #191#
wrapper: 5c32ef17341 #122#
#115# 37f1d0f7c149: 37f1d0f7c149
#116# 37f1d0f7c161: 37f1d0f7c161
#117# 5c32ef172f1: 5c32ef172f1
#118# 37f1d0f7c1c1: 37f1d0f7c1c1
#119# 37f1d0f7c1e1: 37f1d0f7c1e1
0: 37f1d0fb6f09
1: 37f1d0fb6fe1
2: 37f1d0fb7099
3: 37f1d0fb7129
4: 37f1d0fb7191
5: 37f1d0fb71e9
6: 37f1d0fb7231
7: 37f1d0fb7271
#120# 5c32ef17309: 5c32ef17309
#121# 5c32ef17321: 5c32ef17321
0: 317651752871
1: 3176517528d9
2: 317651752949
out Thu, 10 Oct 2013 21:13:17 GMT = =
= =
= For backward compatibility safe is still supported and =
= =
= For backward compatibility safe is still supported and =
v0.10.16/lib/node>
#122# 5c32ef17341: 5c32ef17341
0: 1d8be0f1d2b9
1: 1d8be0f1d311
#123# 5c32ef17361: 5c32ef17361
#124# 37f1d0f7c261: 37f1d0f7c261
0: 37f1d0f86e39 #192#
1: 37f1d0f11449 #8#
#125# 37f1d0f7c281: 37f1d0f7c281
0: 37f1d0fb72a9
1: 37f1d0fb7369
2: 37f1d0fb7421
3: 37f1d0fb74b1
4: 37f1d0fb7519
5: 37f1d0fb7571
6: 37f1d0fb75b9
7: 37f1d0fb75f9
#126# 37f1d0f7c3b9: 37f1d0f7c3b9
0: 37f1d0f12c41 #12#
#127# 37f1d0f7c3d9: 37f1d0f7c3d9
0: 37f1d0fb7631
1: 37f1d0fb76e9
2: 37f1d0fb7779
3: 37f1d0fb77e1
4: 37f1d0fb7839
5: 37f1d0fb7881
6: 37f1d0fb78c1
#128# 37f1d0f7c481: 37f1d0f7c481
0: 37f1d0f17bd9 #16#
#129# 37f1d0f7c4a1: 37f1d0f7c4a1
0: 37f1d0fb78f9
1: 37f1d0fb79d1
2: 37f1d0fb7a91
3: 37f1d0fb7b49
4: 37f1d0fb7bd9
5: 37f1d0fb7c41
6: 37f1d0fb7c99
7: 37f1d0fb7ce1
8: 37f1d0fb7d21
#130# 37f1d0f7c549: 37f1d0f7c549
0: 37f1d0f83119 #193#
1: 37f1d0f84da9 #194#
2: 37f1d0f17ee9 #19#
#131# 37f1d0f7c569: 37f1d0f7c569
0: 37f1d0fb7d59
1: 37f1d0fb7e19
2: 37f1d0fb7ed1
3: 37f1d0fb7f61
4: 37f1d0fb7fc9
5: 37f1d0fb8021
6: 37f1d0fb8069
7: 37f1d0fb80a9
#132# 37f1d0f7c6a9: 37f1d0f7c6a9
0: 37f1d0f19361 #23#
#133# 37f1d0f7c6c9: 37f1d0f7c6c9
0: 37f1d0fb80e1
1: 37f1d0fb8199
2: 37f1d0fb8229
3: 37f1d0fb8291
4: 37f1d0fb82e9
5: 37f1d0fb8331
6: 37f1d0fb8371
#134# 37f1d0f7c771: 37f1d0f7c771
0: 37f1d0f1a361 #27#
#135# 37f1d0f7c791: 37f1d0f7c791
0: 37f1d0fb83a9
1: 37f1d0fb8441
2: 37f1d0fb84d1
3: 37f1d0fb8539
4: 37f1d0fb8591
5: 37f1d0fb85d9
6: 37f1d0fb8619
#136# 37f1d0f7c881: 37f1d0f7c881
0: 37f1d0f1a6f1 #30#
#137# 37f1d0f7c8a1: 37f1d0f7c8a1
0: 37f1d0fb8651
1: 37f1d0fb86e1
2: 37f1d0fb8749
3: 37f1d0fb87a1
4: 37f1d0fb87e9
5: 37f1d0fb8829
#138# 37f1d0f7c949: 37f1d0f7c949
0: 37f1d0f1b699 #34#
#139# 37f1d0f7c969: 37f1d0f7c969
0: 37f1d0fb8861
1: 37f1d0fb88d9
2: 37f1d0fb8949
3: 37f1d0fb89b1
4: 37f1d0fb8a09
5: 37f1d0fb8a51
6: 37f1d0fb8a91
#140# 5c32ef970d1: 5c32ef970d1
#141# 5c32ef97251: 5c32ef97251
id: 31765176ffe1
exports: 5c32ef97321 #45#
parent: 5c32ef3de69 #52#
filename: 31765176ffe1
loaded: 327867f04141
children: 5c32efaa0d9 #195#
paths: 5c32efaa0f9 #196#
#142# 5c32efa9df9: 5c32efa9df9
0: 5c32ef96e89 #197#
1: 12b771b7bae9 #198#
2: 12b771b7c2a1 #199#
3: 12b771b6b221 #200#
4: 5c32ef7a601 #201#
5: 5c32ef69e71 #202#
6: 5c32ef41319 #203#
7: 5c32ef2af31 #204#
8: 5c32ef08d39 #205#
9: 5c32ef09071 #206#
...
#143# 5c32efa9e19: 5c32efa9e19
0: 317651762141
1: 317651762199
2: 3176517621f1
3: 317651762231
out Thu, 10 Oct 2013 21:13:17 GMT = ex: new Db(new Server('localhost', 27017), {safe:false}) =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= The default of no acknowlegement will change in the very near future =
= the default value is false which means the driver receives does not =
= =
= =
= This message will disappear when the default safe is set on the driver Db =
= return the information of the success/error of the insert/update/remove =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= This message will disappear when the default safe is set on the driver Db =
= =
= =
========================================================================================
========================================================================================
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= The default of no acknowlegement will change in the very near future =
= =
= =
= This message will disappear when the default safe is set on the driver Db =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
========================================================================================
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
4: 317651762269
5: 317651762299
6: 3176517622c9
#144# 5c32efb40b9: 5c32efb40b9
#145# 5c32efb43c9: 5c32efb43c9
#146# 12b771bae339: 12b771bae339
0: 12b771bb3f61 #207#
1: 12b771bb3f89 #208#
#147# 12b771bae359: 12b771bae359
#148# 12b771bae371: 12b771bae371
#149# 12b771bae389: 12b771bae389
#150# 12b771ba70d1: 12b771ba70d1
#151# 12b771bae3a1: 12b771bae3a1
#152# 12b771bae3b9: 12b771bae3b9
0: 5c32eff5cc1 #209#
1: 37f1d0e331c1 #210#
#153# 12b771ba70e9: 12b771ba70e9
routes: 12b771bae3d9 #154#
map: 12b771bafbc9 #211#
params: 12b771bafbe1 #212#
_params: 12b771bafbf9 #213#
caseSensitive: 327867f04161
strict: 327867f04161
#154# 12b771bae3d9: 12b771bae3d9
router: 327867f04121
#155# 12b771bae441: 12b771bae441
title: 2e9b47f13b49
session_length: 1209600000
request_timeout: 10000
name: 2e9b47f09b59
locations: 12b771b70db1 #214#
#156# 12b771ba72a9: 12b771ba72a9
view_engine: 2e9b47f13481
cookie_secret: 2e9b47f134a1
session: 12b771bb2a89 #215#
http: 12b771bb2aa1 #216#
mongodb: 12b771bb2ab9 #217#
character_encoding: 2e9b47f134c1
#157# 12b771ba5951: 12b771ba5951
item: 5c32eff4d49 #218#
user: 5c32eff4d99 #219#
#158# 5c32eff4c61: 5c32eff4c61
errors: 3cf72560aa21 #220#
#159# 5c32eff4c79: 5c32eff4c79
api: 3cf72560aa49 #221#
home: 3cf72560aa61 #222#
#160# 5c32ef23c59: 5c32ef23c59
#161# 5c32ef24799: 5c32ef24799
#162# 12b771ba5b11: 12b771ba5b11
#163# 12b771ba5b31: 12b771ba5b31
0: 2e9b47f12ca1
1: 2e9b47f12ce9
2: 2e9b47f12d29
3: 2e9b47f12d61
4: 2e9b47f12d91
5: 2e9b47f12dc1
#164# 5c32efaa3c1: 5c32efaa3c1
0: 12b771b6b4e9 #48#
#165# 5c32efaa3e1: 5c32efaa3e1
0: 317651765b41
1: 317651765b99
2: 317651765bf1
3: 317651765c31
4: 317651765c69
5: 317651765c99
6: 317651765cc9
#166# 5c32ef0ae91: 5c32ef0ae91
0: 5c32ef97251 #141#
#167# 5c32ef0aeb1: 5c32ef0aeb1
0: 3176517612b1
1: 3176517527b1
2: 3176517527e9
3: 317651752819
4: 317651752849
#168# 5c32eff6a19: 5c32eff6a19
#169# 5c32eff6a61: 5c32eff6a61
#170# 5c32eff6989: 5c32eff6989
#171# 12a1eb39c819: 12a1eb39c819
#172# 12a1eb39c861: 12a1eb39c861
#173# 5c32eff69d1: 5c32eff69d1
#174# 5c32eff68b1: 5c32eff68b1
#175# 5c32eff6941: 5c32eff6941
#176# 5c32eff6869: 5c32eff6869
#177# 5c32eff68f9: 5c32eff68f9
#178# 12a1eb39c771: 12a1eb39c771
#179# 12a1eb39c7d1: 12a1eb39c7d1
#180# 12b771be9849: 12b771be9849
#181# 12b771bae459: 12b771bae459
#182# 12b771bae471: 12b771bae471
node: 2e9b47f13b71 =0.6.6>
npm: 2e9b47f13b91 =1.1>
#183# 12b771bae489: 12b771bae489
#184# 12b771bae4a1: 12b771bae4a1
handlebars: 2e9b47f13db1
vows: 2e9b47f13dd1
commander: 2e9b47f13df1
#185# 12b771bae4b9: 12b771bae4b9
start: 2e9b47f13e11
lock: 2e9b47f13e31
postinstall: 2e9b47f13e61
test: 2e9b47f13e91
#186# 12b771bae4d1: 12b771bae4d1
0: 2e9b47f13ec1
1: 2e9b47f13ee1
2: 2e9b47f13f09
3: 2e9b47f13f29
4: 2e9b47f13f49
5: 2e9b47f13f69
6: 2e9b47f13f91
7: 2e9b47f13fb1
8: 2e9b47f13fd1
9: 2e9b47f13ff9
...
#187# 5c32ef0b4a1: 5c32ef0b4a1
#188# 5c32ef0b4b9: 5c32ef0b4b9
domain: 327867f04101
_events: 5c32ef176a9 #223#
_maxListeners: 10
id: 10
uniqueID: 10
workerID: 10
state: 1d8be0f2dcc9
process: 5c32ef3daa9 #53#
#189# 5c32ef0b541: 5c32ef0b541
#190# 5c32ef17b79: 5c32ef17b79
#191# 5c32ef17d81: 5c32ef17d81
#192# 37f1d0f86e39: 37f1d0f86e39
id: 37f1d0f73fa9
exports: 12b771becf29 #66#
parent: 37f1d0f12c41 #12#
filename: 37f1d0f73fa9
loaded: 327867f04141
children: 37f1d0faebb1 #224#
paths: 37f1d0faebd1 #225#
#193# 37f1d0f83119: 37f1d0f83119
id: 37f1d0f514f1
exports: 37f1d0f7c619 #78#
parent: 37f1d0f19361 #23#
filename: 37f1d0f514f1
loaded: 327867f04141
children: 37f1d0faa5a1 #226#
paths: 37f1d0faa5c1 #227#
#194# 37f1d0f84da9: 37f1d0f84da9
id: 37f1d0f63d49
exports: 37f1d0fac4c9 #228#
parent: 37f1d0f19361 #23#
filename: 37f1d0f63d49
loaded: 327867f04141
children: 37f1d0fac4e1 #229#
out Thu, 10 Oct 2013 21:13:17 GMT [ base12app ] worker listening on port 80
[ base12app ] worker listening on port 80
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
paths: 37f1d0fac501 #230#
#195# 5c32efaa0d9: 5c32efaa0d9
0: 5c32ef99641 #49#
1: 5c32ef9ab41 #231#
2: 5c32ef97001 #41#
#196# 5c32efaa0f9: 5c32efaa0f9
0: 3176517622f1
1: 317651762349
2: 317651762389
3: 3176517623c1
4: 3176517623f1
5: 317651762421
#197# 5c32ef96e89: 5c32ef96e89
id: 31765176e2e1
exports: 5c32ef96d29 #232#
parent: 5c32ef97001 #41#
filename: 31765176e2e1
loaded: 327867f04141
children: 5c32efa9d31 #233#
paths: 5c32efa9d51 #234#
#198# 12b771b7bae9: 12b771b7bae9
id: 3176517fcfc1
exports: 12b771b6b4a9 #98#
parent: 5c32ef97001 #41#
filename: 3176517fcfc1
loaded: 327867f04141
children: 12b771ba7269 #235#
paths: 12b771ba7289 #236#
#199# 12b771b7c2a1: 12b771b7c2a1
id: 3176517fd041
exports: 12b771ba72a9 #156#
parent: 5c32ef97001 #41#
filename: 3176517fd041
loaded: 327867f04141
children: 12b771ba72c1 #237#
paths: 12b771ba72e1 #238#
#200# 12b771b6b221: 12b771b6b221
id: 3176517f96c1
exports: 5c32ef7f6e9 #239#
parent: 5c32ef97001 #41#
filename: 3176517f96c1
loaded: 327867f04141
children: 12b771ba5819 #240#
paths: 12b771ba5839 #241#
#201# 5c32ef7a601: 5c32ef7a601
id: 14372511a111
exports: 5c32ef6f981 #242#
parent: 5c32ef97001 #41#
filename: 14372511a111
loaded: 327867f04141
children: 5c32eff4eb9 #243#
paths: 5c32eff4ed9 #244#
#202# 5c32ef69e71: 5c32ef69e71
id: 14372511a451
exports: 12a1eb3953f9 #245#
parent: 5c32ef97001 #41#
filename: 14372511a451
loaded: 327867f04141
children: 5c32eff5379 #246#
paths: 5c32eff5399 #247#
#203# 5c32ef41319: 5c32ef41319
id: 14372511a751
exports: 12a1eb395e41 #248#
parent: 5c32ef97001 #41#
filename: 14372511a751
loaded: 327867f04141
children: 5c32eff5401 #249#
paths: 5c32eff5421 #250#
#204# 5c32ef2af31: 5c32ef2af31
id: 14372511bfd1
exports: 12a1eb396dc1 #251#
parent: 5c32ef97001 #41#
filename: 14372511bfd1
loaded: 327867f04141
children: 5c32eff5b19 #252#
paths: 5c32eff5b39 #253#
#205# 5c32ef08d39: 5c32ef08d39
id: 14372511d3f9
exports: 12b771bedff1 #96#
parent: 5c32ef97001 #41#
filename: 14372511d3f9
loaded: 327867f04141
children: 5c32eff5d09 #254#
paths: 5c32eff5d29 #255#
#206# 5c32ef09071: 5c32ef09071
id: 14372511d4e9
exports: 12b771b12a59 @12b771b12a59
parent: 5c32ef97001 #41#
filename: 14372511d4e9
loaded: 327867f04141
children: 5c32eff5d91 @5c32eff5d91
paths: 5c32eff5db1 @5c32eff5db1
#207# 12b771bb3f61: 12b771bb3f61
route: 1d8be0f04501
handle: 12b771bb52f1 @12b771bb52f1
#208# 12b771bb3f89: 12b771bb3f89
route: 1d8be0f04501
handle: 12b771bb5339 @12b771bb5339
#209# 5c32eff5cc1: 5c32eff5cc1
#210# 37f1d0e331c1: 37f1d0e331c1
#211# 12b771bafbc9: 12b771bafbc9
#212# 12b771bafbe1: 12b771bafbe1
#213# 12b771bafbf9: 12b771bafbf9
#214# 12b771b70db1: 12b771b70db1
pkg: 317651756349
config: 317651756371
models: 317651756399
views: 3176517563d9
lib: 3176517563f9
controllers: 317651756419
pub: 317651756461
shared: 3176517564a1
middleware: 3176517564c1
locals: 317651756509
tmp: 317651756549
#215# 12b771bb2a89: 12b771bb2a89
url: 2e9b47f15e59
#216# 12b771bb2aa1: 12b771bb2aa1
port: 80
#217# 12b771bb2ab9: 12b771bb2ab9
host: 2e9b47f15ed9
port: 2e9b47f15f09
db: 2e9b47f15f29
#218# 5c32eff4d49: 5c32eff4d49
$__: 5c32effe721 @5c32effe721
isNew: 327867f04141
errors: 327867f04121
_maxListeners: 0
_doc: 5c32effe809 @5c32effe809
_pres: 5c32effe821 @5c32effe821
_posts: 5c32effe839 @5c32effe839
#219# 5c32eff4d99: 5c32eff4d99
$__: 5c32effe851 @5c32effe851
isNew: 327867f04141
errors: 327867f04121
_maxListeners: 0
_doc: 5c32effe939 @5c32effe939
_pres: 5c32effe951 @5c32effe951
_posts: 5c32effe969 @5c32effe969
#220# 3cf72560aa21: 3cf72560aa21
log: 3cf725612b51 @3cf725612b51
apologize: 3cf725612b99 @3cf725612b99
#221# 3cf72560aa49: 3cf72560aa49
err Thu, 10 Oct 2013 21:13:17 GMT Exiting process due to uncaught exception!
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.21:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:13:17 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:13:18 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.6:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:13:17 GMT [ base12app ] worker listening on port 80
out Thu, 10 Oct 2013 21:13:18 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:18 GMT ========================================================================================
out Thu, 10 Oct 2013 21:13:17 GMT ]: /opt/run/snapshot/node_modules>
4: 143725144191
5: 1437251441c1
6: 1437251441f1
#245# 12a1eb3953f9: 12a1eb3953f9
#246# 5c32eff5379: 5c32eff5379
#247# 5c32eff5399: 5c32eff5399
0: 143725144239
1: 143725144289
2: 1437251442d1
3: 143725144311
4: 143725144349
5: 143725144379
6: 1437251443a9
#248# 12a1eb395e41: 12a1eb395e41
#249# 5c32eff5401: 5c32eff5401
#250# 5c32eff5421: 5c32eff5421
0: 1437251443d1
1: 143725144421
2: 143725144469
3: 1437251444a9
4: 1437251444e1
5: 143725144511
6: 143725144541
#251# 12a1eb396dc1: 12a1eb396dc1
#252# 5c32eff5b19: 5c32eff5b19
#253# 5c32eff5b39: 5c32eff5b39
0: 143725144569
1: 1437251445b9
2: 143725144601
3: 143725144641
4: 143725144679
5: 1437251446a9
6: 1437251446d9
#254# 5c32eff5d09: 5c32eff5d09
#255# 5c32eff5d29: 5c32eff5d29
0: 143725144701
1: 143725144749
2: 143725144791
3: 1437251447d1
4: 143725144809
5: 143725144839
6: 143725144869
=====================
= the default value is false which means the driver receives does not =
[ base12app ] worker listening on port 80
[ base12app ] worker listening on port 80
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:13:18 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:13:18 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.16:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
err Thu, 10 Oct 2013 21:13:17 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.14:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:13:17 GMT search: 3cf72561ace9 @3cf72561ace9
create: 3cf72561ad09 @3cf72561ad09
read: 3cf72561ad29 @3cf72561ad29
update: 3cf72561ad49 @3cf72561ad49
updateItem: 3cf72561ad69 @3cf72561ad69
sellItem: 3cf72561ad89 @3cf72561ad89
destroy: 3cf72561ada9 @3cf72561ada9
#222# 3cf72560aa61: 3cf72560aa61
login: 3cf725612d19 @3cf725612d19
inventory: 3cf725612d59 @3cf725612d59
splash: 3cf725612c79 @3cf725612c79
inventorySoldOut: 3cf725612d99 @3cf725612d99
inventoryForSale: 3cf725612c99 @3cf725612c99
inventoryOnCart: 3cf725612cf9 @3cf725612cf9
inventoryOnEtsy: 3cf725612cd9 @3cf725612cd9
inventoryAtSowa: 3cf725612c59 @3cf725612c59
inventoryQuery: 3cf725612d39 @3cf725612d39
inventoryAdded: 3cf725612d79 @3cf725612d79
inventoryUpdated: 3cf725612c39 @3cf725612c39
generateLabels: 3cf725612cb9 @3cf725612cb9
#223# 5c32ef176a9: 5c32ef176a9
#224# 37f1d0faebb1: 37f1d0faebb1
#225# 37f1d0faebd1: 37f1d0faebd1
0: 37f1d0ff4161
1: 37f1d0ff4229
2: 37f1d0ff42b9
3: 37f1d0ff4321
4: 37f1d0ff4379
5: 37f1d0ff43c1
6: 37f1d0ff4401
#226# 37f1d0faa5a1: 37f1d0faa5a1
0: 37f1d0f831b1 @37f1d0f831b1
1: 37f1d0f84c59 @37f1d0f84c59
#227# 37f1d0faa5c1: 37f1d0faa5c1
0: 37f1d0fea411
1: 37f1d0fea4d1
2: 37f1d0fea589
3: 37f1d0fea619
4: 37f1d0fea681
5: 37f1d0fea6d9
6: 37f1d0fea721
7: 37f1d0fea761
#228# 37f1d0fac4c9: 37f1d0fac4c9
#229# 37f1d0fac4e1: 37f1d0fac4e1
#230# 37f1d0fac501: 37f1d0fac501
0: 37f1d0fef0e9
1: 37f1d0fef1a9
2: 37f1d0fef261
3: 37f1d0fef2f1
4: 37f1d0fef359
5: 37f1d0fef3b1
6: 37f1d0fef3f9
7: 37f1d0fef439
#231# 5c32ef9ab41: 5c32ef9ab41
id: 3176517716d1
exports: 5c32ef24799 #161#
parent: 5c32ef97251 #141#
filename: 3176517716d1
loaded: 327867f04141
children: 5c32efaa749 @5c32efaa749
paths: 5c32efaa769 @5c32efaa769
#232# 5c32ef96d29: 5c32ef96d29
version: 317651756ca1
application: 12b771b1a051 @12b771b1a051
request: 12b771b1b299 @12b771b1b299
response: 12b771b6c1a9 @12b771b6c1a9
methods: 12b771b1f0e1 @12b771b1f0e1
#233# 5c32efa9d31: 5c32efa9d31
0: 5c32ef96c59 @5c32ef96c59
#234# 5c32efa9d51: 5c32efa9d51
0: 317651761f81
1: 317651761fe9
2: 317651762041
3: 317651762081
4: 3176517620b9
5: 3176517620e9
6: 317651762119
#235# 12b771ba7269: 12b771ba7269
#236# 12b771ba7289: 12b771ba7289
0: 2e9b47f13381
1: 2e9b47f133c1
2: 2e9b47f133f9
3: 2e9b47f13429
4: 2e9b47f13459
#237# 12b771ba72c1: 12b771ba72c1
#238# 12b771ba72e1: 12b771ba72e1
0: 2e9b47f134e1
1: 2e9b47f13521
2: 2e9b47f13559
3: 2e9b47f13589
4: 2e9b47f135b9
#239# 5c32ef7f6e9: 5c32ef7f6e9
base: 5c32efc51c9 @5c32efc51c9
modelName: 3176517c4fb9
db: 5c32efefc79 @5c32efefc79
schema: 5c32effe559 @5c32effe559
options: 327867f04121
collection: 5c32effe611 @5c32effe611
#240# 12b771ba5819: 12b771ba5819
0: 12b771b6b0a9 @12b771b6b0a9
1: 12b771bb6029 @12b771bb6029
#241# 12b771ba5839: 12b771ba5839
0: 2e9b47f12b09
1: 2e9b47f12b59
2: 2e9b47f12ba1
3: 2e9b47f12be1
4: 2e9b47f12c19
5: 2e9b47f12c49
6: 2e9b47f12c79
#242# 5c32ef6f981: 5c32ef6f981
base: 5c32efc51c9 @5c32efc51c9
modelName: 3ca3d343b0e1
db: 5c32efefc79 @5c32efefc79
schema: 5c32effedb9 @5c32effedb9
options: 327867f04121
collection: 5c32effee71 @5c32effee71
#243# 5c32eff4eb9: 5c32eff4eb9
#244# 5c32eff4ed9: 5c32eff4ed9
0: 143725144081
1: 1437251440d1
2: 143725144119
3: 143725144159
err Thu, 10 Oct 2013 21:13:33 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:13:33 GMT Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:13:35 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:13:35 GMT
err Thu, 10 Oct 2013 21:13:35 GMT Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:13:36 GMT /opt/run/snapshot/package/node_modules/base12/lib/balance.js:9
var num_workers = parseInt(max, 10) || os.cpus().length;
^
TypeError: Cannot read property 'length' of undefined
at Object.module.exports [as balance] (/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9:51)
at Object. (/opt/run/snapshot/package/run:5:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
err Thu, 10 Oct 2013 21:13:38 GMT FATAL ERROR: Evacuation
err Thu, 10 Oct 2013 21:13:38 GMT Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:13:40 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:13:40 GMT Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:40 GMT
==== Stack trace ============================================
Security context: 6fecc06b71 #0#
1: replace(aka replace) [native string.js:244] (this=2fff94f04149 ,a=2fff94f04101 #1#,b=14a777504501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=6fecc06c91 #2#,line=2fff94f04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=2fff94f041f1 #3#,a=2fff94f041a9 #4#,b=6fecc06c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=2fff94f11221 #5#,file=2fff94f11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=2fff94f114e1 #6#,exports=2fff94f114e1 #6#,require=2fff94f11499 #7#,module=2fff94f11449 #8#,__filename=2fff94f11379 ,__dirname=2fff94f11351 )
9: _compile [module.js:456] (this=2fff94f11449 #8#,content=2fff94f120d9 #9#,filename=2fff94f11379 )
10: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f11449 #8#,filename=2fff94f11379 )
11: load [module.js:356] (this=2fff94f11449 #8#,filename=2fff94f11379 )
12: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb56c59 ,parent=2fff94f12c41 #12#,isMain=6fecc04121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=2fff94f12c41 #12#,path=271a7cb56c59 )
15: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb56c59 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=2fff94f12f01 #13#,exports=2fff94f12f01 #13#,require=2fff94f12c91 #14#,module=2fff94f12c41 #12#,__filename=2fff94f12e51 ,__dirname=2fff94f12e29 )
18: _compile [module.js:456] (this=2fff94f12c41 #12#,content=2fff94f15599 #15#,filename=2fff94f12e51 )
19: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f12c41 #12#,filename=2fff94f12e51 )
20: load [module.js:356] (this=2fff94f12c41 #12#,filename=2fff94f12e51 )
21: _load [module.js:312] (this=1e1a2933dc11 #11#,request=1072e3bcf339 ,parent=2fff94f17bd9 #16#,isMain=6fecc04121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=2fff94f17bd9 #16#,path=1072e3bcf339 )
24: require [module.js:380] (this=6fecc06c91 #2#,path=1072e3bcf339 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=2fff94f17dc9 #17#,exports=2fff94f17dc9 #17#,require=2fff94f17c29 #18#,module=2fff94f17bd9 #16#,__filename=2fff94f17d19 ,__dirname=2fff94f17cf1 )
27: _compile [module.js:456] (this=2fff94f17bd9 #16#,content=2fff94f17e89 ,filename=2fff94f17d19 )
28: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f17bd9 #16#,filename=2fff94f17d19 )
29: load [module.js:356] (this=2fff94f17bd9 #16#,filename=2fff94f17d19 )
30: _load [module.js:312] (this=1e1a2933dc11 #11#,request=14a77751cfe9 ,parent=2fff94f17ee9 #19#,isMain=6fecc04121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=2fff94f17ee9 #19#,path=14a77751cfe9 )
33: require [module.js:380] (this=6fecc06c91 #2#,path=14a77751cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=2fff94f18149 #20#,exports=2fff94f18149 #20#,require=2fff94f17f39 #21#,module=2fff94f17ee9 #19#,__filename=2fff94f18079 ,__dirname=2fff94f18051 )
36: _compile [module.js:456] (this=2fff94f17ee9 #19#,content=2fff94f18a81 #22#,filename=2fff94f18079 )
37: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f17ee9 #19#,filename=2fff94f18079 )
38: load [module.js:356] (this=2fff94f17ee9 #19#,filename=2fff94f18079 )
39: _load [module.js:312] (this=1e1a2933dc11 #11#,request=1072e3bcd369 ,parent=2fff94f19361 #23#,isMain=6fecc04121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=2fff94f19361 #23#,path=1072e3bcd369 )
42: require [module.js:380] (this=6fecc06c91 #2#,path=1072e3bcd369 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=2fff94f19609 #24#,exports=2fff94f19609 #24#,require=2fff94f193b1 #25#,module=2fff94f19361 #23#,__filename=2fff94f19549 ,__dirname=2fff94f19521 )
45: _compile [module.js:456] (this=2fff94f19361 #23#,content=2fff94f19ce1 #26#,filename=2fff94f19549 )
46: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f19361 #
out Thu, 10 Oct 2013 21:13:40 GMT 23#,filename=2fff94f19549 )
47: load [module.js:356] (this=2fff94f19361 #23#,filename=2fff94f19549 )
48: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb5dcf1 ,parent=2fff94f1a361 #27#,isMain=6fecc04121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=2fff94f1a361 #27#,path=271a7cb5dcf1 )
51: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb5dcf1 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=2fff94f1a551 #28#,exports=2fff94f1a551 #28#,require=2fff94f1a3b1 #29#,module=2fff94f1a361 #27#,__filename=2fff94f1a4a1 ,__dirname=2fff94f1a479 )
54: _compile [module.js:456] (this=2fff94f1a361 #27#,content=2fff94f1a651 ,filename=2fff94f1a4a1 )
55: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1a361 #27#,filename=2fff94f1a4a1 )
56: load [module.js:356] (this=2fff94f1a361 #27#,filename=2fff94f1a4a1 )
57: _load [module.js:312] (this=1e1a2933dc11 #11#,request=14a777526061 ,parent=2fff94f1a6f1 #30#,isMain=6fecc04121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=2fff94f1a6f1 #30#,path=14a777526061 )
60: require [module.js:380] (this=6fecc06c91 #2#,path=14a777526061 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=2fff94f1a929 #31#,exports=2fff94f1a929 #31#,require=2fff94f1a741 #32#,module=2fff94f1a6f1 #30#,__filename=2fff94f1a891 ,__dirname=2fff94f1a869 )
63: _compile [module.js:456] (this=2fff94f1a6f1 #30#,content=2fff94f1b011 #33#,filename=2fff94f1a891 )
64: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1a6f1 #30#,filename=2fff94f1a891 )
65: load [module.js:356] (this=2fff94f1a6f1 #30#,filename=2fff94f1a891 )
66: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb56d81 ,parent=2fff94f1b699 #34#,isMain=6fecc04121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=2fff94f1b699 #34#,path=271a7cb56d81 )
69: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb56d81 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=2fff94f1b861 #35#,exports=2fff94f1b861 #35#,require=2fff94f1b6e9 #36#,module=2fff94f1b699 #34#,__filename=2fff94f1b7d9 ,__dirname=2fff94f1b7b1 )
72: _compile [module.js:456] (this=2fff94f1b699 #34#,content=2fff94f1b961 ,filename=2fff94f1b7d9 )
73: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1b699 #34#,filename=2fff94f1b7d9 )
74: load [module.js:356] (this=2fff94f1b699 #34#,filename=2fff94f1b7d9 )
75: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb54f71 ,parent=2fff94f1ba01 #37#,isMain=6fecc04121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=2fff94f1ba01 #37#,path=271a7cb54f71 )
78: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb54f71 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=2fff94f1bc11 #38#,exports=2fff94f1bc11 #38#,require=2fff94f1ba51 #39#,module=2fff94f1ba01 #37#,__filename=2fff94f1bb99 ,__dirname=2fff94f1bb71 )
81: _compile [module.js:456] (this=2fff94f1ba01 #37#,content=2fff94f1c291 #40#,filename=2fff94f1bb99 )
82: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1ba01 #37#,filename=2fff94f1bb99 )
83: load [module.js:356] (this=2fff94f1ba01 #37#,filename=2fff94f1bb99 )
84: _load [module.js:312] (this=1e1a2933dc11 #11#,request=2fff94f1c8b9 ,parent=1e1a29397029 #41#,isMain=6fecc04121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=1e1a29397029 #41#,path=2fff94f1c8b9 )
87: require [module.js:380] (this=6fecc06c91 #2#,path=2fff94f1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=6fecc06c91 #2#,file=1072e3bd0309 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=3c2ec1aee071 #42#,a=3c2ec1aedfe9 #43#,b=6fecc06c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=6fecc06c91 #2#,app=3c2ec1a6b501 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=1e1a29397349 #45#,dir=3c2ec1a6b561 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=3c2ec1a6b6a9 #46#,exports=3c2ec1a6b6a9 #46#,require=3c2ec1a6b661 #47#,module=3c2ec1a6b589 #48#,__filename=271a7cbfa3e9 ,__dirname=3c2ec1a6b561 )
96: _compile [module.js:456] (this=3c2ec1a6b589 #48#,content=271a7cbfa5f1
out Thu, 10 Oct 2013 21:13:41 GMT r = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=271a7cbfa3e9 )
97: .js [module.js:474] (this=1e1a2933de79 #10#,module=3c2ec1a6b589 #48#,filename=271a7cbfa3e9 )
98: load [module.js:356] (this=3c2ec1a6b589 #48#,filename=271a7cbfa3e9 )
99: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cbfa799 ,parent=1e1a29399669 #49#,isMain=6fecc04121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=1e1a29399669 #49#,path=271a7cbfa799 )
102: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cbfa799 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=1e1a29397349 #45#,app_path=271a7cbfa799 ,max=6fecc04121 ,start=6fecc04141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=1e1a2933dfd1 #50#,exports=1e1a2933dfd1 #50#,require=1e1a2933dee1 #51#,module=1e1a2933de91 #52#,__filename=271a7cb60639 ,__dirname=1e1a2933dfa9 )
107: _compile [module.js:456] (this=1e1a2933de91 #52#,content=271a7cb60729 ,filename=271a7cb60639 )
108: .js [module.js:474] (this=1e1a2933de79 #10#,module=1e1a2933de91 #52#,filename=271a7cb60639 )
109: load [module.js:356] (this=1e1a2933de91 #52#,filename=271a7cb60639 )
110: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb60821 ,parent=6fecc04101 ,isMain=6fecc04141 )
111: runMain [module.js:497] (this=1e1a2933dc11 #11#)
112: startup [node.js:119] (this=6fecc06c91 #2#)
113: /* anonymous */ [node.js:901] (this=6fecc06c91 #2#,process=1e1a2933dad1 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=2fff94f04149 ,a=2fff94f04101 #1#,b=14a777504501 ) {
// stack-allocated locals
var c = 2fff94f04149
var d = 6fecc04121
var g = 6fecc04121
var h = 6fecc04121
var i = 6fecc04121
var j = 6fecc04121
var k = 6fecc04121
// expression stack (top to bottom)
[10] : 1e1a2930a2e9 #54#
[09] : 14a777504501
[08] : 2fff94f04101 #1#
[07] : 2fff94f04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=6fecc06c91 #2#,line=2fff94f04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 2fff94f04149
[01] : 849 // not passed to callee
[02] : 2fff94f041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=2fff94f041f1 #3#,a=2fff94f041a9 #4#,b=6fecc06c91 #2#) {
// stack-allocated locals
var c = 2fff94f041f1 #3#
var d = 1589
var g = 849
var h = 2fff94f04149
// expression stack (top to bottom)
[07] : 2fff94f041f1 #3#
[06] : 849
[05] : 2fff94f04149
[04] : 6fecc06c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 2fff94f041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=2fff94f11221 #5#,file=2fff94f11141 ) {
// stack-allocated locals
var content = 2fff94f04211 #55#
var lines = 2fff94f041f1 #3#
// heap-allocated locals
var map = 2fff94f78429 #56#
// expression stack (top to bottom)
[03] : 2fff94f041a9 #4#
[02] : 2fff94f041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=2fff94f114e1 #6#,exports=2fff94f114e1 #6#,require=2fff94f11499 #7#,module=2fff94f11449 #8#,__filename=2fff94f11379 ,__dirname=2fff94f11351 ) {
// stack-allocated locals
var path = 1e1a2933e071 #57#
var Mime = 2fff94f11289 #58#
var mime = 2fff94f11221 #5#
// heap-allocated locals
var fs = 1e1a29315cd9 #59#
// expression stack (top to bottom)
[04] : 2fff94f11141
[03] : 2fff94f11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=2fff94f11449 #8#,content=2fff94f120d9 #9#,filename=2fff94f11379 ) {
// stack-allocated locals
var require = 2fff94f11499 #7#
var dirname = 2fff94f11351
out Thu, 10 Oct 2013 21:13:41 GMT 20]: load [module.js:356] (this=2fff94f12c41 #12#,filename=2fff94f12e51 ) {
// stack-allocated locals
var extension = 2fff94f17bb9
// expression stack (top to bottom)
[04] : 2fff94f12e51
[03] : 2fff94f12c41 #12#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=1072e3bcf339 ,parent=2fff94f17bd9 #16#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f12e51
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f12c41 #12#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f12e51
[10] : 2fff94f12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1072e3bcf339
[01] : 2fff94f17bd9 #16#
}
[23]: require [module.js:~361] (this=2fff94f17bd9 #16#,path=1072e3bcf339 ) {
// optimized frame
}
[24]: require [module.js:380] (this=6fecc06c91 #2#,path=1072e3bcf339 ) {
// expression stack (top to bottom)
[01] : 1072e3bcf339
[00] : 2fff94f17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=2fff94f17dc9 #17#,exports=2fff94f17dc9 #17#,require=2fff94f17c29 #18#,module=2fff94f17bd9 #16#,__filename=2fff94f17d19 ,__dirname=2fff94f17cf1 ) {
// expression stack (top to bottom)
[03] : 1072e3bcf339
[02] : 6fecc06c91 #2#
[01] : 2fff94f17c29 #18#
[00] : 2fff94f17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=2fff94f17bd9 #16#,content=2fff94f17e89 ,filename=2fff94f17d19 ) {
// stack-allocated locals
var require = 2fff94f17c29 #18#
var dirname = 2fff94f17cf1
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f17e01
var compiledWrapper = 2fff94f17ca9 #71#
var args = 2fff94f17de1 #72#
// heap-allocated locals
var self = 2fff94f17bd9 #16#
// expression stack (top to bottom)
[09] : 2fff94f17de1 #72#
[08] : 2fff94f17dc9 #17#
[07] : 2fff94f17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f17bd9 #16#,filename=2fff94f17d19 ) {
// stack-allocated locals
var content = 2fff94f17e89
// expression stack (top to bottom)
[03] : 2fff94f17d19
[02] : 2fff94f17e89
[01] : 2fff94f17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=2fff94f17bd9 #16#,filename=2fff94f17d19 ) {
// stack-allocated locals
var extension = 2fff94f17ec9
// expression stack (top to bottom)
[04] : 2fff94f17d19
[03] : 2fff94f17bd9 #16#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=14a77751cfe9 ,parent=2fff94f17ee9 #19#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f17d19
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f17bd9 #16#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f17d19
[10] : 2fff94f17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 14a77751cfe9
[01] : 2fff94f17ee9 #19#
}
[32]: require [module.js:~361] (this=2fff94f17ee9 #19#,path=14a77751cfe9 ) {
// optimized frame
}
[33]: require [module.js:380] (this=6fecc06c91 #2#,path=14a77751cfe9 ) {
// expression stack (top to bottom)
[01] : 14a7775
out Thu, 10 Oct 2013 21:13:41 GMT 1cfe9
[00] : 2fff94f17ee9 #19#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[34]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=2fff94f18149 #20#,exports=2fff94f18149 #20#,require=2fff94f17f39 #21#,module=2fff94f17ee9 #19#,__filename=2fff94f18079 ,__dirname=2fff94f18051 ) {
// heap-allocated locals
var send = 6fecc04121
var utils = 6fecc04121
var parse = 6fecc04121
var url = 6fecc04121
// expression stack (top to bottom)
[02] : 14a77751cfe9
[01] : 6fecc06c91 #2#
[00] : 2fff94f17f39 #21#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect - static? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var send = require('send')? , utils = require('../utils')? , parse = utils.parseUrl? , url = requi...
-----------------------------------------
}
[36]: _compile [module.js:456] (this=2fff94f17ee9 #19#,content=2fff94f18a81 #22#,filename=2fff94f18079 ) {
// stack-allocated locals
var require = 2fff94f17f39 #21#
var dirname = 2fff94f18051
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f18181 #73#
var compiledWrapper = 2fff94f17fb9 #74#
var args = 2fff94f18161 #75#
// heap-allocated locals
var self = 2fff94f17ee9 #19#
// expression stack (top to bottom)
[09] : 2fff94f18161 #75#
[08] : 2fff94f18149 #20#
[07] : 2fff94f17fb9 #74#
--------- 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, '...
-----------------------------------------
}
[37]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f17ee9 #19#,filename=2fff94f18079 ) {
// stack-allocated locals
var content = 2fff94f18a81 #22#
// expression stack (top to bottom)
[03] : 2fff94f18079
[02] : 2fff94f18a81 #22#
[01] : 2fff94f17ee9 #19#
--------- 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);?}
-----------------------------------------
}
[38]: load [module.js:356] (this=2fff94f17ee9 #19#,filename=2fff94f18079 ) {
// stack-allocated locals
var extension = 2fff94f19341
// expression stack (top to bottom)
[04] : 2fff94f18079
[03] : 2fff94f17ee9 #19#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f19341
--------- 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...
-----------------------------------------
}
[39]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=1072e3bcd369 ,parent=2fff94f19361 #23#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f18079
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f17ee9 #19#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f18079
[10] : 2fff94f17ee9 #19#
--------- 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...
-----------------------------------------
}
[40]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1072e3bcd369
[01] : 2fff94f19361 #23#
}
[41]: require [module.js:~361] (this=2fff94f19361 #23#,path=1072e3bcd369 ) {
// optimized frame
}
[42]: require [module.js:380] (this=6fecc06c91 #2#,path=1072e3bcd369 ) {
// expression stack (top to bottom)
[01] : 1072e3bcd369
[00] : 2fff94f19361 #23#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[43]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=2fff94f19609 #24#,exports=2fff94f19609 #24#,require=2fff94f193b1 #25#,module=2fff94f19361 #23#,__filename=2fff94f19549 ,__dirname=2fff94f19521 ) {
// stack-allocated locals
var path = 1e1a2933e071 #57#
var fs = 1e1a29315cd9 #59#
var createServer = 2fff94f19431 #76#
// heap-allocated locals
var require = 2fff94f193b1 #25#
var exports = 2fff94f19431 #76#
var EventEmitter = 1e1a2933e089 #77#
var proto = 2fff94f7c619 #78#
var utils = 2fff94f7c631 #79#
var basename = 6fecc5d0a9 #80#
// expression stack (top to bottom)
[06] : 1072e3bcd369
[05] : 6fecc06c91 #2#
[04] : 2fff94f193b1 #25#
[03] : 2fff94f19431 #76#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var EventEmitter = require('events').EventEmitter? , proto = require('./proto')? , utils = require('./utils'...
-----------------------------------------
}
[45]: _compile [module.js:456] (this=2fff94f19361 #23#,content=2fff94f19ce1 #26#,filename=2fff94f19549
err Thu, 10 Oct 2013 21:13:40 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:13:41 GMT pshot/package/node_modules/express/node_modules/connect/lib/connect.js>) {
// stack-allocated locals
var require = 2fff94f193b1 #25#
var dirname = 2fff94f19521
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f19641 #81#
var compiledWrapper = 2fff94f19479 #82#
var args = 2fff94f19621 #83#
// heap-allocated locals
var self = 2fff94f19361 #23#
// expression stack (top to bottom)
[09] : 2fff94f19621 #83#
[08] : 2fff94f19609 #24#
[07] : 2fff94f19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f19361 #23#,filename=2fff94f19549 ) {
// stack-allocated locals
var content = 2fff94f19ce1 #26#
// expression stack (top to bottom)
[03] : 2fff94f19549
[02] : 2fff94f19ce1 #26#
[01] : 2fff94f19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=2fff94f19361 #23#,filename=2fff94f19549 ) {
// stack-allocated locals
var extension = 2fff94f1a341
// expression stack (top to bottom)
[04] : 2fff94f19549
[03] : 2fff94f19361 #23#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb5dcf1 ,parent=2fff94f1a361 #27#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f19549
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f19361 #23#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f19549
[10] : 2fff94f19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 271a7cb5dcf1
[01] : 2fff94f1a361 #27#
}
[50]: require [module.js:~361] (this=2fff94f1a361 #27#,path=271a7cb5dcf1 ) {
// optimized frame
}
[51]: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb5dcf1 ) {
// expression stack (top to bottom)
[01] : 271a7cb5dcf1
[00] : 2fff94f1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=2fff94f1a551 #28#,exports=2fff94f1a551 #28#,require=2fff94f1a3b1 #29#,module=2fff94f1a361 #27#,__filename=2fff94f1a4a1 ,__dirname=2fff94f1a479 ) {
// expression stack (top to bottom)
[03] : 271a7cb5dcf1
[02] : 6fecc06c91 #2#
[01] : 2fff94f1a3b1 #29#
[00] : 2fff94f1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=2fff94f1a361 #27#,content=2fff94f1a651 ,filename=2fff94f1a4a1 ) {
// stack-allocated locals
var require = 2fff94f1a3b1 #29#
var dirname = 2fff94f1a479
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f1a589
var compiledWrapper = 2fff94f1a431 #84#
var args = 2fff94f1a569 #85#
// heap-allocated locals
var self = 2fff94f1a361 #27#
// expression stack (top to bottom)
[09] : 2fff94f1a569 #85#
[08] : 2fff94f1a551 #28#
[07] : 2fff94f1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1a361 #27#,filename=2fff94f1a4a1 ) {
// stack-allocated locals
var content = 2fff94f1a651
// expression stack (top to bottom)
[03] : 2fff94f1a4a1
[02] : 2fff94f1a651
[01] : 2fff94f1a361 #27#
--------- 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);?}
-----------------------------------------
}
[56]: load [module.js:356] (this=2fff94f1a361 #27#,filename=2fff94f1a4a1
out Thu, 10 Oct 2013 21:13:41 GMT napshot/package/node_modules/express/node_modules/connect/index.js>) {
// stack-allocated locals
var extension = 2fff94f1a6d1
// expression stack (top to bottom)
[04] : 2fff94f1a4a1
[03] : 2fff94f1a361 #27#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f1a6d1
--------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=14a777526061 ,parent=2fff94f1a6f1 #30#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f1a4a1
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f1a361 #27#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f1a4a1
[10] : 2fff94f1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 14a777526061
[01] : 2fff94f1a6f1 #30#
}
[59]: require [module.js:~361] (this=2fff94f1a6f1 #30#,path=14a777526061 ) {
// optimized frame
}
[60]: require [module.js:380] (this=6fecc06c91 #2#,path=14a777526061 ) {
// expression stack (top to bottom)
[01] : 14a777526061
[00] : 2fff94f1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=2fff94f1a929 #31#,exports=2fff94f1a929 #31#,require=2fff94f1a741 #32#,module=2fff94f1a6f1 #30#,__filename=2fff94f1a891 ,__dirname=2fff94f1a869 ) {
// stack-allocated locals
var Route = 6fecc04121
var Router = 6fecc04121
var key = 6fecc04121
// heap-allocated locals
var connect = 6fecc04121
var proto = 6fecc04121
var req = 6fecc04121
var res = 6fecc04121
var utils = 6fecc04121
var createApplication = 2fff94f7c7d9 #86#
// expression stack (top to bottom)
[05] : 14a777526061
[04] : 6fecc06c91 #2#
[03] : 2fff94f1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=2fff94f1a6f1 #30#,content=2fff94f1b011 #33#,filename=2fff94f1a891 ) {
// stack-allocated locals
var require = 2fff94f1a741 #32#
var dirname = 2fff94f1a869
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f1a961 #87#
var compiledWrapper = 2fff94f1a7c1 #88#
var args = 2fff94f1a941 #89#
// heap-allocated locals
var self = 2fff94f1a6f1 #30#
// expression stack (top to bottom)
[09] : 2fff94f1a941 #89#
[08] : 2fff94f1a929 #31#
[07] : 2fff94f1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1a6f1 #30#,filename=2fff94f1a891 ) {
// stack-allocated locals
var content = 2fff94f1b011 #33#
// expression stack (top to bottom)
[03] : 2fff94f1a891
[02] : 2fff94f1b011 #33#
[01] : 2fff94f1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=2fff94f1a6f1 #30#,filename=2fff94f1a891 ) {
// stack-allocated locals
var extension = 2fff94f1b679
// expression stack (top to bottom)
[04] : 2fff94f1a891
[03] : 2fff94f1a6f1 #30#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb56d81 ,parent=2fff94f1b699 #34#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f1a891
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f1a6f1 #30#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f1a891
[10] : 2fff94f1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 271a7cb56d81
[01] : 2fff94f1b699 #34#
}
[68]: require [module.js:~361] (this=2fff94f1b699 #34#,path=271a7cb56d81 ) {
//
out Thu, 10 Oct 2013 21:13:41 GMT optimized frame
}
[69]: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb56d81 ) {
// expression stack (top to bottom)
[01] : 271a7cb56d81
[00] : 2fff94f1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=2fff94f1b861 #35#,exports=2fff94f1b861 #35#,require=2fff94f1b6e9 #36#,module=2fff94f1b699 #34#,__filename=2fff94f1b7d9 ,__dirname=2fff94f1b7b1 ) {
// expression stack (top to bottom)
[03] : 271a7cb56d81
[02] : 6fecc06c91 #2#
[01] : 2fff94f1b6e9 #36#
[00] : 2fff94f1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=2fff94f1b699 #34#,content=2fff94f1b961 ,filename=2fff94f1b7d9 ) {
// stack-allocated locals
var require = 2fff94f1b6e9 #36#
var dirname = 2fff94f1b7b1
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f1b899
var compiledWrapper = 2fff94f1b769 #90#
var args = 2fff94f1b879 #91#
// heap-allocated locals
var self = 2fff94f1b699 #34#
// expression stack (top to bottom)
[09] : 2fff94f1b879 #91#
[08] : 2fff94f1b861 #35#
[07] : 2fff94f1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1b699 #34#,filename=2fff94f1b7d9 ) {
// stack-allocated locals
var content = 2fff94f1b961
// expression stack (top to bottom)
[03] : 2fff94f1b7d9
[02] : 2fff94f1b961
[01] : 2fff94f1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=2fff94f1b699 #34#,filename=2fff94f1b7d9 ) {
// stack-allocated locals
var extension = 2fff94f1b9e1
// expression stack (top to bottom)
[04] : 2fff94f1b7d9
[03] : 2fff94f1b699 #34#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb54f71 ,parent=2fff94f1ba01 #37#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f1b7d9
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f1b699 #34#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f1b7d9
[10] : 2fff94f1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 271a7cb54f71
[01] : 2fff94f1ba01 #37#
}
[77]: require [module.js:~361] (this=2fff94f1ba01 #37#,path=271a7cb54f71 ) {
// optimized frame
}
[78]: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cb54f71 ) {
// expression stack (top to bottom)
[01] : 271a7cb54f71
[00] : 2fff94f1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=2fff94f1bc11 #38#,exports=2fff94f1bc11 #38#,require=2fff94f1ba51 #39#,module=2fff94f1ba01 #37#,__filename=2fff94f1bb99 ,__dirname=2fff94f1bb71 ) {
// heap-allocated locals
var require = 2fff94f1ba51 #39#
var express = 6fecc04121
var connect_timeout = 6fecc04121
var MongoStore = 6fecc04121
var passport = 6fecc04121
// expression stack (top to bottom)
[02] : 271a7cb54f71
[01] : 6fecc06c91 #2#
[00] : 2fff94f1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=2fff94f1ba01 #37#,content=2fff94f1c291 #40#,filename=2fff94f1bb99 ) {
// stack-allocated locals
var require = 2fff94f1ba51 #39#
var dirname = 2fff94f1bb71
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 2fff94f1bc49 #92#
var compiledWrapper = 2fff94f1bad1 #93#
var args = 2fff94f1bc29 #94#
// heap-allocated locals
var self = 2fff94f1ba01 #37#
// expression stack (top to bottom
out Thu, 10 Oct 2013 21:13:41 GMT )
[09] : 2fff94f1bc29 #94#
[08] : 2fff94f1bc11 #38#
[07] : 2fff94f1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [module.js:474] (this=1e1a2933de79 #10#,module=2fff94f1ba01 #37#,filename=2fff94f1bb99 ) {
// stack-allocated locals
var content = 2fff94f1c291 #40#
// expression stack (top to bottom)
[03] : 2fff94f1bb99
[02] : 2fff94f1c291 #40#
[01] : 2fff94f1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=2fff94f1ba01 #37#,filename=2fff94f1bb99 ) {
// stack-allocated locals
var extension = 2fff94f1c899
// expression stack (top to bottom)
[04] : 2fff94f1bb99
[03] : 2fff94f1ba01 #37#
[02] : 1e1a2933de79 #10#
[01] : 2fff94f1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=2fff94f1c8b9 ,parent=1e1a29397029 #41#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 2fff94f1bb99
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 2fff94f1ba01 #37#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 2fff94f1bb99
[10] : 2fff94f1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2fff94f1c8b9
[01] : 1e1a29397029 #41#
}
[86]: require [module.js:~361] (this=1e1a29397029 #41#,path=2fff94f1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=6fecc06c91 #2#,path=2fff94f1c8b9 ) {
// expression stack (top to bottom)
[01] : 2fff94f1c8b9
[00] : 1e1a29397029 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=6fecc06c91 #2#,file=1072e3bd0309 ) {
// expression stack (top to bottom)
[02] : 2fff94f1c8b9
[01] : 6fecc06c91 #2#
[00] : 1e1a29397079 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 1072e3bd0309
[01] : 2 // not passed to callee
[02] : 3c2ec1aee071 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=3c2ec1aee071 #42#,a=3c2ec1aedfe9 #43#,b=6fecc06c91 #2#) {
// stack-allocated locals
var c = 3c2ec1aee071 #42#
var d = 5
var g = 2
var h = 1072e3bd0309
// expression stack (top to bottom)
[07] : 3c2ec1aee071 #42#
[06] : 2
[05] : 1072e3bd0309
[04] : 6fecc06c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 3c2ec1aedfe9 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=6fecc06c91 #2#,app=3c2ec1a6b501 #44#) {
// stack-allocated locals
var lib = 3c2ec1aee091 #96#
var autorun = 3c2ec1aee071 #42#
// heap-allocated locals
var app = 3c2ec1a6b501 #44#
var task = 6fecc12f99 #97#
// expression stack (top to bottom)
[03] : 3c2ec1aedfe9 #43#
[02] : 3c2ec1aee071 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=1e1a29397349 #45#,dir=3c2ec1a6b561 ) {
// stack-allocated locals
var app = 3c2ec1a6b501 #44#
var pkg = 3c2ec1a6b549 #98#
// expression stack (top to bottom)
[04] : 3c2ec1a6b501 #44#
[03] : 6fecc06c91 #2#
[02] : 1e1a293aa011 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=3c2ec1a6b6a9 #46#,exports=3c2ec1a6b6a9 #46#,require=3c2ec1a6b661 #47#,module=3c2ec1a6b589 #48#,__filename=271a7cbfa3e9 ,__dirname=3c2ec1a6b561 ) {
// stack-allocated locals
var base12 = 1e1a29397349 #45#
// heap-allocated locals
var __dirname = 3c2ec1a6b561
var require = 3c2ec1a6b661 #47#
// expression stack (top to bottom)
[03] : 3c2ec1a6b561
[02] : 1e1a29397349 #45#
[01] : 3c2ec1
out Thu, 10 Oct 2013 21:13:41 GMT a6b589 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=3c2ec1a6b589 #48#,content=271a7cbfa5f1 ,filename=271a7cbfa3e9 ) {
// stack-allocated locals
var require = 3c2ec1a6b661 #47#
var dirname = 3c2ec1a6b561
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 271a7cbfa429
var compiledWrapper = 3c2ec1a6b5d9 #100#
var args = 3c2ec1a6b6c1 #101#
// heap-allocated locals
var self = 3c2ec1a6b589 #48#
// expression stack (top to bottom)
[09] : 3c2ec1a6b6c1 #101#
[08] : 3c2ec1a6b6a9 #46#
[07] : 3c2ec1a6b5d9 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=1e1a2933de79 #10#,module=3c2ec1a6b589 #48#,filename=271a7cbfa3e9 ) {
// stack-allocated locals
var content = 271a7cbfa5f1
// expression stack (top to bottom)
[03] : 271a7cbfa3e9
[02] : 271a7cbfa5f1
[01] : 3c2ec1a6b589 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=3c2ec1a6b589 #48#,filename=271a7cbfa3e9 ) {
// stack-allocated locals
var extension = 271a7cbfa779
// expression stack (top to bottom)
[04] : 271a7cbfa3e9
[03] : 3c2ec1a6b589 #48#
[02] : 1e1a2933de79 #10#
[01] : 271a7cbfa779
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cbfa799 ,parent=1e1a29399669 #49#,isMain=6fecc04121 ) {
// stack-allocated locals
var filename = 271a7cbfa3e9
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 3c2ec1a6b589 #48#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 271a7cbfa3e9
[10] : 3c2ec1a6b589 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 271a7cbfa799
[01] : 1e1a29399669 #49#
}
[101]: require [module.js:~361] (this=1e1a29399669 #49#,path=271a7cbfa799 ) {
// expression stack (top to bottom)
[02] : 1e1a29399669 #49#
[01] : 271a7cbfa799
[00] : 1e1a2933dc11 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=6fecc06c91 #2#,path=271a7cbfa799 ) {
// expression stack (top to bottom)
[01] : 271a7cbfa799
[00] : 1e1a29399669 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=1e1a29397349 #45#,app_path=271a7cbfa799 ,max=6fecc04121 ,start=6fecc04141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 6fecc04121
var app = 6fecc04121
// heap-allocated locals
var fork = 3c2ec1aa5c51 #102#
// expression stack (top to bottom)
[05] : 271a7cbfa799
[04] : 6fecc06c91 #2#
[03] : 1e1a293a94f1 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 271a7cbfa799
[01] : 6fecc04121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=1e1a2933dfd1 #50#,exports=1e1a2933dfd1
out Thu, 10 Oct 2013 21:13:41 GMT t>#50#,require=1e1a2933dee1 #51#,module=1e1a2933de91 #52#,__filename=271a7cb60639 ,__dirname=1e1a2933dfa9 ) {
// stack-allocated locals
var base12 = 1e1a29397349 #45#
// expression stack (top to bottom)
[03] : 6fecc04121
[02] : 271a7cbfa799
[01] : 1e1a29397349 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=1e1a2933de91 #52#,content=271a7cb60729 ,filename=271a7cb60639 ) {
// stack-allocated locals
var require = 1e1a2933dee1 #51#
var dirname = 1e1a2933dfa9
var sandbox = 6fecc04121
var k = 6fecc04121
var wrapper = 271a7cb60671
var compiledWrapper = 1e1a2933df61 #104#
var args = 1e1a2933dfe9 #105#
// heap-allocated locals
var self = 1e1a2933de91 #52#
// expression stack (top to bottom)
[09] : 1e1a2933dfe9 #105#
[08] : 1e1a2933dfd1 #50#
[07] : 1e1a2933df61 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=1e1a2933de79 #10#,module=1e1a2933de91 #52#,filename=271a7cb60639 ) {
// stack-allocated locals
var content = 271a7cb60799
// expression stack (top to bottom)
[03] : 271a7cb60639
[02] : 271a7cb60729
[01] : 1e1a2933de91 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=1e1a2933de91 #52#,filename=271a7cb60639 ) {
// stack-allocated locals
var extension = 14a77751d0e1
// expression stack (top to bottom)
[04] : 271a7cb60639
[03] : 1e1a2933de91 #52#
[02] : 1e1a2933de79 #10#
[01] : 14a77751d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=1e1a2933dc11 #11#,request=271a7cb60821 ,parent=6fecc04101 ,isMain=6fecc04141 ) {
// stack-allocated locals
var filename = 271a7cb60639
var cachedModule = 6fecc04121
var replModule = 6fecc04121
var module = 1e1a2933de91 #52#
var hadException = 6fecc04141
// expression stack (top to bottom)
[11] : 271a7cb60639
[10] : 1e1a2933de91 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=1e1a2933dc11 #11#) {
// expression stack (top to bottom)
[03] : 6fecc04141
[02] : 6fecc04101
[01] : 271a7cb60821
[00] : 1e1a2933dc11 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=6fecc06c91 #2#) {
// stack-allocated locals
var EventEmitter = 1e1a2933e089 #77#
var d = 6fecc04121
var path = 1e1a2933e071 #57#
var cluster = 1e1a2933e009 #106#
var Module = 1e1a2933dc11 #11#
var debugTimeout = 6fecc04121
var opts = 6fecc04121
var repl = 6fecc04121
// heap-allocated locals
var code = 6fecc04121
// expression stack (top to bottom)
[08] : 1e1a2933dc11 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=6fecc06c91 #2#,process=1e1a2933dad1 #53#) {
// stack-allocated locals
var Script = 6fecc35229 #107#
// heap-allocated locals
var process = 1e1a2933dad1 #53#
var startup = 1e1a2933e0d1 #108#
var assert = 6fecc42309 #109#
var evalScript = 1e1a2930b649 #110#
var errnoException = 1e1a2930b691 #111#
var createWritableStdioStream = 1e1a2930b6d9 #112#
var runInThisContext = 6fecc34fc1 #113#
var NativeModule = 6fecc6fb49 #114#
// expression stack (top to bottom)
[02] : 6fecc06c91 #2#
[01] : 1e1a2933e0d1 #108#
--------- 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# 6fecc06b71: 6fecc06b71
#1# 2fff94f04101: 2fff94f04101
source: 1072e3bd0099
global: 6fecc04141
ignoreCase: 6fecc04161
multiline: 6fecc04161
lastIndex: 0
#2# 6fecc06c91: 6fecc06c91
#3# 2fff94f041f1: 2fff94f041f1
0: 2fff94f94921
out Thu, 10 Oct 2013 21:13:41 GMT nique file extension(s).>
1: 2fff94f94949
2: 2fff94f94971
3: 271a7cb5b7b9
4: 2fff94f94999
5: 2fff94f949c1
6: 2fff94f949e9
7: 2fff94f94a11
8: 2fff94f94a39
9: 271a7cb5b7b9
...
#4# 2fff94f041a9: 2fff94f041a9
#5# 2fff94f11221: 2fff94f11221
types: 2fff94f7c149 #115#
extensions: 2fff94f7c161 #116#
_loading: 2fff94f11141
#6# 2fff94f114e1: 2fff94f114e1
#7# 2fff94f11499: 2fff94f11499
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#8# 2fff94f11449: 2fff94f11449
id: 2fff94f11379
exports: 2fff94f114e1 #6#
parent: 2fff94f12c41 #12#
filename: 2fff94f11379
loaded: 6fecc04161
children: 2fff94f7c1c1 #118#
paths: 2fff94f7c1e1 #119#
#9# 2fff94f120d9: 2fff94f120d9
#10# 1e1a2933de79: 1e1a2933de79
#11# 1e1a2933dc11: 1e1a2933dc11
_contextLoad: 6fecc04161
_cache: 1e1a29317319 #117#
_pathCache: 1e1a29317331 #120#
_extensions: 1e1a2933de79 #10#
globalPaths: 1e1a29317349 #121#
wrapper: 1e1a29317369 #122#
_realpathCache: 1e1a29317389 #123#
#12# 2fff94f12c41: 2fff94f12c41
id: 2fff94f12e51
exports: 2fff94f12f01 #13#
parent: 2fff94f17bd9 #16#
filename: 2fff94f12e51
loaded: 6fecc04161
children: 2fff94f7c261 #124#
paths: 2fff94f7c281 #125#
#13# 2fff94f12f01: 2fff94f12f01
#14# 2fff94f12c91: 2fff94f12c91
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#15# 2fff94f15599: 2fff94f15599
#16# 2fff94f17bd9: 2fff94f17bd9
id: 2fff94f17d19
exports: 2fff94f17dc9 #17#
parent: 2fff94f17ee9 #19#
filename: 2fff94f17d19
loaded: 6fecc04161
children: 2fff94f7c3b9 #126#
paths: 2fff94f7c3d9 #127#
#17# 2fff94f17dc9: 2fff94f17dc9
#18# 2fff94f17c29: 2fff94f17c29
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#19# 2fff94f17ee9: 2fff94f17ee9
id: 2fff94f18079
exports: 2fff94f18149 #20#
parent: 2fff94f19361 #23#
filename: 2fff94f18079
loaded: 6fecc04161
children: 2fff94f7c481 #128#
paths: 2fff94f7c4a1 #129#
#20# 2fff94f18149: 2fff94f18149
#21# 2fff94f17f39: 2fff94f17f39
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#22# 2fff94f18a81: 2fff94f18a81
#23# 2fff94f19361: 2fff94f19361
id: 2fff94f19549
exports: 2fff94f19431 #76#
parent: 2fff94f1a361 #27#
filename: 2fff94f19549
loaded: 6fecc04161
children: 2fff94f7c549 #130#
paths: 2fff94f7c569 #131#
#24# 2fff94f19609: 2fff94f19609
#25# 2fff94f193b1: 2fff94f193b1
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#26# 2fff94f19ce1: 2fff94f19ce1
#27# 2fff94f1a361: 2fff94f1a361
id: 2fff94f1a4a1
exports: 2fff94f1a551 #28#
parent: 2fff94f1a6f1 #30#
filename: 2fff94f1a4a1
loaded: 6fecc04161
children: 2fff94f7c6a9 #132#
paths: 2fff94f7c6c9 #133#
#28# 2fff94f1a551: 2fff94f1a551
#29# 2fff94f1a3b1: 2fff94f1a3b1
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#30# 2fff94f1a6f1: 2fff94f1a6f1
id: 2fff94f1a891
exports: 2fff94f1a929 #31#
parent: 2fff94f1b699 #34#
filename: 2fff94f1a891
loaded: 6fecc04161
children: 2fff94f7c771 #134#
paths: 2fff94f7c791 #135#
#31# 2fff94f1a929: 2fff94f1a929
#32# 2fff94f1a741: 2fff94f1a741
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#33# 2fff94f1b011: 2fff94f1b011
#34# 2fff94f1b699: 2fff94f1b699
id: 2fff94f1b7d9
exports: 2fff94f1b861 #35#
parent: 2fff94f1ba01 #37#
filename: 2fff94f1b7d9
loaded: 6fecc04161
children: 2fff94f7c881 #136#
paths: 2fff94f7c8a1 #137#
#35# 2fff94f1b861: 2fff94f1b861
#36# 2fff94f1b6e9: 2fff94f1b6e9
main: 1e1a2933de91 #52#
exte
out Thu, 10 Oct 2013 21:13:41 GMT nsions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#37# 2fff94f1ba01: 2fff94f1ba01
id: 2fff94f1bb99
exports: 2fff94f1bc11 #38#
parent: 1e1a29397029 #41#
filename: 2fff94f1bb99
loaded: 6fecc04161
children: 2fff94f7c949 #138#
paths: 2fff94f7c969 #139#
#38# 2fff94f1bc11: 2fff94f1bc11
#39# 2fff94f1ba51: 2fff94f1ba51
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#40# 2fff94f1c291: 2fff94f1c291
#41# 1e1a29397029: 1e1a29397029
id: 271a7cb6e7a9
exports: 1e1a293970f9 #140#
parent: 1e1a29397279 #141#
filename: 271a7cb6e7a9
loaded: 6fecc04141
children: 1e1a293a9e21 #142#
paths: 1e1a293a9e41 #143#
#42# 3c2ec1aee071: 3c2ec1aee071
0: 395270d35679
1: 395270d35699
2: 1072e3bd0309
3: 395270d356b9
4: 395270d356d9
#43# 3c2ec1aedfe9: 3c2ec1aedfe9
#44# 3c2ec1a6b501: 3c2ec1a6b501
use: 1e1a293b40e1 #144#
listen: 1e1a293b43f1 #145#
route: 14a7775146b9
stack: 3c2ec1aae3d9 #146#
request: 3c2ec1aae3f9 #147#
response: 3c2ec1aae411 #148#
cache: 3c2ec1aae429 #149#
settings: 3c2ec1aa7171 #150#
engines: 3c2ec1aae441 #151#
viewCallbacks: 3c2ec1aae459 #152#
_router: 3c2ec1aa7189 #153#
routes: 3c2ec1aae479 #154#
dir: 3c2ec1a6b561
constants: 3c2ec1aae4e1 #155#
config: 3c2ec1aa7349 #156#
_usedRouter: 6fecc04141
models: 3c2ec1aa59f1 #157#
middleware: 38c32f911cf1 #158#
controllers: 38c32f911d09 #159#
#45# 1e1a29397349: 1e1a29397349
balance: 1e1a29323c81 #160#
cycle: 1e1a293247c1 #161#
app: 1e1a293970f9 #140#
#46# 3c2ec1a6b6a9: 3c2ec1a6b6a9
#47# 3c2ec1a6b661: 3c2ec1a6b661
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#48# 3c2ec1a6b589: 3c2ec1a6b589
id: 271a7cbfa3e9
exports: 3c2ec1a6b6a9 #46#
parent: 1e1a29399669 #49#
filename: 271a7cbfa3e9
loaded: 6fecc04161
children: 3c2ec1aa5bb1 #162#
paths: 3c2ec1aa5bd1 #163#
#49# 1e1a29399669: 1e1a29399669
id: 271a7cb70b21
exports: 1e1a29323c81 #160#
parent: 1e1a29397279 #141#
filename: 271a7cb70b21
loaded: 6fecc04141
children: 1e1a293aa3e9 #164#
paths: 1e1a293aa409 #165#
#50# 1e1a2933dfd1: 1e1a2933dfd1
#51# 1e1a2933dee1: 1e1a2933dee1
main: 1e1a2933de91 #52#
extensions: 1e1a2933de79 #10#
cache: 1e1a29317319 #117#
#52# 1e1a2933de91: 1e1a2933de91
id: 14a777504e09
exports: 1e1a2933dfd1 #50#
parent: 6fecc04101
filename: 271a7cb60639
loaded: 6fecc04161
children: 1e1a2930aeb9 #166#
paths: 1e1a2930aed9 #167#
#53# 1e1a2933dad1: 1e1a2933dad1
#54# 1e1a2930a2e9: 1e1a2930a2e9
0: 2
1: 2fff94f7cf11
2: 2fff94f7cf11
3: 27
4: 30
5: 0
6: 1
7: 1
8: 83
9: 83
...
#55# 2fff94f04211: 2fff94f04211
#56# 2fff94f78429: 2fff94f78429
#57# 1e1a2933e071: 1e1a2933e071
sep: 14a7775146b9
delimiter: 14a777516a31
#58# 2fff94f11289: 2fff94f11289
#59# 1e1a29315cd9: 1e1a29315cd9
close: 38c32f913af1 #168#
closeSync: 38c32f913b39 #169#
open: 38c32f913a61 #170#
read: 1fca7b89c819 #171#
readSync: 1fca7b89c861 #172#
readdir: 38c32f913aa9 #173#
fchown: 38c32f913989 #174#
fchownSync: 38c32f913a19 #175#
chown: 38c32f913941 #176#
chownSync: 38c32f9139d1 #177#
lchown: 1fca7b89c771 #178#
lchownSync: 1fca7b89c7d1 #179#
#60# 2fff94f11519: 2fff94f11519
#61# 2fff94f112d1: 2fff94f112d1
#62# 2fff94f114f9: 2fff94f114f9
0: 2fff94f114e1 #6#
1: 2fff94f11499 #7#
2: 2fff94f11449 #8#
3: 2fff94f11379
4: 2fff94f11351
#63# 1e1a293111b1: 1e1a293111b1
super_: 1e1a2933e089 #77#
#64# 2fff94f12d11: 2fff94f12d11
#65# 2fff94f7c2c9: 2fff94f7c2c9
enabled: 6fecc04161
#66# 3c2ec1aecfc9: 3c2ec1aecfc9
#67# 2fff94f7c311: 2fff94f7c311
#68# 2fff94f12f39: 2fff94f12f39
#69# 2fff94f12d59: 2fff94f12d59
#70# 2fff94f12f19: 2fff94f12f19
0: 2fff94f12f01 #13#
1: 2fff94f12c91 #14#
2: 2fff94f12c41 #12#
3: 2fff94f12e51
4: 2fff94f12e29
#71# 2fff94f17ca9: 2fff94f17ca9
#72# 2fff94f17de1: 2fff94f17de1
0: 2fff94f17dc9 #17#
1: 2fff94f17c29 #18#
2: 2fff94f17bd9 #16#
3: 2fff94f17d19
4: 2ff
err Thu, 10 Oct 2013 21:13:42 GMT FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:42 GMT 1: 14a77751d311
#123# 1e1a29317389: 1e1a29317389
#124# 2fff94f7c261: 2fff94f7c261
0: 2fff94f86e39 #192#
1: 2fff94f11449 #8#
#125# 2fff94f7c281: 2fff94f7c281
0: 2fff94fb72a9
1: 2fff94fb7369
2: 2fff94fb7421
3: 2fff94fb74b1
4: 2fff94fb7519
5: 2fff94fb7571
6: 2fff94fb75b9
7: 2fff94fb75f9
#126# 2fff94f7c3b9: 2fff94f7c3b9
0: 2fff94f12c41 #12#
#127# 2fff94f7c3d9: 2fff94f7c3d9
0: 2fff94fb7631
1: 2fff94fb76e9
2: 2fff94fb7779
3: 2fff94fb77e1
4: 2fff94fb7839
5: 2fff94fb7881
6: 2fff94fb78c1
#128# 2fff94f7c481: 2fff94f7c481
0: 2fff94f17bd9 #16#
#129# 2fff94f7c4a1: 2fff94f7c4a1
0: 2fff94fb78f9
1: 2fff94fb79d1
2: 2fff94fb7a91
3: 2fff94fb7b49
4: 2fff94fb7bd9
5: 2fff94fb7c41
6: 2fff94fb7c99
7: 2fff94fb7ce1
8: 2fff94fb7d21
#130# 2fff94f7c549: 2fff94f7c549
0: 2fff94f83119 #193#
1: 2fff94f84da9 #194#
2: 2fff94f17ee9 #19#
#131# 2fff94f7c569: 2fff94f7c569
0: 2fff94fb7d59
1: 2fff94fb7e19
2: 2fff94fb7ed1
3: 2fff94fb7f61
4: 2fff94fb7fc9
5: 2fff94fb8021
6: 2fff94fb8069
7: 2fff94fb80a9
#132# 2fff94f7c6a9: 2fff94f7c6a9
0: 2fff94f19361 #23#
#133# 2fff94f7c6c9: 2fff94f7c6c9
0: 2fff94fb80e1
1: 2fff94fb8199
2: 2fff94fb8229
3: 2fff94fb8291
4: 2fff94fb82e9
5: 2fff94fb8331
6: 2fff94fb8371
#134# 2fff94f7c771: 2fff94f7c771
0: 2fff94f1a361 #27#
#135# 2fff94f7c791: 2fff94f7c791
0: 2fff94fb83a9
1: 2fff94fb8441
2: 2fff94fb84d1
3: 2fff94fb8539
4: 2fff94fb8591
5: 2fff94fb85d9
6: 2fff94fb8619
#136# 2fff94f7c881: 2fff94f7c881
0: 2fff94f1a6f1 #30#
#137# 2fff94f7c8a1: 2fff94f7c8a1
0: 2fff94fb8651
1: 2fff94fb86e1
2: 2fff94fb8749
3: 2fff94fb87a1
4: 2fff94fb87e9
5: 2fff94fb8829
#138# 2fff94f7c949: 2fff94f7c949
0: 2fff94f1b699 #34#
#139# 2fff94f7c969: 2fff94f7c969
0: 2fff94fb8861
1: 2fff94fb88d9
2: 2fff94fb8949
3: 2fff94fb89b1
4: 2fff94fb8a09
5: 2fff94fb8a51
6: 2fff94fb8a91
#140# 1e1a293970f9: 1e1a293970f9
#141# 1e1a29397279: 1e1a29397279
id: 271a7cb702d9
exports: 1e1a29397349 #45#
parent: 1e1a2933de91 #52#
filename: 271a7cb702d9
loaded: 6fecc04141
children: 1e1a293aa101 #195#
paths: 1e1a293aa121 #196#
#142# 1e1a293a9e21: 1e1a293a9e21
0: 1e1a29396eb1 #197#
1: 3c2ec1a7bb89 #198#
2: 3c2ec1a7c341 #199#
3: 3c2ec1a6b2c1 #200#
4: 1e1a2937a8e1 #201#
5: 1e1a2936a0d1 #202#
6: 1e1a29341579 #203#
7: 1e1a29316749 #204#
8: 1e1a29308e51 #205#
9: 1e1a29309189 #206#
...
#143# 1e1a293a9e41: 1e1a293a9e41
0: 271a7cb62439
1: 271a7cb62491
2: 271a7cb624e9
3: 271a7cb62529
4: 271a7cb62561
5: 271a7cb62591
6: 271a7cb625c1 <
out Thu, 10 Oct 2013 21:13:42 GMT String[13]: /node_modules>
#144# 1e1a293b40e1: 1e1a293b40e1
#145# 1e1a293b43f1: 1e1a293b43f1
#146# 3c2ec1aae3d9: 3c2ec1aae3d9
0: 3c2ec1ab4001 #207#
1: 3c2ec1ab4029 #208#
#147# 3c2ec1aae3f9: 3c2ec1aae3f9
#148# 3c2ec1aae411: 3c2ec1aae411
#149# 3c2ec1aae429: 3c2ec1aae429
#150# 3c2ec1aa7171: 3c2ec1aa7171
#151# 3c2ec1aae441: 3c2ec1aae441
#152# 3c2ec1aae459: 3c2ec1aae459
0: 38c32f912d51 #209#
1: 38c32f912d99 #210#
#153# 3c2ec1aa7189: 3c2ec1aa7189
routes: 3c2ec1aae479 #154#
map: 3c2ec1aafc69 #211#
params: 3c2ec1aafc81 #212#
_params: 3c2ec1aafc99 #213#
caseSensitive: 6fecc04161
strict: 6fecc04161
#154# 3c2ec1aae479: 3c2ec1aae479
router: 6fecc04121
#155# 3c2ec1aae4e1: 3c2ec1aae4e1
title: d6e45f13e41
session_length: 1209600000
request_timeout: 10000
name: d6e45f09e81
locations: 3c2ec1a70e51 #214#
#156# 3c2ec1aa7349: 3c2ec1aa7349
view_engine: d6e45f13779
cookie_secret: d6e45f13799
session: 3c2ec1ab2b29 #215#
http: 3c2ec1ab2b41 #216#
mongodb: 3c2ec1ab2b59 #217#
character_encoding: d6e45f137b9
#157# 3c2ec1aa59f1: 3c2ec1aa59f1
item: 38c32f911dd9 #218#
user: 38c32f911e29 #219#
#158# 38c32f911cf1: 38c32f911cf1
errors: 38c32f938fa1 #220#
#159# 38c32f911d09: 38c32f911d09
api: 38c32f938fc9 #221#
home: 38c32f938fe1 #222#
#160# 1e1a29323c81: 1e1a29323c81
#161# 1e1a293247c1: 1e1a293247c1
#162# 3c2ec1aa5bb1: 3c2ec1aa5bb1
#163# 3c2ec1aa5bd1: 3c2ec1aa5bd1
0: d6e45f12f99
1: d6e45f12fe1
2: d6e45f13021
3: d6e45f13059
4: d6e45f13089
5: d6e45f130b9
#164# 1e1a293aa3e9: 1e1a293aa3e9
0: 3c2ec1a6b589 #48#
#165# 1e1a293aa409: 1e1a293aa409
0: 271a7cb65e39
1: 271a7cb65e91
2: 271a7cb65ee9
3: 271a7cb65f29
4: 271a7cb65f61
5: 271a7cb65f91
6: 271a7cb65fc1
#166# 1e1a2930aeb9: 1e1a2930aeb9
0: 1e1a29397279 #141#
#167# 1e1a2930aed9: 1e1a2930aed9
0: 271a7cb615a9
1: 271a7cb52aa9
2: 271a7cb52ae1
3: 271a7cb52b11
4: 271a7cb52b41
#168# 38c32f913af1: 38c32f913af1
#169# 38c32f913b39: 38c32f913b39
#170# 38c32f913a61: 38c32f913a61
#171# 1fca7b89c819: 1fca7b89c819
#172# 1fca7b89c861: 1fca7b89c861
#173# 38c32f913aa9: 38c32f913aa9
#174# 38c32f913989: 38c32f913989
#175# 38c32f913a19: 38c32f913a19
#176# 38c32f913941: 38c32f913941
#177# 38c32f9139d1: 38c32f9139d1
#178# 1fca7b89c771: 1fca7b89c771
#179# 1fca7b89c7d1: 1fca7b89c7d1
#180# 3c2ec1ae98e9: 3c2ec1ae98e9
#181# 3c2ec1aae4f9: 3c2ec1aae4f9
#182# 3c2ec1aae511: 3c2ec1aae511
node: d6e45f13e69 =0.6.6>
npm: d6e45f13e89 =1.1>
#183# 3c2ec1aae529: 3c2ec1aae529
#184# 3c2ec1aae541: 3c2ec1aae541
handlebars: d6e45f140a9
vows: d6e45f140c9
commander: d6e45f140e9
#185# 3c2ec1aae559: 3c2ec1aae559
start: d6e45f14109
lock: d6e45f14129
postinstall: d6e45f14159
test: d6e45f14189
#186# 3c2ec1aae571: 3c2ec1aae571
0: d6e45f141b9
1: d6e45f141d9
2: d6e45f141f9
3: d6e45f14221
4: d6e45f14249
5: d6e45f14279
6: d6e45f14299
7: d6e45f142c1
8: d6e45f142e9
9: d6e45f14309
...
#187# 1e1a2930b4c9: 1e1a2930b4c9
#188# 1e1a2930b4e1: 1e1a2930b4e1
domain: 6fecc04101
_events: 1e1a293176d1 #223#
_maxListeners: 10
id: 2
uniqueID: 2
workerID: 2
state: 14a77752dd39
process: 1e1a2933dad1 #53#
#189# 1e1a2930b569: 1e1a2930b569
#190# 1e1a29317ba1: 1e1a29317ba1
#191# 1e1a29317da9: 1e1a29317da9
#192# 2fff94f86e39: 2fff94f86e39
id: 2fff94f73fa9
exports: 3c2ec1aecfc9 #66#
parent: 2fff94f12c41 #12#
filename: 2fff94f73fa9
loaded: 6fecc04141
children: 2fff94faebb1 #224#
paths: 2fff94faebd1 #225#
#193# 2fff94f83119: 2fff94f83119
id: 2fff94f514f1
exports: 2fff94f7c619 #78#
parent: 2fff94f19361 #23#
filename: 2fff94f514f1
loaded: 6fecc04141
children: 2fff94faa5a1 #226#
paths: 2fff94faa5c1 #227#
#194# 2fff94f84da9: 2fff94f84da9
id: 2fff94f63d49
exports: 2fff94fac4c9 #228#
parent: 2fff94f19361 #23#
filename: 2fff94f63d49
loaded: 6fecc04141
children: 2fff94fac4e1 #229#
paths: 2fff94fac501 #230#
#195# 1e1a293aa101: 1e1a293aa101
0: 1e1a29399669
out Thu, 10 Oct 2013 21:13:42 GMT Module>#49#
1: 1e1a2939ab69 #231#
2: 1e1a29397029 #41#
#196# 1e1a293aa121: 1e1a293aa121
0: 271a7cb625e9
1: 271a7cb62641
2: 271a7cb62681
3: 271a7cb626b9
4: 271a7cb626e9
5: 271a7cb62719
#197# 1e1a29396eb1: 1e1a29396eb1
id: 271a7cb6e5d9
exports: 1e1a29396d51 #232#
parent: 1e1a29397029 #41#
filename: 271a7cb6e5d9
loaded: 6fecc04141
children: 1e1a293a9d59 #233#
paths: 1e1a293a9d79 #234#
#198# 3c2ec1a7bb89: 3c2ec1a7bb89
id: 271a7cbfd2e9
exports: 3c2ec1a6b549 #98#
parent: 1e1a29397029 #41#
filename: 271a7cbfd2e9
loaded: 6fecc04141
children: 3c2ec1aa7309 #235#
paths: 3c2ec1aa7329 #236#
#199# 3c2ec1a7c341: 3c2ec1a7c341
id: 271a7cbfd369
exports: 3c2ec1aa7349 #156#
parent: 1e1a29397029 #41#
filename: 271a7cbfd369
loaded: 6fecc04141
children: 3c2ec1aa7361 #237#
paths: 3c2ec1aa7381 #238#
#200# 3c2ec1a6b2c1: 3c2ec1a6b2c1
id: 271a7cbf99e9
exports: 1e1a2937f711 #239#
parent: 1e1a29397029 #41#
filename: 271a7cbf99e9
loaded: 6fecc04141
children: 3c2ec1aa58b9 #240#
paths: 3c2ec1aa58d9 #241#
#201# 1e1a2937a8e1: 1e1a2937a8e1
id: 395270d1a111
exports: 1e1a2936fbe9 #242#
parent: 1e1a29397029 #41#
filename: 395270d1a111
loaded: 6fecc04141
children: 38c32f911f49 #243#
paths: 38c32f911f69 #244#
#202# 1e1a2936a0d1: 1e1a2936a0d1
id: 395270d1a451
exports: 1fca7b8953f9 #245#
parent: 1e1a29397029 #41#
filename: 395270d1a451
loaded: 6fecc04141
children: 38c32f912409 #246#
paths: 38c32f912429 #247#
#203# 1e1a29341579: 1e1a29341579
id: 395270d1a751
exports: 1fca7b895e41 #248#
parent: 1e1a29397029 #41#
filename: 395270d1a751
loaded: 6fecc04141
children: 38c32f912491 #249#
paths: 38c32f9124b1 #250#
#204# 1e1a29316749: 1e1a29316749
id: 395270d1bfd1
exports: 1fca7b896dc1 #251#
parent: 1e1a29397029 #41#
filename: 395270d1bfd1
loaded: 6fecc04141
children: 38c32f912ba9 #252#
paths: 38c32f912bc9 #253#
#205# 1e1a29308e51: 1e1a29308e51
id: 395270d1d3f9
exports: 3c2ec1aee091 #96#
parent: 1e1a29397029 #41#
filename: 395270d1d3f9
loaded: 6fecc04141
children: 38c32f912de1 #254#
paths: 38c32f912e01 #255#
#206# 1e1a29309189: 1e1a29309189
id: 395270d1d4e9
exports: 6fecc2a541 @6fecc2a541
parent: 1e1a29397029 #41#
filename: 395270d1d4e9
loaded: 6fecc04141
children: 38c32f912e69 @38c32f912e69
paths: 38c32f912e89 @38c32f912e89
#207# 3c2ec1ab4001: 3c2ec1ab4001
route: 14a777504501
handle: 3c2ec1ab5391 @3c2ec1ab5391
#208# 3c2ec1ab4029: 3c2ec1ab4029
route: 14a777504501
handle: 3c2ec1ab53d9 @3c2ec1ab53d9
#209# 38c32f912d51: 38c32f912d51
#210# 38c32f912d99: 38c32f912d99
#211# 3c2ec1aafc69: 3c2ec1aafc69
#212# 3c2ec1aafc81: 3c2ec1aafc81
#213# 3c2ec1aafc99: 3c2ec1aafc99
#214# 3c2ec1a70e51: 3c2ec1a70e51
pkg: 271a7cb56641
config: 271a7cb56669
models: 271a7cb56691
views: 271a7cb566d1
lib: 271a7cb566f1
controllers: 271a7cb56711
pub: 271a7cb56759
shared: 271a7cb56799
middleware: 271a7cb567b9
locals: 271a7cb56801
tmp: 271a7cb56841
#215# 3c2ec1ab2b29: 3c2ec1ab2b29
url: d6e45f16151
#216# 3c2ec1ab2b41: 3c2ec1ab2b41
port: 4005
#217# 3c2ec1ab2b59: 3c2ec1ab2b59
host: d6e45f16191
port: d6e45f161b9
db: d6e45f161d9
#218# 38c32f911dd9: 38c32f911dd9
$__: 38c32f92ad21 @38c32f92ad21
isNew: 6fecc04141
errors: 6fecc04121
_maxListeners: 0
_doc: 38c32f92ae09 @38c32f92ae09
_pres: 38c32f92ae21 @38c32f92ae21
_posts: 38c32f92ae39 @38c32f92ae39
#219# 38c32f911e29: 38c32f911e29
$__: 38c32f92ae51 @38c32f92ae51
isNew: 6fecc04141
errors: 6fecc04121
_maxListeners: 0
_doc: 38c32f92af39 @38c32f92af39
_pres: 38c32f92af51 @38c32f92af51
_posts: 38c32f92af69 @38c32f92af69
#220# 38c32f938fa1: 38c32f938fa1
log: 38c32f942c19 @38c32f942c19
apologize: 38c32f942c61 @38c32f942c61
#221# 38c32f938fc9: 38c32f938fc9
search: 38c32f94af59 @38c32f94af59
create: 38c32f94af79 @38c32f94af79
read: 38c32f94af99
out Thu, 10 Oct 2013 21:13:43 GMT rray[1]>@38c32f94af99
update: 38c32f94afb9 @38c32f94afb9
updateItem: 38c32f94afd9 @38c32f94afd9
sellItem: 38c32f94aff9 @38c32f94aff9
destroy: 38c32f94b019 @38c32f94b019
#222# 38c32f938fe1: 38c32f938fe1
login: 38c32f942d41 @38c32f942d41
inventory: 38c32f942e21 @38c32f942e21
splash: 38c32f942d61 @38c32f942d61
inventorySoldOut: 38c32f942e41 @38c32f942e41
inventoryForSale: 38c32f942da1 @38c32f942da1
inventoryOnCart: 38c32f942e01 @38c32f942e01
inventoryOnEtsy: 38c32f942dc1 @38c32f942dc1
inventoryAtSowa: 38c32f942de1 @38c32f942de1
inventoryQuery: 38c32f942d81 @38c32f942d81
inventoryAdded: 38c32f942d21 @38c32f942d21
inventoryUpdated: 38c32f942e61 @38c32f942e61
generateLabels: 38c32f942d01 @38c32f942d01
#223# 1e1a293176d1: 1e1a293176d1
#224# 2fff94faebb1: 2fff94faebb1
#225# 2fff94faebd1: 2fff94faebd1
0: 2fff94ff4159
1: 2fff94ff4221
2: 2fff94ff42b1
3: 2fff94ff4319
4: 2fff94ff4371
5: 2fff94ff43b9
6: 2fff94ff43f9
#226# 2fff94faa5a1: 2fff94faa5a1
0: 2fff94f831b1 @2fff94f831b1
1: 2fff94f84c59 @2fff94f84c59
#227# 2fff94faa5c1: 2fff94faa5c1
0: 2fff94fea409
1: 2fff94fea4c9
2: 2fff94fea581
3: 2fff94fea611
4: 2fff94fea679
5: 2fff94fea6d1
6: 2fff94fea719
7: 2fff94fea759
#228# 2fff94fac4c9: 2fff94fac4c9
#229# 2fff94fac4e1: 2fff94fac4e1
#230# 2fff94fac501: 2fff94fac501
0: 2fff94fef0e1
1: 2fff94fef1a1
2: 2fff94fef259
3: 2fff94fef2e9
4: 2fff94fef351
5: 2fff94fef3a9
6: 2fff94fef3f1
7: 2fff94fef431
#231# 1e1a2939ab69: 1e1a2939ab69
id: 271a7cb719c9
exports: 1e1a293247c1 #161#
parent: 1e1a29397279 #141#
filename: 271a7cb719c9
loaded: 6fecc04141
children: 1e1a293aa771 @1e1a293aa771
paths: 1e1a293aa791 @1e1a293aa791
#232# 1e1a29396d51: 1e1a29396d51
version: 271a7cb56f99
application: 3c2ec1a19fc1 @3c2ec1a19fc1
request: 3c2ec1a1b209 @3c2ec1a1b209
response: 3c2ec1a6c249 @3c2ec1a6c249
methods: 3c2ec1a1f051 @3c2ec1a1f051
#233# 1e1a293a9d59: 1e1a293a9d59
0: 1e1a29396c81 @1e1a29396c81
#234# 1e1a293a9d79: 1e1a293a9d79
0: 271a7cb62279
1: 271a7cb622e1
2: 271a7cb62339
3: 271a7cb62379
4: 271a7cb623b1
5: 271a7cb623e1
6: 271a7cb62411
#235# 3c2ec1aa7309: 3c2ec1aa7309
#236# 3c2ec1aa7329: 3c2ec1aa7329
0: d6e45f13679
1: d6e45f136b9
2: d6e45f136f1
3: d6e45f13721
4: d6e45f13751
#237# 3c2ec1aa7361: 3c2ec1aa7361
#238# 3c2ec1aa7381: 3c2ec1aa7381
0: d6e45f137d9
1: d6e45f13819
2: d6e45f13851
3: d6e45f13881
4: d6e45f138b1
#239# 1e1a2937f711: 1e1a2937f711
base: 1e1a293c5421 @1e1a293c5421
modelName: 271a7cbc53e9
db: 38c32f923911 @38c32f923911
schema: 38c32f92ab59 @38c32f92ab59
options: 6fecc04121
collection: 38c32f92ac11 @38c32f92ac11
#240# 3c2ec1aa58b9: 3c2ec1aa58b9
0: 3c2ec1a6b149 @3c2ec1a6b149
1: 3c2ec1ab60c9 @3c2ec1ab60c9
#241# 3c2ec1aa58d9: 3c2ec1aa58d9
0: d6e45f12e01
1: d6e45f12e51
2: d6e45f12e99
3: d6e45f12ed9
4: d6e45f12f11
5: d6e45f12f41
6: d6e45f12f71
#242# 1e1a2936fbe9: 1e1a2936fbe9
base: 1e1a293c5421 @1e1a293c5421
modelName: 1072e3b3b0e1
db: 38c32f923911 @38c32f923911
schema: 38c32f92b3b9 @38c32f92b3b9
options: 6fecc04121
collection: 38c32f92b471 @38c32f92b471
#243# 38c32f911f49: 38c32f911f49
#244# 38c32f911f69: 38c32f911f69
0: 395270d4e379
1: 395270d4e3c9
2: 395270d4e411
3: 395270d4e451
4: 395270d4e489
5: 395270d4e4b
out Thu, 10 Oct 2013 21:13:43 GMT 9
6: 395270d4e4e9
#245# 1fca7b8953f9: 1fca7b8953f9
#246# 38c32f912409: 38c32f912409
#247# 38c32f912429: 38c32f912429
0: 395270d4e531
1: 395270d4e581
2: 395270d4e5c9
3: 395270d4e609
4: 395270d4e641
5: 395270d4e671
6: 395270d4e6a1
#248# 1fca7b895e41: 1fca7b895e41
#249# 38c32f912491: 38c32f912491
#250# 38c32f9124b1: 38c32f9124b1
0: 395270d4e6c9
1: 395270d4e719
2: 395270d4e761
3: 395270d4e7a1
4: 395270d4e7d9
5: 395270d4e809
6: 395270d4e839
#251# 1fca7b896dc1: 1fca7b896dc1
#252# 38c32f912ba9: 38c32f912ba9
#253# 38c32f912bc9: 38c32f912bc9
0: 395270d4e861
1: 395270d4e8b1
2: 395270d4e8f9
3: 395270d4e939
4: 395270d4e971
5: 395270d4e9a1
6: 395270d4e9d1
#254# 38c32f912de1: 38c32f912de1
#255# 38c32f912e01: 38c32f912e01
0: 395270d4e9f9
1: 395270d4ea41
2: 395270d4ea89
3: 395270d4eac9
4: 395270d4eb01
5: 395270d4eb31
6: 395270d4eb61
=====================
err Thu, 10 Oct 2013 21:13:43 GMT FATAL ERROR: Malloced operator new
out Thu, 10 Oct 2013 21:13:44 GMT = one of the options =
out Thu, 10 Oct 2013 21:13:44 GMT = =
= w: (value of > -1 or the string 'majority'), where < 1 means =
out Thu, 10 Oct 2013 21:13:44 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:13:44 GMT ========================================================================================
err Thu, 10 Oct 2013 21:13:43 GMT Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:44 GMT = no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
out Thu, 10 Oct 2013 21:13:44 GMT = return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
err Thu, 10 Oct 2013 21:13:44 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:13:45 GMT
FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:45 GMT ========================================================================================
out Thu, 10 Oct 2013 21:13:45 GMT = one of the options =
out Thu, 10 Oct 2013 21:13:45 GMT = fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:45 GMT = =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
out Thu, 10 Oct 2013 21:13:45 GMT = =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
out Thu, 10 Oct 2013 21:13:45 GMT = =
= The default of no acknowlegement will change in the very near future =
= =
out Thu, 10 Oct 2013 21:13:45 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
out Thu, 10 Oct 2013 21:13:45 GMT = For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
out Thu, 10 Oct 2013 21:13:44 GMT = =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:45 GMT = This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:45 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:13:45 GMT = =
out Thu, 10 Oct 2013 21:13:46 GMT [ base12app ] worker listening on port 4005
err Thu, 10 Oct 2013 21:13:46 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:13:46 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:13:46 GMT ========================================================================================
out Thu, 10 Oct 2013 21:13:46 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
[ base12app ] worker listening on port 4005
out Thu, 10 Oct 2013 21:13:47 GMT [ base12app ] worker listening on port 4005
out Thu, 10 Oct 2013 21:13:47 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
out Thu, 10 Oct 2013 21:13:47 GMT = ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:13:47 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:13:47 GMT ========================================================================================
err Thu, 10 Oct 2013 21:13:47 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:13:47 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
out Thu, 10 Oct 2013 21:13:47 GMT = one of the options =
= =
out Thu, 10 Oct 2013 21:13:44 GMT = =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
err Thu, 10 Oct 2013 21:13:44 GMT Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:13:46 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:13:46 GMT Exiting process due to uncaught exception!
Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:13:47 GMT = Please ensure that you set the default write concern for the database by setting =
err Thu, 10 Oct 2013 21:13:48 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:13:48 GMT [ base12app ] worker listening on port 4005
err Thu, 10 Oct 2013 21:13:48 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
err Thu, 10 Oct 2013 21:13:48 GMT Exiting process due to uncaught exception!
Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:13:48 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:13:48 GMT = The default of no acknowlegement will change in the very near future =
= =
out Thu, 10 Oct 2013 21:13:48 GMT = =
out Thu, 10 Oct 2013 21:13:48 GMT = the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
out Thu, 10 Oct 2013 21:13:48 GMT = one of the options =
out Thu, 10 Oct 2013 21:13:48 GMT = journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
out Thu, 10 Oct 2013 21:13:48 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
out Thu, 10 Oct 2013 21:13:48 GMT = For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
out Thu, 10 Oct 2013 21:13:48 GMT ========================================================================================
out Thu, 10 Oct 2013 21:13:48 GMT = =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
out Thu, 10 Oct 2013 21:13:48 GMT = http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
out Thu, 10 Oct 2013 21:13:49 GMT = =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
out Thu, 10 Oct 2013 21:13:49 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
out Thu, 10 Oct 2013 21:13:49 GMT = return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
out Thu, 10 Oct 2013 21:13:49 GMT ========================================================================================
out Thu, 10 Oct 2013 21:13:49 GMT = one of the options =
out Thu, 10 Oct 2013 21:13:49 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:13:49 GMT = =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
out Thu, 10 Oct 2013 21:13:49 GMT [ base12app ] worker listening on port 4005
err Thu, 10 Oct 2013 21:13:49 GMT Exiting process due to uncaught exception!
Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
err Thu, 10 Oct 2013 21:13:49 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:13:49 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:13:49 GMT = =
out Thu, 10 Oct 2013 21:13:49 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
err Thu, 10 Oct 2013 21:14:09 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:14:09 GMT Allocation failed - process out of memory
FATAL ERROR: Committing semi space failed. Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:14:10 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:14:10 GMT Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:14:11 GMT
/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9
var num_workers = parseInt(max, 10) || os.cpus().length;
^
TypeError: Cannot read property 'length' of undefined
at Object.module.exports [as balance] (/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9:51)
at Object. (/opt/run/snapshot/package/run:5:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
err Thu, 10 Oct 2013 21:14:11 GMT FATAL ERROR: Evacuation
err Thu, 10 Oct 2013 21:14:13 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:14:14 GMT Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:14:14 GMT FATAL ERROR: Malloced operator new
err Thu, 10 Oct 2013 21:14:17 GMT 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:14:17 GMT =269efcf19549 )
47: load [module.js:356] (this=269efcf19361 #23#,filename=269efcf19549 )
48: _load [module.js:312] (this=e48453dc11 #11#,request=30747c95dcf1 ,parent=269efcf1a361 #27#,isMain=3b71cd404121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=269efcf1a361 #27#,path=30747c95dcf1 )
51: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c95dcf1 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=269efcf1a551 #28#,exports=269efcf1a551 #28#,require=269efcf1a3b1 #29#,module=269efcf1a361 #27#,__filename=269efcf1a4a1 ,__dirname=269efcf1a479 )
54: _compile [module.js:456] (this=269efcf1a361 #27#,content=269efcf1a651 ,filename=269efcf1a4a1 )
55: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1a361 #27#,filename=269efcf1a4a1 )
56: load [module.js:356] (this=269efcf1a361 #27#,filename=269efcf1a4a1 )
57: _load [module.js:312] (this=e48453dc11 #11#,request=758a8826061 ,parent=269efcf1a6f1 #30#,isMain=3b71cd404121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=269efcf1a6f1 #30#,path=758a8826061 )
60: require [module.js:380] (this=3b71cd406c91 #2#,path=758a8826061 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=269efcf1a929 #31#,exports=269efcf1a929 #31#,require=269efcf1a741 #32#,module=269efcf1a6f1 #30#,__filename=269efcf1a891 ,__dirname=269efcf1a869 )
63: _compile [module.js:456] (this=269efcf1a6f1 #30#,content=269efcf1b011 #33#,filename=269efcf1a891 )
64: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1a6f1 #30#,filename=269efcf1a891 )
65: load [module.js:356] (this=269efcf1a6f1 #30#,filename=269efcf1a891 )
66: _load [module.js:312] (this=e48453dc11 #11#,request=30747c956d81 ,parent=269efcf1b699 #34#,isMain=3b71cd404121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=269efcf1b699 #34#,path=30747c956d81 )
69: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c956d81 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=269efcf1b861 #35#,exports=269efcf1b861 #35#,require=269efcf1b6e9 #36#,module=269efcf1b699 #34#,__filename=269efcf1b7d9 ,__dirname=269efcf1b7b1 )
72: _compile [module.js:456] (this=269efcf1b699 #34#,content=269efcf1b961 ,filename=269efcf1b7d9 )
73: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1b699 #34#,filename=269efcf1b7d9 )
74: load [module.js:356] (this=269efcf1b699 #34#,filename=269efcf1b7d9 )
75: _load [module.js:312] (this=e48453dc11 #11#,request=30747c954f71 ,parent=269efcf1ba01 #37#,isMain=3b71cd404121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=269efcf1ba01 #37#,path=30747c954f71 )
78: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c954f71 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=269efcf1bc11 #38#,exports=269efcf1bc11 #38#,require=269efcf1ba51 #39#,module=269efcf1ba01 #37#,__filename=269efcf1bb99 ,__dirname=269efcf1bb71 )
81: _compile [module.js:456] (this=269efcf1ba01 #37#,content=269efcf1c291 #40#,filename=269efcf1bb99 )
82: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1ba01 #37#,filename=269efcf1bb99 )
83: load [module.js:356] (this=269efcf1ba01 #37#,filename=269efcf1bb99 )
84: _load [module.js:312] (this=e48453dc11 #11#,request=269efcf1c8b9 ,parent=e484597029 #41#,isMain=3b71cd404121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=e484597029 #41#,path=269efcf1c8b9 )
87: require [module.js:380] (this=3b71cd406c91 #2#,path=269efcf1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=3b71cd406c91 #2#,file=f966ed02e9 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=e4845a2659 #42#,a=e4845a25d1 #43#,b=3b71cd406c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=3b71cd406c91 #2#,app=2980a426b4b1 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=e484597349 #45#,dir=2980a426b511 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=2980a426b659 #46#,exports=2980a426b659 #46#,require=2980a426b611 #47#,module=2980a426b539 #48#,__filename=30747c9fa3e9 ,__dirname=2980a426b511 )
96: _compile [module.js:456] (this=2980a426b539 #48#,content=30747c9fa5f1
out Thu, 10 Oct 2013 21:14:17 GMT
==== Stack trace ============================================
Security context: 3b71cd406b71 #0#
1: replace(aka replace) [native string.js:244] (this=269efcf04149 ,a=269efcf04101 #1#,b=758a8804501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=3b71cd406c91 #2#,line=269efcf04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=269efcf041f1 #3#,a=269efcf041a9 #4#,b=3b71cd406c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=269efcf11221 #5#,file=269efcf11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=269efcf114e1 #6#,exports=269efcf114e1 #6#,require=269efcf11499 #7#,module=269efcf11449 #8#,__filename=269efcf11379 ,__dirname=269efcf11351 )
9: _compile [module.js:456] (this=269efcf11449 #8#,content=269efcf120d9 #9#,filename=269efcf11379 )
10: .js [module.js:474] (this=e48453de79 #10#,module=269efcf11449 #8#,filename=269efcf11379 )
11: load [module.js:356] (this=269efcf11449 #8#,filename=269efcf11379 )
12: _load [module.js:312] (this=e48453dc11 #11#,request=30747c956c59 ,parent=269efcf12c41 #12#,isMain=3b71cd404121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=269efcf12c41 #12#,path=30747c956c59 )
15: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c956c59 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=269efcf12f01 #13#,exports=269efcf12f01 #13#,require=269efcf12c91 #14#,module=269efcf12c41 #12#,__filename=269efcf12e51 ,__dirname=269efcf12e29 )
18: _compile [module.js:456] (this=269efcf12c41 #12#,content=269efcf15599 #15#,filename=269efcf12e51 )
19: .js [module.js:474] (this=e48453de79 #10#,module=269efcf12c41 #12#,filename=269efcf12e51 )
20: load [module.js:356] (this=269efcf12c41 #12#,filename=269efcf12e51 )
21: _load [module.js:312] (this=e48453dc11 #11#,request=f966ecf319 ,parent=269efcf17bd9 #16#,isMain=3b71cd404121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=269efcf17bd9 #16#,path=f966ecf319 )
24: require [module.js:380] (this=3b71cd406c91 #2#,path=f966ecf319 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=269efcf17dc9 #17#,exports=269efcf17dc9 #17#,require=269efcf17c29 #18#,module=269efcf17bd9 #16#,__filename=269efcf17d19 ,__dirname=269efcf17cf1 )
27: _compile [module.js:456] (this=269efcf17bd9 #16#,content=269efcf17e89 ,filename=269efcf17d19 )
28: .js [module.js:474] (this=e48453de79 #10#,module=269efcf17bd9 #16#,filename=269efcf17d19 )
29: load [module.js:356] (this=269efcf17bd9 #16#,filename=269efcf17d19 )
30: _load [module.js:312] (this=e48453dc11 #11#,request=758a881cfe9 ,parent=269efcf17ee9 #19#,isMain=3b71cd404121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=269efcf17ee9 #19#,path=758a881cfe9 )
33: require [module.js:380] (this=3b71cd406c91 #2#,path=758a881cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=269efcf18149 #20#,exports=269efcf18149 #20#,require=269efcf17f39 #21#,module=269efcf17ee9 #19#,__filename=269efcf18079 ,__dirname=269efcf18051 )
36: _compile [module.js:456] (this=269efcf17ee9 #19#,content=269efcf18a81 #22#,filename=269efcf18079 )
37: .js [module.js:474] (this=e48453de79 #10#,module=269efcf17ee9 #19#,filename=269efcf18079 )
38: load [module.js:356] (this=269efcf17ee9 #19#,filename=269efcf18079 )
39: _load [module.js:312] (this=e48453dc11 #11#,request=f966ecd349 ,parent=269efcf19361 #23#,isMain=3b71cd404121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=269efcf19361 #23#,path=f966ecd349 )
42: require [module.js:380] (this=3b71cd406c91 #2#,path=f966ecd349 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=269efcf19609 #24#,exports=269efcf19609 #24#,require=269efcf193b1 #25#,module=269efcf19361 #23#,__filename=269efcf19549 ,__dirname=269efcf19521 )
45: _compile [module.js:456] (this=269efcf19361 #23#,content=269efcf19ce1 #26#,filename=269efcf19549 )
46: .js [module.js:474] (this=e48453de79 #10#,module=269efcf19361 #23#,filename
out Thu, 10 Oct 2013 21:14:17 GMT bars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=30747c9fa3e9 )
97: .js [module.js:474] (this=e48453de79 #10#,module=2980a426b539 #48#,filename=30747c9fa3e9 )
98: load [module.js:356] (this=2980a426b539 #48#,filename=30747c9fa3e9 )
99: _load [module.js:312] (this=e48453dc11 #11#,request=30747c9fa799 ,parent=e484599669 #49#,isMain=3b71cd404121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=e484599669 #49#,path=30747c9fa799 )
102: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c9fa799 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=e484597349 #45#,app_path=30747c9fa799 ,max=3b71cd404121 ,start=3b71cd404141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=e48453dfd1 #50#,exports=e48453dfd1 #50#,require=e48453dee1 #51#,module=e48453de91 #52#,__filename=30747c960639 ,__dirname=e48453dfa9 )
107: _compile [module.js:456] (this=e48453de91 #52#,content=30747c960729 ,filename=30747c960639 )
108: .js [module.js:474] (this=e48453de79 #10#,module=e48453de91 #52#,filename=30747c960639 )
109: load [module.js:356] (this=e48453de91 #52#,filename=30747c960639 )
110: _load [module.js:312] (this=e48453dc11 #11#,request=30747c960821 ,parent=3b71cd404101 ,isMain=3b71cd404141 )
111: runMain [module.js:497] (this=e48453dc11 #11#)
112: startup [node.js:119] (this=3b71cd406c91 #2#)
113: /* anonymous */ [node.js:901] (this=3b71cd406c91 #2#,process=e48453dad1 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=269efcf04149 ,a=269efcf04101 #1#,b=758a8804501 ) {
// stack-allocated locals
var c = 269efcf04149
var d = 3b71cd404121
var g = 3b71cd404121
var h = 3b71cd404121
var i = 3b71cd404121
var j = 3b71cd404121
var k = 3b71cd404121
// expression stack (top to bottom)
[10] : e48450a2e9 #54#
[09] : 758a8804501
[08] : 269efcf04101 #1#
[07] : 269efcf04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=3b71cd406c91 #2#,line=269efcf04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 269efcf04149
[01] : 849 // not passed to callee
[02] : 269efcf041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=269efcf041f1 #3#,a=269efcf041a9 #4#,b=3b71cd406c91 #2#) {
// stack-allocated locals
var c = 269efcf041f1 #3#
var d = 1589
var g = 849
var h = 269efcf04149
// expression stack (top to bottom)
[07] : 269efcf041f1 #3#
[06] : 849
[05] : 269efcf04149
[04] : 3b71cd406c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 269efcf041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=269efcf11221 #5#,file=269efcf11141 ) {
// stack-allocated locals
var content = 269efcf04211 #55#
var lines = 269efcf041f1 #3#
// heap-allocated locals
var map = 269efcf78429 #56#
// expression stack (top to bottom)
[03] : 269efcf041a9 #4#
[02] : 269efcf041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=269efcf114e1 #6#,exports=269efcf114e1 #6#,require=269efcf11499 #7#,module=269efcf11449 #8#,__filename=269efcf11379 ,__dirname=269efcf11351 ) {
// stack-allocated locals
var path = e48453e071 #57#
var Mime = 269efcf11289 #58#
var mime = 269efcf11221 #5#
// heap-allocated locals
var fs = e484515cd9 #59#
// expression stack (top to bottom)
[04] : 269efcf11141
[03] : 269efcf11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=269efcf11449 #8#,content=269efcf120d9 #9#,filename=269efcf11379 ) {
// stack-allocated locals
var require = 269efcf11499 #7#
var dirname = 269efcf11351
err Thu, 10 Oct 2013 21:14:17 GMT FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:14:17 GMT _modules/express/node_modules/send/node_modules/mime>
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 269efcf11519 #60#
var compiledWrapper = 269efcf112d1 #61#
var args = 269efcf114f9 #62#
// heap-allocated locals
var self = 269efcf11449 #8#
// expression stack (top to bottom)
[09] : 269efcf114f9 #62#
[08] : 269efcf114e1 #6#
[07] : 269efcf112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf11449 #8#,filename=269efcf11379 ) {
// stack-allocated locals
var content = 269efcf120d9 #9#
// expression stack (top to bottom)
[03] : 269efcf11379
[02] : 269efcf120d9 #9#
[01] : 269efcf11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=269efcf11449 #8#,filename=269efcf11379 ) {
// stack-allocated locals
var extension = 269efcf12c21
// expression stack (top to bottom)
[04] : 269efcf11379
[03] : 269efcf11449 #8#
[02] : e48453de79 #10#
[01] : 269efcf12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=e48453dc11 #11#,request=30747c956c59 ,parent=269efcf12c41 #12#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf11379
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf11449 #8#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf11379
[10] : 269efcf11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 30747c956c59
[01] : 269efcf12c41 #12#
}
[14]: require [module.js:~361] (this=269efcf12c41 #12#,path=30747c956c59 ) {
// optimized frame
}
[15]: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c956c59 ) {
// expression stack (top to bottom)
[01] : 30747c956c59
[00] : 269efcf12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=269efcf12f01 #13#,exports=269efcf12f01 #13#,require=269efcf12c91 #14#,module=269efcf12c41 #12#,__filename=269efcf12e51 ,__dirname=269efcf12e29 ) {
// stack-allocated locals
var Stream = e4845111b1 #63#
var path = 3b71cd404121
var send = 269efcf12d11 #64#
// heap-allocated locals
var debug = 269efcf7c2c9 #65#
var parseRange = e4845a6e89 #66#
var mime = 3b71cd404121
var fresh = 3b71cd404121
var http = 3b71cd404121
var fs = 3b71cd404121
var basename = 3b71cd404121
var normalize = 3b71cd404121
var join = 3b71cd404121
var utils = 3b71cd404121
var SendStream = 269efcf7c311 #67#
// expression stack (top to bottom)
[05] : 30747c956c59
[04] : 3b71cd406c91 #2#
[03] : 269efcf12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=269efcf12c41 #12#,content=269efcf15599 #15#,filename=269efcf12e51 ) {
// stack-allocated locals
var require = 269efcf12c91 #14#
var dirname = 269efcf12e29
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 269efcf12f39 #68#
var compiledWrapper = 269efcf12d59 #69#
var args = 269efcf12f19 #70#
// heap-allocated locals
var self = 269efcf12c41 #12#
// expression stack (top to bottom)
[09] : 269efcf12f19 #70#
[08] : 269efcf12f01 #13#
[07] : 269efcf12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf12c41 #12#,filename=269efcf12e51 ) {
// stack-allocated locals
var content = 269efcf15599 #15#
// expression stack (top to bottom)
[03] : 269efcf12e51
[02] : 269efcf15599 #15#
[01] : 269efcf12c41 #12#
--------- 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);?}
-----------------------------------------
}
[2
out Thu, 10 Oct 2013 21:14:17 GMT 0]: load [module.js:356] (this=269efcf12c41 #12#,filename=269efcf12e51 ) {
// stack-allocated locals
var extension = 269efcf17bb9
// expression stack (top to bottom)
[04] : 269efcf12e51
[03] : 269efcf12c41 #12#
[02] : e48453de79 #10#
[01] : 269efcf17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=e48453dc11 #11#,request=f966ecf319 ,parent=269efcf17bd9 #16#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf12e51
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf12c41 #12#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf12e51
[10] : 269efcf12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : f966ecf319
[01] : 269efcf17bd9 #16#
}
[23]: require [module.js:~361] (this=269efcf17bd9 #16#,path=f966ecf319 ) {
// optimized frame
}
[24]: require [module.js:380] (this=3b71cd406c91 #2#,path=f966ecf319 ) {
// expression stack (top to bottom)
[01] : f966ecf319
[00] : 269efcf17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=269efcf17dc9 #17#,exports=269efcf17dc9 #17#,require=269efcf17c29 #18#,module=269efcf17bd9 #16#,__filename=269efcf17d19 ,__dirname=269efcf17cf1 ) {
// expression stack (top to bottom)
[03] : f966ecf319
[02] : 3b71cd406c91 #2#
[01] : 269efcf17c29 #18#
[00] : 269efcf17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=269efcf17bd9 #16#,content=269efcf17e89 ,filename=269efcf17d19 ) {
// stack-allocated locals
var require = 269efcf17c29 #18#
var dirname = 269efcf17cf1
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 269efcf17e01
var compiledWrapper = 269efcf17ca9 #71#
var args = 269efcf17de1 #72#
// heap-allocated locals
var self = 269efcf17bd9 #16#
// expression stack (top to bottom)
[09] : 269efcf17de1 #72#
[08] : 269efcf17dc9 #17#
[07] : 269efcf17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf17bd9 #16#,filename=269efcf17d19 ) {
// stack-allocated locals
var content = 269efcf17e89
// expression stack (top to bottom)
[03] : 269efcf17d19
[02] : 269efcf17e89
[01] : 269efcf17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=269efcf17bd9 #16#,filename=269efcf17d19 ) {
// stack-allocated locals
var extension = 269efcf17ec9
// expression stack (top to bottom)
[04] : 269efcf17d19
[03] : 269efcf17bd9 #16#
[02] : e48453de79 #10#
[01] : 269efcf17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=e48453dc11 #11#,request=758a881cfe9 ,parent=269efcf17ee9 #19#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf17d19
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf17bd9 #16#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf17d19
[10] : 269efcf17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 758a881cfe9
[01] : 269efcf17ee9 #19#
}
[32]: require [module.js:~361] (this=269efcf17ee9 #19#,path=758a881cfe9 ) {
// optimized frame
}
[33]: require [module.js:380] (this=3b71cd406c91 #2#,path=758a881cfe9 ) {
// expression stack (top to bottom)
[01] : 758a881c
err Thu, 10 Oct 2013 21:14:17 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:14:18 GMT ]: /opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js>) {
// stack-allocated locals
var extension = 269efcf1a6d1
// expression stack (top to bottom)
[04] : 269efcf1a4a1
[03] : 269efcf1a361 #27#
[02] : e48453de79 #10#
[01] : 269efcf1a6d1
--------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=e48453dc11 #11#,request=758a8826061 ,parent=269efcf1a6f1 #30#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf1a4a1
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf1a361 #27#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf1a4a1
[10] : 269efcf1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 758a8826061
[01] : 269efcf1a6f1 #30#
}
[59]: require [module.js:~361] (this=269efcf1a6f1 #30#,path=758a8826061 ) {
// optimized frame
}
[60]: require [module.js:380] (this=3b71cd406c91 #2#,path=758a8826061 ) {
// expression stack (top to bottom)
[01] : 758a8826061
[00] : 269efcf1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=269efcf1a929 #31#,exports=269efcf1a929 #31#,require=269efcf1a741 #32#,module=269efcf1a6f1 #30#,__filename=269efcf1a891 ,__dirname=269efcf1a869 ) {
// stack-allocated locals
var Route = 3b71cd404121
var Router = 3b71cd404121
var key = 3b71cd404121
// heap-allocated locals
var connect = 3b71cd404121
var proto = 3b71cd404121
var req = 3b71cd404121
var res = 3b71cd404121
var utils = 3b71cd404121
var createApplication = 269efcf7c7d9 #86#
// expression stack (top to bottom)
[05] : 758a8826061
[04] : 3b71cd406c91 #2#
[03] : 269efcf1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=269efcf1a6f1 #30#,content=269efcf1b011 #33#,filename=269efcf1a891 ) {
// stack-allocated locals
var require = 269efcf1a741 #32#
var dirname = 269efcf1a869
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 269efcf1a961 #87#
var compiledWrapper = 269efcf1a7c1 #88#
var args = 269efcf1a941 #89#
// heap-allocated locals
var self = 269efcf1a6f1 #30#
// expression stack (top to bottom)
[09] : 269efcf1a941 #89#
[08] : 269efcf1a929 #31#
[07] : 269efcf1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1a6f1 #30#,filename=269efcf1a891 ) {
// stack-allocated locals
var content = 269efcf1b011 #33#
// expression stack (top to bottom)
[03] : 269efcf1a891
[02] : 269efcf1b011 #33#
[01] : 269efcf1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=269efcf1a6f1 #30#,filename=269efcf1a891 ) {
// stack-allocated locals
var extension = 269efcf1b679
// expression stack (top to bottom)
[04] : 269efcf1a891
[03] : 269efcf1a6f1 #30#
[02] : e48453de79 #10#
[01] : 269efcf1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=e48453dc11 #11#,request=30747c956d81 ,parent=269efcf1b699 #34#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf1a891
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf1a6f1 #30#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf1a891
[10] : 269efcf1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 30747c956d81
[01] : 269efcf1b699 #34#
}
[68]: require [module.js:~361] (this=269efcf1b699 #34#,path=30747c956
err Thu, 10 Oct 2013 21:14:18 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:14:18 GMT
==== Stack trace ============================================
Security context: 1278d0306b71 #0#
1: replace(aka replace) [native string.js:244] (this=22e45cf04149 ,a=22e45cf04101 #1#,b=304b2604501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=1278d0306c91 #2#,line=22e45cf04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=22e45cf041f1 #3#,a=22e45cf041a9 #4#,b=1278d0306c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=22e45cf11221 #5#,file=22e45cf11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=22e45cf114e1 #6#,exports=22e45cf114e1 #6#,require=22e45cf11499 #7#,module=22e45cf11449 #8#,__filename=22e45cf11379 ,__dirname=22e45cf11351 )
9: _compile [module.js:456] (this=22e45cf11449 #8#,content=22e45cf120d9 #9#,filename=22e45cf11379 )
10: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf11449 #8#,filename=22e45cf11379 )
11: load [module.js:356] (this=22e45cf11449 #8#,filename=22e45cf11379 )
12: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d56c59 ,parent=22e45cf12c41 #12#,isMain=1278d0304121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=22e45cf12c41 #12#,path=201629d56c59 )
15: require [module.js:380] (this=1278d0306c91 #2#,path=201629d56c59 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=22e45cf12f01 #13#,exports=22e45cf12f01 #13#,require=22e45cf12c91 #14#,module=22e45cf12c41 #12#,__filename=22e45cf12e51 ,__dirname=22e45cf12e29 )
18: _compile [module.js:456] (this=22e45cf12c41 #12#,content=22e45cf15599 #15#,filename=22e45cf12e51 )
19: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf12c41 #12#,filename=22e45cf12e51 )
20: load [module.js:356] (this=22e45cf12c41 #12#,filename=22e45cf12e51 )
21: _load [module.js:312] (this=63823a3dc11 #11#,request=3e827a6cf339 ,parent=22e45cf17bd9 #16#,isMain=1278d0304121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=22e45cf17bd9 #16#,path=3e827a6cf339 )
24: require [module.js:380] (this=1278d0306c91 #2#,path=3e827a6cf339 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=22e45cf17dc9 #17#,exports=22e45cf17dc9 #17#,require=22e45cf17c29 #18#,module=22e45cf17bd9 #16#,__filename=22e45cf17d19 ,__dirname=22e45cf17cf1 )
27: _compile [module.js:456] (this=22e45cf17bd9 #16#,content=22e45cf17e89 ,filename=22e45cf17d19 )
28: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf17bd9 #16#,filename=22e45cf17d19 )
29: load [module.js:356] (this=22e45cf17bd9 #16#,filename=22e45cf17d19 )
30: _load [module.js:312] (this=63823a3dc11 #11#,request=304b261cfe9 ,parent=22e45cf17ee9 #19#,isMain=1278d0304121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=22e45cf17ee9 #19#,path=304b261cfe9 )
33: require [module.js:380] (this=1278d0306c91 #2#,path=304b261cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=22e45cf18149 #20#,exports=22e45cf18149 #20#,require=22e45cf17f39 #21#,module=22e45cf17ee9 #19#,__filename=22e45cf18079 ,__dirname=22e45cf18051 )
36: _compile [module.js:456] (this=22e45cf17ee9 #19#,content=22e45cf18a81 #22#,filename=22e45cf18079 )
37: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf17ee9 #19#,filename=22e45cf18079 )
38: load [module.js:356] (this=22e45cf17ee9 #19#,filename=22e45cf18079 )
39: _load [module.js:312] (this=63823a3dc11 #11#,request=3e827a6cd369 ,parent=22e45cf19361 #23#,isMain=1278d0304121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=22e45cf19361 #23#,path=3e827a6cd369 )
42: require [module.js:380] (this=1278d0306c91 #2#,path=3e827a6cd369 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=22e45cf19609 #24#,exports=22e45cf19609 #24#,require=22e45cf193b1 #25#,module=22e45cf19361 #23#,__filename=22e45cf19549 ,__dirname=22e45cf19521 )
45: _compile [module.js:456] (this=22e45cf19361 #23#,content=22e45cf19ce1 #26#,filename=22e45cf19549 )
46: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf19361
out Thu, 10 Oct 2013 21:14:18 GMT 69efcf1ba01 #37#
// expression stack (top to bottom)
[09] : 269efcf1bc29 #94#
[08] : 269efcf1bc11 #38#
[07] : 269efcf1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1ba01 #37#,filename=269efcf1bb99 ) {
// stack-allocated locals
var content = 269efcf1c291 #40#
// expression stack (top to bottom)
[03] : 269efcf1bb99
[02] : 269efcf1c291 #40#
[01] : 269efcf1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=269efcf1ba01 #37#,filename=269efcf1bb99 ) {
// stack-allocated locals
var extension = 269efcf1c899
// expression stack (top to bottom)
[04] : 269efcf1bb99
[03] : 269efcf1ba01 #37#
[02] : e48453de79 #10#
[01] : 269efcf1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=e48453dc11 #11#,request=269efcf1c8b9 ,parent=e484597029 #41#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf1bb99
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf1ba01 #37#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf1bb99
[10] : 269efcf1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 269efcf1c8b9
[01] : e484597029 #41#
}
[86]: require [module.js:~361] (this=e484597029 #41#,path=269efcf1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=3b71cd406c91 #2#,path=269efcf1c8b9 ) {
// expression stack (top to bottom)
[01] : 269efcf1c8b9
[00] : e484597029 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=3b71cd406c91 #2#,file=f966ed02e9 ) {
// expression stack (top to bottom)
[02] : 269efcf1c8b9
[01] : 3b71cd406c91 #2#
[00] : e484597079 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : f966ed02e9
[01] : 2 // not passed to callee
[02] : e4845a2659 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=e4845a2659 #42#,a=e4845a25d1 #43#,b=3b71cd406c91 #2#) {
// stack-allocated locals
var c = e4845a2659 #42#
var d = 5
var g = 2
var h = f966ed02e9
// expression stack (top to bottom)
[07] : e4845a2659 #42#
[06] : 2
[05] : f966ed02e9
[04] : 3b71cd406c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : e4845a25d1 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=3b71cd406c91 #2#,app=2980a426b4b1 #44#) {
// stack-allocated locals
var lib = e4845a2679 #96#
var autorun = e4845a2659 #42#
// heap-allocated locals
var app = 2980a426b4b1 #44#
var task = 2980a42134d1 #97#
// expression stack (top to bottom)
[03] : e4845a25d1 #43#
[02] : e4845a2659 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=e484597349 #45#,dir=2980a426b511 ) {
// stack-allocated locals
var app = 2980a426b4b1 #44#
var pkg = 2980a426b4f9 #98#
// expression stack (top to bottom)
[04] : 2980a426b4b1 #44#
[03] : 3b71cd406c91 #2#
[02] : e4845aa011 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=2980a426b659 #46#,exports=2980a426b659 #46#,require=2980a426b611 #47#,module=2980a426b539 #48#,__filename=30747c9fa3e9 ,__dirname=2980a426b511 ) {
// stack-allocated locals
var base12 = e484597349 #45#
// heap-allocated locals
var __dirname = 2980a426b511
var require = 2980a426b611 #47#
// expression stack (top to bottom)
[03] : 2980a426b511
[02] : e484597
out Thu, 10 Oct 2013 21:14:18 GMT n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=201629dfa401 )
97: .js [module.js:474] (this=63823a3de79 #10#,module=15c8a5b6b559 #48#,filename=201629dfa401 )
98: load [module.js:356] (this=15c8a5b6b559 #48#,filename=201629dfa401 )
99: _load [module.js:312] (this=63823a3dc11 #11#,request=201629dfa7b1 ,parent=63823a99669 #49#,isMain=1278d0304121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=63823a99669 #49#,path=201629dfa7b1 )
102: require [module.js:380] (this=1278d0306c91 #2#,path=201629dfa7b1 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=63823a97349 #45#,app_path=201629dfa7b1 ,max=1278d0304121 ,start=1278d0304141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=63823a3dfd1 #50#,exports=63823a3dfd1 #50#,require=63823a3dee1 #51#,module=63823a3de91 #52#,__filename=201629d60639 ,__dirname=63823a3dfa9 )
107: _compile [module.js:456] (this=63823a3de91 #52#,content=201629d60729 ,filename=201629d60639 )
108: .js [module.js:474] (this=63823a3de79 #10#,module=63823a3de91 #52#,filename=201629d60639 )
109: load [module.js:356] (this=63823a3de91 #52#,filename=201629d60639 )
110: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d60821 ,parent=1278d0304101 ,isMain=1278d0304141 )
111: runMain [module.js:497] (this=63823a3dc11 #11#)
112: startup [node.js:119] (this=1278d0306c91 #2#)
113: /* anonymous */ [node.js:901] (this=1278d0306c91 #2#,process=63823a3dad1 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=22e45cf04149 ,a=22e45cf04101 #1#,b=304b2604501 ) {
// stack-allocated locals
var c = 22e45cf04149
var d = 1278d0304121
var g = 1278d0304121
var h = 1278d0304121
var i = 1278d0304121
var j = 1278d0304121
var k = 1278d0304121
// expression stack (top to bottom)
[10] : 63823a0a2e9 #54#
[09] : 304b2604501
[08] : 22e45cf04101 #1#
[07] : 22e45cf04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=1278d0306c91 #2#,line=22e45cf04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 22e45cf04149
[01] : 849 // not passed to callee
[02] : 22e45cf041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=22e45cf041f1 #3#,a=22e45cf041a9 #4#,b=1278d0306c91 #2#) {
// stack-allocated locals
var c = 22e45cf041f1 #3#
var d = 1589
var g = 849
var h = 22e45cf04149
// expression stack (top to bottom)
[07] : 22e45cf041f1 #3#
[06] : 849
[05] : 22e45cf04149
[04] : 1278d0306c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 22e45cf041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=22e45cf11221 #5#,file=22e45cf11141 ) {
// stack-allocated locals
var content = 22e45cf04211 #55#
var lines = 22e45cf041f1 #3#
// heap-allocated locals
var map = 22e45cf78429 #56#
// expression stack (top to bottom)
[03] : 22e45cf041a9 #4#
[02] : 22e45cf041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=22e45cf114e1 #6#,exports=22e45cf114e1 #6#,require=22e45cf11499 #7#,module=22e45cf11449 #8#,__filename=22e45cf11379 ,__dirname=22e45cf11351 ) {
// stack-allocated locals
var path = 63823a3e071 #57#
var Mime = 22e45cf11289 #58#
var mime = 22e45cf11221 #5#
// heap-allocated locals
var fs = 63823a15cd9 #59#
// expression stack (top to bottom)
[04] : 22e45cf11141
[03] : 22e45cf11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=22e45cf11449 #8#,content=22e45cf120d9 #9#,filename=22e45cf11379 ) {
// stack-allocated locals
var require = 22e45cf11499 #7#
var dirname =
out Thu, 10 Oct 2013 21:14:18 GMT 349 #45#
[01] : 2980a426b539 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=2980a426b539 #48#,content=30747c9fa5f1 ,filename=30747c9fa3e9 ) {
// stack-allocated locals
var require = 2980a426b611 #47#
var dirname = 2980a426b511
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 30747c9fa429
var compiledWrapper = 2980a426b589 #100#
var args = 2980a426b671 #101#
// heap-allocated locals
var self = 2980a426b539 #48#
// expression stack (top to bottom)
[09] : 2980a426b671 #101#
[08] : 2980a426b659 #46#
[07] : 2980a426b589 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=e48453de79 #10#,module=2980a426b539 #48#,filename=30747c9fa3e9 ) {
// stack-allocated locals
var content = 30747c9fa5f1
// expression stack (top to bottom)
[03] : 30747c9fa3e9
[02] : 30747c9fa5f1
[01] : 2980a426b539 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=2980a426b539 #48#,filename=30747c9fa3e9 ) {
// stack-allocated locals
var extension = 30747c9fa779
// expression stack (top to bottom)
[04] : 30747c9fa3e9
[03] : 2980a426b539 #48#
[02] : e48453de79 #10#
[01] : 30747c9fa779
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=e48453dc11 #11#,request=30747c9fa799 ,parent=e484599669 #49#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 30747c9fa3e9
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 2980a426b539 #48#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 30747c9fa3e9
[10] : 2980a426b539 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 30747c9fa799
[01] : e484599669 #49#
}
[101]: require [module.js:~361] (this=e484599669 #49#,path=30747c9fa799 ) {
// expression stack (top to bottom)
[02] : e484599669 #49#
[01] : 30747c9fa799
[00] : e48453dc11 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c9fa799 ) {
// expression stack (top to bottom)
[01] : 30747c9fa799
[00] : e484599669 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=e484597349 #45#,app_path=30747c9fa799 ,max=3b71cd404121 ,start=3b71cd404141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 3b71cd404121
var app = 3b71cd404121
// heap-allocated locals
var fork = 2980a42a5c01 #102#
// expression stack (top to bottom)
[05] : 30747c9fa799
[04] : 3b71cd406c91 #2#
[03] : e4845a94f1 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 30747c9fa799
[01] : 3b71cd404121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=e48453dfd1
out Thu, 10 Oct 2013 21:14:18 GMT apshot/package/node_modules/express/node_modules/connect/lib/connect.js>) {
// stack-allocated locals
var require = 269efcf193b1 #25#
var dirname = 269efcf19521
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 269efcf19641 #81#
var compiledWrapper = 269efcf19479 #82#
var args = 269efcf19621 #83#
// heap-allocated locals
var self = 269efcf19361 #23#
// expression stack (top to bottom)
[09] : 269efcf19621 #83#
[08] : 269efcf19609 #24#
[07] : 269efcf19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf19361 #23#,filename=269efcf19549 ) {
// stack-allocated locals
var content = 269efcf19ce1 #26#
// expression stack (top to bottom)
[03] : 269efcf19549
[02] : 269efcf19ce1 #26#
[01] : 269efcf19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=269efcf19361 #23#,filename=269efcf19549 ) {
// stack-allocated locals
var extension = 269efcf1a341
// expression stack (top to bottom)
[04] : 269efcf19549
[03] : 269efcf19361 #23#
[02] : e48453de79 #10#
[01] : 269efcf1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=e48453dc11 #11#,request=30747c95dcf1 ,parent=269efcf1a361 #27#,isMain=3b71cd404121 ) {
// stack-allocated locals
var filename = 269efcf19549
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = 269efcf19361 #23#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 269efcf19549
[10] : 269efcf19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 30747c95dcf1
[01] : 269efcf1a361 #27#
}
[50]: require [module.js:~361] (this=269efcf1a361 #27#,path=30747c95dcf1 ) {
// optimized frame
}
[51]: require [module.js:380] (this=3b71cd406c91 #2#,path=30747c95dcf1 ) {
// expression stack (top to bottom)
[01] : 30747c95dcf1
[00] : 269efcf1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=269efcf1a551 #28#,exports=269efcf1a551 #28#,require=269efcf1a3b1 #29#,module=269efcf1a361 #27#,__filename=269efcf1a4a1 ,__dirname=269efcf1a479 ) {
// expression stack (top to bottom)
[03] : 30747c95dcf1
[02] : 3b71cd406c91 #2#
[01] : 269efcf1a3b1 #29#
[00] : 269efcf1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=269efcf1a361 #27#,content=269efcf1a651 ,filename=269efcf1a4a1 ) {
// stack-allocated locals
var require = 269efcf1a3b1 #29#
var dirname = 269efcf1a479
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 269efcf1a589
var compiledWrapper = 269efcf1a431 #84#
var args = 269efcf1a569 #85#
// heap-allocated locals
var self = 269efcf1a361 #27#
// expression stack (top to bottom)
[09] : 269efcf1a569 #85#
[08] : 269efcf1a551 #28#
[07] : 269efcf1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=e48453de79 #10#,module=269efcf1a361 #27#,filename=269efcf1a4a1 ) {
// stack-allocated locals
var content = 269efcf1a651
// expression stack (top to bottom)
[03] : 269efcf1a4a1
[02] : 269efcf1a651
[01] : 269efcf1a361 #27#
--------- 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);?}
-----------------------------------------
}
[56]: load [module.js:356] (this=269efcf1a361 #27#,filename=269efcf1a4a1
out Thu, 10 Oct 2013 21:14:18 GMT t>#50#,exports=e48453dfd1 #50#,require=e48453dee1 #51#,module=e48453de91 #52#,__filename=30747c960639 ,__dirname=e48453dfa9 ) {
// stack-allocated locals
var base12 = e484597349 #45#
// expression stack (top to bottom)
[03] : 3b71cd404121
[02] : 30747c9fa799
[01] : e484597349 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=e48453de91 #52#,content=30747c960729 ,filename=30747c960639 ) {
// stack-allocated locals
var require = e48453dee1 #51#
var dirname = e48453dfa9
var sandbox = 3b71cd404121
var k = 3b71cd404121
var wrapper = 30747c960671
var compiledWrapper = e48453df61 #104#
var args = e48453dfe9 #105#
// heap-allocated locals
var self = e48453de91 #52#
// expression stack (top to bottom)
[09] : e48453dfe9 #105#
[08] : e48453dfd1 #50#
[07] : e48453df61 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=e48453de79 #10#,module=e48453de91 #52#,filename=30747c960639 ) {
// stack-allocated locals
var content = 30747c960799
// expression stack (top to bottom)
[03] : 30747c960639
[02] : 30747c960729
[01] : e48453de91 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=e48453de91 #52#,filename=30747c960639 ) {
// stack-allocated locals
var extension = 758a881d0e1
// expression stack (top to bottom)
[04] : 30747c960639
[03] : e48453de91 #52#
[02] : e48453de79 #10#
[01] : 758a881d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=e48453dc11 #11#,request=30747c960821 ,parent=3b71cd404101 ,isMain=3b71cd404141 ) {
// stack-allocated locals
var filename = 30747c960639
var cachedModule = 3b71cd404121
var replModule = 3b71cd404121
var module = e48453de91 #52#
var hadException = 3b71cd404141
// expression stack (top to bottom)
[11] : 30747c960639
[10] : e48453de91 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=e48453dc11 #11#) {
// expression stack (top to bottom)
[03] : 3b71cd404141
[02] : 3b71cd404101
[01] : 30747c960821
[00] : e48453dc11 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=3b71cd406c91 #2#) {
// stack-allocated locals
var EventEmitter = e48453e089 #77#
var d = 3b71cd404121
var path = e48453e071 #57#
var cluster = e48453e009 #106#
var Module = e48453dc11 #11#
var debugTimeout = 3b71cd404121
var opts = 3b71cd404121
var repl = 3b71cd404121
// heap-allocated locals
var code = 3b71cd404121
// expression stack (top to bottom)
[08] : e48453dc11 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=3b71cd406c91 #2#,process=e48453dad1 #53#) {
// stack-allocated locals
var Script = 3b71cd435229 #107#
// heap-allocated locals
var process = e48453dad1 #53#
var startup = e48453e0d1 #108#
var assert = 3b71cd442309 #109#
var evalScript = e48450b649 #110#
var errnoException = e48450b691 #111#
var createWritableStdioStream = e48450b6d9 #112#
var runInThisContext = 3b71cd434fc1 #113#
var NativeModule = 3b71cd46fb49 #114#
// expression stack (top to bottom)
[02] : 3b71cd406c91 #2#
[01] : e48453e0d1 #108#
--------- 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# 3b71cd406b71: 3b71cd406b71
#1# 269efcf04101: 269efcf04101
source: f966ed0079
global: 3b71cd404141
ignoreCase: 3b71cd404161
multiline: 3b71cd404161
lastIndex: 0
#2# 3b71cd406c91: 3b71cd406c91
#3# 269efcf041f1: 269efcf041f1
0: 269efcf94921
out Thu, 10 Oct 2013 21:14:18 GMT ========================================================================================
), filename);?}
-----------------------------------------
}
[20]: load [module.js:356] (this=22e45cf12c41 #12#,filename=22e45cf12e51 ) {
// stack-allocated locals
var extension = 22e45cf17bb9
// expression stack (top to bottom)
[04] : 22e45cf12e51
[03] : 22e45cf12c41 #12#
[02] : 63823a3de79 #10#
[01] : 22e45cf17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=63823a3dc11 #11#,request=3e827a6cf339 ,parent=22e45cf17bd9 #16#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf12e51
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf12c41 #12#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf12e51
[10] : 22e45cf12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3e827a6cf339
[01] : 22e45cf17bd9 #16#
}
[23]: require [module.js:~361] (this=22e45cf17bd9 #16#,path=3e827a6cf339 ) {
// optimized frame
}
[24]: require [module.js:380] (this=1278d0306c91 #2#,path=3e827a6cf339 ) {
// expression stack (top to bottom)
[01] : 3e827a6cf339
[00] : 22e45cf17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=22e45cf17dc9 #17#,exports=22e45cf17dc9 #17#,require=22e45cf17c29 #18#,module=22e45cf17bd9 #16#,__filename=22e45cf17d19 ,__dirname=22e45cf17cf1 ) {
// expression stack (top to bottom)
[03] : 3e827a6cf339
[02] : 1278d0306c91 #2#
[01] : 22e45cf17c29 #18#
[00] : 22e45cf17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=22e45cf17bd9 #16#,content=22e45cf17e89 ,filename=22e45cf17d19 ) {
// stack-allocated locals
var require = 22e45cf17c29 #18#
var dirname = 22e45cf17cf1
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf17e01
var compiledWrapper = 22e45cf17ca9 #71#
var args = 22e45cf17de1 #72#
// heap-allocated locals
var self = 22e45cf17bd9 #16#
// expression stack (top to bottom)
[09] : 22e45cf17de1 #72#
[08] : 22e45cf17dc9 #17#
[07] : 22e45cf17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf17bd9 #16#,filename=22e45cf17d19 ) {
// stack-allocated locals
var content = 22e45cf17e89
// expression stack (top to bottom)
[03] : 22e45cf17d19
[02] : 22e45cf17e89
[01] : 22e45cf17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=22e45cf17bd9 #16#,filename=22e45cf17d19 ) {
// stack-allocated locals
var extension = 22e45cf17ec9
// expression stack (top to bottom)
[04] : 22e45cf17d19
[03] : 22e45cf17bd9 #16#
[02] : 63823a3de79 #10#
[01] : 22e45cf17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=63823a3dc11 #11#,request=304b261cfe9 ,parent=22e45cf17ee9 #19#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf17d19
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf17bd9 #16#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf17d19
[10] : 22e45cf17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 304b261cfe9
[01] : 22e45cf17ee9 #19#
}
[32]: require [module.js:~361] (this=22e45cf17ee9 #19#,path=304b261cfe9 ) {
// optimized frame
}
[33]: require [module.js:380] (this=1278d0306c91 #2#,path=304b261c
out Thu, 10 Oct 2013 21:14:18 GMT edia types to unique file extension(s).>
1: 269efcf94949
2: 269efcf94971
3: 30747c95b7b9
4: 269efcf94999
5: 269efcf949c1
6: 269efcf949e9
7: 269efcf94a11
8: 269efcf94a39
9: 30747c95b7b9
...
#4# 269efcf041a9: 269efcf041a9
#5# 269efcf11221: 269efcf11221
types: 269efcf7c149 #115#
extensions: 269efcf7c161 #116#
_loading: 269efcf11141
#6# 269efcf114e1: 269efcf114e1
#7# 269efcf11499: 269efcf11499
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#8# 269efcf11449: 269efcf11449
id: 269efcf11379
exports: 269efcf114e1 #6#
parent: 269efcf12c41 #12#
filename: 269efcf11379
loaded: 3b71cd404161
children: 269efcf7c1c1 #118#
paths: 269efcf7c1e1 #119#
#9# 269efcf120d9: 269efcf120d9
#10# e48453de79: e48453de79
#11# e48453dc11: e48453dc11
_contextLoad: 3b71cd404161
_cache: e484517319 #117#
_pathCache: e484517331 #120#
_extensions: e48453de79 #10#
globalPaths: e484517349 #121#
wrapper: e484517369 #122#
_realpathCache: e484517389 #123#
#12# 269efcf12c41: 269efcf12c41
id: 269efcf12e51
exports: 269efcf12f01 #13#
parent: 269efcf17bd9 #16#
filename: 269efcf12e51
loaded: 3b71cd404161
children: 269efcf7c261 #124#
paths: 269efcf7c281 #125#
#13# 269efcf12f01: 269efcf12f01
#14# 269efcf12c91: 269efcf12c91
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#15# 269efcf15599: 269efcf15599
#16# 269efcf17bd9: 269efcf17bd9
id: 269efcf17d19
exports: 269efcf17dc9 #17#
parent: 269efcf17ee9 #19#
filename: 269efcf17d19
loaded: 3b71cd404161
children: 269efcf7c3b9 #126#
paths: 269efcf7c3d9 #127#
#17# 269efcf17dc9: 269efcf17dc9
#18# 269efcf17c29: 269efcf17c29
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#19# 269efcf17ee9: 269efcf17ee9
id: 269efcf18079
exports: 269efcf18149 #20#
parent: 269efcf19361 #23#
filename: 269efcf18079
loaded: 3b71cd404161
children: 269efcf7c481 #128#
paths: 269efcf7c4a1 #129#
#20# 269efcf18149: 269efcf18149
#21# 269efcf17f39: 269efcf17f39
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#22# 269efcf18a81: 269efcf18a81
#23# 269efcf19361: 269efcf19361
id: 269efcf19549
exports: 269efcf19431 #76#
parent: 269efcf1a361 #27#
filename: 269efcf19549
loaded: 3b71cd404161
children: 269efcf7c549 #130#
paths: 269efcf7c569 #131#
#24# 269efcf19609: 269efcf19609
#25# 269efcf193b1: 269efcf193b1
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#26# 269efcf19ce1: 269efcf19ce1
#27# 269efcf1a361: 269efcf1a361
id: 269efcf1a4a1
exports: 269efcf1a551 #28#
parent: 269efcf1a6f1 #30#
filename: 269efcf1a4a1
loaded: 3b71cd404161
children: 269efcf7c6a9 #132#
paths: 269efcf7c6c9 #133#
#28# 269efcf1a551: 269efcf1a551
#29# 269efcf1a3b1: 269efcf1a3b1
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#30# 269efcf1a6f1: 269efcf1a6f1
id: 269efcf1a891
exports: 269efcf1a929 #31#
parent: 269efcf1b699 #34#
filename: 269efcf1a891
loaded: 3b71cd404161
children: 269efcf7c771 #134#
paths: 269efcf7c791 #135#
#31# 269efcf1a929: 269efcf1a929
#32# 269efcf1a741: 269efcf1a741
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#33# 269efcf1b011: 269efcf1b011
#34# 269efcf1b699: 269efcf1b699
id: 269efcf1b7d9
exports: 269efcf1b861 #35#
parent: 269efcf1ba01 #37#
filename: 269efcf1b7d9
loaded: 3b71cd404161
children: 269efcf7c881 #136#
paths: 269efcf7c8a1 #137#
#35# 269efcf1b861: 269efcf1b861
#36# 269efcf1b6e9: 269efcf1b6e9
main: e48453de91 #52#
extensions: e48453de79 #
out Thu, 10 Oct 2013 21:14:18 GMT 22e45cf11351
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf11519 #60#
var compiledWrapper = 22e45cf112d1 #61#
var args = 22e45cf114f9 #62#
// heap-allocated locals
var self = 22e45cf11449 #8#
// expression stack (top to bottom)
[09] : 22e45cf114f9 #62#
[08] : 22e45cf114e1 #6#
[07] : 22e45cf112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf11449 #8#,filename=22e45cf11379 ) {
// stack-allocated locals
var content = 22e45cf120d9 #9#
// expression stack (top to bottom)
[03] : 22e45cf11379
[02] : 22e45cf120d9 #9#
[01] : 22e45cf11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=22e45cf11449 #8#,filename=22e45cf11379 ) {
// stack-allocated locals
var extension = 22e45cf12c21
// expression stack (top to bottom)
[04] : 22e45cf11379
[03] : 22e45cf11449 #8#
[02] : 63823a3de79 #10#
[01] : 22e45cf12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d56c59 ,parent=22e45cf12c41 #12#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf11379
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf11449 #8#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf11379
[10] : 22e45cf11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 201629d56c59
[01] : 22e45cf12c41 #12#
}
[14]: require [module.js:~361] (this=22e45cf12c41 #12#,path=201629d56c59 ) {
// optimized frame
}
[15]: require [module.js:380] (this=1278d0306c91 #2#,path=201629d56c59 ) {
// expression stack (top to bottom)
[01] : 201629d56c59
[00] : 22e45cf12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=22e45cf12f01 #13#,exports=22e45cf12f01 #13#,require=22e45cf12c91 #14#,module=22e45cf12c41 #12#,__filename=22e45cf12e51 ,__dirname=22e45cf12e29 ) {
// stack-allocated locals
var Stream = 63823a111b1 #63#
var path = 1278d0304121
var send = 22e45cf12d11 #64#
// heap-allocated locals
var debug = 22e45cf7c2c9 #65#
var parseRange = 63823aa1b79 #66#
var mime = 1278d0304121
var fresh = 1278d0304121
var http = 1278d0304121
var fs = 1278d0304121
var basename = 1278d0304121
var normalize = 1278d0304121
var join = 1278d0304121
var utils = 1278d0304121
var SendStream = 22e45cf7c311 #67#
// expression stack (top to bottom)
[05] : 201629d56c59
[04] : 1278d0306c91 #2#
[03] : 22e45cf12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=22e45cf12c41 #12#,content=22e45cf15599 #15#,filename=22e45cf12e51 ) {
// stack-allocated locals
var require = 22e45cf12c91 #14#
var dirname = 22e45cf12e29
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf12f39 #68#
var compiledWrapper = 22e45cf12d59 #69#
var args = 22e45cf12f19 #70#
// heap-allocated locals
var self = 22e45cf12c41 #12#
// expression stack (top to bottom)
[09] : 22e45cf12f19 #70#
[08] : 22e45cf12f01 #13#
[07] : 22e45cf12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf12c41 #12#,filename=22e45cf12e51 ) {
// stack-allocated locals
var content = 22e45cf15599 #15#
// expression stack (top to bottom)
[03] : 22e45cf12e51
[02] : 22e45cf15599 #15#
[01] : 22e45cf12c41 #12#
--------- 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
out Thu, 10 Oct 2013 21:14:19 GMT 10#
cache: e484517319 #117#
#37# 269efcf1ba01: 269efcf1ba01
id: 269efcf1bb99
exports: 269efcf1bc11 #38#
parent: e484597029 #41#
filename: 269efcf1bb99
loaded: 3b71cd404161
children: 269efcf7c949 #138#
paths: 269efcf7c969 #139#
#38# 269efcf1bc11: 269efcf1bc11
#39# 269efcf1ba51: 269efcf1ba51
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#40# 269efcf1c291: 269efcf1c291
#41# e484597029: e484597029
id: 30747c96e7a9
exports: e4845970f9 #140#
parent: e484597279 #141#
filename: 30747c96e7a9
loaded: 3b71cd404141
children: e4845a9e21 #142#
paths: e4845a9e41 #143#
#42# e4845a2659: e4845a2659
0: 2bc38c535679
1: 2bc38c535699
2: f966ed02e9
3: 2bc38c5356b9
4: 2bc38c5356d9
#43# e4845a25d1: e4845a25d1
#44# 2980a426b4b1: 2980a426b4b1
use: e4845b40e1 #144#
listen: e4845b43f1 #145#
route: 758a88146b9
stack: 2980a42ae389 #146#
request: 2980a42ae3a9 #147#
response: 2980a42ae3c1 #148#
cache: 2980a42ae3d9 #149#
settings: 2980a42a7121 #150#
engines: 2980a42ae3f1 #151#
viewCallbacks: 2980a42ae409 #152#
_router: 2980a42a7139 #153#
routes: 2980a42ae429 #154#
dir: 2980a426b511
constants: 2980a42ae491 #155#
config: 2980a42a72f9 #156#
_usedRouter: 3b71cd404141
models: 2980a42a59a1 #157#
middleware: 31c4e36e989 #158#
controllers: 31c4e36e9a1 #159#
#45# e484597349: e484597349
balance: e484523c81 #160#
cycle: e4845247c1 #161#
app: e4845970f9 #140#
#46# 2980a426b659: 2980a426b659
#47# 2980a426b611: 2980a426b611
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#48# 2980a426b539: 2980a426b539
id: 30747c9fa3e9
exports: 2980a426b659 #46#
parent: e484599669 #49#
filename: 30747c9fa3e9
loaded: 3b71cd404161
children: 2980a42a5b61 #162#
paths: 2980a42a5b81 #163#
#49# e484599669: e484599669
id: 30747c970b21
exports: e484523c81 #160#
parent: e484597279 #141#
filename: 30747c970b21
loaded: 3b71cd404141
children: e4845aa3e9 #164#
paths: e4845aa409 #165#
#50# e48453dfd1: e48453dfd1
#51# e48453dee1: e48453dee1
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#52# e48453de91: e48453de91
id: 758a8804e09
exports: e48453dfd1 #50#
parent: 3b71cd404101
filename: 30747c960639
loaded: 3b71cd404161
children: e48450aeb9 #166#
paths: e48450aed9 #167#
#53# e48453dad1: e48453dad1
#54# e48450a2e9: e48450a2e9
0: 2
1: 269efcf7cf11
2: 269efcf7cf11
3: 27
4: 30
5: 0
6: 1
7: 1
8: 83
9: 83
...
#55# 269efcf04211: 269efcf04211
#56# 269efcf78429: 269efcf78429
#57# e48453e071: e48453e071
sep: 758a88146b9
delimiter: 758a8816a31
#58# 269efcf11289: 269efcf11289
#59# e484515cd9: e484515cd9
close: 31c4e370789 #168#
closeSync: 31c4e3707d1 #169#
open: 31c4e3706f9 #170#
read: 361552a9c819 #171#
readSync: 361552a9c861 #172#
readdir: 31c4e370741 #173#
fchown: 31c4e370621 #174#
fchownSync: 31c4e3706b1 #175#
chown: 31c4e3705d9 #176#
chownSync: 31c4e370669 #177#
lchown: 361552a9c771 #178#
lchownSync: 361552a9c7d1 #179#
#60# 269efcf11519: 269efcf11519
#61# 269efcf112d1: 269efcf112d1
#62# 269efcf114f9: 269efcf114f9
0: 269efcf114e1 #6#
1: 269efcf11499 #7#
2: 269efcf11449 #8#
3: 269efcf11379
4: 269efcf11351
#63# e4845111b1: e4845111b1
super_: e48453e089 #77#
#64# 269efcf12d11: 269efcf12d11
#65# 269efcf7c2c9: 269efcf7c2c9
enabled: 3b71cd404161
#66# e4845a6e89: e4845a6e89
#67# 269efcf7c311: 269efcf7c311
#68# 269efcf12f39: 269efcf12f39
#69# 269efcf12d59: 269efcf12d59
#70# 269efcf12f19: 269efcf12f19
0: 269efcf12f01 #13#
1: 269efcf12c91 #14#
2: 269efcf12c41 #12#
3: 269efcf12e51
4: 269efcf12e29
#71# 269efcf17ca9: 269efcf17ca9
#72# 269efcf17de1: 269efcf17de1
0: 269efcf17dc9 #17#
1: 269efcf17c29 #18#
2: 269efcf17bd9 #16#
3: 269efcf17d19
4: 269efcf17cf1
#73# 269efcf18181: 269efcf18181
err Thu, 10 Oct 2013 21:14:19 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
FATAL ERROR: Malloced operator new Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:14:19 GMT #,content=22e45cf19ce1 #26#,filename=22e45cf19549 ) {
// stack-allocated locals
var require = 22e45cf193b1 #25#
var dirname = 22e45cf19521
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf19641 #81#
var compiledWrapper = 22e45cf19479 #82#
var args = 22e45cf19621 #83#
// heap-allocated locals
var self = 22e45cf19361 #23#
// expression stack (top to bottom)
[09] : 22e45cf19621 #83#
[08] : 22e45cf19609 #24#
[07] : 22e45cf19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf19361 #23#,filename=22e45cf19549 ) {
// stack-allocated locals
var content = 22e45cf19ce1 #26#
// expression stack (top to bottom)
[03] : 22e45cf19549
[02] : 22e45cf19ce1 #26#
[01] : 22e45cf19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=22e45cf19361 #23#,filename=22e45cf19549 ) {
// stack-allocated locals
var extension = 22e45cf1a341
// expression stack (top to bottom)
[04] : 22e45cf19549
[03] : 22e45cf19361 #23#
[02] : 63823a3de79 #10#
[01] : 22e45cf1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d5dcf1 ,parent=22e45cf1a361 #27#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf19549
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf19361 #23#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf19549
[10] : 22e45cf19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 201629d5dcf1
[01] : 22e45cf1a361 #27#
}
[50]: require [module.js:~361] (this=22e45cf1a361 #27#,path=201629d5dcf1 ) {
// optimized frame
}
[51]: require [module.js:380] (this=1278d0306c91 #2#,path=201629d5dcf1 ) {
// expression stack (top to bottom)
[01] : 201629d5dcf1
[00] : 22e45cf1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=22e45cf1a551 #28#,exports=22e45cf1a551 #28#,require=22e45cf1a3b1 #29#,module=22e45cf1a361 #27#,__filename=22e45cf1a4a1 ,__dirname=22e45cf1a479 ) {
// expression stack (top to bottom)
[03] : 201629d5dcf1
[02] : 1278d0306c91 #2#
[01] : 22e45cf1a3b1 #29#
[00] : 22e45cf1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=22e45cf1a361 #27#,content=22e45cf1a651 ,filename=22e45cf1a4a1 ) {
// stack-allocated locals
var require = 22e45cf1a3b1 #29#
var dirname = 22e45cf1a479
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf1a589
var compiledWrapper = 22e45cf1a431 #84#
var args = 22e45cf1a569 #85#
// heap-allocated locals
var self = 22e45cf1a361 #27#
// expression stack (top to bottom)
[09] : 22e45cf1a569 #85#
[08] : 22e45cf1a551 #28#
[07] : 22e45cf1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf1a361 #27#,filename=22e45cf1a4a1 ) {
// stack-allocated locals
var content = 22e45cf1a651
// expression stack (top to bottom)
[03] : 22e45cf1a4a1
[02] : 22e45cf1a651
[01] : 22e45cf1a361 #27#
--------- 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);?}
------------------------------------
out Thu, 10 Oct 2013 21:14:19 GMT #74# 269efcf17fb9: 269efcf17fb9
#75# 269efcf18161: 269efcf18161
0: 269efcf18149 #20#
1: 269efcf17f39 #21#
2: 269efcf17ee9 #19#
3: 269efcf18079
4: 269efcf18051
#76# 269efcf19431: 269efcf19431
version: f966ecd329
#77# e48453e089: e48453e089
#78# 269efcf7c619: 269efcf7c619
use: e4845c23c1 #180#
#79# 269efcf7c631: 269efcf7c631
brokenPause: 3b71cd404161
#80# 3b71cd45d0a9: 3b71cd45d0a9
#81# 269efcf19641: 269efcf19641
#82# 269efcf19479: 269efcf19479
#83# 269efcf19621: 269efcf19621
0: 269efcf19609 #24#
1: 269efcf193b1 #25#
2: 269efcf19361 #23#
3: 269efcf19549
4: 269efcf19521
#84# 269efcf1a431: 269efcf1a431
#85# 269efcf1a569: 269efcf1a569
0: 269efcf1a551 #28#
1: 269efcf1a3b1 #29#
2: 269efcf1a361 #27#
3: 269efcf1a4a1
4: 269efcf1a479
#86# 269efcf7c7d9: 269efcf7c7d9
#87# 269efcf1a961: 269efcf1a961
#88# 269efcf1a7c1: 269efcf1a7c1
#89# 269efcf1a941: 269efcf1a941
0: 269efcf1a929 #31#
1: 269efcf1a741 #32#
2: 269efcf1a6f1 #30#
3: 269efcf1a891
4: 269efcf1a869
#90# 269efcf1b769: 269efcf1b769
#91# 269efcf1b879: 269efcf1b879
0: 269efcf1b861 #35#
1: 269efcf1b6e9 #36#
2: 269efcf1b699 #34#
3: 269efcf1b7d9
4: 269efcf1b7b1
#92# 269efcf1bc49: 269efcf1bc49
#93# 269efcf1bad1: 269efcf1bad1
#94# 269efcf1bc29: 269efcf1bc29
0: 269efcf1bc11 #38#
1: 269efcf1ba51 #39#
2: 269efcf1ba01 #37#
3: 269efcf1bb99
4: 269efcf1bb71
#95# e484597079: e484597079
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#96# e4845a2679: e4845a2679
autorun: e4845a2659 #42#
#97# 2980a42134d1: 2980a42134d1
#98# 2980a426b4f9: 2980a426b4f9
name: 5dbd1e09e79
version: 5dbd1e09ea1
directories: 2980a42ae4a9 #181#
engines: 2980a42ae4c1 #182#
dependencies: 2980a42ae4d9 #183#
devDependencies: 2980a42ae4f1 #184#
scripts: 2980a42ae509 #185#
constants: 2980a42ae491 #155#
subdomain: 5dbd1e09ec1
os: 5dbd1e09ee1
bundledDependencies: 2980a42ae521 #186#
#99# e4845aa011: e4845aa011
#100# 2980a426b589: 2980a426b589
#101# 2980a426b671: 2980a426b671
0: 2980a426b659 #46#
1: 2980a426b611 #47#
2: 2980a426b539 #48#
3: 30747c9fa3e9
4: 2980a426b511
#102# 2980a42a5c01: 2980a42a5c01
#103# e4845a94f1: e4845a94f1
main: e48453de91 #52#
extensions: e48453de79 #10#
cache: e484517319 #117#
#104# e48453df61: e48453df61
#105# e48453dfe9: e48453dfe9
0: e48453dfd1 #50#
1: e48453dee1 #51#
2: e48453de91 #52#
3: 30747c960639
4: e48453dfa9
#106# e48453e009: e48453e009
domain: 3b71cd404101
_events: e48450b4c9 #187#
_maxListeners: 10
isWorker: 3b71cd404141
isMaster: 3b71cd404161
worker: e48450b4e1 #188#
workers: 3b71cd404101
settings: e48450b569 #189#
#107# 3b71cd435229: 3b71cd435229
#108# e48453e0d1: e48453e0d1
_lazyConstants: 3b71cd404101
#109# 3b71cd442309: 3b71cd442309
#110# e48450b649: e48450b649
#111# e48450b691: e48450b691
#112# e48450b6d9: e48450b6d9
#113# 3b71cd434fc1: 3b71cd434fc1
#114# 3b71cd46fb49: 3b71cd46fb49
_source: e484517ba1 #190#
_cache: e484517da9 #191#
wrapper: e484517369 #122#
#115# 269efcf7c149: 269efcf7c149
#116# 269efcf7c161: 269efcf7c161
#117# e484517319: e484517319
#118# 269efcf7c1c1: 269efcf7c1c1
#119# 269efcf7c1e1: 269efcf7c1e1
0: 269efcfb6f09
1: 269efcfb6fe1
2: 269efcfb7099
3: 269efcfb7129
4: 269efcfb7191
5: 269efcfb71e9
6: 269efcfb7231
7: 269efcfb7271
#120# e484517331: e484517331
#121# e484517349: e484517349
0: 30747c952b69
1: 30747c952bd1
2: 30747c952c41
#122# e484517369: e484517369
0: 758a881d2b9
1: 758a881d311
#123# e484517389: e484517389
#124# 269efcf7c261: 269efcf7c261
0: 269efcf86e39 #192#
1: 269ef
out Thu, 10 Oct 2013 21:14:19 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
cf11449 #8#
#125# 269efcf7c281: 269efcf7c281
0: 269efcfb72a9
1: 269efcfb7369
2: 269efcfb7421
3: 269efcfb74b1
4: 269efcfb7519
5: 269efcfb7571
6: 269efcfb75b9
7: 269efcfb75f9
#126# 269efcf7c3b9: 269efcf7c3b9
0: 269efcf12c41 #12#
#127# 269efcf7c3d9: 269efcf7c3d9
0: 269efcfb7631
1: 269efcfb76e9
2: 269efcfb7779
3: 269efcfb77e1
4: 269efcfb7839
5: 269efcfb7881
6: 269efcfb78c1
#128# 269efcf7c481: 269efcf7c481
0: 269efcf17bd9 #16#
#129# 269efcf7c4a1: 269efcf7c4a1
0: 269efcfb78f9
1: 269efcfb79d1
2: 269efcfb7a91
3: 269efcfb7b49
4: 269efcfb7bd9
5: 269efcfb7c41
6: 269efcfb7c99
7: 269efcfb7ce1
8: 269efcfb7d21
#130# 269efcf7c549: 269efcf7c549
0: 269efcf83119 #193#
1: 269efcf84da9 #194#
2: 269efcf17ee9 #19#
#131# 269efcf7c569: 269efcf7c569
0: 269efcfb7d59
1: 269efcfb7e19
2: 269efcfb7ed1
3: 269efcfb7f61
4: 269efcfb7fc9
5: 269efcfb8021
6: 269efcfb8069
7: 269efcfb80a9
#132# 269efcf7c6a9: 269efcf7c6a9
0: 269efcf19361 #23#
#133# 269efcf7c6c9: 269efcf7c6c9
0: 269efcfb80e1
1: 269efcfb8199
2: 269efcfb8229
3: 269efcfb8291
4: 269efcfb82e9
5: 269efcfb8331
6: 269efcfb8371
#134# 269efcf7c771: 269efcf7c771
0: 269efcf1a361 #27#
#135# 269efcf7c791: 269efcf7c791
0: 269efcfb83a9
1: 269efcfb8441
2: 269efcfb84d1
3: 269efcfb8539
4: 269efcfb8591
5: 269efcfb85d9
6: 269efcfb8619
#136# 269efcf7c881: 269efcf7c881
0: 269efcf1a6f1 #30#
#137# 269efcf7c8a1: 269efcf7c8a1
0: 269efcfb8651
1: 269efcfb86e1
2: 269efcfb8749
3: 269efcfb87a1
4: 269efcfb87e9
5: 269efcfb8829
#138# 269efcf7c949: 269efcf7c949
0: 269efcf1b699 #34#
#139# 269efcf7c969: 269efcf7c969
0: 269efcfb8861
1: 269efcfb88d9
2: 269efcfb8949
3: 269efcfb89b1
4: 269efcfb8a09
5: 269efcfb8a51
6: 269efcfb8a91
#140# e4845970f9: e4845970f9
#141# e484597279: e484597279
id: 30747c9702d9
exports: e484597349 #45#
parent: e48453de91 #52#
filename: 30747c9702d9
loaded: 3b71cd404141
children: e4845aa101 #195#
paths: e4845aa121 #196#
#142# e4845a9e21: e4845a9e21
0: e484596eb1 #197#
1: 2980a427bb39 #198#
2: 2980a427c2f1 #199#
3: 2980a426b271 #200#
4: 31c4e3310c1 #201#
5: 31c4e333ef9 #202#
6: 31c4e334609 #203#
7: 31c4e337b51 #204#
8: 31c4e338579 #205#
9: 31c4e3388b1 #206#
...
#143# e4845a9e41: e4845a9e41
0: 30747c962439
1: 30747c962491
2: 30747c9624e9
3: 30747c962529
4: 30747c962561
5: 30747c962591
6: 30747c9625c1
#144# e4845b40e1: e4845b40e1
#145# e4845b43f1: e4845b43f1
#146# 2980a42ae389: 2980a42ae389
0: 2980a42b3fb1 #207#
1: 2980a42b3fd9
out Thu, 10 Oct 2013 21:14:18 GMT fe9 ) {
// expression stack (top to bottom)
[01] : 304b261cfe9
[00] : 22e45cf17ee9 #19#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[34]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=22e45cf18149 #20#,exports=22e45cf18149 #20#,require=22e45cf17f39 #21#,module=22e45cf17ee9 #19#,__filename=22e45cf18079 ,__dirname=22e45cf18051 ) {
// heap-allocated locals
var send = 1278d0304121
var utils = 1278d0304121
var parse = 1278d0304121
var url = 1278d0304121
// expression stack (top to bottom)
[02] : 304b261cfe9
[01] : 1278d0306c91 #2#
[00] : 22e45cf17f39 #21#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect - static? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var send = require('send')? , utils = require('../utils')? , parse = utils.parseUrl? , url = requi...
-----------------------------------------
}
[36]: _compile [module.js:456] (this=22e45cf17ee9 #19#,content=22e45cf18a81 #22#,filename=22e45cf18079 ) {
// stack-allocated locals
var require = 22e45cf17f39 #21#
var dirname = 22e45cf18051
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf18181 #73#
var compiledWrapper = 22e45cf17fb9 #74#
var args = 22e45cf18161 #75#
// heap-allocated locals
var self = 22e45cf17ee9 #19#
// expression stack (top to bottom)
[09] : 22e45cf18161 #75#
[08] : 22e45cf18149 #20#
[07] : 22e45cf17fb9 #74#
--------- 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, '...
-----------------------------------------
}
[37]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf17ee9 #19#,filename=22e45cf18079 ) {
// stack-allocated locals
var content = 22e45cf18a81 #22#
// expression stack (top to bottom)
[03] : 22e45cf18079
[02] : 22e45cf18a81 #22#
[01] : 22e45cf17ee9 #19#
--------- 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);?}
-----------------------------------------
}
[38]: load [module.js:356] (this=22e45cf17ee9 #19#,filename=22e45cf18079 ) {
// stack-allocated locals
var extension = 22e45cf19341
// expression stack (top to bottom)
[04] : 22e45cf18079
[03] : 22e45cf17ee9 #19#
[02] : 63823a3de79 #10#
[01] : 22e45cf19341
--------- 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...
-----------------------------------------
}
[39]: _load [module.js:312] (this=63823a3dc11 #11#,request=3e827a6cd369 ,parent=22e45cf19361 #23#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf18079
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf17ee9 #19#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf18079
[10] : 22e45cf17ee9 #19#
--------- 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...
-----------------------------------------
}
[40]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 3e827a6cd369
[01] : 22e45cf19361 #23#
}
[41]: require [module.js:~361] (this=22e45cf19361 #23#,path=3e827a6cd369 ) {
// optimized frame
}
[42]: require [module.js:380] (this=1278d0306c91 #2#,path=3e827a6cd369 ) {
// expression stack (top to bottom)
[01] : 3e827a6cd369
[00] : 22e45cf19361 #23#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[43]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=22e45cf19609 #24#,exports=22e45cf19609 #24#,require=22e45cf193b1 #25#,module=22e45cf19361 #23#,__filename=22e45cf19549 ,__dirname=22e45cf19521 ) {
// stack-allocated locals
var path = 63823a3e071 #57#
var fs = 63823a15cd9 #59#
var createServer = 22e45cf19431 #76#
// heap-allocated locals
var require = 22e45cf193b1 #25#
var exports = 22e45cf19431 #76#
var EventEmitter = 63823a3e089 #77#
var proto = 22e45cf7c619 #78#
var utils = 22e45cf7c631 #79#
var basename = 1278d035d0a9 #80#
// expression stack (top to bottom)
[06] : 3e827a6cd369
[05] : 1278d0306c91 #2#
[04] : 22e45cf193b1 #25#
[03] : 22e45cf19431 #76#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var EventEmitter = require('events').EventEmitter? , proto = require('./proto')? , utils = require('./utils'...
-----------------------------------------
}
[45]: _compile [module.js:456] (this=22e45cf19361 #23
out Thu, 10 Oct 2013 21:14:19 GMT
==== Stack trace ============================================
Security context: f9a5d106b71 #0#
1: replace(aka replace) [native string.js:244] (this=d4f54f04149 ,a=d4f54f04101 #1#,b=1c1d22404501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=f9a5d106c91 #2#,line=d4f54f04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=d4f54f041f1 #3#,a=d4f54f041a9 #4#,b=f9a5d106c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=d4f54f11221 #5#,file=d4f54f11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=d4f54f114e1 #6#,exports=d4f54f114e1 #6#,require=d4f54f11499 #7#,module=d4f54f11449 #8#,__filename=d4f54f11379 ,__dirname=d4f54f11351 )
9: _compile [module.js:456] (this=d4f54f11449 #8#,content=d4f54f120d9 #9#,filename=d4f54f11379 )
10: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f11449 #8#,filename=d4f54f11379 )
11: load [module.js:356] (this=d4f54f11449 #8#,filename=d4f54f11379 )
12: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b56c59 ,parent=d4f54f12c41 #12#,isMain=f9a5d104121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=d4f54f12c41 #12#,path=aa294b56c59 )
15: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b56c59 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=d4f54f12f01 #13#,exports=d4f54f12f01 #13#,require=d4f54f12c91 #14#,module=d4f54f12c41 #12#,__filename=d4f54f12e51 ,__dirname=d4f54f12e29 )
18: _compile [module.js:456] (this=d4f54f12c41 #12#,content=d4f54f15599 #15#,filename=d4f54f12e51 )
19: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f12c41 #12#,filename=d4f54f12e51 )
20: load [module.js:356] (this=d4f54f12c41 #12#,filename=d4f54f12e51 )
21: _load [module.js:312] (this=9c07873dc11 #11#,request=39e6c76cf319 ,parent=d4f54f17bd9 #16#,isMain=f9a5d104121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=d4f54f17bd9 #16#,path=39e6c76cf319 )
24: require [module.js:380] (this=f9a5d106c91 #2#,path=39e6c76cf319 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=d4f54f17dc9 #17#,exports=d4f54f17dc9 #17#,require=d4f54f17c29 #18#,module=d4f54f17bd9 #16#,__filename=d4f54f17d19 ,__dirname=d4f54f17cf1 )
27: _compile [module.js:456] (this=d4f54f17bd9 #16#,content=d4f54f17e89 ,filename=d4f54f17d19 )
28: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f17bd9 #16#,filename=d4f54f17d19 )
29: load [module.js:356] (this=d4f54f17bd9 #16#,filename=d4f54f17d19 )
30: _load [module.js:312] (this=9c07873dc11 #11#,request=1c1d2241cfe9 ,parent=d4f54f17ee9 #19#,isMain=f9a5d104121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=d4f54f17ee9 #19#,path=1c1d2241cfe9 )
33: require [module.js:380] (this=f9a5d106c91 #2#,path=1c1d2241cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=d4f54f18149 #20#,exports=d4f54f18149 #20#,require=d4f54f17f39 #21#,module=d4f54f17ee9 #19#,__filename=d4f54f18079 ,__dirname=d4f54f18051 )
36: _compile [module.js:456] (this=d4f54f17ee9 #19#,content=d4f54f18a81 #22#,filename=d4f54f18079 )
37: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f17ee9 #19#,filename=d4f54f18079 )
38: load [module.js:356] (this=d4f54f17ee9 #19#,filename=d4f54f18079 )
39: _load [module.js:312] (this=9c07873dc11 #11#,request=39e6c76cd349 ,parent=d4f54f19361 #23#,isMain=f9a5d104121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=d4f54f19361 #23#,path=39e6c76cd349 )
42: require [module.js:380] (this=f9a5d106c91 #2#,path=39e6c76cd349 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=d4f54f19609 #24#,exports=d4f54f19609 #24#,require=d4f54f193b1 #25#,module=d4f54f19361 #23#,__filename=d4f54f19549 ,__dirname=d4f54f19521 )
45: _compile [module.js:456] (this=d4f54f19361 #23#,content=d4f54f19ce1 #26#,filename=d4f54f19549 )
46: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f19361 #23#,filename=d4f54f19549
out Thu, 10 Oct 2013 21:14:20 GMT -----
}
[56]: load [module.js:356] (this=22e45cf1a361 #27#,filename=22e45cf1a4a1 ) {
// stack-allocated locals
var extension = 22e45cf1a6d1
// expression stack (top to bottom)
[04] : 22e45cf1a4a1
[03] : 22e45cf1a361 #27#
[02] : 63823a3de79 #10#
[01] : 22e45cf1a6d1
--------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=63823a3dc11 #11#,request=304b2626061 ,parent=22e45cf1a6f1 #30#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf1a4a1
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf1a361 #27#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf1a4a1
[10] : 22e45cf1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 304b2626061
[01] : 22e45cf1a6f1 #30#
}
[59]: require [module.js:~361] (this=22e45cf1a6f1 #30#,path=304b2626061 ) {
// optimized frame
}
[60]: require [module.js:380] (this=1278d0306c91 #2#,path=304b2626061 ) {
// expression stack (top to bottom)
[01] : 304b2626061
[00] : 22e45cf1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=22e45cf1a929 #31#,exports=22e45cf1a929 #31#,require=22e45cf1a741 #32#,module=22e45cf1a6f1 #30#,__filename=22e45cf1a891 ,__dirname=22e45cf1a869 ) {
// stack-allocated locals
var Route = 1278d0304121
var Router = 1278d0304121
var key = 1278d0304121
// heap-allocated locals
var connect = 1278d0304121
var proto = 1278d0304121
var req = 1278d0304121
var res = 1278d0304121
var utils = 1278d0304121
var createApplication = 22e45cf7c7d9 #86#
// expression stack (top to bottom)
[05] : 304b2626061
[04] : 1278d0306c91 #2#
[03] : 22e45cf1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=22e45cf1a6f1 #30#,content=22e45cf1b011 #33#,filename=22e45cf1a891 ) {
// stack-allocated locals
var require = 22e45cf1a741 #32#
var dirname = 22e45cf1a869
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf1a961 #87#
var compiledWrapper = 22e45cf1a7c1 #88#
var args = 22e45cf1a941 #89#
// heap-allocated locals
var self = 22e45cf1a6f1 #30#
// expression stack (top to bottom)
[09] : 22e45cf1a941 #89#
[08] : 22e45cf1a929 #31#
[07] : 22e45cf1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf1a6f1 #30#,filename=22e45cf1a891 ) {
// stack-allocated locals
var content = 22e45cf1b011 #33#
// expression stack (top to bottom)
[03] : 22e45cf1a891
[02] : 22e45cf1b011 #33#
[01] : 22e45cf1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=22e45cf1a6f1 #30#,filename=22e45cf1a891 ) {
// stack-allocated locals
var extension = 22e45cf1b679
// expression stack (top to bottom)
[04] : 22e45cf1a891
[03] : 22e45cf1a6f1 #30#
[02] : 63823a3de79 #10#
[01] : 22e45cf1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d56d81 ,parent=22e45cf1b699 #34#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf1a891
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf1a6f1 #30#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf1a891
[10] : 22e45cf1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 201629d56d81
[01] : 22e
out Thu, 10 Oct 2013 21:14:20 GMT = Please ensure that you set the default write concern for the database by setting =
= one of the options =
45cf1b699 #34#
}
[68]: require [module.js:~361] (this=22e45cf1b699 #34#,path=201629d56d81 ) {
// optimized frame
}
[69]: require [module.js:380] (this=1278d0306c91 #2#,path=201629d56d81 ) {
// expression stack (top to bottom)
[01] : 201629d56d81
[00] : 22e45cf1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=22e45cf1b861 #35#,exports=22e45cf1b861 #35#,require=22e45cf1b6e9 #36#,module=22e45cf1b699 #34#,__filename=22e45cf1b7d9 ,__dirname=22e45cf1b7b1 ) {
// expression stack (top to bottom)
[03] : 201629d56d81
[02] : 1278d0306c91 #2#
[01] : 22e45cf1b6e9 #36#
[00] : 22e45cf1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=22e45cf1b699 #34#,content=22e45cf1b961 ,filename=22e45cf1b7d9 ) {
// stack-allocated locals
var require = 22e45cf1b6e9 #36#
var dirname = 22e45cf1b7b1
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf1b899
var compiledWrapper = 22e45cf1b769 #90#
var args = 22e45cf1b879 #91#
// heap-allocated locals
var self = 22e45cf1b699 #34#
// expression stack (top to bottom)
[09] : 22e45cf1b879 #91#
[08] : 22e45cf1b861 #35#
[07] : 22e45cf1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf1b699 #34#,filename=22e45cf1b7d9 ) {
// stack-allocated locals
var content = 22e45cf1b961
// expression stack (top to bottom)
[03] : 22e45cf1b7d9
[02] : 22e45cf1b961
[01] : 22e45cf1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=22e45cf1b699 #34#,filename=22e45cf1b7d9 ) {
// stack-allocated locals
var extension = 22e45cf1b9e1
// expression stack (top to bottom)
[04] : 22e45cf1b7d9
[03] : 22e45cf1b699 #34#
[02] : 63823a3de79 #10#
[01] : 22e45cf1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d54f71 ,parent=22e45cf1ba01 #37#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf1b7d9
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf1b699 #34#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf1b7d9
[10] : 22e45cf1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 201629d54f71
[01] : 22e45cf1ba01 #37#
}
[77]: require [module.js:~361] (this=22e45cf1ba01 #37#,path=201629d54f71 ) {
// optimized frame
}
[78]: require [module.js:380] (this=1278d0306c91 #2#,path=201629d54f71 ) {
// expression stack (top to bottom)
[01] : 201629d54f71
[00] : 22e45cf1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=22e45cf1bc11 #38#,exports=22e45cf1bc11 #38#,require=22e45cf1ba51 #39#,module=22e45cf1ba01 #37#,__filename=22e45cf1bb99 ,__dirname=22e45cf1bb71 ) {
// heap-allocated locals
var require = 22e45cf1ba51 #39#
var express = 1278d0304121
var connect_timeout = 1278d0304121
var MongoStore = 1278d0304121
var passport = 1278d0304121
// expression stack (top to bottom)
[02] : 201629d54f71
[01] : 1278d0306c91 #2#
[00] : 22e45cf1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=22e45cf1ba01 #37#,content=22e45cf1c291 #40#,filename=22e45cf1bb99 ) {
// stack-allocated locals
var require = 22e45cf1ba51 #39#
var dirname = 22e45cf1bb71
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 22e45cf1bc49 #92#
var compiledWrapper = 22e45c
out Thu, 10 Oct 2013 21:14:20 GMT xpress/node_modules/connect/lib/connect.js>)
47: load [module.js:356] (this=d4f54f19361 #23#,filename=d4f54f19549 )
48: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b5dcf1 ,parent=d4f54f1a361 #27#,isMain=f9a5d104121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=d4f54f1a361 #27#,path=aa294b5dcf1 )
51: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b5dcf1 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=d4f54f1a551 #28#,exports=d4f54f1a551 #28#,require=d4f54f1a3b1 #29#,module=d4f54f1a361 #27#,__filename=d4f54f1a4a1 ,__dirname=d4f54f1a479 )
54: _compile [module.js:456] (this=d4f54f1a361 #27#,content=d4f54f1a651 ,filename=d4f54f1a4a1 )
55: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1a361 #27#,filename=d4f54f1a4a1 )
56: load [module.js:356] (this=d4f54f1a361 #27#,filename=d4f54f1a4a1 )
57: _load [module.js:312] (this=9c07873dc11 #11#,request=1c1d22426061 ,parent=d4f54f1a6f1 #30#,isMain=f9a5d104121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=d4f54f1a6f1 #30#,path=1c1d22426061 )
60: require [module.js:380] (this=f9a5d106c91 #2#,path=1c1d22426061 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=d4f54f1a929 #31#,exports=d4f54f1a929 #31#,require=d4f54f1a741 #32#,module=d4f54f1a6f1 #30#,__filename=d4f54f1a891 ,__dirname=d4f54f1a869 )
63: _compile [module.js:456] (this=d4f54f1a6f1 #30#,content=d4f54f1b011 #33#,filename=d4f54f1a891 )
64: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1a6f1 #30#,filename=d4f54f1a891 )
65: load [module.js:356] (this=d4f54f1a6f1 #30#,filename=d4f54f1a891 )
66: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b56d81 ,parent=d4f54f1b699 #34#,isMain=f9a5d104121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=d4f54f1b699 #34#,path=aa294b56d81 )
69: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b56d81 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=d4f54f1b861 #35#,exports=d4f54f1b861 #35#,require=d4f54f1b6e9 #36#,module=d4f54f1b699 #34#,__filename=d4f54f1b7d9 ,__dirname=d4f54f1b7b1 )
72: _compile [module.js:456] (this=d4f54f1b699 #34#,content=d4f54f1b961 ,filename=d4f54f1b7d9 )
73: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1b699 #34#,filename=d4f54f1b7d9 )
74: load [module.js:356] (this=d4f54f1b699 #34#,filename=d4f54f1b7d9 )
75: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b54f71 ,parent=d4f54f1ba01 #37#,isMain=f9a5d104121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=d4f54f1ba01 #37#,path=aa294b54f71 )
78: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b54f71 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=d4f54f1bc11 #38#,exports=d4f54f1bc11 #38#,require=d4f54f1ba51 #39#,module=d4f54f1ba01 #37#,__filename=d4f54f1bb99 ,__dirname=d4f54f1bb71 )
81: _compile [module.js:456] (this=d4f54f1ba01 #37#,content=d4f54f1c291 #40#,filename=d4f54f1bb99 )
82: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1ba01 #37#,filename=d4f54f1bb99 )
83: load [module.js:356] (this=d4f54f1ba01 #37#,filename=d4f54f1bb99 )
84: _load [module.js:312] (this=9c07873dc11 #11#,request=d4f54f1c8b9 ,parent=9c078797029 #41#,isMain=f9a5d104121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=9c078797029 #41#,path=d4f54f1c8b9 )
87: require [module.js:380] (this=f9a5d106c91 #2#,path=d4f54f1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=f9a5d106c91 #2#,file=39e6c76d02e9 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=9c0787a28f9 #42#,a=9c0787a2871 #43#,b=f9a5d106c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=f9a5d106c91 #2#,app=2d2972c6b4b9 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=9c078797349 #45#,dir=2d2972c6b519 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=2d2972c6b661 #46#,exports=2d2972c6b661 #46#,require=2d2972c6b619 #47#,module=2d2972c6b541 #48#,__filename=aa294bfa3e1 ,__dirname=2d2972c6b519 )
96: _compile [module.js:456] (this=2d2972c6b541 #48#,content=aa294bfa5e9
err Thu, 10 Oct 2013 21:14:21 GMT FATAL ERROR: Evacuation Allocation failed - process out of memory
FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:14:21 GMT ['handlebars', 'hbs']\n );\n});\n>,filename=aa294bfa3e1 )
97: .js [module.js:474] (this=9c07873de79 #10#,module=2d2972c6b541 #48#,filename=aa294bfa3e1 )
98: load [module.js:356] (this=2d2972c6b541 #48#,filename=aa294bfa3e1 )
99: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294bfa791 ,parent=9c078799669 #49#,isMain=f9a5d104121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=9c078799669 #49#,path=aa294bfa791 )
102: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294bfa791 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=9c078797349 #45#,app_path=aa294bfa791 ,max=f9a5d104121 ,start=f9a5d104141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=9c07873dfd1 #50#,exports=9c07873dfd1 #50#,require=9c07873dee1 #51#,module=9c07873de91 #52#,__filename=aa294b60639 ,__dirname=9c07873dfa9 )
107: _compile [module.js:456] (this=9c07873de91 #52#,content=aa294b60729 ,filename=aa294b60639 )
108: .js [module.js:474] (this=9c07873de79 #10#,module=9c07873de91 #52#,filename=aa294b60639 )
109: load [module.js:356] (this=9c07873de91 #52#,filename=aa294b60639 )
110: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b60821 ,parent=f9a5d104101 ,isMain=f9a5d104141 )
111: runMain [module.js:497] (this=9c07873dc11 #11#)
112: startup [node.js:119] (this=f9a5d106c91 #2#)
113: /* anonymous */ [node.js:901] (this=f9a5d106c91 #2#,process=9c07873dad1 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=d4f54f04149 ,a=d4f54f04101 #1#,b=1c1d22404501 ) {
// stack-allocated locals
var c = d4f54f04149
var d = f9a5d104121
var g = f9a5d104121
var h = f9a5d104121
var i = f9a5d104121
var j = f9a5d104121
var k = f9a5d104121
// expression stack (top to bottom)
[10] : 9c07870a2e9 #54#
[09] : 1c1d22404501
[08] : d4f54f04101 #1#
[07] : d4f54f04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=f9a5d106c91 #2#,line=d4f54f04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : d4f54f04149
[01] : 849 // not passed to callee
[02] : d4f54f041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=d4f54f041f1 #3#,a=d4f54f041a9 #4#,b=f9a5d106c91 #2#) {
// stack-allocated locals
var c = d4f54f041f1 #3#
var d = 1589
var g = 849
var h = d4f54f04149
// expression stack (top to bottom)
[07] : d4f54f041f1 #3#
[06] : 849
[05] : d4f54f04149
[04] : f9a5d106c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : d4f54f041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=d4f54f11221 #5#,file=d4f54f11141 ) {
// stack-allocated locals
var content = d4f54f04211 #55#
var lines = d4f54f041f1 #3#
// heap-allocated locals
var map = d4f54f78429 #56#
// expression stack (top to bottom)
[03] : d4f54f041a9 #4#
[02] : d4f54f041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=d4f54f114e1 #6#,exports=d4f54f114e1 #6#,require=d4f54f11499 #7#,module=d4f54f11449 #8#,__filename=d4f54f11379 ,__dirname=d4f54f11351 ) {
// stack-allocated locals
var path = 9c07873e071 #57#
var Mime = d4f54f11289 #58#
var mime = d4f54f11221 #5#
// heap-allocated locals
var fs = 9c078715cd9 #59#
// expression stack (top to bottom)
[04] : d4f54f11141
[03] : d4f54f11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=d4f54f11449 #8#,content=d4f54f120d9 #9#,filename=d4f54f11379 ) {
// stack-allocated locals
var require = d4f54f11499 #7#
var dirname = d4f54f11351
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f11519 #6
out Thu, 10 Oct 2013 21:14:21 GMT = one of the options =
= =
e_modules>
2: 30747c962681
3: 30747c9626b9
4: 30747c9626e9
5: 30747c962719
#197# e484596eb1: e484596eb1
id: 30747c96e5d9
exports: e484596d51 #232#
parent: e484597029 #41#
filename: 30747c96e5d9
loaded: 3b71cd404141
children: e4845a9d59 #233#
paths: e4845a9d79 #234#
#198# 2980a427bb39: 2980a427bb39
id: 30747c9fd2e9
exports: 2980a426b4f9 #98#
parent: e484597029 #41#
filename: 30747c9fd2e9
loaded: 3b71cd404141
children: 2980a42a72b9 #235#
paths: 2980a42a72d9 #236#
#199# 2980a427c2f1: 2980a427c2f1
id: 30747c9fd369
exports: 2980a42a72f9 #156#
parent: e484597029 #41#
filename: 30747c9fd369
loaded: 3b71cd404141
children: 2980a42a7311 #237#
paths: 2980a42a7331 #238#
#200# 2980a426b271: 2980a426b271
id: 30747c9f99e9
exports: 31c4e32f0b1 #239#
parent: e484597029 #41#
filename: 30747c9f99e9
loaded: 3b71cd404141
children: 2980a42a5869 #240#
paths: 2980a42a5889 #241#
#201# 31c4e3310c1: 31c4e3310c1
id: 2bc38c51a111
exports: 31c4e333189 #242#
parent: e484597029 #41#
filename: 2bc38c51a111
loaded: 3b71cd404141
children: 31c4e36ebe1 #243#
paths: 31c4e36ec01 #244#
#202# 31c4e333ef9: 31c4e333ef9
id: 2bc38c51a451
exports: 361552a953f9 #245#
parent: e484597029 #41#
filename: 2bc38c51a451
loaded: 3b71cd404141
children: 31c4e36f0a1 #246#
paths: 31c4e36f0c1 #247#
#203# 31c4e334609: 31c4e334609
id: 2bc38c51a751
exports: 361552a95e41 #248#
parent: e484597029 #41#
filename: 2bc38c51a751
loaded: 3b71cd404141
children: 31c4e36f129 #249#
paths: 31c4e36f149 #250#
#204# 31c4e337b51: 31c4e337b51
id: 2bc38c51bfd1
exports: 361552a96dc1 #251#
parent: e484597029 #41#
filename: 2bc38c51bfd1
loaded: 3b71cd404141
children: 31c4e36f841 #252#
paths: 31c4e36f861 #253#
#205# 31c4e338579: 31c4e338579
id: 2bc38c51d3f9
exports: e4845a2679 #96#
parent: e484597029 #41#
filename: 2bc38c51d3f9
loaded: 3b71cd404141
children: 31c4e36fa79 #254#
paths: 31c4e36fa99 #255#
#206# 31c4e3388b1: 31c4e3388b1
id: 2bc38c51d4e9
exports: 2980a4212a69 @2980a4212a69
parent: e484597029 #41#
filename: 2bc38c51d4e9
loaded: 3b71cd404141
children: 31c4e36fb01 @31c4e36fb01
paths: 31c4e36fb21 @31c4e36fb21
#207# 2980a42b3fb1: 2980a42b3fb1
route: 758a8804501
handle: 2980a42b5341 @2980a42b5341
#208# 2980a42b3fd9: 2980a42b3fd9
route: 758a8804501
handle: 2980a42b5389 @2980a42b5389
#209# 31c4e36f9e9: 31c4e36f9e9
#210# 31c4e36fa31: 31c4e36fa31
#211# 2980a42afc19: 2980a42afc19
#212# 2980a42afc31: 2980a42afc31
#213# 2980a42afc49: 2980a42afc49
#214# 2980a4270e01: 2980a4270e01
pkg: 30747c956641
config: 30747c956669
models: 30747c956691
views: 30747c9566d1
lib: 30747c9566f1
controllers: 30747c956711
pub: 30747c956759
shared: 30747c956799
middleware: 30747c9567b9
locals: 30747c956801
tmp: 30747c956841
#215# 2980a42b2ad9: 2980a42b2ad9
url: 5dbd1e16149
#216# 2980a42b2af1: 2980a42b2af1
port: 4005
#217# 2980a42b2b09: 2980a42b2b09
host: 5dbd1e16189
port: 5dbd1e161b1
db: 5dbd1e161d1
#218# 31c4e36ea71: 31c4e36ea71
$__: 31c4e3879b9 @31c4e3879b9
isNew: 3b71cd404141
errors: 3b71cd404121
_maxListeners: 0
_doc: 31c4e387aa1 @31c4e387aa1
_pres: 31c4e387ab9 @31c4e387ab9
_posts: 31c4e387ad1 @31c4e387ad1
#219# 31c4e36eac1: 31c4e36eac1
$__: 31c4e387ae9 @31c4e387ae9
isNew: 3b71cd404141
errors: 3b71cd404121
_maxListeners: 0
_doc: 31c4e387bd1 @31c4e387bd1
_pres: 31c4e387be9 @31c4e387be9
_posts: 31c4e387c01 @31c4e387c01
#220# 31c4e395c39: 31c4e395c39
log: 31c4e39f8b1 @31c4e39f8b1
apologize: 31c4e39f8f9 @31c4e39f8f9
#221# 31c4e395c61: 31c4e395c61
search: 31c4e3a7bf1 @31c4e3a7bf1
create: 31c4e3a7c11 @31c4e3a7c11
read: 31c4e3a7c31 @31c4e3a7c31
update: 31c4e3a7c51 @31c4e3a7c51
updateItem: 31c4e3a7c71 @31c4e3a7c71
sellItem: 31c4e3a7c91 @31c4e3a7c91
destroy: 31c4e3a7cb1 @31c4e3a7cb1
#222# 31c4e395c79: 31c4e395c79
login: 31c4e39f9d9 @31c4e39f9d9
inventory: 31c4e39fab9 @31c4
out Thu, 10 Oct 2013 21:14:21 GMT = =
========================================================================================
0#
var compiledWrapper = d4f54f112d1 #61#
var args = d4f54f114f9 #62#
// heap-allocated locals
var self = d4f54f11449 #8#
// expression stack (top to bottom)
[09] : d4f54f114f9 #62#
[08] : d4f54f114e1 #6#
[07] : d4f54f112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f11449 #8#,filename=d4f54f11379 ) {
// stack-allocated locals
var content = d4f54f120d9 #9#
// expression stack (top to bottom)
[03] : d4f54f11379
[02] : d4f54f120d9 #9#
[01] : d4f54f11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=d4f54f11449 #8#,filename=d4f54f11379 ) {
// stack-allocated locals
var extension = d4f54f12c21
// expression stack (top to bottom)
[04] : d4f54f11379
[03] : d4f54f11449 #8#
[02] : 9c07873de79 #10#
[01] : d4f54f12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b56c59 ,parent=d4f54f12c41 #12#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f11379
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f11449 #8#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f11379
[10] : d4f54f11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : aa294b56c59
[01] : d4f54f12c41 #12#
}
[14]: require [module.js:~361] (this=d4f54f12c41 #12#,path=aa294b56c59 ) {
// optimized frame
}
[15]: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b56c59 ) {
// expression stack (top to bottom)
[01] : aa294b56c59
[00] : d4f54f12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=d4f54f12f01 #13#,exports=d4f54f12f01 #13#,require=d4f54f12c91 #14#,module=d4f54f12c41 #12#,__filename=d4f54f12e51 ,__dirname=d4f54f12e29 ) {
// stack-allocated locals
var Stream = 9c0787111b1 #63#
var path = f9a5d104121
var send = d4f54f12d11 #64#
// heap-allocated locals
var debug = d4f54f7c2c9 #65#
var parseRange = 9c0787a1851 #66#
var mime = f9a5d104121
var fresh = f9a5d104121
var http = f9a5d104121
var fs = f9a5d104121
var basename = f9a5d104121
var normalize = f9a5d104121
var join = f9a5d104121
var utils = f9a5d104121
var SendStream = d4f54f7c311 #67#
// expression stack (top to bottom)
[05] : aa294b56c59
[04] : f9a5d106c91 #2#
[03] : d4f54f12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=d4f54f12c41 #12#,content=d4f54f15599 #15#,filename=d4f54f12e51 ) {
// stack-allocated locals
var require = d4f54f12c91 #14#
var dirname = d4f54f12e29
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f12f39 #68#
var compiledWrapper = d4f54f12d59 #69#
var args = d4f54f12f19 #70#
// heap-allocated locals
var self = d4f54f12c41 #12#
// expression stack (top to bottom)
[09] : d4f54f12f19 #70#
[08] : d4f54f12f01 #13#
[07] : d4f54f12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f12c41 #12#,filename=d4f54f12e51 ) {
// stack-allocated locals
var content = d4f54f15599 #15#
// expression stack (top to bottom)
[03] : d4f54f12e51
[02] : d4f54f15599 #15#
[01] : d4f54f12c41 #12#
--------- 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);?}
-----------------------------------------
}
[20]: load [module.js:356] (this=d4f54f12c41 #12#,filename=d4f54f12e51 ) {
// stack-allocated locals
var extension = d4f54f17bb9
// exp
out Thu, 10 Oct 2013 21:14:22 GMT ction require>#47#
// expression stack (top to bottom)
[03] : 15c8a5b6b531
[02] : 63823a97349 #45#
[01] : 15c8a5b6b559 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=15c8a5b6b559 #48#,content=201629dfa609 ,filename=201629dfa401 ) {
// stack-allocated locals
var require = 15c8a5b6b631 #47#
var dirname = 15c8a5b6b531
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 201629dfa441
var compiledWrapper = 15c8a5b6b5a9 #100#
var args = 15c8a5b6b691 #101#
// heap-allocated locals
var self = 15c8a5b6b559 #48#
// expression stack (top to bottom)
[09] : 15c8a5b6b691 #101#
[08] : 15c8a5b6b679 #46#
[07] : 15c8a5b6b5a9 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=63823a3de79 #10#,module=15c8a5b6b559 #48#,filename=201629dfa401 ) {
// stack-allocated locals
var content = 201629dfa609
// expression stack (top to bottom)
[03] : 201629dfa401
[02] : 201629dfa609
[01] : 15c8a5b6b559 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=15c8a5b6b559 #48#,filename=201629dfa401 ) {
// stack-allocated locals
var extension = 201629dfa791
// expression stack (top to bottom)
[04] : 201629dfa401
[03] : 15c8a5b6b559 #48#
[02] : 63823a3de79 #10#
[01] : 201629dfa791
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=63823a3dc11 #11#,request=201629dfa7b1 ,parent=63823a99669 #49#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 201629dfa401
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 15c8a5b6b559 #48#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 201629dfa401
[10] : 15c8a5b6b559 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 201629dfa7b1
[01] : 63823a99669 #49#
}
[101]: require [module.js:~361] (this=63823a99669 #49#,path=201629dfa7b1 ) {
// expression stack (top to bottom)
[02] : 63823a99669 #49#
[01] : 201629dfa7b1
[00] : 63823a3dc11 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=1278d0306c91 #2#,path=201629dfa7b1 ) {
// expression stack (top to bottom)
[01] : 201629dfa7b1
[00] : 63823a99669 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=63823a97349 #45#,app_path=201629dfa7b1 ,max=1278d0304121 ,start=1278d0304141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 1278d0304121
var app = 1278d0304121
// heap-allocated locals
var fork = 15c8a5ba5c21 #102#
// expression stack (top to bottom)
[05] : 201629dfa7b1
[04] : 1278d0306c91 #2#
[03] : 63823aa94f1 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 201629dfa7b1
out Thu, 10 Oct 2013 21:14:22 GMT = no write acknowlegement =
= one of the options =
node_modules>
3: 2bc38c54e609
4: 2bc38c54e641
5: 2bc38c54e671
6: 2bc38c54e6a1
#248# 361552a95e41: 361552a95e41
#249# 31c4e36f129: 31c4e36f129
#250# 31c4e36f149: 31c4e36f149
0: 2bc38c54e6c9
1: 2bc38c54e719
2: 2bc38c54e761
3: 2bc38c54e7a1
4: 2bc38c54e7d9
5: 2bc38c54e809
6: 2bc38c54e839
#251# 361552a96dc1: 361552a96dc1
#252# 31c4e36f841: 31c4e36f841
#253# 31c4e36f861: 31c4e36f861
0: 2bc38c54e861
1: 2bc38c54e8b1
2: 2bc38c54e8f9
3: 2bc38c54e939
4: 2bc38c54e971
5: 2bc38c54e9a1
6: 2bc38c54e9d1
#254# 31c4e36fa79: 31c4e36fa79
#255# 31c4e36fa99: 31c4e36fa99
0: 2bc38c54e9f9
1: 2bc38c54ea41
2: 2bc38c54ea89
3: 2bc38c54eac9
4: 2bc38c54eb01
5: 2bc38c54eb31
6: 2bc38c54eb61
=====================
= w: (value of > -1 or the string 'majority'), where < 1 means =
ression stack (top to bottom)
[04] : d4f54f12e51
[03] : d4f54f12c41 #12#
[02] : 9c07873de79 #10#
[01] : d4f54f17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=9c07873dc11 #11#,request=39e6c76cf319 ,parent=d4f54f17bd9 #16#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f12e51
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f12c41 #12#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f12e51
[10] : d4f54f12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 39e6c76cf319
[01] : d4f54f17bd9 #16#
}
[23]: require [module.js:~361] (this=d4f54f17bd9 #16#,path=39e6c76cf319 ) {
// optimized frame
}
[24]: require [module.js:380] (this=f9a5d106c91 #2#,path=39e6c76cf319 ) {
// expression stack (top to bottom)
[01] : 39e6c76cf319
[00] : d4f54f17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=d4f54f17dc9 #17#,exports=d4f54f17dc9 #17#,require=d4f54f17c29 #18#,module=d4f54f17bd9 #16#,__filename=d4f54f17d19 ,__dirname=d4f54f17cf1 ) {
// expression stack (top to bottom)
[03] : 39e6c76cf319
[02] : f9a5d106c91 #2#
[01] : d4f54f17c29 #18#
[00] : d4f54f17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=d4f54f17bd9 #16#,content=d4f54f17e89 ,filename=d4f54f17d19 ) {
// stack-allocated locals
var require = d4f54f17c29 #18#
var dirname = d4f54f17cf1
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f17e01
var compiledWrapper = d4f54f17ca9 #71#
var args = d4f54f17de1 #72#
// heap-allocated locals
var self = d4f54f17bd9 #16#
// expression stack (top to bottom)
[09] : d4f54f17de1 #72#
[08] : d4f54f17dc9 #17#
[07] : d4f54f17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f17bd9 #16#,filename=d4f54f17d19 ) {
// stack-allocated locals
var content = d4f54f17e89
// expression stack (top to bottom)
[03] : d4f54f17d19
[02] : d4f54f17e89
[01] : d4f54f17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=d4f54f17bd9 #16#,filename=d4f54f17d19 ) {
// stack-allocated locals
var extension = d4f54f17ec9
// expression stack (top to bottom)
[04] : d4f54f17d19
[03] : d4f54f17bd9 #16#
[02] : 9c07873de79 #10#
[01] : d4f54f17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=9c07873dc11 #11#,request=1c1d2241cfe9 ,parent=d4f54f17ee9 #19#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f17d19
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f17bd9 #16#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f17d19
[10] : d4f54f17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1c1d2241cfe9
[01] : d4f54f17ee9 #19#
}
[32]: require [module.js:~361] (this=d4f54f17ee9 #19#,path=1c1d2241cfe9 ) {
// optimized frame
}
[33]: require [module.js:380] (this=f9a5d106c91 #2#,path=1c1d2241cfe9 ) {
// expression stack (top to bottom)
[01] : 1c1d2241cfe9
[00] : d4f54f17ee9 #19#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[34]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/
out Thu, 10 Oct 2013 21:14:22 GMT lastIndex: 0
#2# 1278d0306c91: 1278d0306c91
#3# 22e45cf041f1: 22e45cf041f1
0: 22e45cf94921
1: 22e45cf94949
2: 22e45cf94971
3: 201629d5b7b9
4: 22e45cf94999
5: 22e45cf949c1
6: 22e45cf949e9
7: 22e45cf94a11
8: 22e45cf94a39
9: 201629d5b7b9
...
#4# 22e45cf041a9: 22e45cf041a9
#5# 22e45cf11221: 22e45cf11221
types: 22e45cf7c149 #115#
extensions: 22e45cf7c161 #116#
_loading: 22e45cf11141
#6# 22e45cf114e1: 22e45cf114e1
#7# 22e45cf11499: 22e45cf11499
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#8# 22e45cf11449: 22e45cf11449
id: 22e45cf11379
exports: 22e45cf114e1 #6#
parent: 22e45cf12c41 #12#
filename: 22e45cf11379
loaded: 1278d0304161
children: 22e45cf7c1c1 #118#
paths: 22e45cf7c1e1 #119#
#9# 22e45cf120d9: 22e45cf120d9
#10# 63823a3de79: 63823a3de79
#11# 63823a3dc11: 63823a3dc11
_contextLoad: 1278d0304161
_cache: 63823a17319 #117#
_pathCache: 63823a17331 #120#
_extensions: 63823a3de79 #10#
globalPaths: 63823a17349 #121#
wrapper: 63823a17369 #122#
_realpathCache: 63823a17389 #123#
#12# 22e45cf12c41: 22e45cf12c41
id: 22e45cf12e51
exports: 22e45cf12f01 #13#
parent: 22e45cf17bd9 #16#
filename: 22e45cf12e51
loaded: 1278d0304161
children: 22e45cf7c261 #124#
paths: 22e45cf7c281 #125#
#13# 22e45cf12f01: 22e45cf12f01
#14# 22e45cf12c91: 22e45cf12c91
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#15# 22e45cf15599: 22e45cf15599
#16# 22e45cf17bd9: 22e45cf17bd9
id: 22e45cf17d19
exports: 22e45cf17dc9 #17#
parent: 22e45cf17ee9 #19#
filename: 22e45cf17d19
loaded: 1278d0304161
children: 22e45cf7c3b9 #126#
paths: 22e45cf7c3d9 #127#
#17# 22e45cf17dc9: 22e45cf17dc9
#18# 22e45cf17c29: 22e45cf17c29
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#19# 22e45cf17ee9: 22e45cf17ee9
id: 22e45cf18079
exports: 22e45cf18149 #20#
parent: 22e45cf19361 #23#
filename: 22e45cf18079
loaded: 1278d0304161
children: 22e45cf7c481 #128#
paths: 22e45cf7c4a1 #129#
#20# 22e45cf18149: 22e45cf18149
#21# 22e45cf17f39: 22e45cf17f39
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#22# 22e45cf18a81: 22e45cf18a81
#23# 22e45cf19361: 22e45cf19361
id: 22e45cf19549
exports: 22e45cf19431 #76#
parent: 22e45cf1a361 #27#
filename: 22e45cf19549
loaded: 1278d0304161
children: 22e45cf7c549 #130#
paths: 22e45cf7c569 #131#
#24# 22e45cf19609: 22e45cf19609
#25# 22e45cf193b1: 22e45cf193b1
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#26# 22e45cf19ce1: 22e45cf19ce1
#27# 22e45cf1a361: 22e45cf1a361
id: 22e45cf1a4a1
exports: 22e45cf1a551 #28#
parent: 22e45cf1a6f1 #30#
filename: 22e45cf1a4a1
loaded: 1278d0304161
children: 22e45cf7c6a9 #132#
paths: 22e45cf7c6c9 #133#
#28# 22e45cf1a551: 22e45cf1a551
#29# 22e45cf1a3b1: 22e45cf1a3b1
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#30# 22e45cf1a6f1: 22e45cf1a6f1
id: 22e45cf1a891
exports: 22e45cf1a929 #31#
parent: 22e45cf1b699 #34#
filename: 22e45cf1a891
loaded: 1278d0304161
children: 22e45cf7c771 #134#
paths: 22e45cf7c791 #135#
#31# 22e45cf1a929: 22e45cf1a929
#32# 22e45cf1a741: 22e45cf1a741
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#33# 22e45cf1b011: 22e45cf1b011
#34# 22e45cf1b699: 22e45cf1b699
id: 22e45cf1b7d9
exports: 22e45cf1b861 #35#
parent: 22e45cf1ba01 #37#
filename: 22e45cf1b7d9
loaded: 1278d0304161
children: 22e45cf7c881 #136#
paths
out Thu, 10 Oct 2013 21:14:21 GMT f1bad1 #93#
var args = 22e45cf1bc29 #94#
// heap-allocated locals
var self = 22e45cf1ba01 #37#
// expression stack (top to bottom)
[09] : 22e45cf1bc29 #94#
[08] : 22e45cf1bc11 #38#
[07] : 22e45cf1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [module.js:474] (this=63823a3de79 #10#,module=22e45cf1ba01 #37#,filename=22e45cf1bb99 ) {
// stack-allocated locals
var content = 22e45cf1c291 #40#
// expression stack (top to bottom)
[03] : 22e45cf1bb99
[02] : 22e45cf1c291 #40#
[01] : 22e45cf1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=22e45cf1ba01 #37#,filename=22e45cf1bb99 ) {
// stack-allocated locals
var extension = 22e45cf1c899
// expression stack (top to bottom)
[04] : 22e45cf1bb99
[03] : 22e45cf1ba01 #37#
[02] : 63823a3de79 #10#
[01] : 22e45cf1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=63823a3dc11 #11#,request=22e45cf1c8b9 ,parent=63823a97029 #41#,isMain=1278d0304121 ) {
// stack-allocated locals
var filename = 22e45cf1bb99
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 22e45cf1ba01 #37#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 22e45cf1bb99
[10] : 22e45cf1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 22e45cf1c8b9
[01] : 63823a97029 #41#
}
[86]: require [module.js:~361] (this=63823a97029 #41#,path=22e45cf1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=1278d0306c91 #2#,path=22e45cf1c8b9 ) {
// expression stack (top to bottom)
[01] : 22e45cf1c8b9
[00] : 63823a97029 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=1278d0306c91 #2#,file=3e827a6d0309 ) {
// expression stack (top to bottom)
[02] : 22e45cf1c8b9
[01] : 1278d0306c91 #2#
[00] : 63823a97079 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 3e827a6d0309
[01] : 2 // not passed to callee
[02] : 63823aa2c21 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=63823aa2c21 #42#,a=63823aa2b99 #43#,b=1278d0306c91 #2#) {
// stack-allocated locals
var c = 63823aa2c21 #42#
var d = 5
var g = 2
var h = 3e827a6d0309
// expression stack (top to bottom)
[07] : 63823aa2c21 #42#
[06] : 2
[05] : 3e827a6d0309
[04] : 1278d0306c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 63823aa2b99 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=1278d0306c91 #2#,app=15c8a5b6b4d1 #44#) {
// stack-allocated locals
var lib = 63823aa2c41 #96#
var autorun = 63823aa2c21 #42#
// heap-allocated locals
var app = 15c8a5b6b4d1 #44#
var task = 15c8a5b04179 #97#
// expression stack (top to bottom)
[03] : 63823aa2b99 #43#
[02] : 63823aa2c21 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=63823a97349 #45#,dir=15c8a5b6b531 ) {
// stack-allocated locals
var app = 15c8a5b6b4d1 #44#
var pkg = 15c8a5b6b519 #98#
// expression stack (top to bottom)
[04] : 15c8a5b6b4d1 #44#
[03] : 1278d0306c91 #2#
[02] : 63823aaa011 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=15c8a5b6b679 #46#,exports=15c8a5b6b679 #46#,require=15c8a5b6b631 #47#,module=15c8a5b6b559 #48#,__filename=201629dfa401 ,__dirname=15c8a5b6b531 ) {
// stack-allocated locals
var base12 = 63823a97349 #45#
// heap-allocated locals
var __dirname = 15c8a5b6b531
var require = 15c8a5b6b631
out Thu, 10 Oct 2013 21:14:22 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= Please ensure that you set the default write concern for the database by setting =
/opt/run/snapshot/package/app>
[01] : 1278d0304121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=63823a3dfd1 #50#,exports=63823a3dfd1 #50#,require=63823a3dee1 #51#,module=63823a3de91 #52#,__filename=201629d60639 ,__dirname=63823a3dfa9 ) {
// stack-allocated locals
var base12 = 63823a97349 #45#
// expression stack (top to bottom)
[03] : 1278d0304121
[02] : 201629dfa7b1
[01] : 63823a97349 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=63823a3de91 #52#,content=201629d60729 ,filename=201629d60639 ) {
// stack-allocated locals
var require = 63823a3dee1 #51#
var dirname = 63823a3dfa9
var sandbox = 1278d0304121
var k = 1278d0304121
var wrapper = 201629d60671
var compiledWrapper = 63823a3df61 #104#
var args = 63823a3dfe9 #105#
// heap-allocated locals
var self = 63823a3de91 #52#
// expression stack (top to bottom)
[09] : 63823a3dfe9 #105#
[08] : 63823a3dfd1 #50#
[07] : 63823a3df61 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=63823a3de79 #10#,module=63823a3de91 #52#,filename=201629d60639 ) {
// stack-allocated locals
var content = 201629d60799
// expression stack (top to bottom)
[03] : 201629d60639
[02] : 201629d60729
[01] : 63823a3de91 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=63823a3de91 #52#,filename=201629d60639 ) {
// stack-allocated locals
var extension = 304b261d0e1
// expression stack (top to bottom)
[04] : 201629d60639
[03] : 63823a3de91 #52#
[02] : 63823a3de79 #10#
[01] : 304b261d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=63823a3dc11 #11#,request=201629d60821 ,parent=1278d0304101 ,isMain=1278d0304141 ) {
// stack-allocated locals
var filename = 201629d60639
var cachedModule = 1278d0304121
var replModule = 1278d0304121
var module = 63823a3de91 #52#
var hadException = 1278d0304141
// expression stack (top to bottom)
[11] : 201629d60639
[10] : 63823a3de91 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=63823a3dc11 #11#) {
// expression stack (top to bottom)
[03] : 1278d0304141
[02] : 1278d0304101
[01] : 201629d60821
[00] : 63823a3dc11 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=1278d0306c91 #2#) {
// stack-allocated locals
var EventEmitter = 63823a3e089 #77#
var d = 1278d0304121
var path = 63823a3e071 #57#
var cluster = 63823a3e009 #106#
var Module = 63823a3dc11 #11#
var debugTimeout = 1278d0304121
var opts = 1278d0304121
var repl = 1278d0304121
// heap-allocated locals
var code = 1278d0304121
// expression stack (top to bottom)
[08] : 63823a3dc11 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=1278d0306c91 #2#,process=63823a3dad1 #53#) {
// stack-allocated locals
var Script = 1278d0335229 #107#
// heap-allocated locals
var process = 63823a3dad1 #53#
var startup = 63823a3e0d1 #108#
var assert = 1278d0342309 #109#
var evalScript = 63823a0b649 #110#
var errnoException = 63823a0b691 #111#
var createWritableStdioStream = 63823a0b6d9 #112#
var runInThisContext = 1278d0334fc1 #113#
var NativeModule = 1278d036fb49 #114#
// expression stack (top to bottom)
[02] : 1278d0306c91 #2#
[01] : 63823a3e0d1 #108#
--------- 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# 1278d0306b71: 1278d0306b71
#1# 22e45cf04101: 22e45cf04101
source: 3e827a6d0099
global: 1278d0304141
ignoreCase: 1278d0304161
multiline: 1278d0304161
out Thu, 10 Oct 2013 21:14:22 GMT middleware/static.js:12] (this=d4f54f18149 #20#,exports=d4f54f18149 #20#,require=d4f54f17f39 #21#,module=d4f54f17ee9 #19#,__filename=d4f54f18079 ,__dirname=d4f54f18051 ) {
// heap-allocated locals
var send = f9a5d104121
var utils = f9a5d104121
var parse = f9a5d104121
var url = f9a5d104121
// expression stack (top to bottom)
[02] : 1c1d2241cfe9
[01] : f9a5d106c91 #2#
[00] : d4f54f17f39 #21#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect - static? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var send = require('send')? , utils = require('../utils')? , parse = utils.parseUrl? , url = requi...
-----------------------------------------
}
[36]: _compile [module.js:456] (this=d4f54f17ee9 #19#,content=d4f54f18a81 #22#,filename=d4f54f18079 ) {
// stack-allocated locals
var require = d4f54f17f39 #21#
var dirname = d4f54f18051
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f18181 #73#
var compiledWrapper = d4f54f17fb9 #74#
var args = d4f54f18161 #75#
// heap-allocated locals
var self = d4f54f17ee9 #19#
// expression stack (top to bottom)
[09] : d4f54f18161 #75#
[08] : d4f54f18149 #20#
[07] : d4f54f17fb9 #74#
--------- 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, '...
-----------------------------------------
}
[37]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f17ee9 #19#,filename=d4f54f18079 ) {
// stack-allocated locals
var content = d4f54f18a81 #22#
// expression stack (top to bottom)
[03] : d4f54f18079
[02] : d4f54f18a81 #22#
[01] : d4f54f17ee9 #19#
--------- 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);?}
-----------------------------------------
}
[38]: load [module.js:356] (this=d4f54f17ee9 #19#,filename=d4f54f18079 ) {
// stack-allocated locals
var extension = d4f54f19341
// expression stack (top to bottom)
[04] : d4f54f18079
[03] : d4f54f17ee9 #19#
[02] : 9c07873de79 #10#
[01] : d4f54f19341
--------- 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...
-----------------------------------------
}
[39]: _load [module.js:312] (this=9c07873dc11 #11#,request=39e6c76cd349 ,parent=d4f54f19361 #23#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f18079
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f17ee9 #19#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f18079
[10] : d4f54f17ee9 #19#
--------- 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...
-----------------------------------------
}
[40]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 39e6c76cd349
[01] : d4f54f19361 #23#
}
[41]: require [module.js:~361] (this=d4f54f19361 #23#,path=39e6c76cd349 ) {
// optimized frame
}
[42]: require [module.js:380] (this=f9a5d106c91 #2#,path=39e6c76cd349 ) {
// expression stack (top to bottom)
[01] : 39e6c76cd349
[00] : d4f54f19361 #23#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[43]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=d4f54f19609 #24#,exports=d4f54f19609 #24#,require=d4f54f193b1 #25#,module=d4f54f19361 #23#,__filename=d4f54f19549 ,__dirname=d4f54f19521 ) {
// stack-allocated locals
var path = 9c07873e071 #57#
var fs = 9c078715cd9 #59#
var createServer = d4f54f19431 #76#
// heap-allocated locals
var require = d4f54f193b1 #25#
var exports = d4f54f19431 #76#
var EventEmitter = 9c07873e089 #77#
var proto = d4f54f7c619 #78#
var utils = d4f54f7c631 #79#
var basename = f9a5d15d0a9 #80#
// expression stack (top to bottom)
[06] : 39e6c76cd349
[05] : f9a5d106c91 #2#
[04] : d4f54f193b1 #25#
[03] : d4f54f19431 #76#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var EventEmitter = require('events').EventEmitter? , proto = require('./proto')? , utils = require('./utils'...
-----------------------------------------
}
[45]: _compile [module.js:456] (this=d4f54f19361 #23#,content=d4f54f19ce1 #26#,filename=d4f54f19549 ) {
// stack-allocated locals
var require = d4f54f193b1 #25#
var dirname = d4f54f19521
var sandbox = f9a5d104121
var k = f9a5d104121
var
out Thu, 10 Oct 2013 21:14:23 GMT = fsync: true/false, wait for flush to file system before acknowlegement =
= w: (value of > -1 or the string 'majority'), where < 1 means =
3: 22e45cf17d19
4: 22e45cf17cf1
#73# 22e45cf18181: 22e45cf18181
#74# 22e45cf17fb9: 22e45cf17fb9
#75# 22e45cf18161: 22e45cf18161
0: 22e45cf18149 #20#
1: 22e45cf17f39 #21#
2: 22e45cf17ee9 #19#
3: 22e45cf18079
4: 22e45cf18051
#76# 22e45cf19431: 22e45cf19431
version: 3e827a6cd349
#77# 63823a3e089: 63823a3e089
#78# 22e45cf7c619: 22e45cf7c619
use: 63823ac2949 #180#
#79# 22e45cf7c631: 22e45cf7c631
brokenPause: 1278d0304161
#80# 1278d035d0a9: 1278d035d0a9
#81# 22e45cf19641: 22e45cf19641
#82# 22e45cf19479: 22e45cf19479
#83# 22e45cf19621: 22e45cf19621
0: 22e45cf19609 #24#
1: 22e45cf193b1 #25#
2: 22e45cf19361 #23#
3: 22e45cf19549
4: 22e45cf19521
#84# 22e45cf1a431: 22e45cf1a431
#85# 22e45cf1a569: 22e45cf1a569
0: 22e45cf1a551 #28#
1: 22e45cf1a3b1 #29#
2: 22e45cf1a361 #27#
3: 22e45cf1a4a1
4: 22e45cf1a479
#86# 22e45cf7c7d9: 22e45cf7c7d9
#87# 22e45cf1a961: 22e45cf1a961
#88# 22e45cf1a7c1: 22e45cf1a7c1
#89# 22e45cf1a941: 22e45cf1a941
0: 22e45cf1a929 #31#
1: 22e45cf1a741 #32#
2: 22e45cf1a6f1 #30#
3: 22e45cf1a891
4: 22e45cf1a869
#90# 22e45cf1b769: 22e45cf1b769
#91# 22e45cf1b879: 22e45cf1b879
0: 22e45cf1b861 #35#
1: 22e45cf1b6e9 #36#
2: 22e45cf1b699 #34#
3: 22e45cf1b7d9
4: 22e45cf1b7b1
#92# 22e45cf1bc49: 22e45cf1bc49
#93# 22e45cf1bad1: 22e45cf1bad1
#94# 22e45cf1bc29: 22e45cf1bc29
0: 22e45cf1bc11 #38#
1: 22e45cf1ba51 #39#
2: 22e45cf1ba01 #37#
3: 22e45cf1bb99
4: 22e45cf1bb71
#95# 63823a97079: 63823a97079
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#96# 63823aa2c41: 63823aa2c41
autorun: 63823aa2c21 #42#
#97# 15c8a5b04179: 15c8a5b04179
#98# 15c8a5b6b519: 15c8a5b6b519
name: 95037d09ea1
version: 95037d09ec9
directories: 15c8a5bae4c9 #181#
engines: 15c8a5bae4e1 #182#
dependencies: 15c8a5bae4f9 #183#
devDependencies: 15c8a5bae511 #184#
scripts: 15c8a5bae529 #185#
constants: 15c8a5bae4b1 #155#
subdomain: 95037d09ee9
os: 95037d09f09
bundledDependencies: 15c8a5bae541 #186#
#99# 63823aaa011: 63823aaa011
#100# 15c8a5b6b5a9: 15c8a5b6b5a9
#101# 15c8a5b6b691: 15c8a5b6b691
0: 15c8a5b6b679 #46#
1: 15c8a5b6b631 #47#
2: 15c8a5b6b559 #48#
3: 201629dfa401
4: 15c8a5b6b531
#102# 15c8a5ba5c21: 15c8a5ba5c21
#103# 63823aa94f1: 63823aa94f1
main: 63823a3de91 #52#
extensions: 63823a3de79 #10#
cache: 63823a17319 #117#
#104# 63823a3df61: 63823a3df61
#105# 63823a3dfe9: 63823a3dfe9
0: 63823a3dfd1 #50#
1: 63823a3dee1 #51#
2: 63823a3de91 #52#
3: 201629d60639
4: 63823a3dfa9
#106# 63823a3e009: 63823a3e009
domain: 1278d0304101
_events: 63823a0b4c9 #187#
_maxListeners: 10
isWorker: 1278d0304141
isMaster: 1278d0304161
worker: 63823a0b4e1 #188#
workers: 1278d0304101
settings: 63823a0b569 #189#
#107# 1278d0335229: 1278d0335229
#108# 63823a3e0d1: 63823a3e0d1
_lazyConstants: 1278d0304101
#109# 1278d0342309: 1278d0342309
#110# 63823a0b649: 63823a0b649
#111# 63823a0b691: 63823a0b691
#112# 63823a0b6d9: 63823a0b6d9
#113# 1278d0334fc1: 1278d0334fc1
#114# 1278d036fb49: 1278d036fb49
_source: 63823a17ba1 #190#
_cache: 63823a17da9 #191#
wrapper: 63823a17369 #122#
#115# 22e45cf7c149: 22e45cf7c149
#116# 22e45cf7c161: 22e45cf7c161
#117# 63823a17319: 63823a17319
#118# 22e45cf7c1c1: 22e45cf7c1c1
#119# 22e45cf7c1e1: 22e45cf7c1e1
0: 22e45cfb6f09
1: 22e45cfb6fe1
2: 22e45cfb7099
3: 22e45cfb7129
4: 22e45cfb7191
5: 22e45cfb71e9
6: 22e45cfb7231
7: 22e45cfb7271
#120# 63823a17331: 63823a17331
#121# 63823a17349: 63823a17349
0: 201629d52b69
1: 201629d52bd1
2: 201629d52c41
#122# 63823a17369: 63823a173
out Thu, 10 Oct 2013 21:14:23 GMT = journal: true/false, wait for flush to journal before acknowlegement =
========================================================================================
========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
= =
= no write acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
69
0: 304b261d2b9
1: 304b261d311
#123# 63823a17389: 63823a17389
#124# 22e45cf7c261: 22e45cf7c261
0: 22e45cf86e39 #192#
1: 22e45cf11449 #8#
#125# 22e45cf7c281: 22e45cf7c281
0: 22e45cfb72a9
1: 22e45cfb7369
2: 22e45cfb7421
3: 22e45cfb74b1
4: 22e45cfb7519
5: 22e45cfb7571
6: 22e45cfb75b9
7: 22e45cfb75f9
#126# 22e45cf7c3b9: 22e45cf7c3b9
0: 22e45cf12c41 #12#
#127# 22e45cf7c3d9: 22e45cf7c3d9
0: 22e45cfb7631
1: 22e45cfb76e9
2: 22e45cfb7779
3: 22e45cfb77e1
4: 22e45cfb7839
5: 22e45cfb7881
6: 22e45cfb78c1
#128# 22e45cf7c481: 22e45cf7c481
0: 22e45cf17bd9 #16#
#129# 22e45cf7c4a1: 22e45cf7c4a1
0: 22e45cfb78f9
1: 22e45cfb79d1
2: 22e45cfb7a91
3: 22e45cfb7b49
4: 22e45cfb7bd9
5: 22e45cfb7c41
6: 22e45cfb7c99
7: 22e45cfb7ce1
8: 22e45cfb7d21
#130# 22e45cf7c549: 22e45cf7c549
0: 22e45cf83119 #193#
1: 22e45cf84da9 #194#
2: 22e45cf17ee9 #19#
#131# 22e45cf7c569: 22e45cf7c569
0: 22e45cfb7d59
1: 22e45cfb7e19
2: 22e45cfb7ed1
3: 22e45cfb7f61
4: 22e45cfb7fc9
5: 22e45cfb8021
6: 22e45cfb8069
7: 22e45cfb80a9
#132# 22e45cf7c6a9: 22e45cf7c6a9
0: 22e45cf19361 #23#
#133# 22e45cf7c6c9: 22e45cf7c6c9
0: 22e45cfb80e1
1: 22e45cfb8199
2: 22e45cfb8229
3: 22e45cfb8291
4: 22e45cfb82e9
5: 22e45cfb8331
6: 22e45cfb8371
#134# 22e45cf7c771: 22e45cf7c771
0: 22e45cf1a361 #27#
#135# 22e45cf7c791: 22e45cf7c791
0: 22e45cfb83a9
1: 22e45cfb8441
2: 22e45cfb84d1
3: 22e45cfb8539
4: 22e45cfb8591
5: 22e45cfb85d9
6: 22e45cfb8619
#136# 22e45cf7c881: 22e45cf7c881
0: 22e45cf1a6f1 #30#
#137# 22e45cf7c8a1: 22e45cf7c8a1
0: 22e45cfb8651
1: 22e45cfb86e1
2: 22e45cfb8749
3: 22e45cfb87a1
4: 22e45cfb87e9
5: 22e45cfb8829
#138# 22e45cf7c949: 22e45cf7c949
0: 22e45cf1b699 #34#
#139# 22e45cf7c969: 22e45cf7c969
0: 22e45cfb8861
1: 22e45cfb88d9
2: 22e45cfb8949
3: 22e45cfb89b1
4: 22e45cfb8a09
5: 22e45cfb8a51
6: 22e45cfb8a91
#140# 63823a970f9: 63823a970f9
#141# 63823a97279: 63823a97279
id: 201629d702d9
exports: 63823a97349 #45#
parent: 63823a3de91 #52#
filename: 201629d702d9
loaded: 1278d0304141
children: 63823aaa101 #195#
paths: 63823aaa121 #196#
#142# 63823aa9e21: 63823aa9e21
0: 63823a96eb1 #197#
1: 15c8a5b7bb59 #198#
2: 15c8a5b7c311 #199#
3: 15c8a5b6b291 #200#
4: 3e4ad14310c1 #201#
5: 3e4ad1433ef9 #202#
6: 3e4ad1434609 #203#
7: 3e4ad1437b51 #204#
8: 3e4ad1438579 #205#
9: 3e4ad14388b1 #206#
...
#143# 63823aa9e41: 63823aa9e41
0: 201629d62439
1: 201629d62491
2: 201629d624e9
3: 201629d62529
4: 201629d62561
out Thu, 10 Oct 2013 21:14:23 GMT --------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=9c07873dc11 #11#,request=1c1d22426061 ,parent=d4f54f1a6f1 #30#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f1a4a1
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f1a361 #27#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f1a4a1
[10] : d4f54f1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1c1d22426061
[01] : d4f54f1a6f1 #30#
}
[59]: require [module.js:~361] (this=d4f54f1a6f1 #30#,path=1c1d22426061 ) {
// optimized frame
}
[60]: require [module.js:380] (this=f9a5d106c91 #2#,path=1c1d22426061 ) {
// expression stack (top to bottom)
[01] : 1c1d22426061
[00] : d4f54f1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=d4f54f1a929 #31#,exports=d4f54f1a929 #31#,require=d4f54f1a741 #32#,module=d4f54f1a6f1 #30#,__filename=d4f54f1a891 ,__dirname=d4f54f1a869 ) {
// stack-allocated locals
var Route = f9a5d104121
var Router = f9a5d104121
var key = f9a5d104121
// heap-allocated locals
var connect = f9a5d104121
var proto = f9a5d104121
var req = f9a5d104121
var res = f9a5d104121
var utils = f9a5d104121
var createApplication = d4f54f7c7d9 #86#
// expression stack (top to bottom)
[05] : 1c1d22426061
[04] : f9a5d106c91 #2#
[03] : d4f54f1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=d4f54f1a6f1 #30#,content=d4f54f1b011 #33#,filename=d4f54f1a891 ) {
// stack-allocated locals
var require = d4f54f1a741 #32#
var dirname = d4f54f1a869
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f1a961 #87#
var compiledWrapper = d4f54f1a7c1 #88#
var args = d4f54f1a941 #89#
// heap-allocated locals
var self = d4f54f1a6f1 #30#
// expression stack (top to bottom)
[09] : d4f54f1a941 #89#
[08] : d4f54f1a929 #31#
[07] : d4f54f1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1a6f1 #30#,filename=d4f54f1a891 ) {
// stack-allocated locals
var content = d4f54f1b011 #33#
// expression stack (top to bottom)
[03] : d4f54f1a891
[02] : d4f54f1b011 #33#
[01] : d4f54f1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=d4f54f1a6f1 #30#,filename=d4f54f1a891 ) {
// stack-allocated locals
var extension = d4f54f1b679
// expression stack (top to bottom)
[04] : d4f54f1a891
[03] : d4f54f1a6f1 #30#
[02] : 9c07873de79 #10#
[01] : d4f54f1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b56d81 ,parent=d4f54f1b699 #34#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f1a891
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f1a6f1 #30#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f1a891
[10] : d4f54f1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : aa294b56d81
[01] : d4f54f1b699 #34#
}
[68]: require [module.js:~361] (this=d4f54f1b699 #34#,path=aa294b56d81 ) {
// optimized frame
}
[69]: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b56d81 ) {
// expression stack (top to bottom)
[01] : aa294b56d81
[00] : d4f54f1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapsho
out Thu, 10 Oct 2013 21:14:23 GMT = Please ensure that you set the default write concern for the database by setting =
/node_modules>
5: 201629d62591
6: 201629d625c1
#144# 63823ab40e1: 63823ab40e1
#145# 63823ab43f1: 63823ab43f1
#146# 15c8a5bae3a9: 15c8a5bae3a9
0: 15c8a5bb3fd1 #207#
1: 15c8a5bb3ff9 #208#
#147# 15c8a5bae3c9: 15c8a5bae3c9
#148# 15c8a5bae3e1: 15c8a5bae3e1
#149# 15c8a5bae3f9: 15c8a5bae3f9
#150# 15c8a5ba7141: 15c8a5ba7141
#151# 15c8a5bae411: 15c8a5bae411
#152# 15c8a5bae429: 15c8a5bae429
0: 3e4ad146f9e9 #209#
1: 3e4ad146fa31 #210#
#153# 15c8a5ba7159: 15c8a5ba7159
routes: 15c8a5bae449 #154#
map: 15c8a5bafc39 #211#
params: 15c8a5bafc51 #212#
_params: 15c8a5bafc69 #213#
caseSensitive: 1278d0304161
strict: 1278d0304161
#154# 15c8a5bae449: 15c8a5bae449
router: 1278d0304121
#155# 15c8a5bae4b1: 15c8a5bae4b1
title: 95037d13e49
session_length: 1209600000
request_timeout: 10000
name: 95037d09ea1
locations: 15c8a5b70e21 #214#
#156# 15c8a5ba7319: 15c8a5ba7319
view_engine: 95037d13781
cookie_secret: 95037d137a1
session: 15c8a5bb2af9 #215#
http: 15c8a5bb2b11 #216#
mongodb: 15c8a5bb2b29 #217#
character_encoding: 95037d137c1
#157# 15c8a5ba59c1: 15c8a5ba59c1
item: 3e4ad146ea71 #218#
user: 3e4ad146eac1 #219#
#158# 3e4ad146e989: 3e4ad146e989
errors: 3e4ad1495c39 #220#
#159# 3e4ad146e9a1: 3e4ad146e9a1
api: 3e4ad1495c61 #221#
home: 3e4ad1495c79 #222#
#160# 63823a23c81: 63823a23c81
#161# 63823a247c1: 63823a247c1
#162# 15c8a5ba5b81: 15c8a5ba5b81
#163# 15c8a5ba5ba1: 15c8a5ba5ba1
0: 95037d12fa1
1: 95037d12fe9
2: 95037d13029
3: 95037d13061
4: 95037d13091
5: 95037d130c1
#164# 63823aaa3e9: 63823aaa3e9
0: 15c8a5b6b559 #48#
#165# 63823aaa409: 63823aaa409
0: 201629d65e39
1: 201629d65e91
2: 201629d65ee9
3: 201629d65f29
4: 201629d65f61
5: 201629d65f91
6: 201629d65fc1
#166# 63823a0aeb9: 63823a0aeb9
0: 63823a97279 #141#
#167# 63823a0aed9: 63823a0aed9
0: 201629d615a9
1: 201629d52aa9
2: 201629d52ae1
3: 201629d52b11
4: 201629d52b41
#168# 3e4ad1470789: 3e4ad1470789
#169# 3e4ad14707d1: 3e4ad14707d1
#170# 3e4ad14706f9: 3e4ad14706f9
#171# 28cf8c99c819: 28cf8c99c819
#172# 28cf8c99c861: 28cf8c99c861
#173# 3e4ad1470741: 3e4ad1470741
#174# 3e4ad1470621: 3e4ad1470621
#175# 3e4ad14706b1: 3e4ad14706b1
#176# 3e4ad14705d9: 3e4ad14705d9
#177# 3e4ad1470669: 3e4ad1470669
#178# 28cf8c99c771: 28cf8c99c771
#179# 28cf8c99c7d1: 28cf8c99c7d1
#180# 63823ac2949: 63823ac2949
#181# 15c8a5bae4c9: 15c8a5bae4c9
#182# 15c8a5bae4e1: 15c8a5bae4e1
node: 95037d13e71 =0.6.6>
npm: 95037d13e91 =1.1>
#183# 15c8a5bae4f9: 15c8a5bae4f9
#184# 15c8a5bae511: 15c8a5bae511
handlebars: 95037d140b1
vows: 95037d140d1
commander: 95037d140f1
#185# 15c8a5bae529: 15c8a5bae529
start: 95037d14111
lock: 95037d14131
postinstall: 95037d14161
test: 95037d14191
#186# 15c8a5bae541: 15c8a5bae541
0: 95037d141c1
1: 95037d141e1
2: 95037d14201
3: 95037d14229
4: 95037d14251
5: 95037d14281
6: 95037d142a1
7: 95037d142c9
8: 95037d142f1
9: 95037d14311
...
#187# 63823a0b4c9: 63823a0b4c9
#188# 63823a0b4e1: 63823a0b4e1
domain: 1278d0304101
_events: 63823a176d1 #223#
_maxListeners: 10
id: 7
uniqueID: 7
workerID: 7
state: 304b262dd39
process: 63823a3dad1 #53#
#189# 63823a0b569: 63823a0b569
#190# 63823a17ba1: 63823a17ba1
#191# 63823a17da9: 63823a17da9
#192# 22e45cf86e39: 22e45cf86e39
id: 22e45cf73fa9
exports: 63823aa1b79 #66#
parent: 22e45cf12c41 #12#
filename: 22e45cf73fa9
loaded: 1278d0304141
children: 22e45cfaebb1 #224#
paths: 22e45cfaebd1 #225#
#193# 22e45cf83119: 22e45cf83119
id: 22e45cf514f1
exports: 22e45cf7c619 #78#
parent: 22e45cf19361 #23#
filename: 22e45cf514f1
loaded: 1278d0304141
children: 22e45cfaa5a1 #226#
paths: 22e45cfaa5c1 #227#
#194# 22e45cf84da9: 22e45cf84da9
id: 22e45cf63d49
exports: 22e45cfac4c9 #228#
parent: 22e45cf19361 #23#
filename: 22e45cf63d49
loaded: 1278d0304141
children: 22e45cfac4e1 #229#
paths: 22e45cfac501
out Thu, 10 Oct 2013 21:14:23 GMT = For backward compatibility safe is still supported and =
= one of the options =
= journal: true/false, wait for flush to journal before acknowlegement =
y[8]>#230#
#195# 63823aaa101: 63823aaa101
0: 63823a99669 #49#
1: 63823a9ab69 #231#
2: 63823a97029 #41#
#196# 63823aaa121: 63823aaa121
0: 201629d625e9
1: 201629d62641
2: 201629d62681
3: 201629d626b9
4: 201629d626e9
5: 201629d62719
#197# 63823a96eb1: 63823a96eb1
id: 201629d6e5d9
exports: 63823a96d51 #232#
parent: 63823a97029 #41#
filename: 201629d6e5d9
loaded: 1278d0304141
children: 63823aa9d59 #233#
paths: 63823aa9d79 #234#
#198# 15c8a5b7bb59: 15c8a5b7bb59
id: 201629dfd301
exports: 15c8a5b6b519 #98#
parent: 63823a97029 #41#
filename: 201629dfd301
loaded: 1278d0304141
children: 15c8a5ba72d9 #235#
paths: 15c8a5ba72f9 #236#
#199# 15c8a5b7c311: 15c8a5b7c311
id: 201629dfd381
exports: 15c8a5ba7319 #156#
parent: 63823a97029 #41#
filename: 201629dfd381
loaded: 1278d0304141
children: 15c8a5ba7331 #237#
paths: 15c8a5ba7351 #238#
#200# 15c8a5b6b291: 15c8a5b6b291
id: 201629df9a01
exports: 3e4ad142f0b1 #239#
parent: 63823a97029 #41#
filename: 201629df9a01
loaded: 1278d0304141
children: 15c8a5ba5889 #240#
paths: 15c8a5ba58a9 #241#
#201# 3e4ad14310c1: 3e4ad14310c1
id: a1315d1a111
exports: 3e4ad1433189 #242#
parent: 63823a97029 #41#
filename: a1315d1a111
loaded: 1278d0304141
children: 3e4ad146ebe1 #243#
paths: 3e4ad146ec01 #244#
#202# 3e4ad1433ef9: 3e4ad1433ef9
id: a1315d1a451
exports: 28cf8c9953f9 #245#
parent: 63823a97029 #41#
filename: a1315d1a451
loaded: 1278d0304141
children: 3e4ad146f0a1 #246#
paths: 3e4ad146f0c1 #247#
#203# 3e4ad1434609: 3e4ad1434609
id: a1315d1a751
exports: 28cf8c995e41 #248#
parent: 63823a97029 #41#
filename: a1315d1a751
loaded: 1278d0304141
children: 3e4ad146f129 #249#
paths: 3e4ad146f149 #250#
#204# 3e4ad1437b51: 3e4ad1437b51
id: a1315d1bfd1
exports: 28cf8c996dc1 #251#
parent: 63823a97029 #41#
filename: a1315d1bfd1
loaded: 1278d0304141
children: 3e4ad146f841 #252#
paths: 3e4ad146f861 #253#
#205# 3e4ad1438579: 3e4ad1438579
id: a1315d1d3f9
exports: 63823aa2c41 #96#
parent: 63823a97029 #41#
filename: a1315d1d3f9
loaded: 1278d0304141
children: 3e4ad146fa79 #254#
paths: 3e4ad146fa99 #255#
#206# 3e4ad14388b1: 3e4ad14388b1
id: a1315d1d4e9
exports: 1278d0316489 @1278d0316489
parent: 63823a97029 #41#
filename: a1315d1d4e9
loaded: 1278d0304141
children: 3e4ad146fb01 @3e4ad146fb01
paths: 3e4ad146fb21 @3e4ad146fb21
#207# 15c8a5bb3fd1: 15c8a5bb3fd1
route: 304b2604501
handle: 15c8a5bb5361 @15c8a5bb5361
#208# 15c8a5bb3ff9: 15c8a5bb3ff9
route: 304b2604501
handle: 15c8a5bb53a9 @15c8a5bb53a9
#209# 3e4ad146f9e9: 3e4ad146f9e9
#210# 3e4ad146fa31: 3e4ad146fa31
#211# 15c8a5bafc39: 15c8a5bafc39
#212# 15c8a5bafc51: 15c8a5bafc51
#213# 15c8a5bafc69: 15c8a5bafc69
#214# 15c8a5b70e21: 15c8a5b70e21
pkg: 201629d56641
config: 201629d56669
models: 201629d56691
views: 201629d566d1
lib: 201629d566f1
controllers: 201629d56711
pub: 201629d56759
shared: 201629d56799
middleware: 201629d567b9
locals: 201629d56801
tmp: 201629d56841
#215# 15c8a5bb2af9: 15c8a5bb2af9
url: 95037d16159
#216# 15c8a5bb2b11: 15c8a5bb2b11
port: 4005
#217# 15c8a5bb2b29: 15c8a5bb2b29
host: 95037d16199
port: 95037d161c1
db: 95037d161e1
#218# 3e4ad146ea71: 3e4ad146ea71
$__: 3e4ad14879b9 @3e4ad14879b9
isNew: 1278d0304141
errors: 1278d0304121
_maxListeners: 0
_doc: 3e4ad1487aa1 @3e4ad1487aa1
_pres: 3e4ad1487ab9 @3e4ad1487ab9
_posts: 3e4ad1487ad1 @3e4ad1487ad1
#219# 3e4ad146eac1: 3e4ad146eac1
$__: 3e4ad1487ae9 @3e4ad1487ae9
isNew: 1278d0304141
errors: 1278d0304121
_maxListeners: 0
_doc: 3e4ad1487bd1 @3e4ad1487bd1
_pres: 3e4ad1487be9 @3e4ad1487be9
_posts: 3e4ad1487c01 @3e4ad1487c01
#220# 3e4ad1495c39: 3e4ad1495c39
log: 3e4ad149f8b1 @3e4ad149f8b1
apologize: 3e4ad149f8f9 @3e4ad149f8f9
#221# 3e4ad1495c61: 3e4ad1495c61
search: 3e4ad14a7bf1 @3e4ad14a7bf1
out Thu, 10 Oct 2013 21:14:23 GMT = =
t/package/node_modules/express/index.js:4] (this=d4f54f1b861 #35#,exports=d4f54f1b861 #35#,require=d4f54f1b6e9 #36#,module=d4f54f1b699 #34#,__filename=d4f54f1b7d9 ,__dirname=d4f54f1b7b1 ) {
// expression stack (top to bottom)
[03] : aa294b56d81
[02] : f9a5d106c91 #2#
[01] : d4f54f1b6e9 #36#
[00] : d4f54f1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=d4f54f1b699 #34#,content=d4f54f1b961 ,filename=d4f54f1b7d9 ) {
// stack-allocated locals
var require = d4f54f1b6e9 #36#
var dirname = d4f54f1b7b1
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f1b899
var compiledWrapper = d4f54f1b769 #90#
var args = d4f54f1b879 #91#
// heap-allocated locals
var self = d4f54f1b699 #34#
// expression stack (top to bottom)
[09] : d4f54f1b879 #91#
[08] : d4f54f1b861 #35#
[07] : d4f54f1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1b699 #34#,filename=d4f54f1b7d9 ) {
// stack-allocated locals
var content = d4f54f1b961
// expression stack (top to bottom)
[03] : d4f54f1b7d9
[02] : d4f54f1b961
[01] : d4f54f1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=d4f54f1b699 #34#,filename=d4f54f1b7d9 ) {
// stack-allocated locals
var extension = d4f54f1b9e1
// expression stack (top to bottom)
[04] : d4f54f1b7d9
[03] : d4f54f1b699 #34#
[02] : 9c07873de79 #10#
[01] : d4f54f1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b54f71 ,parent=d4f54f1ba01 #37#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f1b7d9
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f1b699 #34#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f1b7d9
[10] : d4f54f1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : aa294b54f71
[01] : d4f54f1ba01 #37#
}
[77]: require [module.js:~361] (this=d4f54f1ba01 #37#,path=aa294b54f71 ) {
// optimized frame
}
[78]: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294b54f71 ) {
// expression stack (top to bottom)
[01] : aa294b54f71
[00] : d4f54f1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=d4f54f1bc11 #38#,exports=d4f54f1bc11 #38#,require=d4f54f1ba51 #39#,module=d4f54f1ba01 #37#,__filename=d4f54f1bb99 ,__dirname=d4f54f1bb71 ) {
// heap-allocated locals
var require = d4f54f1ba51 #39#
var express = f9a5d104121
var connect_timeout = f9a5d104121
var MongoStore = f9a5d104121
var passport = f9a5d104121
// expression stack (top to bottom)
[02] : aa294b54f71
[01] : f9a5d106c91 #2#
[00] : d4f54f1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=d4f54f1ba01 #37#,content=d4f54f1c291 #40#,filename=d4f54f1bb99 ) {
// stack-allocated locals
var require = d4f54f1ba51 #39#
var dirname = d4f54f1bb71
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = d4f54f1bc49 #92#
var compiledWrapper = d4f54f1bad1 #93#
var args = d4f54f1bc29 #94#
// heap-allocated locals
var self = d4f54f1ba01 #37#
// expression stack (top to bottom)
[09] : d4f54f1bc29 #94#
[08] : d4f54f1bc11 #38#
[07] : d4f54f1bad1 #93#
--------- 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, '...
---------------------------
out Thu, 10 Oct 2013 21:14:24 GMT --------------
}
[82]: .js [module.js:474] (this=9c07873de79 #10#,module=d4f54f1ba01 #37#,filename=d4f54f1bb99 ) {
// stack-allocated locals
var content = d4f54f1c291 #40#
// expression stack (top to bottom)
[03] : d4f54f1bb99
[02] : d4f54f1c291 #40#
[01] : d4f54f1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=d4f54f1ba01 #37#,filename=d4f54f1bb99 ) {
// stack-allocated locals
var extension = d4f54f1c899
// expression stack (top to bottom)
[04] : d4f54f1bb99
[03] : d4f54f1ba01 #37#
[02] : 9c07873de79 #10#
[01] : d4f54f1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=9c07873dc11 #11#,request=d4f54f1c8b9 ,parent=9c078797029 #41#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = d4f54f1bb99
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = d4f54f1ba01 #37#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : d4f54f1bb99
[10] : d4f54f1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : d4f54f1c8b9
[01] : 9c078797029 #41#
}
[86]: require [module.js:~361] (this=9c078797029 #41#,path=d4f54f1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=f9a5d106c91 #2#,path=d4f54f1c8b9 ) {
// expression stack (top to bottom)
[01] : d4f54f1c8b9
[00] : 9c078797029 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=f9a5d106c91 #2#,file=39e6c76d02e9 ) {
// expression stack (top to bottom)
[02] : d4f54f1c8b9
[01] : f9a5d106c91 #2#
[00] : 9c078797079 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 39e6c76d02e9
[01] : 2 // not passed to callee
[02] : 9c0787a28f9 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=9c0787a28f9 #42#,a=9c0787a2871 #43#,b=f9a5d106c91 #2#) {
// stack-allocated locals
var c = 9c0787a28f9 #42#
var d = 5
var g = 2
var h = 39e6c76d02e9
// expression stack (top to bottom)
[07] : 9c0787a28f9 #42#
[06] : 2
[05] : 39e6c76d02e9
[04] : f9a5d106c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 9c0787a2871 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=f9a5d106c91 #2#,app=2d2972c6b4b9 #44#) {
// stack-allocated locals
var lib = 9c0787a2919 #96#
var autorun = 9c0787a28f9 #42#
// heap-allocated locals
var app = 2d2972c6b4b9 #44#
var task = 2d2972c13611 #97#
// expression stack (top to bottom)
[03] : 9c0787a2871 #43#
[02] : 9c0787a28f9 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=9c078797349 #45#,dir=2d2972c6b519 ) {
// stack-allocated locals
var app = 2d2972c6b4b9 #44#
var pkg = 2d2972c6b501 #98#
// expression stack (top to bottom)
[04] : 2d2972c6b4b9 #44#
[03] : f9a5d106c91 #2#
[02] : 9c0787aa011 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=2d2972c6b661 #46#,exports=2d2972c6b661 #46#,require=2d2972c6b619 #47#,module=2d2972c6b541 #48#,__filename=aa294bfa3e1 ,__dirname=2d2972c6b519 ) {
// stack-allocated locals
var base12 = 9c078797349 #45#
// heap-allocated locals
var __dirname = 2d2972c6b519
var require = 2d2972c6b619 #47#
// expression stack (top to bottom)
[03] : 2d2972c6b519
[02] : 9c078797349 #45#
[01] : 2d2972c6b541 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=2d2972c6b541 #48#,content=aa294bfa5e9
out Thu, 10 Oct 2013 21:14:24 GMT = For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= =
require('base12');\n\nmodule.exports = base12.app(__dirname);\n\n\n//Handlebars Precompiler Setup\nmodule.exports.configure('development', function(){\n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=aa294bfa3e1 ) {
// stack-allocated locals
var require = 2d2972c6b619 #47#
var dirname = 2d2972c6b519
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = aa294bfa421
var compiledWrapper = 2d2972c6b591 #100#
var args = 2d2972c6b679 #101#
// heap-allocated locals
var self = 2d2972c6b541 #48#
// expression stack (top to bottom)
[09] : 2d2972c6b679 #101#
[08] : 2d2972c6b661 #46#
[07] : 2d2972c6b591 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=9c07873de79 #10#,module=2d2972c6b541 #48#,filename=aa294bfa3e1 ) {
// stack-allocated locals
var content = aa294bfa5e9
// expression stack (top to bottom)
[03] : aa294bfa3e1
[02] : aa294bfa5e9
[01] : 2d2972c6b541 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=2d2972c6b541 #48#,filename=aa294bfa3e1 ) {
// stack-allocated locals
var extension = aa294bfa771
// expression stack (top to bottom)
[04] : aa294bfa3e1
[03] : 2d2972c6b541 #48#
[02] : 9c07873de79 #10#
[01] : aa294bfa771
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294bfa791 ,parent=9c078799669 #49#,isMain=f9a5d104121 ) {
// stack-allocated locals
var filename = aa294bfa3e1
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = 2d2972c6b541 #48#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : aa294bfa3e1
[10] : 2d2972c6b541 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : aa294bfa791
[01] : 9c078799669 #49#
}
[101]: require [module.js:~361] (this=9c078799669 #49#,path=aa294bfa791 ) {
// expression stack (top to bottom)
[02] : 9c078799669 #49#
[01] : aa294bfa791
[00] : 9c07873dc11 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=f9a5d106c91 #2#,path=aa294bfa791 ) {
// expression stack (top to bottom)
[01] : aa294bfa791
[00] : 9c078799669 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=9c078797349 #45#,app_path=aa294bfa791 ,max=f9a5d104121 ,start=f9a5d104141 ) {
// stack-allocated locals
var num_workers = 24
var workers = f9a5d104121
var app = f9a5d104121
// heap-allocated locals
var fork = 2d2972ca5c09 #102#
// expression stack (top to bottom)
[05] : aa294bfa791
[04] : f9a5d106c91 #2#
[03] : 9c0787a94f1 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[104]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : aa294bfa791
[01] : f9a5d104121
}
[105]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=9c07873dfd1 #50#,exports=9c07873dfd1 #50#,require=9c07873dee1 #51#,module=9c07873de91 #52#,__filename=aa294b60639 ,__dirname=9c07873dfa9 ) {
// stack-allocated locals
var base12 = 9c078797349 #45#
// expression stack (top to bottom)
[03] : f9a5d104121
[02] : aa294bfa791
[01] : 9c078797349 #45#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __di
out Thu, 10 Oct 2013 21:14:24 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
= the default value is false which means the driver receives does not =
========================================================================================
= the default value is false which means the driver receives does not =
4e489
5: a1315d4e4b9
6: a1315d4e4e9
#245# 28cf8c9953f9: 28cf8c9953f9
#246# 3e4ad146f0a1: 3e4ad146f0a1
#247# 3e4ad146f0c1: 3e4ad146f0c1
0: a1315d4e531
1: a1315d4e581
2: a1315d4e5c9
3: a1315d4e609
4: a1315d4e641
5: a1315d4e671
6: a1315d4e6a1
#248# 28cf8c995e41: 28cf8c995e41
#249# 3e4ad146f129: 3e4ad146f129
#250# 3e4ad146f149: 3e4ad146f149
0: a1315d4e6c9
1: a1315d4e719
2: a1315d4e761
3: a1315d4e7a1
4: a1315d4e7d9
5: a1315d4e809
6: a1315d4e839
#251# 28cf8c996dc1: 28cf8c996dc1
#252# 3e4ad146f841: 3e4ad146f841
#253# 3e4ad146f861: 3e4ad146f861
0: a1315d4e861
1: a1315d4e8b1
2: a1315d4e8f9
3: a1315d4e939
4: a1315d4e971
5: a1315d4e9a1
6: a1315d4e9d1
#254# 3e4ad146fa79: 3e4ad146fa79
#255# 3e4ad146fa99: 3e4ad146fa99
0: a1315d4e9f9
1: a1315d4ea41
2: a1315d4ea89
3: a1315d4eac9
4: a1315d4eb01
5: a1315d4eb31
6: a1315d4eb61
=====================
rname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[107]: _compile [module.js:456] (this=9c07873de91 #52#,content=aa294b60729 ,filename=aa294b60639 ) {
// stack-allocated locals
var require = 9c07873dee1 #51#
var dirname = 9c07873dfa9
var sandbox = f9a5d104121
var k = f9a5d104121
var wrapper = aa294b60671
var compiledWrapper = 9c07873df61 #104#
var args = 9c07873dfe9 #105#
// heap-allocated locals
var self = 9c07873de91 #52#
// expression stack (top to bottom)
[09] : 9c07873dfe9 #105#
[08] : 9c07873dfd1 #50#
[07] : 9c07873df61 #104#
--------- 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, '...
-----------------------------------------
}
[108]: .js [module.js:474] (this=9c07873de79 #10#,module=9c07873de91 #52#,filename=aa294b60639 ) {
// stack-allocated locals
var content = aa294b60799
// expression stack (top to bottom)
[03] : aa294b60639
[02] : aa294b60729
[01] : 9c07873de91 #52#
--------- 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);?}
-----------------------------------------
}
[109]: load [module.js:356] (this=9c07873de91 #52#,filename=aa294b60639 ) {
// stack-allocated locals
var extension = 1c1d2241d0e1
// expression stack (top to bottom)
[04] : aa294b60639
[03] : 9c07873de91 #52#
[02] : 9c07873de79 #10#
[01] : 1c1d2241d0e1
--------- 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...
-----------------------------------------
}
[110]: _load [module.js:312] (this=9c07873dc11 #11#,request=aa294b60821 ,parent=f9a5d104101 ,isMain=f9a5d104141 ) {
// stack-allocated locals
var filename = aa294b60639
var cachedModule = f9a5d104121
var replModule = f9a5d104121
var module = 9c07873de91 #52#
var hadException = f9a5d104141
// expression stack (top to bottom)
[11] : aa294b60639
[10] : 9c07873de91 #52#
--------- 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...
-----------------------------------------
}
[111]: runMain [module.js:497] (this=9c07873dc11 #11#) {
// expression stack (top to bottom)
[03] : f9a5d104141
[02] : f9a5d104101
[01] : aa294b60821
[00] : 9c07873dc11 #11#
--------- 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();?}
-----------------------------------------
}
[112]: startup [node.js:119] (this=f9a5d106c91 #2#) {
// stack-allocated locals
var EventEmitter = 9c07873e089 #77#
var d = f9a5d104121
var path = 9c07873e071 #57#
var cluster = 9c07873e009 #106#
var Module = 9c07873dc11 #11#
var debugTimeout = f9a5d104121
var opts = f9a5d104121
var repl = f9a5d104121
// heap-allocated locals
var code = f9a5d104121
// expression stack (top to bottom)
[08] : 9c07873dc11 #11#
--------- 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...
-----------------------------------------
}
[113]: /* anonymous */ [node.js:901] (this=f9a5d106c91 #2#,process=9c07873dad1 #53#) {
// stack-allocated locals
var Script = f9a5d135229 #107#
// heap-allocated locals
var process = 9c07873dad1 #53#
var startup = 9c07873e0d1 #108#
var assert = f9a5d142309 #109#
var evalScript = 9c07870b649 #110#
var errnoException = 9c07870b691 #111#
var createWritableStdioStream = 9c07870b6d9 #112#
var runInThisContext = f9a5d134fc1 #113#
var NativeModule = f9a5d16fb49 #114#
// expression stack (top to bottom)
[02] : f9a5d106c91 #2#
[01] : 9c07873e0d1 #108#
--------- 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# f9a5d106b71: f9a5d106b71
#1# d4f54f04101: d4f54f04101
source: 39e6c76d0079
global: f9a5d104141
ignoreCase: f9a5d104161
multiline: f9a5d104161
lastIndex: 0
#2# f9a5d106c91: f9a5d106c91
#3# d4f54f041f1: d4f54f041f1
0: d4f54f94921
1: d4f54f94949
2: d4f54f94971
3: aa294b5b7b9
4: d4f54f94999
5: d4f54f949c1
6: d4f54f949e9
err Thu, 10 Oct 2013 21:14:24 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:14:24 GMT = return the information of the success/error of the insert/update/remove =
= no write acknowlegement =
= Please ensure that you set the default write concern for the database by setting =
[ base12app ] worker listening on port 4005
= For backward compatibility safe is still supported and =
ring[74]: # here to guide configurations toward known types and to make it easier to>
7: d4f54f94a11
8: d4f54f94a39
9: aa294b5b7b9
...
#4# d4f54f041a9: d4f54f041a9
#5# d4f54f11221: d4f54f11221
types: d4f54f7c149 #115#
extensions: d4f54f7c161 #116#
_loading: d4f54f11141
#6# d4f54f114e1: d4f54f114e1
#7# d4f54f11499: d4f54f11499
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#8# d4f54f11449: d4f54f11449
id: d4f54f11379
exports: d4f54f114e1 #6#
parent: d4f54f12c41 #12#
filename: d4f54f11379
loaded: f9a5d104161
children: d4f54f7c1c1 #118#
paths: d4f54f7c1e1 #119#
#9# d4f54f120d9: d4f54f120d9
#10# 9c07873de79: 9c07873de79
#11# 9c07873dc11: 9c07873dc11
_contextLoad: f9a5d104161
_cache: 9c078717319 #117#
_pathCache: 9c078717331 #120#
_extensions: 9c07873de79 #10#
globalPaths: 9c078717349 #121#
wrapper: 9c078717369 #122#
_realpathCache: 9c078717389 #123#
#12# d4f54f12c41: d4f54f12c41
id: d4f54f12e51
exports: d4f54f12f01 #13#
parent: d4f54f17bd9 #16#
filename: d4f54f12e51
loaded: f9a5d104161
children: d4f54f7c261 #124#
paths: d4f54f7c281 #125#
#13# d4f54f12f01: d4f54f12f01
#14# d4f54f12c91: d4f54f12c91
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#15# d4f54f15599: d4f54f15599
#16# d4f54f17bd9: d4f54f17bd9
id: d4f54f17d19
exports: d4f54f17dc9 #17#
parent: d4f54f17ee9 #19#
filename: d4f54f17d19
loaded: f9a5d104161
children: d4f54f7c3b9 #126#
paths: d4f54f7c3d9 #127#
#17# d4f54f17dc9: d4f54f17dc9
#18# d4f54f17c29: d4f54f17c29
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#19# d4f54f17ee9: d4f54f17ee9
id: d4f54f18079
exports: d4f54f18149 #20#
parent: d4f54f19361 #23#
filename: d4f54f18079
loaded: f9a5d104161
children: d4f54f7c481 #128#
paths: d4f54f7c4a1 #129#
#20# d4f54f18149: d4f54f18149
#21# d4f54f17f39: d4f54f17f39
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#22# d4f54f18a81: d4f54f18a81
#23# d4f54f19361: d4f54f19361
id: d4f54f19549
exports: d4f54f19431 #76#
parent: d4f54f1a361 #27#
filename: d4f54f19549
loaded: f9a5d104161
children: d4f54f7c549 #130#
paths: d4f54f7c569 #131#
#24# d4f54f19609: d4f54f19609
#25# d4f54f193b1: d4f54f193b1
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#26# d4f54f19ce1: d4f54f19ce1
#27# d4f54f1a361: d4f54f1a361
id: d4f54f1a4a1
exports: d4f54f1a551 #28#
parent: d4f54f1a6f1 #30#
filename: d4f54f1a4a1
loaded: f9a5d104161
children: d4f54f7c6a9 #132#
paths: d4f54f7c6c9 #133#
#28# d4f54f1a551: d4f54f1a551
#29# d4f54f1a3b1: d4f54f1a3b1
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#30# d4f54f1a6f1: d4f54f1a6f1
id: d4f54f1a891
exports: d4f54f1a929 #31#
parent: d4f54f1b699 #34#
filename: d4f54f1a891
loaded: f9a5d104161
children: d4f54f7c771 #134#
paths: d4f54f7c791 #135#
#31# d4f54f1a929: d4f54f1a929
#32# d4f54f1a741: d4f54f1a741
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#33# d4f54f1b011: d4f54f1b011
#34# d4f54f1b699: d4f54f1b699
id: d4f54f1b7d9
exports: d4f54f1b861 #35#
parent: d4f54f1ba01 #37#
filename: d4f54f1b7d9
loaded: f9a5d104161
children: d4f54f7c881 #136#
paths: d4f54f7c8a1 #137#
#35# d4f54f1b861: d4f54f1b861
#36# d4f54f1b6e9: d4f54f1b6e9
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#37# d4f54f1ba01: d4f54f1ba01
id: d4f54f1bb99
exports: d4f54f1bc11 #38#
parent: 9c078797029 #41#
filename: d4f54f1bb99
loaded: f9a5d104161
children: d4f54f7c949 #138#
paths: d4f54f7c969 #139#
#38# d4f54f1bc11: d4f54f1bc11
#39# d4f54f1ba51: d4f54f1ba51
main: 9c07873de91 #52#
extensions: 9c07873de79
err Thu, 10 Oct 2013 21:14:24 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:14:24 GMT = =
= journal: true/false, wait for flush to journal before acknowlegement =
= return the information of the success/error of the insert/update/remove =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= one of the options =
[ base12app ] worker listening on port 4005
Object>#10#
cache: 9c078717319 #117#
#40# d4f54f1c291: d4f54f1c291
#41# 9c078797029: 9c078797029
id: aa294b6e7a9
exports: 9c0787970f9 #140#
parent: 9c078797279 #141#
filename: aa294b6e7a9
loaded: f9a5d104141
children: 9c0787a9e21 #142#
paths: 9c0787a9e41 #143#
#42# 9c0787a28f9: 9c0787a28f9
0: 208838c35129
1: 208838c35149
2: 39e6c76d02e9
3: 208838c35169
4: 208838c35189
#43# 9c0787a2871: 9c0787a2871
#44# 2d2972c6b4b9: 2d2972c6b4b9
use: 9c0787b40e1 #144#
listen: 9c0787b43f1 #145#
route: 1c1d224146b9
stack: 2d2972cae391 #146#
request: 2d2972cae3b1 #147#
response: 2d2972cae3c9 #148#
cache: 2d2972cae3e1 #149#
settings: 2d2972ca7129 #150#
engines: 2d2972cae3f9 #151#
viewCallbacks: 2d2972cae411 #152#
_router: 2d2972ca7141 #153#
routes: 2d2972cae431 #154#
dir: 2d2972c6b519
constants: 2d2972cae499 #155#
config: 2d2972ca7301 #156#
_usedRouter: f9a5d104141
models: 2d2972ca59a9 #157#
middleware: 141a331559d9 #158#
controllers: 141a331559f1 #159#
#45# 9c078797349: 9c078797349
balance: 9c078723c81 #160#
cycle: 9c0787247c1 #161#
app: 9c0787970f9 #140#
#46# 2d2972c6b661: 2d2972c6b661
#47# 2d2972c6b619: 2d2972c6b619
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#48# 2d2972c6b541: 2d2972c6b541
id: aa294bfa3e1
exports: 2d2972c6b661 #46#
parent: 9c078799669 #49#
filename: aa294bfa3e1
loaded: f9a5d104161
children: 2d2972ca5b69 #162#
paths: 2d2972ca5b89 #163#
#49# 9c078799669: 9c078799669
id: aa294b70b21
exports: 9c078723c81 #160#
parent: 9c078797279 #141#
filename: aa294b70b21
loaded: f9a5d104141
children: 9c0787aa3e9 #164#
paths: 9c0787aa409 #165#
#50# 9c07873dfd1: 9c07873dfd1
#51# 9c07873dee1: 9c07873dee1
main: 9c07873de91 #52#
extensions: 9c07873de79 #10#
cache: 9c078717319 #117#
#52# 9c07873de91: 9c07873de91
id: 1c1d22404e09
exports: 9c07873dfd1 #50#
parent: f9a5d104101
filename: aa294b60639
loaded: f9a5d104161
children: 9c07870aeb9 #166#
paths: 9c07870aed9 #167#
#53# 9c07873dad1: 9c07873dad1
#54# 9c07870a2e9: 9c07870a2e9
0: 2
1: d4f54f7cf11
2: d4f54f7cf11
3: 27
4: 30
5: 0
6: 1
7: 1
8: 83
9: 83
...
#55# d4f54f04211: d4f54f04211
#56# d4f54f78429: d4f54f78429
#57# 9c07873e071: 9c07873e071
sep: 1c1d224146b9
delimiter: 1c1d22416a31
#58# d4f54f11289: d4f54f11289
#59# 9c078715cd9: 9c078715cd9
close: 141a33157791 #168#
closeSync: 141a331577d9 #169#
open: 141a33157701 #170#
read: 2ed33f49c819 #171#
readSync: 2ed33f49c861 #172#
readdir: 141a33157749 #173#
fchown: 141a33157629 #174#
fchownSync: 141a331576b9 #175#
chown: 141a331575e1 #176#
chownSync: 141a33157671 #177#
lchown: 2ed33f49c771 #178#
lchownSync: 2ed33f49c7d1 #179#
#60# d4f54f11519: d4f54f11519
#61# d4f54f112d1: d4f54f112d1
#62# d4f54f114f9: d4f54f114f9
0: d4f54f114e1 #6#
1: d4f54f11499 #7#
2: d4f54f11449 #8#
3: d4f54f11379
4: d4f54f11351
#63# 9c0787111b1: 9c0787111b1
super_: 9c07873e089 #77#
#64# d4f54f12d11: d4f54f12d11
#65# d4f54f7c2c9: d4f54f7c2c9
enabled: f9a5d104161
#66# 9c0787a1851: 9c0787a1851
#67# d4f54f7c311: d4f54f7c311
#68# d4f54f12f39: d4f54f12f39
#69# d4f54f12d59: d4f54f12d59
#70# d4f54f12f19: d4f54f12f19
0: d4f54f12f01 #13#
1: d4f54f12c91 #14#
2: d4f54f12c41 #12#
3: d4f54f12e51
4: d4f54f12e29
#71# d4f54f17ca9: d4f54f17ca9
#72# d4f54f17de1: d4f54f17de1
0: d4f54f17dc9 #17#
1: d4f54f17c29 #18#
2: d4f54f17bd9 #16#
3: d4f54f17d19
4: d4f54f17cf1
#73# d4f54f18181: d4f54f18181
#74# d4f54f17fb9: d4f54f17fb9
#75# d4f54f18161: d4f54f18161
0: d4f54f18149 #20#
1: d4f54f17f39 #21#
2: d4f54f17ee9 #19#
3: d4f54f18079
4: d4f54f18051
#76# d4f54f19431: d4f54f19431
version: 39e6c76cd329
#77# 9c07873e089: 9c07873e089
#78# d4f54f7c619: d
err Thu, 10 Oct 2013 21:14:24 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:14:24 GMT = ex: new Db(new Server('localhost', 27017), {safe:false}) =
= fsync: true/false, wait for flush to file system before acknowlegement =
= the default value is false which means the driver receives does not =
= =
= =
String[13]: /node_modules>
#126# d4f54f7c3b9: d4f54f7c3b9
0: d4f54f12c41 #12#
#127# d4f54f7c3d9: d4f54f7c3d9
0: d4f54fb7631
1: d4f54fb76e9
2: d4f54fb7779
3: d4f54fb77e1
4: d4f54fb7839
5: d4f54fb7881
6: d4f54fb78c1
#128# d4f54f7c481: d4f54f7c481
0: d4f54f17bd9 #16#
#129# d4f54f7c4a1: d4f54f7c4a1
0: d4f54fb78f9
1: d4f54fb79d1
2: d4f54fb7a91
3: d4f54fb7b49
4: d4f54fb7bd9
5: d4f54fb7c41
6: d4f54fb7c99
7: d4f54fb7ce1
8: d4f54fb7d21
#130# d4f54f7c549: d4f54f7c549
0: d4f54f83119 #193#
1: d4f54f84da9 #194#
2: d4f54f17ee9 #19#
#131# d4f54f7c569: d4f54f7c569
0: d4f54fb7d59
1: d4f54fb7e19
2: d4f54fb7ed1
3: d4f54fb7f61
4: d4f54fb7fc9
5: d4f54fb8021
6: d4f54fb8069
7: d4f54fb80a9
#132# d4f54f7c6a9: d4f54f7c6a9
0: d4f54f19361 #23#
#133# d4f54f7c6c9: d4f54f7c6c9
0: d4f54fb80e1
1: d4f54fb8199
2: d4f54fb8229
3: d4f54fb8291
4: d4f54fb82e9
5: d4f54fb8331
6: d4f54fb8371
#134# d4f54f7c771: d4f54f7c771
0: d4f54f1a361 #27#
#135# d4f54f7c791: d4f54f7c791
0: d4f54fb83a9
1: d4f54fb8441
2: d4f54fb84d1
3: d4f54fb8539
4: d4f54fb8591
5: d4f54fb85d9
6: d4f54fb8619
#136# d4f54f7c881: d4f54f7c881
0: d4f54f1a6f1 #30#
#137# d4f54f7c8a1: d4f54f7c8a1
0: d4f54fb8651
1: d4f54fb86e1
2: d4f54fb8749
3: d4f54fb87a1
4: d4f54fb87e9
5: d4f54fb8829
#138# d4f54f7c949: d4f54f7c949
0: d4f54f1b699 #34#
#139# d4f54f7c969: d4f54f7c969
0: d4f54fb8861
1: d4f54fb88d9
2: d4f54fb8949
3: d4f54fb89b1
4: d4f54fb8a09
5: d4f54fb8a51
6: d4f54fb8a91
#140# 9c0787970f9: 9c0787970f9
#141# 9c078797279: 9c078797279
id: aa294b702d9
exports: 9c078797349 #45#
parent: 9c07873de91 #52#
filename: aa294b702d9
loaded: f9a5d104141
children: 9c0787aa101 #195#
paths: 9c0787aa121 #196#
#142# 9c0787a9e21: 9c0787a9e21
0: 9c078796eb1 #197#
1: 2d2972c7bb41 #198#
2: 2d2972c7c2f9 #199#
3: 2d2972c6b279 #200#
4: 141a331310c1 #201#
5: 141a33133ef9 #202#
6: 141a33134609 #203#
7: 141a33137b51 #204#
8: 141a33138579 #205#
9: 141a331388b1 #206#
...
#143# 9c0787a9e41: 9c0787a9e41
0: aa294b62439
1: aa294b62491
2: aa294b624e9
3: aa294b62529
4: aa294b62561
5: aa294b62591
6: aa294b625c1
#144# 9c0787b40e1: 9c0787b40e1
#145# 9c0787b43f1: 9c0787b43f1
#146# 2d2972cae391: 2d2972cae391
0: 2d2972cb3fb9 #207#
1: 2d2972cb3fe1 #208#
#147# 2d2972cae3b1: 2d2972cae3b1
#148# 2d2972cae3c9: 2d2972cae3c9
#149# 2d2972cae3e1: 2d2972cae3e1
#150# 2d2972ca7129: 2d2972ca7129
#151# 2d2972cae3f9: 2d2972cae3f9
#152# 2d2972cae411: 2d2972cae411
0: 141a33156a39 #209#
1: d4f54e331c1 #210#
#153# 2d2972ca7141: 2d2972ca7141
routes: 2d2972cae431 #154#
map: 2d2972cafc21 #211#
params: 2d2972cafc39 #212#
_params: 2d2972cafc51 #213#
caseSensitive: f9a5d104161
strict: f9a5d104161
#154# 2d2972cae431: 2d2972cae431
router: f9a5d104121
#155# 2d2972cae499:
err Thu, 10 Oct 2013 21:14:25 GMT Exiting process due to uncaught exception!
Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:14:24 GMT = =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= return the information of the success/error of the insert/update/remove =
= =
2d2972cae499
title: cb43c813e39
session_length: 1209600000
request_timeout: 10000
name: cb43c809e89
locations: 2d2972c70e09 #214#
#156# 2d2972ca7301: 2d2972ca7301
view_engine: cb43c813771
cookie_secret: cb43c813791
session: 2d2972cb2ae1 #215#
http: 2d2972cb2af9 #216#
mongodb: 2d2972cb2b11 #217#
character_encoding: cb43c8137b1
#157# 2d2972ca59a9: 2d2972ca59a9
item: 141a33155ac1 #218#
user: 141a33155b11 #219#
#158# 141a331559d9: 141a331559d9
errors: 141a33167669 #220#
#159# 141a331559f1: 141a331559f1
api: 141a33167691 #221#
home: 141a331676a9 #222#
#160# 9c078723c81: 9c078723c81
#161# 9c0787247c1: 9c0787247c1
#162# 2d2972ca5b69: 2d2972ca5b69
#163# 2d2972ca5b89: 2d2972ca5b89
0: cb43c812f91
1: cb43c812fd9
2: cb43c813019
3: cb43c813051
4: cb43c813081
5: cb43c8130b1
#164# 9c0787aa3e9: 9c0787aa3e9
0: 2d2972c6b541 #48#
#165# 9c0787aa409: 9c0787aa409
0: aa294b65e39
1: aa294b65e91
2: aa294b65ee9
3: aa294b65f29
4: aa294b65f61
5: aa294b65f91
6: aa294b65fc1
#166# 9c07870aeb9: 9c07870aeb9
0: 9c078797279 #141#
#167# 9c07870aed9: 9c07870aed9
0: aa294b615a9
1: aa294b52aa9
2: aa294b52ae1
3: aa294b52b11
4: aa294b52b41
#168# 141a33157791: 141a33157791
#169# 141a331577d9: 141a331577d9
#170# 141a33157701: 141a33157701
#171# 2ed33f49c819: 2ed33f49c819
#172# 2ed33f49c861: 2ed33f49c861
#173# 141a33157749: 141a33157749
#174# 141a33157629: 141a33157629
#175# 141a331576b9: 141a331576b9
#176# 141a331575e1: 141a331575e1
#177# 141a33157671: 141a33157671
#178# 2ed33f49c771: 2ed33f49c771
#179# 2ed33f49c7d1: 2ed33f49c7d1
#180# 9c0787c25a1: 9c0787c25a1
#181# 2d2972cae4b1: 2d2972cae4b1
#182# 2d2972cae4c9: 2d2972cae4c9
node: cb43c813e61 =0.6.6>
npm: cb43c813e81 =1.1>
#183# 2d2972cae4e1: 2d2972cae4e1
#184# 2d2972cae4f9: 2d2972cae4f9
handlebars: cb43c8140a1
vows: cb43c8140c1
commander: cb43c8140e1
#185# 2d2972cae511: 2d2972cae511
start: cb43c814101
lock: cb43c814121
postinstall: cb43c814151
test: cb43c814181
#186# 2d2972cae529: 2d2972cae529
0: cb43c8141b1
1: cb43c8141d1
2: cb43c8141f1
3: cb43c814219
4: cb43c814241
5: cb43c814271
6: cb43c814291
7: cb43c8142b9
8: cb43c8142e1
9: cb43c814301
...
#187# 9c07870b4c9: 9c07870b4c9
#188# 9c07870b4e1: 9c07870b4e1
domain: f9a5d104101
_events: 9c0787176d1 #223#
_maxListeners: 10
id: 4
uniqueID: 4
workerID: 4
state: 1c1d2242dd39
process: 9c07873dad1 #53#
#189# 9c07870b569: 9c07870b569
#190# 9c078717ba1: 9c078717ba1
#191# 9c078717da9: 9c078717da9
#192# d4f54f86e39: d4f54f86e39
id: d4f54f73fa9
exports: 9c0787a1851 #66#
parent: d4f54f12c41 #12#
filename: d4f54f73fa9
loaded: f9a5d104141
children: d4f54faebb1 #224#
paths: d4f54faebd1 #225#
#193# d4f54f83119: d4f54f83119
id: d4f54f514f1
exports: d4f54f7c619 #78#
parent: d4f54f19361 #23#
filename: d4f54f514f1
loaded: f9a5d104141
children: d4f54faa5a1 #226#
paths: d4f54faa5c1 #227#
#194# d4f54f84da9: d4f54f84da9
id: d4f54f63d49
exports: d4f54fac4c9 #228#
parent: d4f54f19361 #23#
filename: d4f54f63d49
loaded: f9a5d104141
children: d4f54fac4e1 #229#
paths: d4f54fac501 #230#
#195# 9c0787aa101: 9c0787aa101
0: 9c078799669 #49#
1: 9c07879ab69 #231#
2: 9c078797029 #41#
#196# 9c0787aa121: 9c0787aa121
0: aa294b625e9
1: aa294b62641
2: aa294b62681
3: aa294b626b9
4: aa294b626e9
5: aa294b62719
#197# 9c078796eb1: 9c078796eb1
id: aa294b6e5d9
exports: 9c078796d51 #232#
parent: 9c078797029 #41#
filename: aa294b6e5d9
loaded: f9a5d104141
children: 9c0787a9d59 #233#
paths: 9c0787a9d79 #234#
out Thu, 10 Oct 2013 21:14:25 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
#198# 2d2972c7bb41: 2d2972c7bb41
id: aa294bfd2e1
exports: 2d2972c6b501 #98#
parent: 9c078797029 #41#
filename: aa294bfd2e1
loaded: f9a5d104141
children: 2d2972ca72c1 #235#
paths: 2d2972ca72e1 #236#
#199# 2d2972c7c2f9: 2d2972c7c2f9
id: aa294bfd361
exports: 2d2972ca7301 #156#
parent: 9c078797029 #41#
filename: aa294bfd361
loaded: f9a5d104141
children: 2d2972ca7319 #237#
paths: 2d2972ca7339 #238#
#200# 2d2972c6b279: 2d2972c6b279
id: aa294bf99e1
exports: 141a3312f0b1 #239#
parent: 9c078797029 #41#
filename: aa294bf99e1
loaded: f9a5d104141
children: 2d2972ca5871 #240#
paths: 2d2972ca5891 #241#
#201# 141a331310c1: 141a331310c1
id: 208838c1a111
exports: 141a33133189 #242#
parent: 9c078797029 #41#
filename: 208838c1a111
loaded: f9a5d104141
children: 141a33155c31 #243#
paths: 141a33155c51 #244#
#202# 141a33133ef9: 141a33133ef9
id: 208838c1a451
exports: 2ed33f4953f9 #245#
parent: 9c078797029 #41#
filename: 208838c1a451
loaded: f9a5d104141
children: 141a331560f1 #246#
paths: 141a33156111 #247#
#203# 141a33134609: 141a33134609
id: 208838c1a751
exports: 2ed33f495e41 #248#
parent: 9c078797029 #41#
filename: 208838c1a751
loaded: f9a5d104141
children: 141a33156179 #249#
paths: 141a33156199 #250#
#204# 141a33137b51: 141a33137b51
id: 208838c1bfd1
exports: 2ed33f496dc1 #251#
parent: 9c078797029 #41#
filename: 208838c1bfd1
loaded: f9a5d104141
children: 141a33156891 #252#
paths: 141a331568b1 #253#
#205# 141a33138579: 141a33138579
id: 208838c1d3f9
exports: 9c0787a2919 #96#
parent: 9c078797029 #41#
filename: 208838c1d3f9
loaded: f9a5d104141
children: 141a33156a81 #254#
paths: 141a33156aa1 #255#
#206# 141a331388b1: 141a331388b1
id: 208838c1d4e9
exports: 2d2972c12ba9 @2d2972c12ba9
parent: 9c078797029 #41#
filename: 208838c1d4e9
loaded: f9a5d104141
children: 141a33156b09 @141a33156b09
paths: 141a33156b29 @141a33156b29
#207# 2d2972cb3fb9: 2d2972cb3fb9
route: 1c1d22404501
handle: 2d2972cb5349 @2d2972cb5349
#208# 2d2972cb3fe1: 2d2972cb3fe1
route: 1c1d22404501
handle: 2d2972cb5391 @2d2972cb5391
#209# 141a33156a39: 141a33156a39
#210# d4f54e331c1: d4f54e331c1
#211# 2d2972cafc21: 2d2972cafc21
#212# 2d2972cafc39: 2d2972cafc39
#213# 2d2972cafc51: 2d2972cafc51
#214# 2d2972c70e09: 2d2972c70e09
pkg: aa294b56641
config: aa294b56669
models: aa294b56691
views: aa294b566d1
lib: aa294b566f1
controllers: aa294b56711
pub: aa294b56759
shared: aa294b56799
middleware: aa294b567b9
locals: aa294b56801
tmp: aa294b56841
#215# 2d2972cb2ae1: 2d2972cb2ae1
url: cb43c816149
#216# 2d2972cb2af9: 2d2972cb2af9
port: 4005
#217# 2d2972cb2b11: 2d2972cb2b11
host: cb43c816189
port: cb43c8161b1
db: cb43c8161d1
#218# 141a33155ac1: 141a33155ac1
$__: 141a3315f499 @141a3315f499
isNew: f9a5d104141
errors: f9a5d104121
_maxListeners: 0
_doc: 141a3315f581 @141a3315f581
_pres: 141a3315f599 @141a3315f599
_posts: 141a3315f5b1 @141a3315f5b1
#219# 141a33155b11: 141a33155b11
$__: 141a3315f5c9 @141a3315f5c9
isNew: f9a5d104141
errors: f9a5d104121
_maxListeners: 0
_doc: 141a3315f6b1 @141a3315f6b1
_pres: 141a3315f6c9 @141a3315f6c9
_posts: 141a3315f6e1 @141a3315f6e1
#220# 141a33167669: 141a33167669
log: 141a3316f799 @141a3316f799
apologize: 141a3316f7e1 @141a3316f7e1
#221# 141a33167691: 141a33167691
search: 141a33177931 @141a33177931
create: 141a33177951 @141a33177951
read: 141a33177971 @141a33177971
update: 141a33177991 @141a33177991
updateItem: 141a331779b1 @141a331779b1
sellItem: 141a331779d1 @141a331779d1
destroy: 141a331779f1 @141a331779f1
#222# 141a331676a9: 141a331676a9
login: 141a3316f9a1 @141a3316f9a1
inventory: 141a3316f961 @141a3316f961
splash: 141a3316f881 @141a3316f881
inventorySoldOut: 141a3316f901 @141a3316f901
inventoryForSale: 141a3316f8e1 @141a3316f8e1
inventoryOnCart: 141a3316f981 @141a3316f981
inventoryOnEtsy: 141a3316f9c1 @141a3316f9c1
inventoryAtSowa: 141a3316f921 @141a3316f921
inventoryQuery: 141a3316f8a1 @141a3316f8a1
inventoryAdded: 141a3316f941 @141a3316f941
inventoryUpdated: 141a3316f8c1 @141a3316f8c1
generateLabels: 141a3316f9e1 @141a3316f9e1
#223# 9c0787176d1: 9c0787176d1
#224# d4f54faebb1: d4f54faebb1
#225# d4f54faebd1: d4f54faebd1
0:
err Thu, 10 Oct 2013 21:14:25 GMT Exiting process due to uncaught exception!
Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
Exiting process due to uncaught exception!
Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:14:25 GMT = For backward compatibility safe is still supported and =
= no write acknowlegement =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= =
= The default of no acknowlegement will change in the very near future =
= journal: true/false, wait for flush to journal before acknowlegement =
= =
= The default of no acknowlegement will change in the very near future =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= the default value is false which means the driver receives does not =
= =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
= The default of no acknowlegement will change in the very near future =
= =
= return the information of the success/error of the insert/update/remove =
= fsync: true/false, wait for flush to file system before acknowlegement =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
= =
= =
= For backward compatibility safe is still supported and =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= =
= return the information of the success/error of the insert/update/remove =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= =
= The default of no acknowlegement will change in the very near future =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= This message will disappear when the default safe is set on the driver Db =
= =
========================================================================================
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
[30]: /opt/run/snapshot/node_modules>
4: 208838c444e1
5: 208838c44511
6: 208838c44541
#251# 2ed33f496dc1: 2ed33f496dc1
#252# 141a33156891: 141a33156891
#253# 141a331568b1: 141a331568b1
0: 208838c44569
1: 208838c445b9
2: 208838c44601
3: 208838c44641
4: 208838c44679
5: 208838c446a9
6: 208838c446d9
#254# 141a33156a81: 141a33156a81
#255# 141a33156aa1: 141a33156aa1
0: 208838c44701
1: 208838c44749
2: 208838c44791
3: 208838c447d1
4: 208838c44809
5: 208838c44839
6: 208838c44869
=====================
err Thu, 10 Oct 2013 21:14:25 GMT Exiting process due to uncaught exception!
out Thu, 10 Oct 2013 21:14:25 GMT = This message will disappear when the default safe is set on the driver Db =
========================================================================================
========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
[ base12app ] worker listening on port 4005
[ base12app ] worker listening on port 4005
[ base12app ] worker listening on port 4005
[ base12app ] worker listening on port 4005
err Thu, 10 Oct 2013 21:14:25 GMT Error: failed to connect to [localhost:27017]
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/server.js:540:74)
at EventEmitter.emit (events.js:106:17)
at null. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:140:15)
at EventEmitter.emit (events.js:98:17)
at Socket. (/opt/run/snapshot/package/node_modules/mongodb/lib/mongodb/connection/connection.js:478:10)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
out Thu, 10 Oct 2013 21:14:25 GMT [ base12app ] worker listening on port 4005
out Thu, 10 Oct 2013 21:14:25 GMT = =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
d4f54ff4159
1: d4f54ff4221
2: d4f54ff42b1
3: d4f54ff4319
4: d4f54ff4371
5: d4f54ff43b9
6: d4f54ff43f9
#226# d4f54faa5a1: d4f54faa5a1
0: d4f54f831b1 @d4f54f831b1
1: d4f54f84c59 @d4f54f84c59
#227# d4f54faa5c1: d4f54faa5c1
0: d4f54fea409
1: d4f54fea4c9
2: d4f54fea581
3: d4f54fea611
4: d4f54fea679
5: d4f54fea6d1
6: d4f54fea719
7: d4f54fea759
#228# d4f54fac4c9: d4f54fac4c9
#229# d4f54fac4e1: d4f54fac4e1
#230# d4f54fac501: d4f54fac501
0: d4f54fef0e1
1: d4f54fef1a1
2: d4f54fef259
3: d4f54fef2e9
4: d4f54fef351
5: d4f54fef3a9
6: d4f54fef3f1
7: d4f54fef431
#231# 9c07879ab69: 9c07879ab69
id: aa294b719c9
exports: 9c0787247c1 #161#
parent: 9c078797279 #141#
filename: aa294b719c9
loaded: f9a5d104141
children: 9c0787aa771 @9c0787aa771
paths: 9c0787aa791 @9c0787aa791
#232# 9c078796d51: 9c078796d51
version: aa294b56f99
application: 2d2972c19fc1 @2d2972c19fc1
request: 2d2972c1b209 @2d2972c1b209
response: 2d2972c6c201 @2d2972c6c201
methods: 2d2972c1f051 @2d2972c1f051
#233# 9c0787a9d59: 9c0787a9d59
0: 9c078796c81 @9c078796c81
#234# 9c0787a9d79: 9c0787a9d79
0: aa294b62279
1: aa294b622e1
2: aa294b62339
3: aa294b62379
4: aa294b623b1
5: aa294b623e1
6: aa294b62411
#235# 2d2972ca72c1: 2d2972ca72c1
#236# 2d2972ca72e1: 2d2972ca72e1
0: cb43c813671
1: cb43c8136b1
2: cb43c8136e9
3: cb43c813719
4: cb43c813749
#237# 2d2972ca7319: 2d2972ca7319
#238# 2d2972ca7339: 2d2972ca7339
0: cb43c8137d1
1: cb43c813811
2: cb43c813849
3: cb43c813879
4: cb43c8138a9
#239# 141a3312f0b1: 141a3312f0b1
base: 141a33118c11 @141a33118c11
modelName: aa294bc53a1
db: 141a331509f1 @141a331509f1
schema: 141a3315f2d1 @141a3315f2d1
options: f9a5d104121
collection: 141a3315f389 @141a3315f389
#240# 2d2972ca5871: 2d2972ca5871
0: 2d2972c6b101 @2d2972c6b101
1: 141a3311c461 @141a3311c461
#241# 2d2972ca5891: 2d2972ca5891
0: cb43c812df9
1: cb43c812e49
2: cb43c812e91
3: cb43c812ed1
4: cb43c812f09
5: cb43c812f39
6: cb43c812f69
#242# 141a33133189: 141a33133189
base: 141a33118c11 @141a33118c11
modelName: 39e6c763b0e1
db: 141a331509f1 @141a331509f1
schema: 141a3315fb31 @141a3315fb31
options: f9a5d104121
collection: 141a3315fbe9 @141a3315fbe9
#243# 141a33155c31: 141a33155c31
#244# 141a33155c51: 141a33155c51
0: 208838c44081
1: 208838c440d1
2: 208838c44119
3: 208838c44159
4: 208838c44191
5: 208838c441c1
6: 208838c441f1
#245# 2ed33f4953f9: 2ed33f4953f9
#246# 141a331560f1: 141a331560f1
#247# 141a33156111: 141a33156111
0: 208838c44239
1: 208838c44289
2: 208838c442d1
3: 208838c44311
4: 208838c44349
5: 208838c44379
6: 208838c443a9
#248# 2ed33f495e41: 2ed33f495e41
#249# 141a33156179: 141a33156179
#250# 141a33156199: 141a33156199
0: 208838c443d1
1: 208838c44421
2: 208838c44469
3: 208838c444a9
err Thu, 10 Oct 2013 21:16:02 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
FATAL ERROR: Malloced operator new Allocation failed - process out of memory
FATAL ERROR: Malloced operator new Allocation failed - process out of memory
FATAL ERROR: Malloced operator new Allocation failed - process out of memory
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
err Thu, 10 Oct 2013 21:16:28 GMT FATAL ERROR: Committing semi space failed.
err Thu, 10 Oct 2013 21:16:28 GMT Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:16:50 GMT = Please ensure that you set the default write concern for the database by setting =
out Thu, 10 Oct 2013 21:16:50 GMT = =
out Thu, 10 Oct 2013 21:16:50 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
out Thu, 10 Oct 2013 21:16:50 GMT = fsync: true/false, wait for flush to file system before acknowlegement =
out Thu, 10 Oct 2013 21:16:50 GMT = journal: true/false, wait for flush to journal before acknowlegement =
out Thu, 10 Oct 2013 21:16:50 GMT = For backward compatibility safe is still supported and =
out Thu, 10 Oct 2013 21:16:50 GMT = one of the options =
out Thu, 10 Oct 2013 21:16:50 GMT = return the information of the success/error of the insert/update/remove =
out Thu, 10 Oct 2013 21:16:50 GMT ========================================================================================
out Thu, 10 Oct 2013 21:16:50 GMT = allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
out Thu, 10 Oct 2013 21:16:50 GMT = http://www.mongodb.org/display/DOCS/getLastError+Command =
out Thu, 10 Oct 2013 21:16:50 GMT = the default value is false which means the driver receives does not =
out Thu, 10 Oct 2013 21:16:50 GMT = ex: new Db(new Server('localhost', 27017), {safe:false}) =
out Thu, 10 Oct 2013 21:16:50 GMT = This message will disappear when the default safe is set on the driver Db =
err Thu, 10 Oct 2013 21:16:51 GMT
err Thu, 10 Oct 2013 21:16:51 GMT /opt/run/snapshot/package/node_modules/base12/lib/balance.js
err Thu, 10 Oct 2013 21:16:51 GMT
err Thu, 10 Oct 2013 21:16:51 GMT TypeError: Cannot read property 'length' of undefined
at Object.module.exports [as balance] (/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9:51)
at Object. (/opt/run/snapshot/package/run:5:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
err Thu, 10 Oct 2013 21:16:51 GMT ^
err Thu, 10 Oct 2013 21:16:51 GMT :9
err Thu, 10 Oct 2013 21:16:51 GMT
out Thu, 10 Oct 2013 21:16:50 GMT = The default of no acknowlegement will change in the very near future =
err Thu, 10 Oct 2013 21:16:51 GMT
#
# Fatal error in ../deps/v8/src/store-buffer.cc, line
out Thu, 10 Oct 2013 21:16:50 GMT = no write acknowlegement =
err Thu, 10 Oct 2013 21:16:51 GMT var num_workers = parseInt(max, 10) || os.cpus().length;
err Thu, 10 Oct 2013 21:16:51 GMT 176
# CHECK(old_virtual_memory_->Commit(reinterpret_cast(old_limit_), grow * kPointerSize, false)) failed
#
err Thu, 10 Oct 2013 21:16:52 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
err Thu, 10 Oct 2013 21:16:52 GMT FATAL ERROR: Committing semi space failed. Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:16:52 GMT ated locals
var resolvedModule = 66aeff0c8b1 #14#
var id = 2294a5a06d89
var paths = 66aeff0c6a9 #0#
var filename = fefb4804121
var err = fefb4804121
// expression stack (top to bottom)
[07] : 66aeff0c6a9 #0#
[06] : 2294a5a06d89
[05] : 66aeff0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[9]: _load [module.js:280] (this=66aeff0c869 #5#,request=2294a5a06d89 ,parent=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=fefb4804121 ) {
// stack-allocated locals
var filename = fefb4804121
var cachedModule = fefb4804121
var replModule = fefb4804121
var module = fefb4804121
var hadException = fefb4804121
// expression stack (top to bottom)
[07] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[06] : 2294a5a06d89
[05] : 66aeff0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[10]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2294a5a06d89
[01] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
}
(Function context is corrupt)
[11]: require [module.js:364] (this=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=2294a5a06d89 ) {
// expression stack (top to bottom)
[02] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[01] : 2294a5a06d89
[00] : 66aeff0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[12]: require [module.js:380] (this=fefb4806c91 #7#,path=2294a5a06d89 ) {
// expression stack (top to bottom)
[01] : 2294a5a06d89
[00] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[13]: /* anonymous */ [?????????????????????????????:1] (this=66aeff0cca1 #8#,exports=66aeff0cca1 #8#,require=66aeff0c959 #9#,module=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=66aeff0cc69 ,__dirname=66aeff0cc41 ) {
// stack-allocated locals
var base12 = fefb4804121
// expression stack (top to bottom)
[03] : 2294a5a06d89
[02] : fefb4806c91 #7#
[01] : 66aeff0c959 #9#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[15]: _compile [module.js:456] (this=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=66aeff0cd91 ,filename=66aeff0cc69 ) {
// stack-allocated locals
var require = 66aeff0c959 #9#
var dirname = 66aeff0cc41
var sandbox = fefb4804121
var k = fefb4804121
var wrapper = 66aeff0ccd9
var compiledWrapper = 66aeff0c9d9 #15#
var args = 66aeff0ccb9 #16#
// heap-allocated locals
var self = !!!INVALID POINTER!!!#17#
// expression stack (top to bottom)
[09] : 66aeff0ccb9 #16#
[08] : 66aeff0cca1 #8#
[07] : 66aeff0c9d9 #15#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[16]: .js [module.js:474] (this=66aeff0ce89 #10#,module=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=66aeff0cc69 ) {
// stack-allocated locals
var content = 66aeff0ce01
// expression stack (top to bottom)
[03] : 66aeff0cc69
[02] : 66aeff0cd91
[01] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[17]: load [module.js:356] (this=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=66aeff0cc69 ) {
// stack-allocated locals
var extension = 371d8b21d0e1
// expression stack (top to bottom)
[04] : 66aeff0cc69
[03] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[02] : 66aeff0ce89 #10#
[01] : 371d8b21d0e1
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[18]: _load [module.js:312] (this=66aeff0c869 #5#,request=66aeff0cea1 ,parent=fefb4804101 ,isMain=fefb4804141 ) {
// stack-allocated locals
var filename = 66aeff0cc69
var cachedModule = fefb4804121
var replModule = fefb4804121
var module = 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
var hadException = fefb4804141
// expression stack (top to bottom)
[11] : 66aeff0cc69
[10] : 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[19]: runMain [module.js:497] (this=66aeff0c869 #5#) {
// expression stack (top to bottom)
[03] : fefb4804141
[02] : fefb4804101
[01] : 66aeff0cea1
[00] : 66aeff0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[20]: startup [???????:4] (this=fefb4806c91 #7#) {
// stack-allocated locals
var EventEmitter = 66aeff0cf59 #18#
var d = fefb4804121
var path = 66aeff0cf41 #19#
var cluster = 66aeff0ced9 !!!INVALID CONSTRUCTOR!!!>#20#
var Module = 66aeff0c869 #5#
var debugTimeout = fefb4804121
var opts = fefb4804121
var repl = fefb4804121
// heap-allocated locals
var code = fefb4804121
// expression stack (top to bottom)
[08] : 66aeff0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[21]: /* anonymous */ [???????:12] (this=fefb4806c91 #7#,process=66aeff0d0d9 #11#) {
// stack-allocated locals
var Script = fefb4835229 #21#
// heap-allocated locals
var process = !!!INVALID POINTER!!!#22#
var startup = !!!INVALID POINTER!!!#23#
var assert = fefb4842309 #24#
var evalScript = !!!INVALID POINTER!!!#25#
var errnoException = !!!INVALID POINTER!!!#26#
var createWritableStdioStream = !!!INVALID POINTER!!!#27#
var runInThisContext = fefb4834fc1 #28#
var NativeModule = !!!INVALID PO
out Thu, 10 Oct 2013 21:16:52 GMT INTER!!!#29#
// expression stack (top to bottom)
[02] : fefb4806c91 #7#
[01] : 66aeff0cfa1 #30#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
==== Key ============================================
#0# 66aeff0c6a9: 66aeff0c6a9
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: !!!INVALID POINTER!!!
6: !!!INVALID POINTER!!!
7: !!!INVALID POINTER!!!
#1# 66aeff0c729: 66aeff0c729
0: !!!INVALID POINTER!!!#31#
1: !!!INVALID POINTER!!!#32#
#2# 66aeff0c709: 66aeff0c709
0: 371d8b219889
1: !!!INVALID POINTER!!!
2: 371d8b216a31
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: 371d8b216a31
6: 371d8b2197e1
#3# 66aeff0c769: 66aeff0c769
request: 2294a5a06d89
paths: !!!INVALID POINTER!!!#32#
#4# fefb48073f1: fefb48073f1
#5# 66aeff0c869: 66aeff0c869
_contextLoad: fefb4804161
_cache: !!!INVALID POINTER!!!#33#
_pathCache: !!!INVALID POINTER!!!#34#
_extensions: !!!INVALID POINTER!!!#35#
globalPaths: !!!INVALID POINTER!!!#36#
wrapper: !!!INVALID POINTER!!!#37#
_realpathCache: !!!INVALID POINTER!!!#38#
#6# 66aeff0c8d1: 66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>
id: 371d8b204e09
exports: !!!INVALID POINTER!!!#39#
parent: fefb4804101
filename: !!!INVALID POINTER!!!
loaded: fefb4804161
children: !!!INVALID POINTER!!!#40#
paths: !!!INVALID POINTER!!!#41#
#7# fefb4806c91: fefb4806c91
#8# 66aeff0cca1: 66aeff0cca1
#9# 66aeff0c959: 66aeff0c959
main: !!!INVALID POINTER!!!#17#
extensions: !!!INVALID POINTER!!!#35#
cache: !!!INVALID POINTER!!!#33#
#10# 66aeff0ce89: 66aeff0ce89
#11# 66aeff0d0d9: 66aeff0d0d9
version: !!!INVALID POINTER!!!
moduleLoadList: !!!INVALID POINTER!!!#42#
versions: !!!INVALID POINTER!!!#43#
arch: !!!INVALID POINTER!!!
platform: !!!INVALID POINTER!!!
argv: !!!INVALID POINTER!!!#44#
execArgv: !!!INVALID POINTER!!!#45#
env: !!!INVALID POINTER!!!#46#
pid: 29593
features: !!!INVALID POINTER!!!#47#
execPath: !!!INVALID POINTER!!!
_tickInfoBox: !!!INVALID POINTER!!!#48#
_events: !!!INVALID POINTER!!!#49#
domain: fefb4804101
_maxListeners: 10
_exiting: fefb4804161
config: !!!INVALID POINTER!!!#50#
maxTickDepth: 1000
_channel: !!!INVALID POINTER!!!#51#
_handleQueue: fefb4804101
connected: fefb4804141
mainModule: !!!INVALID POINTER!!!#17#
#12# 66aeff0c749: 66aeff0c749
0: 371d8b22f729
1: 371d8b21c359
#13# 66aeff0c791: 66aeff0c791
0: 371d8b21d0e1
1: 371d8b230061
2: 371d8b230081
#14# 66aeff0c8b1: 66aeff0c8b1
0: 2294a5a06d89
1: !!!INVALID POINTER!!!#32#
#15# 66aeff0c9d9: 66aeff0c9d9
#16# 66aeff0ccb9: 66aeff0ccb9
0: !!!INVALID POINTER!!!#39#
1: !!!INVALID POINTER!!!#52#
2: !!!INVALID POINTER!!!#17#
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#17# 66aeeffbb39: !!!INVALID POINTER!!!
#18# 66aeff0cf59: 66aeff0cf59
#19# 66aeff0cf41: 66aeff0cf41
sep: 371d8b2146b9
delimiter: 371d8b216a31
#20# 66aeff0ced9: 66aeff0ced9 !!!INVALID CONSTRUCTOR!!!>
domain: fefb4804101
_events: !!!INVALID POINTER!!!#53#
_maxListeners: 10
isWorker: fefb4804141
isMaster: fefb4804161
worker: !!!INVALID POINTER!!!#54#
workers: fefb4804101
settings: !!!INVALID POINTER!!!#55#
#21# fefb4835229: fefb4835229
#22# 66aeef31201: !!!INVALID POINTER!!!
#23# 66aeef3c5e1: !!!INVALID POINTER!!!
#24# fefb4842309: fefb4842309
#25# 66aeef3c659: !!!INVALID POINTER!!!
#26# 66aeef3c6a1: !!!INVALID POINTER!!!
#27# 66aeef3c6e9: !!!INVALID POINTER!!!
#28# fefb4834fc1: fefb4834fc1
#29# 66aeef3c751: !!!INVALID POINTER!!!
_source: !!!INVALID POINTER!!!#56#
_cache: !!!INVALID POINTER!!!#57#
wrapper: !!!INVALID POINTER!!!#37#
#30# 66aeff0cfa1: 66aeff0cfa1
_lazyConstants: fefb4804101
#31# 66aeefff441: !!!INVALID POINTER!!!
#32# 66aeeffed89: !!!INVALID POINTER!!!
#33# 66aeefdad89: !!!INVALID POINTER!!!
#34# 66aeefdaed1: !!!INVALID POINTER!!!
#35# 66aeefdaf21: !!!INVALID POINTER!!!
#36# 66aeefdd1f1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
#37# 66aeef40a49: !!!INVALID POINTER!!!
0: 371d8b21d2b9
1: 371d8b21d311
#38# 66aeefdb239: !!!INVALID POINTER!!!
#39# 66aeeffbc31: !!!INVALID POINTER!!!
#40# 66aeeffbed1: !!!INVALID POINTER!!!
#41# 66aeeffcae1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#42# 66aeef316b1: !!!INVALID POINTER!!!
#43# 66aeef31789: !!!INVALID POINTER!!!
http_parser: !!!INVALID POINTER!!!
node: !!!INVALID POINTER!!!
v8: !!!INVALID POINTER!!!
ares: !!!INVALID POINTER!!!
uv: !!!INVALID POINTER!!!
zlib: !!!INVALID POINTER!!!
modules: !!!INVALID POINTER!!!
openssl: !!!INVALID POINTER!!!
#44# 66aeef31f79: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
#45# 66aeef32149: !!!INVALID POINTER!!!
#46# 66aeef323a9: !!!INVALID POINTER!!!
#47# 66aeef32589: !!!INVALID POINTER!!!
debug: fefb4804161
uv: fefb4804141
ipv6: fefb4804141
tls_npn: fefb4804141
tls_sni: fefb4804141
tls: fefb4804141
#48# 66aeef35dc1: !!!INVALID POINTER!!!
#49# 66aeef35ec1: !!!INVALID POINTER!!!
internalMessage: !!!INVALID POINTER!!!#58#
disconnect: !!!INVALID POINTER!!!#59#
#50# 66aeef61bc1: !!!INVALID POINTER!!!
target_defaults: !!!INVALID POINTER!!!#60#
variables: !!!INVALID POINTER!!!#61#
#51# 66aeefc6421: !!!INVALID POINTER!!!
#52# 66aeeffe109: !!!INVALID POINTER!!!
#53# 66aeefd2831: !!!INVALID POINTER!!!
#54# 66aeefd3971: !!!INVALID POINTER!!!
domain: fefb4804101
_events: !!!INVALID POINTER!!!#62#
_maxListeners: 10
id: 19
uniqueID: 19
workerID: 19
state: 371d8b22dcc9
process: !!!INVALID POINTER!!!#22#
#55# 66aeefd2ce1: !!!INVALID POINTER!!!
#56# 66aeef3e239: !!!INVALID POINTER!!!
#57# 66aeef40701: !!!INVALID POINTER!!!
#58
out Thu, 10 Oct 2013 21:16:52 GMT # 66aeefd4349: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#63#
1: !!!INVALID POINTER!!!#64#
#59# 66aeefd57b1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#65#
1: !!!INVALID POINTER!!!#66#
#60# 66aeef61c31: !!!INVALID POINTER!!!
cflags: !!!INVALID POINTER!!!#67#
default_configuration: !!!INVALID POINTER!!!
defines: !!!INVALID POINTER!!!#68#
include_dirs: !!!INVALID POINTER!!!#69#
libraries: !!!INVALID POINTER!!!#70#
#61# 66aeef62261: !!!INVALID POINTER!!!
#62# 66aeefd3aa9: !!!INVALID POINTER!!!
#63# 66aeefc7309: !!!INVALID POINTER!!!
#64# 66aeefd3ef9: !!!INVALID POINTER!!!
length: 2
#65# 66aeefd4999: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#71#
#66# 66aeefd5569: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#72#
#67# 66aeef61c69: !!!INVALID POINTER!!!
#68# 66aeef61e39: !!!INVALID POINTER!!!
#69# 66aeef61f09: !!!INVALID POINTER!!!
#70# 66aeef61ff1: !!!INVALID POINTER!!!
#71# 66aeefd4909: !!!INVALID POINTER!!!
#72# 66aeefd54d9: !!!INVALID POINTER!!!
=====================
err Thu, 10 Oct 2013 21:16:53 GMT FATAL ERROR: Committing semi space failed. Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:16:52 GMT
==== Stack trace ============================================
(Function context is corrupt)
1: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=fefb4804121 ,a=66aeff0c6a9 #0#,b=66aeff0c729 #1#,c=66aeff0c709 #2#)
(Function context is corrupt)
2: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=fefb4804121 ,a=371d8b21c359 ,b=66aeff0c6a9 #0#,c=66aeff0c729 #1#,d=66aeff0c709 #2#)
(Function context is corrupt)
3: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=fefb4804121 ,a=66aeff0c769 #3#,b=66aeff0c729 #1#,c=66aeff0c709 #2#)
(Function context is corrupt)
4: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=fefb4804121 ,a=371d8b204501 ,b=66aeff0c769 #3#,c=66aeff0c729 #1#,d=66aeff0c709 #2#)
(Function context is corrupt)
5: stringify [native json.js:311] (this=fefb48073f1 #4#,a=66aeff0c769 #3#,b=fefb4804121 ,c=fefb4804121 )
6: arguments adaptor frame: 1->3
(Function context is corrupt)
7: _findPath [module.js:169] (this=66aeff0c869 #5#,request=2294a5a06d89 ,paths=66aeff0c6a9 #0#)
(Function context is corrupt)
8: _resolveFilename [module.js:336] (this=66aeff0c869 #5#,request=2294a5a06d89 ,parent=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#)
(Function context is corrupt)
9: _load [module.js:280] (this=66aeff0c869 #5#,request=2294a5a06d89 ,parent=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=fefb4804121 )
10: arguments adaptor frame: 2->3
(Function context is corrupt)
11: require [module.js:364] (this=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=2294a5a06d89 )
(Function context is corrupt)
12: require [module.js:380] (this=fefb4806c91 #7#,path=2294a5a06d89 )
(Function context is corrupt)
13: /* anonymous */ [?????????????????????????????:1] (this=66aeff0cca1 #8#,exports=66aeff0cca1 #8#,require=66aeff0c959 #9#,module=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=66aeff0cc69 ,__dirname=66aeff0cc41 )
(Function context is corrupt)
15: _compile [module.js:456] (this=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=66aeff0cd91 ,filename=66aeff0cc69 )
(Function context is corrupt)
16: .js [module.js:474] (this=66aeff0ce89 #10#,module=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=66aeff0cc69 )
(Function context is corrupt)
17: load [module.js:356] (this=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=66aeff0cc69 )
(Function context is corrupt)
18: _load [module.js:312] (this=66aeff0c869 #5#,request=66aeff0cea1 ,parent=fefb4804101 ,isMain=fefb4804141 )
(Function context is corrupt)
19: runMain [module.js:497] (this=66aeff0c869 #5#)
(Function context is corrupt)
20: startup [???????:4] (this=fefb4806c91 #7#)
(Function context is corrupt)
21: /* anonymous */ [???????:12] (this=fefb4806c91 #7#,process=66aeff0d0d9 #11#)
==== Details ================================================
(Function context is corrupt)
[1]: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=fefb4804121 ,a=66aeff0c6a9 #0#,b=66aeff0c729 #1#,c=66aeff0c709 #2#) {
// stack-allocated locals
var d = 8
var g = 66aeff0c6c9
var h = fefb4804121
var i = fefb4804121
var j = fefb4804121
// expression stack (top to bottom)
[05] : 66aeff0c6a9 #0#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[2]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=fefb4804121 ,a=371d8b21c359 ,b=66aeff0c6a9 #0#,c=66aeff0c729 #1#,d=66aeff0c709 #2#) {
// stack-allocated locals
var g = fefb4804121
// expression stack (top to bottom)
[04] : 66aeff0c709 #2#
[03] : 66aeff0c729 #1#
[02] : 66aeff0c6a9 #0#
[01] : fefb4804121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[3]: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=fefb4804121 ,a=66aeff0c769 #3#,b=66aeff0c729 #1#,c=66aeff0c709 #2#) {
// stack-allocated locals
var d = fefb4804161
var g = 66aeff0c749 #12#
var h = 2
var i = 1
var j = 371d8b21c359
var k = 6
// expression stack (top to bottom)
[10] : 66aeff0c709 #2#
[09] : 66aeff0c729 #1#
[08] : 66aeff0c6a9 #0#
[07] : 371d8b21c359
[06] : fefb4804121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[4]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=fefb4804121 ,a=371d8b204501 ,b=66aeff0c769 #3#,c=66aeff0c729 #1#,d=66aeff0c709 #2#) {
// stack-allocated locals
var g = fefb4804121
// expression stack (top to bottom)
[04] : 66aeff0c709 #2#
[03] : 66aeff0c729 #1#
[02] : 66aeff0c769 #3#
[01] : fefb4804121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[5]: stringify [native json.js:311] (this=fefb48073f1 #4#,a=66aeff0c769 #3#,b=fefb4804121 ,c=fefb4804121 ) {
// stack-allocated locals
var d = 66aeff0c709 #2#
var g = fefb4804121
var h = fefb4804121
// expression stack (top to bottom)
[07] : 66aeff0c709 #2#
[06] : 66aeff0c729 #1#
[05] : 66aeff0c769 #3#
[04] : 371d8b204501
[03] : fefb4804121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[6]: arguments adaptor frame: 1->3 {
// actual arguments
[00] : 66aeff0c769 #3#
}
(Function context is corrupt)
[7]: _findPath [module.js:169] (this=66aeff0c869 #5#,request=2294a5a06d89 ,paths=66aeff0c6a9 #0#) {
// stack-allocated locals
var exts = 66aeff0c791 #13#
var trailingSlash = fefb4804161
var cacheKey = fefb4804121
var i = fefb4804121
var PL = fefb4804121
var basePath = fefb4804121
var filename = fefb4804121
// expression stack (top to bottom)
[08] : 66aeff0c769 #3#
[07] : fefb48073f1 #4#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[8]: _resolveFilename [module.js:336] (this=66aeff0c869 #5#,request=2294a5a06d89 ,parent=66aeff0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#) {
// stack-alloc
err Thu, 10 Oct 2013 21:16:53 GMT
#
# Fatal error in
err Thu, 10 Oct 2013 21:16:53 GMT ../deps/v8/src/store-buffer.cc, line 176
# CHECK(old_virtual_memory_->Commit(reinterpret_cast(old_limit_), grow * kPointerSize, false)) failed
#
out Thu, 10 Oct 2013 21:16:53 GMT
==== Stack trace ============================================
(Function context is corrupt)
1: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=3d0da6004121 ,a=2d1cfbf0c6a9 #0#,b=2d1cfbf0c729 #1#,c=2d1cfbf0c709 #2#)
(Function context is corrupt)
2: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=3d0da6004121 ,a=1d8e02f1c359 ,b=2d1cfbf0c6a9 #0#,c=2d1cfbf0c729 #1#,d=2d1cfbf0c709 #2#)
(Function context is corrupt)
3: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=3d0da6004121 ,a=2d1cfbf0c769 #3#,b=2d1cfbf0c729 #1#,c=2d1cfbf0c709 #2#)
(Function context is corrupt)
4: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=3d0da6004121 ,a=1d8e02f04501 ,b=2d1cfbf0c769 #3#,c=2d1cfbf0c729 #1#,d=2d1cfbf0c709 #2#)
(Function context is corrupt)
5: stringify [native json.js:311] (this=3d0da60073f1 #4#,a=2d1cfbf0c769 #3#,b=3d0da6004121 ,c=3d0da6004121 )
6: arguments adaptor frame: 1->3
(Function context is corrupt)
7: _findPath [module.js:169] (this=2d1cfbf0c869 #5#,request=2d6dbdb06d89 ,paths=2d1cfbf0c6a9 #0#)
(Function context is corrupt)
8: _resolveFilename [module.js:336] (this=2d1cfbf0c869 #5#,request=2d6dbdb06d89 ,parent=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#)
(Function context is corrupt)
9: _load [module.js:280] (this=2d1cfbf0c869 #5#,request=2d6dbdb06d89 ,parent=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=3d0da6004121 )
10: arguments adaptor frame: 2->3
(Function context is corrupt)
11: require [module.js:364] (this=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=2d6dbdb06d89 )
(Function context is corrupt)
12: require [module.js:380] (this=3d0da6006c91 #7#,path=2d6dbdb06d89 )
(Function context is corrupt)
13: /* anonymous */ [?????????????????????????????:1] (this=2d1cfbf0cca1 #8#,exports=2d1cfbf0cca1 #8#,require=2d1cfbf0c959 #9#,module=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=2d1cfbf0cc69 ,__dirname=2d1cfbf0cc41 )
(Function context is corrupt)
15: _compile [module.js:456] (this=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=2d1cfbf0cd91 ,filename=2d1cfbf0cc69 )
(Function context is corrupt)
16: .js [module.js:474] (this=2d1cfbf0ce89 #10#,module=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=2d1cfbf0cc69 )
(Function context is corrupt)
17: load [module.js:356] (this=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=2d1cfbf0cc69 )
(Function context is corrupt)
18: _load [module.js:312] (this=2d1cfbf0c869 #5#,request=2d1cfbf0cea1 ,parent=3d0da6004101 ,isMain=3d0da6004141 )
(Function context is corrupt)
19: runMain [module.js:497] (this=2d1cfbf0c869 #5#)
(Function context is corrupt)
20: startup [???????:4] (this=3d0da6006c91 #7#)
(Function context is corrupt)
21: /* anonymous */ [???????:12] (this=3d0da6006c91 #7#,process=2d1cfbf0d0d9 #11#)
==== Details ================================================
(Function context is corrupt)
[1]: BasicSerializeArray(aka BasicSerializeArray) [native json.js:194] (this=3d0da6004121 ,a=2d1cfbf0c6a9 #0#,b=2d1cfbf0c729 #1#,c=2d1cfbf0c709 #2#) {
// stack-allocated locals
var d = 8
var g = 2d1cfbf0c6c9
var h = 3d0da6004121
var i = 3d0da6004121
var j = 3d0da6004121
// expression stack (top to bottom)
[05] : 2d1cfbf0c6a9 #0#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[2]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:300] (this=3d0da6004121 ,a=1d8e02f1c359 ,b=2d1cfbf0c6a9 #0#,c=2d1cfbf0c729 #1#,d=2d1cfbf0c709 #2#) {
// stack-allocated locals
var g = 3d0da6004121
// expression stack (top to bottom)
[04] : 2d1cfbf0c709 #2#
[03] : 2d1cfbf0c729 #1#
[02] : 2d1cfbf0c6a9 #0#
[01] : 3d0da6004121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[3]: BasicSerializeObject(aka BasicSerializeObject) [native json.js:261] (this=3d0da6004121 ,a=2d1cfbf0c769 #3#,b=2d1cfbf0c729 #1#,c=2d1cfbf0c709 #2#) {
// stack-allocated locals
var d = 3d0da6004161
var g = 2d1cfbf0c749 #12#
var h = 2
var i = 1
var j = 1d8e02f1c359
var k = 6
// expression stack (top to bottom)
[10] : 2d1cfbf0c709 #2#
[09] : 2d1cfbf0c729 #1#
[08] : 2d1cfbf0c6a9 #0#
[07] : 1d8e02f1c359
[06] : 3d0da6004121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[4]: BasicJSONSerialize(aka BasicJSONSerialize) [native json.js:302] (this=3d0da6004121 ,a=1d8e02f04501 ,b=2d1cfbf0c769 #3#,c=2d1cfbf0c729 #1#,d=2d1cfbf0c709 #2#) {
// stack-allocated locals
var g = 3d0da6004121
// expression stack (top to bottom)
[04] : 2d1cfbf0c709 #2#
[03] : 2d1cfbf0c729 #1#
[02] : 2d1cfbf0c769 #3#
[01] : 3d0da6004121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[5]: stringify [native json.js:311] (this=3d0da60073f1 #4#,a=2d1cfbf0c769 #3#,b=3d0da6004121 ,c=3d0da6004121 ) {
// stack-allocated locals
var d = 2d1cfbf0c709 #2#
var g = 3d0da6004121
var h = 3d0da6004121
// expression stack (top to bottom)
[07] : 2d1cfbf0c709 #2#
[06] : 2d1cfbf0c729 #1#
[05] : 2d1cfbf0c769 #3#
[04] : 1d8e02f04501
[03] : 3d0da6004121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[6]: arguments adaptor frame: 1->3 {
// actual arguments
[00] : 2d1cfbf0c769 #3#
}
(Function context is corrupt)
[7]: _findPath [module.js:169] (this=2d1cfbf0c869 #5#,request=2d6dbdb06d89 ,paths=2d1cfbf0c6a9 #0#) {
// stack-allocated locals
var exts = 2d1cfbf0c791 #13#
var trailingSlash = 3d0da6004161
var cacheKey = 3d0da6004121
var i = 3d0da6004121
var PL = 3d0da6004121
var basePath = 3d0da6004121
var filename = 3d0da6004121
// expression stack (top to bottom)
[08] : 2d1cfbf0c769 #3#
[07] : 3d0da60073f1 #4#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[8]: _resolveFilename [module.js:336] (this=2d1cfbf0c869 #5
err Thu, 10 Oct 2013 21:16:53 GMT FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:16:53 GMT #,request=2d6dbdb06d89 ,parent=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#) {
// stack-allocated locals
var resolvedModule = 2d1cfbf0c8b1 #14#
var id = 2d6dbdb06d89
var paths = 2d1cfbf0c6a9 #0#
var filename = 3d0da6004121
var err = 3d0da6004121
// expression stack (top to bottom)
[07] : 2d1cfbf0c6a9 #0#
[06] : 2d6dbdb06d89
[05] : 2d1cfbf0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[9]: _load [module.js:280] (this=2d1cfbf0c869 #5#,request=2d6dbdb06d89 ,parent=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,isMain=3d0da6004121 ) {
// stack-allocated locals
var filename = 3d0da6004121
var cachedModule = 3d0da6004121
var replModule = 3d0da6004121
var module = 3d0da6004121
var hadException = 3d0da6004121
// expression stack (top to bottom)
[07] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[06] : 2d6dbdb06d89
[05] : 2d1cfbf0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[10]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2d6dbdb06d89
[01] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
}
(Function context is corrupt)
[11]: require [module.js:364] (this=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,path=2d6dbdb06d89 ) {
// expression stack (top to bottom)
[02] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[01] : 2d6dbdb06d89
[00] : 2d1cfbf0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[12]: require [module.js:380] (this=3d0da6006c91 #7#,path=2d6dbdb06d89 ) {
// expression stack (top to bottom)
[01] : 2d6dbdb06d89
[00] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[13]: /* anonymous */ [?????????????????????????????:1] (this=2d1cfbf0cca1 #8#,exports=2d1cfbf0cca1 #8#,require=2d1cfbf0c959 #9#,module=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,__filename=2d1cfbf0cc69 ,__dirname=2d1cfbf0cc41 ) {
// stack-allocated locals
var base12 = 3d0da6004121
// expression stack (top to bottom)
[03] : 2d6dbdb06d89
[02] : 3d0da6006c91 #7#
[01] : 2d1cfbf0c959 #9#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[15]: _compile [module.js:456] (this=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,content=2d1cfbf0cd91 ,filename=2d1cfbf0cc69 ) {
// stack-allocated locals
var require = 2d1cfbf0c959 #9#
var dirname = 2d1cfbf0cc41
var sandbox = 3d0da6004121
var k = 3d0da6004121
var wrapper = 2d1cfbf0ccd9
var compiledWrapper = 2d1cfbf0c9d9 #15#
var args = 2d1cfbf0ccb9 #16#
// heap-allocated locals
var self = !!!INVALID POINTER!!!#17#
// expression stack (top to bottom)
[09] : 2d1cfbf0ccb9 #16#
[08] : 2d1cfbf0cca1 #8#
[07] : 2d1cfbf0c9d9 #15#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[16]: .js [module.js:474] (this=2d1cfbf0ce89 #10#,module=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=2d1cfbf0cc69 ) {
// stack-allocated locals
var content = 2d1cfbf0ce01
// expression stack (top to bottom)
[03] : 2d1cfbf0cc69
[02] : 2d1cfbf0cd91
[01] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[17]: load [module.js:356] (this=2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#,filename=2d1cfbf0cc69 ) {
// stack-allocated locals
var extension = 1d8e02f1d0e1
// expression stack (top to bottom)
[04] : 2d1cfbf0cc69
[03] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
[02] : 2d1cfbf0ce89 #10#
[01] : 1d8e02f1d0e1
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[18]: _load [module.js:312] (this=2d1cfbf0c869 #5#,request=2d1cfbf0cea1 ,parent=3d0da6004101 ,isMain=3d0da6004141 ) {
// stack-allocated locals
var filename = 2d1cfbf0cc69
var cachedModule = 3d0da6004121
var replModule = 3d0da6004121
var module = 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
var hadException = 3d0da6004141
// expression stack (top to bottom)
[11] : 2d1cfbf0cc69
[10] : 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>#6#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[19]: runMain [module.js:497] (this=2d1cfbf0c869 #5#) {
// expression stack (top to bottom)
[03] : 3d0da6004141
[02] : 3d0da6004101
[01] : 2d1cfbf0cea1
[00] : 2d1cfbf0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[20]: startup [???????:4] (this=3d0da6006c91 #7#) {
// stack-allocated locals
var EventEmitter = 2d1cfbf0cf59 #18#
var d = 3d0da6004121
var path = 2d1cfbf0cf41 #19#
var cluster = 2d1cfbf0ced9 !!!INVALID CONSTRUCTOR!!!>#20#
var Module = 2d1cfbf0c869 #5#
var debugTimeout = 3d0da6004121
var opts = 3d0da6004121
var repl = 3d0da6004121
// heap-allocated locals
var code = 3d0da6004121
// expression stack (top to bottom)
[08] : 2d1cfbf0c869 #5#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
(Function context is corrupt)
[21]: /* anonymous */ [???????:12] (this=3d0da6006c91 #7#,process=2d1cfbf0d0d9 #11#) {
// stack-allocated locals
var Script = 3d0da6035229 #21#
// heap-allocated locals
var process = !!!INVALID POINTER!!!#22#
var startup = !!!INVALID POINTER!!!#23#
var assert = 3d0da6042309 #24#
var evalScript = !!!INVALID POINTER!!!#25#
out Thu, 10 Oct 2013 21:16:53 GMT 10
id: 22
uniqueID: 22
workerID: 22
state: 1d8e02f2dcc9
process: !!!INVALID POINTER!!!#22#
#55# 2d1cfafd2ce1: !!!INVALID POINTER!!!
#56# 2d1cfaf3e239: !!!INVALID POINTER!!!
#57# 2d1cfaf40701: !!!INVALID POINTER!!!
#58# 2d1cfafd4349: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#63#
1: !!!INVALID POINTER!!!#64#
#59# 2d1cfafd57b1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!#65#
1: !!!INVALID POINTER!!!#66#
#60# 2d1cfaf61c31: !!!INVALID POINTER!!!
cflags: !!!INVALID POINTER!!!#67#
default_configuration: !!!INVALID POINTER!!!
defines: !!!INVALID POINTER!!!#68#
include_dirs: !!!INVALID POINTER!!!#69#
libraries: !!!INVALID POINTER!!!#70#
#61# 2d1cfaf62261: !!!INVALID POINTER!!!
#62# 2d1cfafd3aa9: !!!INVALID POINTER!!!
#63# 2d1cfafc7309: !!!INVALID POINTER!!!
#64# 2d1cfafd3ef9: !!!INVALID POINTER!!!
length: 2
#65# 2d1cfafd4999: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#71#
#66# 2d1cfafd5569: !!!INVALID POINTER!!!
listener: !!!INVALID POINTER!!!#72#
#67# 2d1cfaf61c69: !!!INVALID POINTER!!!
#68# 2d1cfaf61e39: !!!INVALID POINTER!!!
#69# 2d1cfaf61f09: !!!INVALID POINTER!!!
#70# 2d1cfaf61ff1: !!!INVALID POINTER!!!
#71# 2d1cfafd4909: !!!INVALID POINTER!!!
#72# 2d1cfafd54d9: !!!INVALID POINTER!!!
=====================
out Thu, 10 Oct 2013 21:16:53 GMT var errnoException = !!!INVALID POINTER!!!#26#
var createWritableStdioStream = !!!INVALID POINTER!!!#27#
var runInThisContext = 3d0da6034fc1 #28#
var NativeModule = !!!INVALID POINTER!!!#29#
// expression stack (top to bottom)
[02] : 3d0da6006c91 #7#
[01] : 2d1cfbf0cfa1 #30#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
==== Key ============================================
#0# 2d1cfbf0c6a9: 2d1cfbf0c6a9
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: !!!INVALID POINTER!!!
6: !!!INVALID POINTER!!!
7: !!!INVALID POINTER!!!
#1# 2d1cfbf0c729: 2d1cfbf0c729
0: !!!INVALID POINTER!!!#31#
1: !!!INVALID POINTER!!!#32#
#2# 2d1cfbf0c709: 2d1cfbf0c709
0: 1d8e02f19889
1: !!!INVALID POINTER!!!
2: 1d8e02f16a31
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
5: 1d8e02f16a31
6: 1d8e02f197e1
#3# 2d1cfbf0c769: 2d1cfbf0c769
request: 2d6dbdb06d89
paths: !!!INVALID POINTER!!!#32#
#4# 3d0da60073f1: 3d0da60073f1
#5# 2d1cfbf0c869: 2d1cfbf0c869
_contextLoad: 3d0da6004161
_cache: !!!INVALID POINTER!!!#33#
_pathCache: !!!INVALID POINTER!!!#34#
_extensions: !!!INVALID POINTER!!!#35#
globalPaths: !!!INVALID POINTER!!!#36#
wrapper: !!!INVALID POINTER!!!#37#
_realpathCache: !!!INVALID POINTER!!!#38#
#6# 2d1cfbf0c8d1: 2d1cfbf0c8d1 !!!INVALID CONSTRUCTOR!!!>
id: 1d8e02f04e09
exports: !!!INVALID POINTER!!!#39#
parent: 3d0da6004101
filename: !!!INVALID POINTER!!!
loaded: 3d0da6004161
children: !!!INVALID POINTER!!!#40#
paths: !!!INVALID POINTER!!!#41#
#7# 3d0da6006c91: 3d0da6006c91
#8# 2d1cfbf0cca1: 2d1cfbf0cca1
#9# 2d1cfbf0c959: 2d1cfbf0c959
main: !!!INVALID POINTER!!!#17#
extensions: !!!INVALID POINTER!!!#35#
cache: !!!INVALID POINTER!!!#33#
#10# 2d1cfbf0ce89: 2d1cfbf0ce89
#11# 2d1cfbf0d0d9: 2d1cfbf0d0d9
version: !!!INVALID POINTER!!!
moduleLoadList: !!!INVALID POINTER!!!#42#
versions: !!!INVALID POINTER!!!#43#
arch: !!!INVALID POINTER!!!
platform: !!!INVALID POINTER!!!
argv: !!!INVALID POINTER!!!#44#
execArgv: !!!INVALID POINTER!!!#45#
env: !!!INVALID POINTER!!!#46#
pid: 29597
features: !!!INVALID POINTER!!!#47#
execPath: !!!INVALID POINTER!!!
_tickInfoBox: !!!INVALID POINTER!!!#48#
_events: !!!INVALID POINTER!!!#49#
domain: 3d0da6004101
_maxListeners: 10
_exiting: 3d0da6004161
config: !!!INVALID POINTER!!!#50#
maxTickDepth: 1000
_channel: !!!INVALID POINTER!!!#51#
_handleQueue: 3d0da6004101
connected: 3d0da6004141
mainModule: !!!INVALID POINTER!!!#17#
#12# 2d1cfbf0c749: 2d1cfbf0c749
0: 1d8e02f2f729
1: 1d8e02f1c359
#13# 2d1cfbf0c791: 2d1cfbf0c791
0: 1d8e02f1d0e1
1: 1d8e02f30061
2: 1d8e02f30081
#14# 2d1cfbf0c8b1: 2d1cfbf0c8b1
0: 2d6dbdb06d89
1: !!!INVALID POINTER!!!#32#
#15# 2d1cfbf0c9d9: 2d1cfbf0c9d9
#16# 2d1cfbf0ccb9: 2d1cfbf0ccb9
0: !!!INVALID POINTER!!!#39#
1: !!!INVALID POINTER!!!#52#
2: !!!INVALID POINTER!!!#17#
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#17# 2d1cfaffbb39: !!!INVALID POINTER!!!
#18# 2d1cfbf0cf59: 2d1cfbf0cf59
#19# 2d1cfbf0cf41: 2d1cfbf0cf41
sep: 1d8e02f146b9
delimiter: 1d8e02f16a31
#20# 2d1cfbf0ced9: 2d1cfbf0ced9 !!!INVALID CONSTRUCTOR!!!>
domain: 3d0da6004101
_events: !!!INVALID POINTER!!!#53#
_maxListeners: 10
isWorker: 3d0da6004141
isMaster: 3d0da6004161
worker: !!!INVALID POINTER!!!#54#
workers: 3d0da6004101
settings: !!!INVALID POINTER!!!#55#
#21# 3d0da6035229: 3d0da6035229
#22# 2d1cfaf31201: !!!INVALID POINTER!!!
#23# 2d1cfaf3c5e1: !!!INVALID POINTER!!!
#24# 3d0da6042309: 3d0da6042309
#25# 2d1cfaf3c659: !!!INVALID POINTER!!!
#26# 2d1cfaf3c6a1: !!!INVALID POINTER!!!
#27# 2d1cfaf3c6e9: !!!INVALID POINTER!!!
#28# 3d0da6034fc1: 3d0da6034fc1
#29# 2d1cfaf3c751: !!!INVALID POINTER!!!
_source: !!!INVALID POINTER!!!#56#
_cache: !!!INVALID POINTER!!!#57#
wrapper: !!!INVALID POINTER!!!#37#
#30# 2d1cfbf0cfa1: 2d1cfbf0cfa1
_lazyConstants: 3d0da6004101
#31# 2d1cfafff441: !!!INVALID POINTER!!!
#32# 2d1cfaffed89: !!!INVALID POINTER!!!
#33# 2d1cfafdad89: !!!INVALID POINTER!!!
#34# 2d1cfafdaed1: !!!INVALID POINTER!!!
#35# 2d1cfafdaf21: !!!INVALID POINTER!!!
#36# 2d1cfafdd1f1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
#37# 2d1cfaf40a49: !!!INVALID POINTER!!!
0: 1d8e02f1d2b9
1: 1d8e02f1d311
#38# 2d1cfafdb239: !!!INVALID POINTER!!!
#39# 2d1cfaffbc31: !!!INVALID POINTER!!!
#40# 2d1cfaffbed1: !!!INVALID POINTER!!!
#41# 2d1cfaffcae1: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
2: !!!INVALID POINTER!!!
3: !!!INVALID POINTER!!!
4: !!!INVALID POINTER!!!
#42# 2d1cfaf316b1: !!!INVALID POINTER!!!
#43# 2d1cfaf31789: !!!INVALID POINTER!!!
http_parser: !!!INVALID POINTER!!!
node: !!!INVALID POINTER!!!
v8: !!!INVALID POINTER!!!
ares: !!!INVALID POINTER!!!
uv: !!!INVALID POINTER!!!
zlib: !!!INVALID POINTER!!!
modules: !!!INVALID POINTER!!!
openssl: !!!INVALID POINTER!!!
#44# 2d1cfaf31f79: !!!INVALID POINTER!!!
0: !!!INVALID POINTER!!!
1: !!!INVALID POINTER!!!
#45# 2d1cfaf32149: !!!INVALID POINTER!!!
#46# 2d1cfaf323a9: !!!INVALID POINTER!!!
#47# 2d1cfaf32589: !!!INVALID POINTER!!!
debug: 3d0da6004161
uv: 3d0da6004141
ipv6: 3d0da6004141
tls_npn: 3d0da6004141
tls_sni: 3d0da6004141
tls: 3d0da6004141
#48# 2d1cfaf35dc1: !!!INVALID POINTER!!!
#49# 2d1cfaf35ec1: !!!INVALID POINTER!!!
internalMessage: !!!INVALID POINTER!!!#58#
disconnect: !!!INVALID POINTER!!!#59#
#50# 2d1cfaf61bc1: !!!INVALID POINTER!!!
target_defaults: !!!INVALID POINTER!!!#60#
variables: !!!INVALID POINTER!!!#61#
#51# 2d1cfafc6421: !!!INVALID POINTER!!!
#52# 2d1cfaffe109: !!!INVALID POINTER!!!
#53# 2d1cfafd2831: !!!INVALID POINTER!!!
#54# 2d1cfafd3971: !!!INVALID POINTER!!!
domain: 3d0da6004101
_events: !!!INVALID POINTER!!!#62#
_maxListeners:
out Thu, 10 Oct 2013 21:16:53 GMT [ base12app ] worker listening on port 80
err Thu, 10 Oct 2013 21:16:53 GMT Exiting process due to uncaught exception!
err Thu, 10 Oct 2013 21:16:53 GMT Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.12:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
err Thu, 10 Oct 2013 21:16:57 GMT 458
# CHECK(success) failed
#
err Thu, 10 Oct 2013 21:16:57 GMT /opt/run/snapshot/package/node_modules/base12/lib/balance.js
err Thu, 10 Oct 2013 21:16:57 GMT :9
err Thu, 10 Oct 2013 21:16:57 GMT
err Thu, 10 Oct 2013 21:16:57 GMT var num_workers = parseInt(max, 10) || os.cpus().length;
err Thu, 10 Oct 2013 21:16:57 GMT
err Thu, 10 Oct 2013 21:16:57 GMT TypeError: Cannot read property 'length' of undefined
at Object.module.exports [as balance] (/opt/run/snapshot/package/node_modules/base12/lib/balance.js:9:51)
at Object. (/opt/run/snapshot/package/run:5:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
err Thu, 10 Oct 2013 21:16:57 GMT ^
err Thu, 10 Oct 2013 21:16:57 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:16:58 GMT re('development', function(){\n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=392e66ffa211 )
97: .js [module.js:474] (this=223128d3de51 #10#,module=1a92e8d6b511 #48#,filename=392e66ffa211 )
98: load [module.js:356] (this=1a92e8d6b511 #48#,filename=392e66ffa211 )
99: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66ffa5c1 ,parent=223128d99641 #49#,isMain=237285304121 )
100: arguments adaptor frame: 2->3
101: require [module.js:~361] (this=223128d99641 #49#,path=392e66ffa5c1 )
102: require [module.js:380] (this=237285306c91 #2#,path=392e66ffa5c1 )
103: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=223128d97321 #45#,app_path=392e66ffa5c1 ,max=237285304121 ,start=237285304141 )
104: arguments adaptor frame: 2->3
105: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=223128d3dfa9 #50#,exports=223128d3dfa9 #50#,require=223128d3deb9 #51#,module=223128d3de69 #52#,__filename=392e66f60491 ,__dirname=223128d3df81 )
107: _compile [module.js:456] (this=223128d3de69 #52#,content=392e66f60581 ,filename=392e66f60491 )
108: .js [module.js:474] (this=223128d3de51 #10#,module=223128d3de69 #52#,filename=392e66f60491 )
109: load [module.js:356] (this=223128d3de69 #52#,filename=392e66f60491 )
110: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f60679 ,parent=237285304101 ,isMain=237285304141 )
111: runMain [module.js:497] (this=223128d3dbe9 #11#)
112: startup [node.js:119] (this=237285306c91 #2#)
113: /* anonymous */ [node.js:901] (this=237285306c91 #2#,process=223128d3daa9 #53#)
==== Details ================================================
[1]: replace(aka replace) [native string.js:244] (this=1d6eaef04149 ,a=1d6eaef04101 #1#,b=284cbe904501 ) {
// stack-allocated locals
var c = 1d6eaef04149
var d = 237285304121
var g = 237285304121
var h = 237285304121
var i = 237285304121
var j = 237285304121
var k = 237285304121
// expression stack (top to bottom)
[10] : 223128d0a2c1 #54#
[09] : 284cbe904501
[08] : 1d6eaef04101 #1#
[07] : 1d6eaef04149
--------- s o u r c e c o d e ---------
function replace(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["String.prototype.replace"]);?}?var c=((typeof(%IS_VAR(this))==='string')?this:NonStringToString(this));???if((%_IsRegExp(a))){?%_Log('regexp','regexp-replace,%0r,%1S',[a,c]);?if((%_ClassOf(...
-----------------------------------------
}
[2]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=237285306c91 #2#,line=1d6eaef04149 ) {
// optimized frame
}
[3]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 1d6eaef04149
[01] : 849 // not passed to callee
[02] : 1d6eaef041f1 #3# // not passed to callee
}
[4]: forEach [native array.js:1120] (this=1d6eaef041f1 #3#,a=1d6eaef041a9 #4#,b=237285306c91 #2#) {
// stack-allocated locals
var c = 1d6eaef041f1 #3#
var d = 1589
var g = 849
var h = 1d6eaef04149
// expression stack (top to bottom)
[07] : 1d6eaef041f1 #3#
[06] : 849
[05] : 1d6eaef04149
[04] : 237285306c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[5]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 1d6eaef041a9 #4#
}
[6]: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=1d6eaef11221 #5#,file=1d6eaef11141 ) {
// stack-allocated locals
var content = 1d6eaef04211 #55#
var lines = 1d6eaef041f1 #3#
// heap-allocated locals
var map = 1d6eaef78429 #56#
// expression stack (top to bottom)
[03] : 1d6eaef041a9 #4#
[02] : 1d6eaef041f1 #3#
--------- s o u r c e c o d e ---------
function (file) {?? this._loading = file;? // Read file and split into lines? var map = {},? content = fs.readFileSync(file, 'ascii'),? lines = content.split(/[\r\n]+/);?? lines.forEach(function(line) {? // Clean up whitespace/comments, and split into fields? var fields = line.replace(/\s...
-----------------------------------------
}
[7]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=1d6eaef114e1 #6#,exports=1d6eaef114e1 #6#,require=1d6eaef11499 #7#,module=1d6eaef11449 #8#,__filename=1d6eaef11379 ,__dirname=1d6eaef11351 ) {
// stack-allocated locals
var path = 223128d3e049 #57#
var Mime = 1d6eaef11289 #58#
var mime = 1d6eaef11221 #5#
// heap-allocated locals
var fs = 223128d15cb1 #59#
// expression stack (top to bottom)
[04] : 1d6eaef11141
[03] : 1d6eaef11221 #5#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var path = require('path');?var fs = require('fs');??function Mime() {? // Map of extension -> mime type? this.types = Object.create(null);?? // Map of mime type -> extension? this.extensions = Object.create(null);?}??/**? * Define mimetype -> ...
-----------------------------------------
}
[9]: _compile [module.js:456] (this=1d6eaef11449 #8#,content=1d6eaef120d9 #9#,filename=1d6eaef11379 ) {
// stack-allocated locals
var require = 1
err Thu, 10 Oct 2013 21:16:57 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line
out Thu, 10 Oct 2013 21:16:57 GMT
==== Stack trace ============================================
Security context: 237285306b71 #0#
1: replace(aka replace) [native string.js:244] (this=1d6eaef04149 ,a=1d6eaef04101 #1#,b=284cbe904501 )
2: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=237285306c91 #2#,line=1d6eaef04149 )
3: arguments adaptor frame: 3->1
4: forEach [native array.js:1120] (this=1d6eaef041f1 #3#,a=1d6eaef041a9 #4#,b=237285306c91 #2#)
5: arguments adaptor frame: 1->2
6: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=1d6eaef11221 #5#,file=1d6eaef11141 )
7: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=1d6eaef114e1 #6#,exports=1d6eaef114e1 #6#,require=1d6eaef11499 #7#,module=1d6eaef11449 #8#,__filename=1d6eaef11379 ,__dirname=1d6eaef11351 )
9: _compile [module.js:456] (this=1d6eaef11449 #8#,content=1d6eaef120d9 #9#,filename=1d6eaef11379 )
10: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef11449 #8#,filename=1d6eaef11379 )
11: load [module.js:356] (this=1d6eaef11449 #8#,filename=1d6eaef11379 )
12: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f56ab1 ,parent=1d6eaef12c41 #12#,isMain=237285304121 )
13: arguments adaptor frame: 2->3
14: require [module.js:~361] (this=1d6eaef12c41 #12#,path=392e66f56ab1 )
15: require [module.js:380] (this=237285306c91 #2#,path=392e66f56ab1 )
16: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=1d6eaef12f01 #13#,exports=1d6eaef12f01 #13#,require=1d6eaef12c91 #14#,module=1d6eaef12c41 #12#,__filename=1d6eaef12e51 ,__dirname=1d6eaef12e29 )
18: _compile [module.js:456] (this=1d6eaef12c41 #12#,content=1d6eaef15599 #15#,filename=1d6eaef12e51 )
19: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef12c41 #12#,filename=1d6eaef12e51 )
20: load [module.js:356] (this=1d6eaef12c41 #12#,filename=1d6eaef12e51 )
21: _load [module.js:312] (this=223128d3dbe9 #11#,request=11502facf319 ,parent=1d6eaef17bd9 #16#,isMain=237285304121 )
22: arguments adaptor frame: 2->3
23: require [module.js:~361] (this=1d6eaef17bd9 #16#,path=11502facf319 )
24: require [module.js:380] (this=237285306c91 #2#,path=11502facf319 )
25: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=1d6eaef17dc9 #17#,exports=1d6eaef17dc9 #17#,require=1d6eaef17c29 #18#,module=1d6eaef17bd9 #16#,__filename=1d6eaef17d19 ,__dirname=1d6eaef17cf1 )
27: _compile [module.js:456] (this=1d6eaef17bd9 #16#,content=1d6eaef17e89 ,filename=1d6eaef17d19 )
28: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef17bd9 #16#,filename=1d6eaef17d19 )
29: load [module.js:356] (this=1d6eaef17bd9 #16#,filename=1d6eaef17d19 )
30: _load [module.js:312] (this=223128d3dbe9 #11#,request=284cbe91cfe9 ,parent=1d6eaef17ee9 #19#,isMain=237285304121 )
31: arguments adaptor frame: 2->3
32: require [module.js:~361] (this=1d6eaef17ee9 #19#,path=284cbe91cfe9 )
33: require [module.js:380] (this=237285306c91 #2#,path=284cbe91cfe9 )
34: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=1d6eaef18149 #20#,exports=1d6eaef18149 #20#,require=1d6eaef17f39 #21#,module=1d6eaef17ee9 #19#,__filename=1d6eaef18079 ,__dirname=1d6eaef18051 )
36: _compile [module.js:456] (this=1d6eaef17ee9 #19#,content=1d6eaef18a81 #22#,filename=1d6eaef18079 )
37: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef17ee9 #19#,filename=1d6eaef18079 )
38: load [module.js:356] (this=1d6eaef17ee9 #19#,filename=1d6eaef18079 )
39: _load [module.js:312] (this=223128d3dbe9 #11#,request=11502facd349 ,parent=1d6eaef19361 #23#,isMain=237285304121 )
40: arguments adaptor frame: 2->3
41: require [module.js:~361] (this=1d6eaef19361 #23#,path=11502facd349 )
42: require [module.js:380] (this=237285306c91 #2#,path=11502facd349 )
43: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=1d6eaef19609 #24#,exports=1d6eaef19609 #24#,require=1d6eaef193b1 #25#,module=1d6eaef19361 #23#,__filename=1d6eaef19549 ,__dirname=1d6eaef19521 )
45: _compile [module.js:456] (this=1d6eaef19361 #23#,content=1d6eaef19ce1 #26#,filename=1d6eaef19549 )
46: .js [module.js:474] (this=223128d3de51 #10#,module=1d
out Thu, 10 Oct 2013 21:16:57 GMT 6eaef19361 #23#,filename=1d6eaef19549 )
47: load [module.js:356] (this=1d6eaef19361 #23#,filename=1d6eaef19549 )
48: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f5db49 ,parent=1d6eaef1a361 #27#,isMain=237285304121 )
49: arguments adaptor frame: 2->3
50: require [module.js:~361] (this=1d6eaef1a361 #27#,path=392e66f5db49 )
51: require [module.js:380] (this=237285306c91 #2#,path=392e66f5db49 )
52: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=1d6eaef1a551 #28#,exports=1d6eaef1a551 #28#,require=1d6eaef1a3b1 #29#,module=1d6eaef1a361 #27#,__filename=1d6eaef1a4a1 ,__dirname=1d6eaef1a479 )
54: _compile [module.js:456] (this=1d6eaef1a361 #27#,content=1d6eaef1a651 ,filename=1d6eaef1a4a1 )
55: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1a361 #27#,filename=1d6eaef1a4a1 )
56: load [module.js:356] (this=1d6eaef1a361 #27#,filename=1d6eaef1a4a1 )
57: _load [module.js:312] (this=223128d3dbe9 #11#,request=284cbe926101 ,parent=1d6eaef1a6f1 #30#,isMain=237285304121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=1d6eaef1a6f1 #30#,path=284cbe926101 )
60: require [module.js:380] (this=237285306c91 #2#,path=284cbe926101 )
61: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=1d6eaef1a929 #31#,exports=1d6eaef1a929 #31#,require=1d6eaef1a741 #32#,module=1d6eaef1a6f1 #30#,__filename=1d6eaef1a891 ,__dirname=1d6eaef1a869 )
63: _compile [module.js:456] (this=1d6eaef1a6f1 #30#,content=1d6eaef1b011 #33#,filename=1d6eaef1a891 )
64: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1a6f1 #30#,filename=1d6eaef1a891 )
65: load [module.js:356] (this=1d6eaef1a6f1 #30#,filename=1d6eaef1a891 )
66: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f56bd9 ,parent=1d6eaef1b699 #34#,isMain=237285304121 )
67: arguments adaptor frame: 2->3
68: require [module.js:~361] (this=1d6eaef1b699 #34#,path=392e66f56bd9 )
69: require [module.js:380] (this=237285306c91 #2#,path=392e66f56bd9 )
70: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=1d6eaef1b861 #35#,exports=1d6eaef1b861 #35#,require=1d6eaef1b6e9 #36#,module=1d6eaef1b699 #34#,__filename=1d6eaef1b7d9 ,__dirname=1d6eaef1b7b1 )
72: _compile [module.js:456] (this=1d6eaef1b699 #34#,content=1d6eaef1b961 ,filename=1d6eaef1b7d9 )
73: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1b699 #34#,filename=1d6eaef1b7d9 )
74: load [module.js:356] (this=1d6eaef1b699 #34#,filename=1d6eaef1b7d9 )
75: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f54dc9 ,parent=1d6eaef1ba01 #37#,isMain=237285304121 )
76: arguments adaptor frame: 2->3
77: require [module.js:~361] (this=1d6eaef1ba01 #37#,path=392e66f54dc9 )
78: require [module.js:380] (this=237285306c91 #2#,path=392e66f54dc9 )
79: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=1d6eaef1bc11 #38#,exports=1d6eaef1bc11 #38#,require=1d6eaef1ba51 #39#,module=1d6eaef1ba01 #37#,__filename=1d6eaef1bb99 ,__dirname=1d6eaef1bb71 )
81: _compile [module.js:456] (this=1d6eaef1ba01 #37#,content=1d6eaef1c291 #40#,filename=1d6eaef1bb99 )
82: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1ba01 #37#,filename=1d6eaef1bb99 )
83: load [module.js:356] (this=1d6eaef1ba01 #37#,filename=1d6eaef1bb99 )
84: _load [module.js:312] (this=223128d3dbe9 #11#,request=1d6eaef1c8b9 ,parent=223128d97001 #41#,isMain=237285304121 )
85: arguments adaptor frame: 2->3
86: require [module.js:~361] (this=223128d97001 #41#,path=1d6eaef1c8b9 )
87: require [module.js:380] (this=237285306c91 #2#,path=1d6eaef1c8b9 )
88: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=237285306c91 #2#,file=11502fad02e9 )
89: arguments adaptor frame: 3->1
90: forEach [native array.js:1120] (this=1a92e8dedff9 #42#,a=1a92e8dedf71 #43#,b=237285306c91 #2#)
91: arguments adaptor frame: 1->2
92: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=237285306c91 #2#,app=1a92e8d6b489 #44#)
93: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=223128d97321 #45#,dir=1a92e8d6b4e9 )
94: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=1a92e8d6b631 #46#,exports=1a92e8d6b631 #46#,require=1a92e8d6b5e9 #47#,module=1a92e8d6b511 #48#,__filename=392e66ffa211 ,__dirname=1a92e8d6b4e9 )
96: _compile [module.js:456] (this=1a92e8d6b511 #48#,content=392e66ffa419
out Thu, 10 Oct 2013 21:16:58 GMT d6eaef11499 #7#
var dirname = 1d6eaef11351
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef11519 #60#
var compiledWrapper = 1d6eaef112d1 #61#
var args = 1d6eaef114f9 #62#
// heap-allocated locals
var self = 1d6eaef11449 #8#
// expression stack (top to bottom)
[09] : 1d6eaef114f9 #62#
[08] : 1d6eaef114e1 #6#
[07] : 1d6eaef112d1 #61#
--------- 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, '...
-----------------------------------------
}
[10]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef11449 #8#,filename=1d6eaef11379 ) {
// stack-allocated locals
var content = 1d6eaef120d9 #9#
// expression stack (top to bottom)
[03] : 1d6eaef11379
[02] : 1d6eaef120d9 #9#
[01] : 1d6eaef11449 #8#
--------- 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);?}
-----------------------------------------
}
[11]: load [module.js:356] (this=1d6eaef11449 #8#,filename=1d6eaef11379 ) {
// stack-allocated locals
var extension = 1d6eaef12c21
// expression stack (top to bottom)
[04] : 1d6eaef11379
[03] : 1d6eaef11449 #8#
[02] : 223128d3de51 #10#
[01] : 1d6eaef12c21
--------- 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...
-----------------------------------------
}
[12]: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f56ab1 ,parent=1d6eaef12c41 #12#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef11379
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef11449 #8#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef11379
[10] : 1d6eaef11449 #8#
--------- 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...
-----------------------------------------
}
[13]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 392e66f56ab1
[01] : 1d6eaef12c41 #12#
}
[14]: require [module.js:~361] (this=1d6eaef12c41 #12#,path=392e66f56ab1 ) {
// optimized frame
}
[15]: require [module.js:380] (this=237285306c91 #2#,path=392e66f56ab1 ) {
// expression stack (top to bottom)
[01] : 392e66f56ab1
[00] : 1d6eaef12c41 #12#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[16]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=1d6eaef12f01 #13#,exports=1d6eaef12f01 #13#,require=1d6eaef12c91 #14#,module=1d6eaef12c41 #12#,__filename=1d6eaef12e51 ,__dirname=1d6eaef12e29 ) {
// stack-allocated locals
var Stream = 223128d11189 #63#
var path = 237285304121
var send = 1d6eaef12d11 #64#
// heap-allocated locals
var debug = 1d6eaef7c2c9 #65#
var parseRange = 1a92e8decf51 #66#
var mime = 237285304121
var fresh = 237285304121
var http = 237285304121
var fs = 237285304121
var basename = 237285304121
var normalize = 237285304121
var join = 237285304121
var utils = 237285304121
var SendStream = 1d6eaef7c311 #67#
// expression stack (top to bottom)
[05] : 392e66f56ab1
[04] : 237285306c91 #2#
[03] : 1d6eaef12c91 #14#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?/**? * Module dependencies.? */??var debug = require('debug')('send')? , parseRange = require('range-parser')? , Stream = require('stream')? , mime = require('mime')? , fresh = require('fresh')? , path = require('path')? , http = require('ht...
-----------------------------------------
}
[18]: _compile [module.js:456] (this=1d6eaef12c41 #12#,content=1d6eaef15599 #15#,filename=1d6eaef12e51 ) {
// stack-allocated locals
var require = 1d6eaef12c91 #14#
var dirname = 1d6eaef12e29
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef12f39 #68#
var compiledWrapper = 1d6eaef12d59 #69#
var args = 1d6eaef12f19 #70#
// heap-allocated locals
var self = 1d6eaef12c41 #12#
// expression stack (top to bottom)
[09] : 1d6eaef12f19 #70#
[08] : 1d6eaef12f01 #13#
[07] : 1d6eaef12d59 #69#
--------- 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, '...
-----------------------------------------
}
[19]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef12c41 #12#,filename=1d6eaef12e51 ) {
// stack-allocated locals
var content = 1d6eaef15599 #15#
// expression stack (top to bottom)
[03] : 1d6eaef12e51
[02] : 1d6eaef15599 #15#
[01] : 1d6eaef12c41 #12#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFile
err Thu, 10 Oct 2013 21:16:58 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:16:58 GMT
==== Stack trace ============================================
Security context: 3ffa10406b71 #0#
1: DefineOneShotAccessor(aka DefineOneShotAccessor) [native messages.js:~767] (this=3ffa10404121 ,a=259e59f041d9 #1#,b=2dd6c3f16de1 ,c=259e59f04211 #2#)
2: captureStackTrace(aka captureStackTrace) [native messages.js:~1113] (this=3ffa10404121 ,a=259e59f041d9 #1#,b=2c81f786d519 #3#)
3: new constructor(aka Error)(this=259e59f041d9 #1#,g=259e59f04291 )
5: $Error(aka Error)(this=3ffa10407c19 #4#,g=259e59f04291 )
9: statSync [fs.js:684] (this=2c81f7815cb1 #5#,path=259e59f042b9 )
10: statPath [module.js:91] (this=3ffa10406c91 #6#,path=259e59f042b9 )
11: tryFile [module.js:140] (this=3ffa10406c91 #6#,requestPath=259e59f042b9 )
12: tryExtensions [module.js:150] (this=3ffa10406c91 #6#,p=259e59f043a1 ,exts=259e59f04381 #7#)
13: _findPath [module.js:195] (this=2c81f783dbe9 #8#,request=2dd6c3f26061 ,paths=259e59f047d1 #9#)
14: _resolveFilename [module.js:~323] (this=2c81f783dbe9 #8#,request=2dd6c3f26061 ,parent=259e59f04811 #10#)
15: _load [module.js:280] (this=2c81f783dbe9 #8#,request=2dd6c3f26061 ,parent=259e59f04811 #10#,isMain=3ffa10404121 )
16: arguments adaptor frame: 2->3
17: require [module.js:~361] (this=259e59f04811 #10#,path=2dd6c3f26061 )
18: require [module.js:380] (this=3ffa10406c91 #6#,path=2dd6c3f26061 )
19: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=259e59f04a49 #11#,exports=259e59f04a49 #11#,require=259e59f04861 #12#,module=259e59f04811 #10#,__filename=259e59f049b1 ,__dirname=259e59f04989 )
21: _compile [module.js:456] (this=259e59f04811 #10#,content=259e59f05131 #13#,filename=259e59f049b1 )
22: .js [module.js:474] (this=2c81f783de51 #14#,module=259e59f04811 #10#,filename=259e59f049b1 )
23: load [module.js:356] (this=259e59f04811 #10#,filename=259e59f049b1 )
24: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae10656a89 ,parent=259e59f057b9 #15#,isMain=3ffa10404121 )
25: arguments adaptor frame: 2->3
26: require [module.js:~361] (this=259e59f057b9 #15#,path=38ae10656a89 )
27: require [module.js:380] (this=3ffa10406c91 #6#,path=38ae10656a89 )
28: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=259e59f05981 #16#,exports=259e59f05981 #16#,require=259e59f05809 #17#,module=259e59f057b9 #15#,__filename=259e59f058f9 ,__dirname=259e59f058d1 )
30: _compile [module.js:456] (this=259e59f057b9 #15#,content=259e59f05a81 ,filename=259e59f058f9 )
31: .js [module.js:474] (this=2c81f783de51 #14#,module=259e59f057b9 #15#,filename=259e59f058f9 )
32: load [module.js:356] (this=259e59f057b9 #15#,filename=259e59f058f9 )
33: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae10654c79 ,parent=259e59f05b21 #18#,isMain=3ffa10404121 )
34: arguments adaptor frame: 2->3
35: require [module.js:~361] (this=259e59f05b21 #18#,path=38ae10654c79 )
36: require [module.js:380] (this=3ffa10406c91 #6#,path=38ae10654c79 )
37: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=259e59f05d31 #19#,exports=259e59f05d31 #19#,require=259e59f05b71 #20#,module=259e59f05b21 #18#,__filename=259e59f05cb9 ,__dirname=259e59f05c91 )
39: _compile [module.js:456] (this=259e59f05b21 #18#,content=259e59f063b1 #21#,filename=259e59f05cb9 )
40: .js [module.js:474] (this=2c81f783de51 #14#,module=259e59f05b21 #18#,filename=259e59f05cb9 )
41: load [module.js:356] (this=259e59f05b21 #18#,filename=259e59f05cb9 )
42: _load [module.js:312] (this=2c81f783dbe9 #8#,request=259e59f069d9 ,parent=2c81f7897001 #22#,isMain=3ffa10404121 )
43: arguments adaptor frame: 2->3
44: require [module.js:~361] (this=2c81f7897001 #22#,path=259e59f069d9 )
45: require [module.js:380] (this=3ffa10406c91 #6#,path=259e59f069d9 )
46: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=3ffa10406c91 #6#,file=259e59f06aa9 )
47: arguments adaptor frame: 3->1
48: forEach [native array.js:1120] (this=259e59f06ad1 #23#,a=259e59f06a21 #24#,b=3ffa10406c91 #6#)
49: arguments adaptor frame: 1->2
50: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=3ffa10406c91 #6#,app=230fd646b491 #25#)
51: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=2c81f7897321 #26#,dir=230fd646b4f1 )
52: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=230fd646b639 #27#,exports=230fd646b639 #27#,require=230fd646b5f1 #28#,module=230fd646b519 #29#,__filename=38ae106fa0d1 ,__dirname=230fd646b4f1 )
54: _compile [module.js:456] (this=230fd646b519 #29#,content=38ae106fa2d9
out Thu, 10 Oct 2013 21:16:58 GMT ========================================================================================
========================================================================================
ame);\n\n\n//Handlebars Precompiler Setup\nmodule.exports.configure('development', function(){\n hbsPrecompiler = require('handlebars-precompiler');\n hbsPrecompiler.watchDir(\n __dirname + "/views",\n __dirname + "/public/js/templates.js",\n ['handlebars', 'hbs']\n );\n});\n>,filename=38ae106fa0d1 )
55: .js [module.js:474] (this=2c81f783de51 #14#,module=230fd646b519 #29#,filename=38ae106fa0d1 )
56: load [module.js:356] (this=230fd646b519 #29#,filename=38ae106fa0d1 )
57: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae106fa481 ,parent=2c81f7899641 #30#,isMain=3ffa10404121 )
58: arguments adaptor frame: 2->3
59: require [module.js:~361] (this=2c81f7899641 #30#,path=38ae106fa481 )
60: require [module.js:380] (this=3ffa10406c91 #6#,path=38ae106fa481 )
61: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=2c81f7897321 #26#,app_path=38ae106fa481 ,max=3ffa10404121 ,start=3ffa10404141 )
62: arguments adaptor frame: 2->3
63: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=2c81f783dfa9 #31#,exports=2c81f783dfa9 #31#,require=2c81f783deb9 #32#,module=2c81f783de69 #33#,__filename=38ae10660341 ,__dirname=2c81f783df81 )
65: _compile [module.js:456] (this=2c81f783de69 #33#,content=38ae10660431 ,filename=38ae10660341 )
66: .js [module.js:474] (this=2c81f783de51 #14#,module=2c81f783de69 #33#,filename=38ae10660341 )
67: load [module.js:356] (this=2c81f783de69 #33#,filename=38ae10660341 )
68: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae10660529 ,parent=3ffa10404101 ,isMain=3ffa10404141 )
69: runMain [module.js:497] (this=2c81f783dbe9 #8#)
70: startup [node.js:119] (this=3ffa10406c91 #6#)
71: /* anonymous */ [node.js:901] (this=3ffa10406c91 #6#,process=2c81f783daa9 #34#)
==== Details ================================================
[1]: DefineOneShotAccessor(aka DefineOneShotAccessor) [native messages.js:~767] (this=3ffa10404121 ,a=259e59f041d9 #1#,b=2dd6c3f16de1 ,c=259e59f04211 #2#) {
// optimized frame
}
[2]: captureStackTrace(aka captureStackTrace) [native messages.js:~1113] (this=3ffa10404121 ,a=259e59f041d9 #1#,b=2c81f786d519 #3#) {
// optimized frame
}
[3]: new constructor(aka Error)(this=259e59f041d9 #1#,g=259e59f04291 ) {
// expression stack (top to bottom)
[02] : 2c81f786d519 #3#
[01] : 259e59f041d9 #1#
[00] : 3ffa10404121
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[5]: $Error(aka Error)(this=3ffa10407c19 #4#,g=259e59f04291 ) {
// expression stack (top to bottom)
[01] : 259e59f04291
[00] : 2c81f786d519 #3#
--------- s o u r c e c o d e ---------
-----------------------------------------
}
[9]: statSync [fs.js:684] (this=2c81f7815cb1 #5#,path=259e59f042b9 ) {
// expression stack (top to bottom)
[05] : 2c81f7815c81 #35#
[04] : 3ffa104687f9 #36#
[03] : 3ffa10404121
[02] : 0
[01] : 259e59f042b9
[00] : 2c81f7815c81 #35#
--------- s o u r c e c o d e ---------
function (path) {? nullCheck(path);? return binding.stat(pathModule._makeLong(path));?}
-----------------------------------------
}
[10]: statPath [module.js:91] (this=3ffa10406c91 #6#,path=259e59f042b9 ) {
// stack-allocated locals
var fs = 2c81f7815cb1 #5#
// expression stack (top to bottom)
[07] : 259e59f042b9
[06] : 2c81f7815cb1 #5#
--------- s o u r c e c o d e ---------
function statPath(path) {? var fs = NativeModule.require('fs');? try {? return fs.statSync(path);? } catch (ex) {}? return false;?}
-----------------------------------------
}
[11]: tryFile [module.js:140] (this=3ffa10406c91 #6#,requestPath=259e59f042b9 ) {
// stack-allocated locals
var fs = 2c81f7815cb1 #5#
var stats = 3ffa10404121
// expression stack (top to bottom)
[04] : 259e59f042b9
[03] : 3ffa10406c91 #6#
[02] : 2c81f780a7f1 #37#
--------- s o u r c e c o d e ---------
function tryFile(requestPath) {? var fs = NativeModule.require('fs');? var stats = statPath(requestPath);? if (stats && !stats.isDirectory()) {? return fs.realpathSync(requestPath, Module._realpathCache);? }? return false;?}
-----------------------------------------
}
[12]: tryExtensions [module.js:150] (this=3ffa10406c91 #6#,p=259e59f043a1 ,exts=259e59f04381 #7#) {
// stack-allocated locals
var i = 3
var EL = 5
var filename = 3ffa10404161
// expression stack (top to bottom)
[05] : 259e59f042b9
[04] : 3ffa10406c91 #6#
[03] : 2c81f780a7a9 #38#
--------- s o u r c e c o d e ---------
function tryExtensions(p, exts) {? for (var i = 0, EL = exts.length; i < EL; i++) {? var filename = tryFile(p + exts[i]);?? if (filename) {? return filename;? }? }? return false;?}
-----------------------------------------
}
[13]: _findPath [module.js:195] (this=2c81f783dbe9 #8#,request=2dd6c3f26061 ,paths=259e59f047d1 #9#) {
// stack-allocated locals
var exts = 259e59f04381 #7#
var trailingSlash = 3ffa10404161
var cacheKey = 259e59f04471
out Thu, 10 Oct 2013 21:16:59 GMT Sync(filename, 'utf8');? module._compile(stripBOM(content), filename);?}
-----------------------------------------
}
[20]: load [module.js:356] (this=1d6eaef12c41 #12#,filename=1d6eaef12e51 ) {
// stack-allocated locals
var extension = 1d6eaef17bb9
// expression stack (top to bottom)
[04] : 1d6eaef12e51
[03] : 1d6eaef12c41 #12#
[02] : 223128d3de51 #10#
[01] : 1d6eaef17bb9
--------- 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...
-----------------------------------------
}
[21]: _load [module.js:312] (this=223128d3dbe9 #11#,request=11502facf319 ,parent=1d6eaef17bd9 #16#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef12e51
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef12c41 #12#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef12e51
[10] : 1d6eaef12c41 #12#
--------- 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...
-----------------------------------------
}
[22]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 11502facf319
[01] : 1d6eaef17bd9 #16#
}
[23]: require [module.js:~361] (this=1d6eaef17bd9 #16#,path=11502facf319 ) {
// optimized frame
}
[24]: require [module.js:380] (this=237285306c91 #2#,path=11502facf319 ) {
// expression stack (top to bottom)
[01] : 11502facf319
[00] : 1d6eaef17bd9 #16#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[25]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=1d6eaef17dc9 #17#,exports=1d6eaef17dc9 #17#,require=1d6eaef17c29 #18#,module=1d6eaef17bd9 #16#,__filename=1d6eaef17d19 ,__dirname=1d6eaef17cf1 ) {
// expression stack (top to bottom)
[03] : 11502facf319
[02] : 237285306c91 #2#
[01] : 1d6eaef17c29 #18#
[00] : 1d6eaef17bd9 #16#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = require('./lib/send');?}
-----------------------------------------
}
[27]: _compile [module.js:456] (this=1d6eaef17bd9 #16#,content=1d6eaef17e89 ,filename=1d6eaef17d19 ) {
// stack-allocated locals
var require = 1d6eaef17c29 #18#
var dirname = 1d6eaef17cf1
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef17e01
var compiledWrapper = 1d6eaef17ca9 #71#
var args = 1d6eaef17de1 #72#
// heap-allocated locals
var self = 1d6eaef17bd9 #16#
// expression stack (top to bottom)
[09] : 1d6eaef17de1 #72#
[08] : 1d6eaef17dc9 #17#
[07] : 1d6eaef17ca9 #71#
--------- 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, '...
-----------------------------------------
}
[28]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef17bd9 #16#,filename=1d6eaef17d19 ) {
// stack-allocated locals
var content = 1d6eaef17e89
// expression stack (top to bottom)
[03] : 1d6eaef17d19
[02] : 1d6eaef17e89
[01] : 1d6eaef17bd9 #16#
--------- 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);?}
-----------------------------------------
}
[29]: load [module.js:356] (this=1d6eaef17bd9 #16#,filename=1d6eaef17d19 ) {
// stack-allocated locals
var extension = 1d6eaef17ec9
// expression stack (top to bottom)
[04] : 1d6eaef17d19
[03] : 1d6eaef17bd9 #16#
[02] : 223128d3de51 #10#
[01] : 1d6eaef17ec9
--------- 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...
-----------------------------------------
}
[30]: _load [module.js:312] (this=223128d3dbe9 #11#,request=284cbe91cfe9 ,parent=1d6eaef17ee9 #19#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef17d19
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef17bd9 #16#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef17d19
[10] : 1d6eaef17bd9 #16#
--------- 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...
-----------------------------------------
}
[31]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 284cbe91cfe9
[01] : 1d6eaef17ee9 #19#
}
[32]: require [module.js:~361] (this=1d6eaef17ee9 #19#,path=284cbe91cfe9 ) {
// optimized frame
}
[33]: require [mod
err Thu, 10 Oct 2013 21:16:59 GMT
#
# Fatal error in ../deps/v8/src/incremental-marking.cc, line 458
# CHECK(success) failed
#
out Thu, 10 Oct 2013 21:16:59 GMT = Please ensure that you set the default write concern for the database by setting =
= Please ensure that you set the default write concern for the database by setting =
>
var i = 0
var PL = 10
var basePath = 259e59f043c9
var filename = 3ffa10404161
// expression stack (top to bottom)
[10] : 259e59f04381 #7#
[09] : 259e59f043a1
[08] : 3ffa10406c91 #6#
[07] : 2c81f780ada9 #39#
--------- s o u r c e c o d e ---------
function (request, paths) {? var exts = Object.keys(Module._extensions);?? if (request.charAt(0) === '/') {? paths = [''];? }?? var trailingSlash = (request.slice(-1) === '/');?? var cacheKey = JSON.stringify({request: request, paths: paths});? if (Module._pathCache[cacheKey]) {? return Module._p...
-----------------------------------------
}
[14]: _resolveFilename [module.js:~323] (this=2c81f783dbe9 #8#,request=2dd6c3f26061 ,parent=259e59f04811 #10#) {
// optimized frame
}
[15]: _load [module.js:280] (this=2c81f783dbe9 #8#,request=2dd6c3f26061 ,parent=259e59f04811 #10#,isMain=3ffa10404121 ) {
// stack-allocated locals
var filename = 3ffa10404121
var cachedModule = 3ffa10404121
var replModule = 3ffa10404121
var module = 3ffa10404121
var hadException = 3ffa10404121
// expression stack (top to bottom)
[07] : 259e59f04811 #10#
[06] : 2dd6c3f26061
[05] : 2c81f783dbe9 #8#
--------- 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...
-----------------------------------------
}
[16]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 2dd6c3f26061
[01] : 259e59f04811 #10#
}
[17]: require [module.js:~361] (this=259e59f04811 #10#,path=2dd6c3f26061 ) {
// optimized frame
}
[18]: require [module.js:380] (this=3ffa10406c91 #6#,path=2dd6c3f26061 ) {
// expression stack (top to bottom)
[01] : 2dd6c3f26061
[00] : 259e59f04811 #10#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[19]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=259e59f04a49 #11#,exports=259e59f04a49 #11#,require=259e59f04861 #12#,module=259e59f04811 #10#,__filename=259e59f049b1 ,__dirname=259e59f04989 ) {
// stack-allocated locals
var Route = 3ffa10404121
var Router = 3ffa10404121
var key = 3ffa10404121
// heap-allocated locals
var connect = 3ffa10404121
var proto = 3ffa10404121
var req = 3ffa10404121
var res = 3ffa10404121
var utils = 3ffa10404121
var createApplication = 259e59fa3fc1 #40#
// expression stack (top to bottom)
[05] : 2dd6c3f26061
[04] : 3ffa10406c91 #6#
[03] : 259e59f04861 #12#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[21]: _compile [module.js:456] (this=259e59f04811 #10#,content=259e59f05131 #13#,filename=259e59f049b1 ) {
// stack-allocated locals
var require = 259e59f04861 #12#
var dirname = 259e59f04989
var sandbox = 3ffa10404121
var k = 3ffa10404121
var wrapper = 259e59f04a81 #41#
var compiledWrapper = 259e59f048e1 #42#
var args = 259e59f04a61 #43#
// heap-allocated locals
var self = 259e59f04811 #10#
// expression stack (top to bottom)
[09] : 259e59f04a61 #43#
[08] : 259e59f04a49 #11#
[07] : 259e59f048e1 #42#
--------- 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, '...
-----------------------------------------
}
[22]: .js [module.js:474] (this=2c81f783de51 #14#,module=259e59f04811 #10#,filename=259e59f049b1 ) {
// stack-allocated locals
var content = 259e59f05131 #13#
// expression stack (top to bottom)
[03] : 259e59f049b1
[02] : 259e59f05131 #13#
[01] : 259e59f04811 #10#
--------- 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);?}
-----------------------------------------
}
[23]: load [module.js:356] (this=259e59f04811 #10#,filename=259e59f049b1 ) {
// stack-allocated locals
var extension = 259e59f05799
// expression stack (top to bottom)
[04] : 259e59f049b1
[03] : 259e59f04811 #10#
[02] : 2c81f783de51 #14#
[01] : 259e59f05799
--------- 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...
-----------------------------------------
}
[24]: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae10656a89 ,parent=259e59f057b9 #15#,isMain=3ffa10404121 ) {
// stack-allocated locals
var filename = 259e59f049b1
var cachedModule = 3ffa10404121
var replModule = 3ffa10404121
var module = 259e59f04811 #10#
var hadException = 3ffa10404141
// expression stack (top to bottom)
[11] : 259e59f049b1
[10] : 259e59f04811 #10#
--------- 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...
-----------------------------------------
}
[25]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 38ae10656a89
out Thu, 10 Oct 2013 21:17:00 GMT = one of the options =
========================================================================================
= one of the options =
ing[13]: ./lib/express>
[01] : 259e59f057b9 #15#
}
[26]: require [module.js:~361] (this=259e59f057b9 #15#,path=38ae10656a89 ) {
// optimized frame
}
[27]: require [module.js:380] (this=3ffa10406c91 #6#,path=38ae10656a89 ) {
// expression stack (top to bottom)
[01] : 38ae10656a89
[00] : 259e59f057b9 #15#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[28]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=259e59f05981 #16#,exports=259e59f05981 #16#,require=259e59f05809 #17#,module=259e59f057b9 #15#,__filename=259e59f058f9 ,__dirname=259e59f058d1 ) {
// expression stack (top to bottom)
[03] : 38ae10656a89
[02] : 3ffa10406c91 #6#
[01] : 259e59f05809 #17#
[00] : 259e59f057b9 #15#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[30]: _compile [module.js:456] (this=259e59f057b9 #15#,content=259e59f05a81 ,filename=259e59f058f9 ) {
// stack-allocated locals
var require = 259e59f05809 #17#
var dirname = 259e59f058d1
var sandbox = 3ffa10404121
var k = 3ffa10404121
var wrapper = 259e59f059b9
var compiledWrapper = 259e59f05889 #44#
var args = 259e59f05999 #45#
// heap-allocated locals
var self = 259e59f057b9 #15#
// expression stack (top to bottom)
[09] : 259e59f05999 #45#
[08] : 259e59f05981 #16#
[07] : 259e59f05889 #44#
--------- 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, '...
-----------------------------------------
}
[31]: .js [module.js:474] (this=2c81f783de51 #14#,module=259e59f057b9 #15#,filename=259e59f058f9 ) {
// stack-allocated locals
var content = 259e59f05a81
// expression stack (top to bottom)
[03] : 259e59f058f9
[02] : 259e59f05a81
[01] : 259e59f057b9 #15#
--------- 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);?}
-----------------------------------------
}
[32]: load [module.js:356] (this=259e59f057b9 #15#,filename=259e59f058f9 ) {
// stack-allocated locals
var extension = 259e59f05b01
// expression stack (top to bottom)
[04] : 259e59f058f9
[03] : 259e59f057b9 #15#
[02] : 2c81f783de51 #14#
[01] : 259e59f05b01
--------- 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...
-----------------------------------------
}
[33]: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae10654c79 ,parent=259e59f05b21 #18#,isMain=3ffa10404121 ) {
// stack-allocated locals
var filename = 259e59f058f9
var cachedModule = 3ffa10404121
var replModule = 3ffa10404121
var module = 259e59f057b9 #15#
var hadException = 3ffa10404141
// expression stack (top to bottom)
[11] : 259e59f058f9
[10] : 259e59f057b9 #15#
--------- 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...
-----------------------------------------
}
[34]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 38ae10654c79
[01] : 259e59f05b21 #18#
}
[35]: require [module.js:~361] (this=259e59f05b21 #18#,path=38ae10654c79 ) {
// optimized frame
}
[36]: require [module.js:380] (this=3ffa10406c91 #6#,path=38ae10654c79 ) {
// expression stack (top to bottom)
[01] : 38ae10654c79
[00] : 259e59f05b21 #18#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[37]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=259e59f05d31 #19#,exports=259e59f05d31 #19#,require=259e59f05b71 #20#,module=259e59f05b21 #18#,__filename=259e59f05cb9 ,__dirname=259e59f05c91 ) {
// heap-allocated locals
var require = 259e59f05b71 #20#
var express = 3ffa10404121
var connect_timeout = 3ffa10404121
var MongoStore = 3ffa10404121
var passport = 3ffa10404121
// expression stack (top to bottom)
[02] : 38ae10654c79
[01] : 3ffa10406c91 #6#
[00] : 259e59f05b71 #20#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[39]: _compile [module.js:456] (this=259e59f05b21 #18#,content=259e59f063b1 #21#,filename=259e59f05cb9 ) {
// stack-allocated locals
var require = 259e59f05b71 #20#
var dirname = 259e59f05c91
var sandbox = 3ffa10404121
var k = 3ffa10404121
var wrapper = 259e59f05d69
out Thu, 10 Oct 2013 21:17:00 GMT --------
}
[45]: _compile [module.js:456] (this=1d6eaef19361 #23#,content=1d6eaef19ce1 #26#,filename=1d6eaef19549 ) {
// stack-allocated locals
var require = 1d6eaef193b1 #25#
var dirname = 1d6eaef19521
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef19641 #81#
var compiledWrapper = 1d6eaef19479 #82#
var args = 1d6eaef19621 #83#
// heap-allocated locals
var self = 1d6eaef19361 #23#
// expression stack (top to bottom)
[09] : 1d6eaef19621 #83#
[08] : 1d6eaef19609 #24#
[07] : 1d6eaef19479 #82#
--------- 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, '...
-----------------------------------------
}
[46]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef19361 #23#,filename=1d6eaef19549 ) {
// stack-allocated locals
var content = 1d6eaef19ce1 #26#
// expression stack (top to bottom)
[03] : 1d6eaef19549
[02] : 1d6eaef19ce1 #26#
[01] : 1d6eaef19361 #23#
--------- 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);?}
-----------------------------------------
}
[47]: load [module.js:356] (this=1d6eaef19361 #23#,filename=1d6eaef19549 ) {
// stack-allocated locals
var extension = 1d6eaef1a341
// expression stack (top to bottom)
[04] : 1d6eaef19549
[03] : 1d6eaef19361 #23#
[02] : 223128d3de51 #10#
[01] : 1d6eaef1a341
--------- 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...
-----------------------------------------
}
[48]: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f5db49 ,parent=1d6eaef1a361 #27#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef19549
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef19361 #23#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef19549
[10] : 1d6eaef19361 #23#
--------- 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...
-----------------------------------------
}
[49]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 392e66f5db49
[01] : 1d6eaef1a361 #27#
}
[50]: require [module.js:~361] (this=1d6eaef1a361 #27#,path=392e66f5db49 ) {
// optimized frame
}
[51]: require [module.js:380] (this=237285306c91 #2#,path=392e66f5db49 ) {
// expression stack (top to bottom)
[01] : 392e66f5db49
[00] : 1d6eaef1a361 #27#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=1d6eaef1a551 #28#,exports=1d6eaef1a551 #28#,require=1d6eaef1a3b1 #29#,module=1d6eaef1a361 #27#,__filename=1d6eaef1a4a1 ,__dirname=1d6eaef1a479 ) {
// expression stack (top to bottom)
[03] : 392e66f5db49
[02] : 237285306c91 #2#
[01] : 1d6eaef1a3b1 #29#
[00] : 1d6eaef1a361 #27#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.CONNECT_COV? ? require('./lib-cov/connect')? : require('./lib/connect');?}
-----------------------------------------
}
[54]: _compile [module.js:456] (this=1d6eaef1a361 #27#,content=1d6eaef1a651 ,filename=1d6eaef1a4a1 ) {
// stack-allocated locals
var require = 1d6eaef1a3b1 #29#
var dirname = 1d6eaef1a479
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef1a589
var compiledWrapper = 1d6eaef1a431 #84#
var args = 1d6eaef1a569 #85#
// heap-allocated locals
var self = 1d6eaef1a361 #27#
// expression stack (top to bottom)
[09] : 1d6eaef1a569 #85#
[08] : 1d6eaef1a551 #28#
[07] : 1d6eaef1a431 #84#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1a361 #27#,filename=1d6eaef1a4a1 ) {
// stack-allocated locals
var content = 1d6eaef1a651
// expression stack (top to bottom)
[03] : 1d6eaef1a4a1
[02] : 1d6eaef1a651
[01] : 1d6eaef1a361 #27#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFileSync(filename, 'utf8');? modul
out Thu, 10 Oct 2013 21:17:00 GMT = =
= =
========================================================================================
e._compile(stripBOM(content), filename);?}
-----------------------------------------
}
[56]: load [module.js:356] (this=1d6eaef1a361 #27#,filename=1d6eaef1a4a1 ) {
// stack-allocated locals
var extension = 1d6eaef1a6d1
// expression stack (top to bottom)
[04] : 1d6eaef1a4a1
[03] : 1d6eaef1a361 #27#
[02] : 223128d3de51 #10#
[01] : 1d6eaef1a6d1
--------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=223128d3dbe9 #11#,request=284cbe926101 ,parent=1d6eaef1a6f1 #30#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef1a4a1
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef1a361 #27#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef1a4a1
[10] : 1d6eaef1a361 #27#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 284cbe926101
[01] : 1d6eaef1a6f1 #30#
}
[59]: require [module.js:~361] (this=1d6eaef1a6f1 #30#,path=284cbe926101 ) {
// optimized frame
}
[60]: require [module.js:380] (this=237285306c91 #2#,path=284cbe926101 ) {
// expression stack (top to bottom)
[01] : 284cbe926101
[00] : 1d6eaef1a6f1 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=1d6eaef1a929 #31#,exports=1d6eaef1a929 #31#,require=1d6eaef1a741 #32#,module=1d6eaef1a6f1 #30#,__filename=1d6eaef1a891 ,__dirname=1d6eaef1a869 ) {
// stack-allocated locals
var Route = 237285304121
var Router = 237285304121
var key = 237285304121
// heap-allocated locals
var connect = 237285304121
var proto = 237285304121
var req = 237285304121
var res = 237285304121
var utils = 237285304121
var createApplication = 1d6eaef7c7d9 #86#
// expression stack (top to bottom)
[05] : 284cbe926101
[04] : 237285306c91 #2#
[03] : 1d6eaef1a741 #32#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /**? * Module dependencies.? */??var connect = require('connect')? , proto = require('./application')? , Route = require('./router/route')? , Router = require('./router')? , req = require('./request')? , res = require('./response')? , utils =...
-----------------------------------------
}
[63]: _compile [module.js:456] (this=1d6eaef1a6f1 #30#,content=1d6eaef1b011 #33#,filename=1d6eaef1a891 ) {
// stack-allocated locals
var require = 1d6eaef1a741 #32#
var dirname = 1d6eaef1a869
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef1a961 #87#
var compiledWrapper = 1d6eaef1a7c1 #88#
var args = 1d6eaef1a941 #89#
// heap-allocated locals
var self = 1d6eaef1a6f1 #30#
// expression stack (top to bottom)
[09] : 1d6eaef1a941 #89#
[08] : 1d6eaef1a929 #31#
[07] : 1d6eaef1a7c1 #88#
--------- 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, '...
-----------------------------------------
}
[64]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1a6f1 #30#,filename=1d6eaef1a891 ) {
// stack-allocated locals
var content = 1d6eaef1b011 #33#
// expression stack (top to bottom)
[03] : 1d6eaef1a891
[02] : 1d6eaef1b011 #33#
[01] : 1d6eaef1a6f1 #30#
--------- 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);?}
-----------------------------------------
}
[65]: load [module.js:356] (this=1d6eaef1a6f1 #30#,filename=1d6eaef1a891 ) {
// stack-allocated locals
var extension = 1d6eaef1b679
// expression stack (top to bottom)
[04] : 1d6eaef1a891
[03] : 1d6eaef1a6f1 #30#
[02] : 223128d3de51 #10#
[01] : 1d6eaef1b679
--------- 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...
-----------------------------------------
}
[66]: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f56bd9 ,parent=1d6eaef1b699 #34#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef1a891
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef1a6f1 #30#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef1a891
[10] : 1d6eaef1a6f1 #30#
--------- 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...
-----------------------------------------
}
[67]: arguments adaptor frame: 2
out Thu, 10 Oct 2013 21:17:00 GMT = Please ensure that you set the default write concern for the database by setting =
2]>#46#
var compiledWrapper = 259e59f05bf1 #47#
var args = 259e59f05d49 #48#
// heap-allocated locals
var self = 259e59f05b21 #18#
// expression stack (top to bottom)
[09] : 259e59f05d49 #48#
[08] : 259e59f05d31 #19#
[07] : 259e59f05bf1 #47#
--------- 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, '...
-----------------------------------------
}
[40]: .js [module.js:474] (this=2c81f783de51 #14#,module=259e59f05b21 #18#,filename=259e59f05cb9 ) {
// stack-allocated locals
var content = 259e59f063b1 #21#
// expression stack (top to bottom)
[03] : 259e59f05cb9
[02] : 259e59f063b1 #21#
[01] : 259e59f05b21 #18#
--------- 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);?}
-----------------------------------------
}
[41]: load [module.js:356] (this=259e59f05b21 #18#,filename=259e59f05cb9 ) {
// stack-allocated locals
var extension = 259e59f069b9
// expression stack (top to bottom)
[04] : 259e59f05cb9
[03] : 259e59f05b21 #18#
[02] : 2c81f783de51 #14#
[01] : 259e59f069b9
--------- 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...
-----------------------------------------
}
[42]: _load [module.js:312] (this=2c81f783dbe9 #8#,request=259e59f069d9 ,parent=2c81f7897001 #22#,isMain=3ffa10404121 ) {
// stack-allocated locals
var filename = 259e59f05cb9
var cachedModule = 3ffa10404121
var replModule = 3ffa10404121
var module = 259e59f05b21 #18#
var hadException = 3ffa10404141
// expression stack (top to bottom)
[11] : 259e59f05cb9
[10] : 259e59f05b21 #18#
--------- 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...
-----------------------------------------
}
[43]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 259e59f069d9
[01] : 2c81f7897001 #22#
}
[44]: require [module.js:~361] (this=2c81f7897001 #22#,path=259e59f069d9 ) {
// optimized frame
}
[45]: require [module.js:380] (this=3ffa10406c91 #6#,path=259e59f069d9 ) {
// expression stack (top to bottom)
[01] : 259e59f069d9
[00] : 2c81f7897001 #22#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[46]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=3ffa10406c91 #6#,file=259e59f06aa9 ) {
// expression stack (top to bottom)
[02] : 259e59f069d9
[01] : 3ffa10406c91 #6#
[00] : 2c81f7897051 #49#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[47]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 259e59f06aa9
[01] : 2 // not passed to callee
[02] : 259e59f06ad1 #23# // not passed to callee
}
[48]: forEach [native array.js:1120] (this=259e59f06ad1 #23#,a=259e59f06a21 #24#,b=3ffa10406c91 #6#) {
// stack-allocated locals
var c = 259e59f06ad1 #23#
var d = 5
var g = 2
var h = 259e59f06aa9
// expression stack (top to bottom)
[07] : 259e59f06ad1 #23#
[06] : 2
[05] : 259e59f06aa9
[04] : 3ffa10406c91 #6#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[49]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 259e59f06a21 #24#
}
[50]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=3ffa10406c91 #6#,app=230fd646b491 #25#) {
// stack-allocated locals
var lib = 259e59f06af1 #50#
var autorun = 259e59f06ad1 #23#
// heap-allocated locals
var app = 230fd646b491 #25#
var task = 14edcfa7d181 #51#
// expression stack (top to bottom)
[03] : 259e59f06a21 #24#
[02] : 259e59f06ad1 #23#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[51]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=2c81f7897321 #26#,dir=230fd646b4f1 ) {
// stack-allocated locals
var app = 230fd646b491 #25#
var pkg = 230fd646b4d9 #52#
// expression stack (top to bottom)
[04] : 230fd646b491 #25#
[03] : 3ffa10406c91 #6#
[02] : 2c81f78a9fe9 #53#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[52]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=230fd646b639 #27#,exports=230fd646b639 #27#,require=230fd646b5f1 #28#,module=230fd646b519 #29#,__filename=38ae106fa0d1 ,__dirname=230fd646b4f1 ) {
// stack-allocated locals
var base12 = 2c81f7897321 #26#
// heap-allocated locals
var __dirname = 230fd646b4f1
err Thu, 10 Oct 2013 21:17:00 GMT FATAL ERROR: Malloced operator new Allocation failed - process out of memory
FATAL ERROR: Evacuation Allocation failed - process out of memory
out Thu, 10 Oct 2013 21:17:00 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
->3 {
// actual arguments
[00] : 392e66f56bd9
[01] : 1d6eaef1b699 #34#
}
[68]: require [module.js:~361] (this=1d6eaef1b699 #34#,path=392e66f56bd9 ) {
// optimized frame
}
[69]: require [module.js:380] (this=237285306c91 #2#,path=392e66f56bd9 ) {
// expression stack (top to bottom)
[01] : 392e66f56bd9
[00] : 1d6eaef1b699 #34#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[70]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=1d6eaef1b861 #35#,exports=1d6eaef1b861 #35#,require=1d6eaef1b6e9 #36#,module=1d6eaef1b699 #34#,__filename=1d6eaef1b7d9 ,__dirname=1d6eaef1b7b1 ) {
// expression stack (top to bottom)
[03] : 392e66f56bd9
[02] : 237285306c91 #2#
[01] : 1d6eaef1b6e9 #36#
[00] : 1d6eaef1b699 #34#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ?module.exports = process.env.EXPRESS_COV? ? require('./lib-cov/express')? : require('./lib/express');?}
-----------------------------------------
}
[72]: _compile [module.js:456] (this=1d6eaef1b699 #34#,content=1d6eaef1b961 ,filename=1d6eaef1b7d9 ) {
// stack-allocated locals
var require = 1d6eaef1b6e9 #36#
var dirname = 1d6eaef1b7b1
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef1b899
var compiledWrapper = 1d6eaef1b769 #90#
var args = 1d6eaef1b879 #91#
// heap-allocated locals
var self = 1d6eaef1b699 #34#
// expression stack (top to bottom)
[09] : 1d6eaef1b879 #91#
[08] : 1d6eaef1b861 #35#
[07] : 1d6eaef1b769 #90#
--------- 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, '...
-----------------------------------------
}
[73]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1b699 #34#,filename=1d6eaef1b7d9 ) {
// stack-allocated locals
var content = 1d6eaef1b961
// expression stack (top to bottom)
[03] : 1d6eaef1b7d9
[02] : 1d6eaef1b961
[01] : 1d6eaef1b699 #34#
--------- 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);?}
-----------------------------------------
}
[74]: load [module.js:356] (this=1d6eaef1b699 #34#,filename=1d6eaef1b7d9 ) {
// stack-allocated locals
var extension = 1d6eaef1b9e1
// expression stack (top to bottom)
[04] : 1d6eaef1b7d9
[03] : 1d6eaef1b699 #34#
[02] : 223128d3de51 #10#
[01] : 1d6eaef1b9e1
--------- 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...
-----------------------------------------
}
[75]: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66f54dc9 ,parent=1d6eaef1ba01 #37#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef1b7d9
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef1b699 #34#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef1b7d9
[10] : 1d6eaef1b699 #34#
--------- 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...
-----------------------------------------
}
[76]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 392e66f54dc9
[01] : 1d6eaef1ba01 #37#
}
[77]: require [module.js:~361] (this=1d6eaef1ba01 #37#,path=392e66f54dc9 ) {
// optimized frame
}
[78]: require [module.js:380] (this=237285306c91 #2#,path=392e66f54dc9 ) {
// expression stack (top to bottom)
[01] : 392e66f54dc9
[00] : 1d6eaef1ba01 #37#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[79]: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=1d6eaef1bc11 #38#,exports=1d6eaef1bc11 #38#,require=1d6eaef1ba51 #39#,module=1d6eaef1ba01 #37#,__filename=1d6eaef1bb99 ,__dirname=1d6eaef1bb71 ) {
// heap-allocated locals
var require = 1d6eaef1ba51 #39#
var express = 237285304121
var connect_timeout = 237285304121
var MongoStore = 237285304121
var passport = 237285304121
// expression stack (top to bottom)
[02] : 392e66f54dc9
[01] : 237285306c91 #2#
[00] : 1d6eaef1ba51 #39#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var express = require('express'),? connect_timeout = require('connect-timeout'),? MongoStore = require('connect-mongodb'),? passport = require('passport');??// Middleware??module.exports = function (app) {?? // Sessions? var mongoSto...
-----------------------------------------
}
[81]: _compile [module.js:456] (this=1d6eaef1ba01 #37#,content=1d6eaef1c291 #40#,filename=1d6eaef1bb99 ) {
// stack-allocated locals
var require = 1d6eaef1ba51 #39#
var dirname = 1d6eaef1bb71
var sandbox = 237285304121
var k = 237285304121
out Thu, 10 Oct 2013 21:17:01 GMT ========================================================================================
= Please ensure that you set the default write concern for the database by setting =
= one of the options =
= =
= w: (value of > -1 or the string 'majority'), where < 1 means =
= no write acknowlegement =
= journal: true/false, wait for flush to journal before acknowlegement =
= fsync: true/false, wait for flush to file system before acknowlegement =
= =
= For backward compatibility safe is still supported and =
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true}] =
= the default value is false which means the driver receives does not =
= return the information of the success/error of the insert/update/remove =
= =
= ex: new Db(new Server('localhost', 27017), {safe:false}) =
= =
= http://www.mongodb.org/display/DOCS/getLastError+Command =
= =
= The default of no acknowlegement will change in the very near future =
= =
= This message will disappear when the default safe is set on the driver Db =
========================================================================================
= one of the options =
= no write acknowlegement =
==== Stack trace ============================================
Security context: c7c33c06b71 #0#
1: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:~57] (this=c7c33c06c91 #1#,line=206790f041e1 )
2: arguments adaptor frame: 3->1
3: forEach [native array.js:1120] (this=206790f04209 #2#,a=206790f04199 #3#,b=c7c33c06c91 #1#)
4: arguments adaptor frame: 1->2
5: load [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:57] (this=206790f11239 #4#,file=206790f11159 )
6: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/node_modules/mime/mime.js:90] (this=206790f114f9 #5#,exports=206790f114f9 #5#,require=206790f114b1 #6#,module=206790f11461 #7#,__filename=206790f11391 ,__dirname=206790f11369 )
8: _compile [module.js:456] (this=206790f11461 #7#,content=206790f120f1 #8#,filename=206790f11391 )
9: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f11461 #7#,filename=206790f11391 )
10: load [module.js:356] (this=206790f11461 #7#,filename=206790f11391 )
11: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=6c2db256961 ,parent=206790f12c59 #11#,isMain=c7c33c04121 )
12: arguments adaptor frame: 2->3
13: require [module.js:~361] (this=206790f12c59 #11#,path=6c2db256961 )
14: require [module.js:380] (this=c7c33c06c91 #1#,path=6c2db256961 )
15: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/lib/send.js:9] (this=206790f12f19 #12#,exports=206790f12f19 #12#,require=206790f12ca9 #13#,module=206790f12c59 #11#,__filename=206790f12e69 ,__dirname=206790f12e41 )
17: _compile [module.js:456] (this=206790f12c59 #11#,content=206790f155b1 #14#,filename=206790f12e69 )
18: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f12c59 #11#,filename=206790f12e69 )
19: load [module.js:356] (this=206790f12c59 #11#,filename=206790f12e69 )
20: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=31e40cc2e11 ,parent=206790f17bf1 #15#,isMain=c7c33c04121 )
21: arguments adaptor frame: 2->3
22: require [module.js:~361] (this=206790f17bf1 #15#,path=31e40cc2e11 )
23: require [module.js:380] (this=c7c33c06c91 #1#,path=31e40cc2e11 )
24: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/send/index.js:2] (this=206790f17de1 #16#,exports=206790f17de1 #16#,require=206790f17c41 #17#,module=206790f17bf1 #15#,__filename=206790f17d31 ,__dirname=206790f17d09 )
26: _compile [module.js:456] (this=206790f17bf1 #15#,content=206790f17ea1 ,filename=206790f17d31 )
27: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f17bf1 #15#,filename=206790f17d31 )
28: load [module.js:356] (this=206790f17bf1 #15#,filename=206790f17d31 )
29: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=3795ad61cfe9 ,parent=206790f17f01 #18#,isMain=c7c33c04121 )
30: arguments adaptor frame: 2->3
31: require [module.js:~361] (this=206790f17f01 #18#,path=3795ad61cfe9 )
32: require [module.js:380] (this=c7c33c06c91 #1#,path=3795ad61cfe9 )
33: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=206790f18161 #19#,exports=206790f18161 #19#,require=206790f17f51 #20#,module=206790f17f01 #18#,__filename=206790f18091 ,__dirname=206790f18069 )
35: _compile [module.js:456] (this=206790f17f01 #18#,content=206790f18a99 #21#,filename=206790f18091 )
36: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f17f01 #18#,filename=206790f18091 )
37: load [module.js:356] (this=206790f17f01 #18#,filename=206790f18091 )
38: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=31e40cc0e41 ,parent=206790f19379 #22#,isMain=c7c33c04121 )
39: arguments adaptor frame: 2->3
40: require [module.js:~361] (this=206790f19379 #22#,path=31e40cc0e41 )
41: require [module.js:380] (this=c7c33c06c91 #1#,path=31e40cc0e41 )
42: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=206790f19621 #23#,exports=206790f19621 #23#,require=206790f193c9 #24#,module=206790f19379 #22#,__filename=206790f19561 ,__dirname=206790f19539 )
44: _compile [module.js:456] (this=206790f19379 #22#,content=206790f19cf9 #25#,filename=206790f19561 )
45: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f19379 #22#,filename=206790f19561 )
46: load [module.js:356] (this=206790f19379 #22#,filena
out Thu, 10 Oct 2013 21:17:00 GMT = w: (value of > -1 or the string 'majority'), where < 1 means =
snapshot/package/app>
var require = 230fd646b5f1 #28#
// expression stack (top to bottom)
[03] : 230fd646b4f1
[02] : 2c81f7897321 #26#
[01] : 230fd646b519 #29#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[54]: _compile [module.js:456] (this=230fd646b519 #29#,content=38ae106fa2d9 ,filename=38ae106fa0d1 ) {
// stack-allocated locals
var require = 230fd646b5f1 #28#
var dirname = 230fd646b4f1
var sandbox = 3ffa10404121
var k = 3ffa10404121
var wrapper = 38ae106fa111
var compiledWrapper = 230fd646b569 #54#
var args = 230fd646b651 #55#
// heap-allocated locals
var self = 230fd646b519 #29#
// expression stack (top to bottom)
[09] : 230fd646b651 #55#
[08] : 230fd646b639 #27#
[07] : 230fd646b569 #54#
--------- 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, '...
-----------------------------------------
}
[55]: .js [module.js:474] (this=2c81f783de51 #14#,module=230fd646b519 #29#,filename=38ae106fa0d1 ) {
// stack-allocated locals
var content = 38ae106fa2d9
// expression stack (top to bottom)
[03] : 38ae106fa0d1
[02] : 38ae106fa2d9
[01] : 230fd646b519 #29#
--------- 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);?}
-----------------------------------------
}
[56]: load [module.js:356] (this=230fd646b519 #29#,filename=38ae106fa0d1 ) {
// stack-allocated locals
var extension = 38ae106fa461
// expression stack (top to bottom)
[04] : 38ae106fa0d1
[03] : 230fd646b519 #29#
[02] : 2c81f783de51 #14#
[01] : 38ae106fa461
--------- 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...
-----------------------------------------
}
[57]: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae106fa481 ,parent=2c81f7899641 #30#,isMain=3ffa10404121 ) {
// stack-allocated locals
var filename = 38ae106fa0d1
var cachedModule = 3ffa10404121
var replModule = 3ffa10404121
var module = 230fd646b519 #29#
var hadException = 3ffa10404141
// expression stack (top to bottom)
[11] : 38ae106fa0d1
[10] : 230fd646b519 #29#
--------- 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...
-----------------------------------------
}
[58]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 38ae106fa481
[01] : 2c81f7899641 #30#
}
[59]: require [module.js:~361] (this=2c81f7899641 #30#,path=38ae106fa481 ) {
// expression stack (top to bottom)
[02] : 2c81f7899641 #30#
[01] : 38ae106fa481
[00] : 2c81f783dbe9 #8#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[60]: require [module.js:380] (this=3ffa10406c91 #6#,path=38ae106fa481 ) {
// expression stack (top to bottom)
[01] : 38ae106fa481
[00] : 2c81f7899641 #30#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[61]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=2c81f7897321 #26#,app_path=38ae106fa481 ,max=3ffa10404121 ,start=3ffa10404141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 3ffa10404121
var app = 3ffa10404121
// heap-allocated locals
var fork = 230fd64a5be1 #56#
// expression stack (top to bottom)
[05] : 38ae106fa481
[04] : 3ffa10406c91 #6#
[03] : 2c81f78a94c9 #57#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
-----------------------------------------
}
[62]: arguments adaptor frame: 2->3 {
out Thu, 10 Oct 2013 21:17:01 GMT = no write acknowlegement =
= =
= journal: true/false, wait for flush to journal before acknowlegement =
121
message: 259e59f04291
#2# 259e59f04211: 259e59f04211
#3# 2c81f786d519: 2c81f786d519
stackTraceLimit: 10
#4# 3ffa10407c19: 3ffa10407c19
#5# 2c81f7815cb1: 2c81f7815cb1
close: 259e59fa93c1 #71#
closeSync: 259e59fa9409 #72#
open: 259e59fa9331 #73#
read: 14edcfa57571 #74#
readSync: 14edcfa575b9 #75#
readdir: 259e59fa9379 #76#
fchown: 259e59fa9259 #77#
fchownSync: 259e59fa92e9 #78#
chown: 259e59fa9211 #79#
chownSync: 259e59fa92a1 #80#
lchown: 14edcfa574c9 #81#
lchownSync: 14edcfa57529 #82#
#6# 3ffa10406c91: 3ffa10406c91
#7# 259e59f04381: 259e59f04381
0: 2dd6c3f1d0e1
1: 2dd6c3f30061
2: 2dd6c3f30081
3: 1b979f61f71
4: 1b979f5b9f9
#8# 2c81f783dbe9: 2c81f783dbe9
_contextLoad: 3ffa10404161
_cache: 2c81f78172f1 #83#
_pathCache: 2c81f7817309 #84#
_extensions: 2c81f783de51 #14#
globalPaths: 2c81f7817321 #85#
wrapper: 2c81f7817341 #86#
_realpathCache: 2c81f7817361 #87#
#9# 259e59f047d1: 259e59f047d1
0: 259e59fb3071
1: 259e59fb3109
2: 259e59fb3199
3: 259e59fb3201
4: 259e59fb3259
5: 259e59fb32a1
6: 259e59fb32e1
7: 38ae10652871
8: 38ae106528d9
9: 38ae10652949
...
#10# 259e59f04811: 259e59f04811
id: 259e59f049b1
exports: 259e59f04a49 #11#
parent: 259e59f057b9 #15#
filename: 259e59f049b1
loaded: 3ffa10404161
children: 259e59fa3f59 #88#
paths: 259e59fa3f79 #89#
#11# 259e59f04a49: 259e59f04a49
#12# 259e59f04861: 259e59f04861
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#13# 259e59f05131: 259e59f05131
#14# 2c81f783de51: 2c81f783de51
#15# 259e59f057b9: 259e59f057b9
id: 259e59f058f9
exports: 259e59f05981 #16#
parent: 259e59f05b21 #18#
filename: 259e59f058f9
loaded: 3ffa10404161
children: 259e59fa4069 #90#
paths: 259e59fa4089 #91#
#16# 259e59f05981: 259e59f05981
#17# 259e59f05809: 259e59f05809
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#18# 259e59f05b21: 259e59f05b21
id: 259e59f05cb9
exports: 259e59f05d31 #19#
parent: 2c81f7897001 #22#
filename: 259e59f05cb9
loaded: 3ffa10404161
children: 259e59fa4131 #92#
paths: 259e59fa4151 #93#
#19# 259e59f05d31: 259e59f05d31
#20# 259e59f05b71: 259e59f05b71
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#21# 259e59f063b1: 259e59f063b1
#22# 2c81f7897001: 2c81f7897001
id: 38ae1066e4b1
exports: 2c81f78970d1 #94#
parent: 2c81f7897251 #95#
filename: 38ae1066e4b1
loaded: 3ffa10404141
children: 2c81f78a9df9 #96#
paths: 2c81f78a9e19 #97#
#23# 259e59f06ad1: 259e59f06ad1
0: 259e59fb3639
1: 259e59fb3659
2: 259e59f06aa9
3: 259e59fb3679
4: 259e59fb3699
#24# 259e59f06a21: 259e59f06a21
#25# 230fd646b491: 230fd646b491
use: 2c81f78b40b9 #98#
listen: 2c81f78b43c9 #99#
route: 2dd6c3f146b9
stack: 230fd64ae369 #100#
request: 230fd64ae389 #101#
response: 230fd64ae3a1 #102#
cache: 230fd64ae3b9 #103#
settings: 230fd64a7101 #104#
engines: 230fd64ae3d1 #105#
viewCallbacks: 230fd64ae3e9 #106#
_router: 230fd64a7119 #107#
routes: 230fd64ae409 #108#
dir: 230fd646b4f1
constants: 230fd64ae471 #109#
config: 230fd64a72d9 #110#
_usedRouter: 3ffa10404141
models: 230fd64a5981 #111#
middleware: 259e59fa70c1 #112#
controllers: 259e59fa70d9 #113#
#26# 2c81f7897321: 2c81f7897321
balance: 2c81f7823c59 #114#
cycle: 2c81f7824799 #115#
app: 2c81f78970d1 #94#
#27# 230fd646b639: 230fd646b639
#28# 230fd646b5f1: 230fd646b5f1
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#29# 230fd646b519: 230fd646b519
id: 38ae106fa0d1
exports: 230fd646b639 #27#
parent: 2c81f7899641 #30#
filename: 38ae106fa0d1
loaded: 3ffa10404161
children: 230fd64a5b41 #116#
paths: 230fd64a5b61 #117#
#30# 2c81f7899641: 2c81f7899641
id: 38ae10670829
exports: 2c81f7823c59 #114#
parent: 2c81f7897251 #95#
filename: 38ae10670829
out Thu, 10 Oct 2013 21:17:01 GMT ls
var __dirname = 1a92e8d6b4e9
var require = 1a92e8d6b5e9 #47#
// expression stack (top to bottom)
[03] : 1a92e8d6b4e9
[02] : 223128d97321 #45#
[01] : 1a92e8d6b511 #48#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var base12 = require('base12');??module.exports = base12.app(__dirname);???//Handlebars Precompiler Setup?module.exports.configure('development', function(){? hbsPrecompiler = require('handlebars-precompiler');? hbsPrecompiler.watchDir(? ...
-----------------------------------------
}
[96]: _compile [module.js:456] (this=1a92e8d6b511 #48#,content=392e66ffa419 ,filename=392e66ffa211 ) {
// stack-allocated locals
var require = 1a92e8d6b5e9 #47#
var dirname = 1a92e8d6b4e9
var sandbox = 237285304121
var k = 237285304121
var wrapper = 392e66ffa251
var compiledWrapper = 1a92e8d6b561 #100#
var args = 1a92e8d6b649 #101#
// heap-allocated locals
var self = 1a92e8d6b511 #48#
// expression stack (top to bottom)
[09] : 1a92e8d6b649 #101#
[08] : 1a92e8d6b631 #46#
[07] : 1a92e8d6b561 #100#
--------- 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, '...
-----------------------------------------
}
[97]: .js [module.js:474] (this=223128d3de51 #10#,module=1a92e8d6b511 #48#,filename=392e66ffa211 ) {
// stack-allocated locals
var content = 392e66ffa419
// expression stack (top to bottom)
[03] : 392e66ffa211
[02] : 392e66ffa419
[01] : 1a92e8d6b511 #48#
--------- 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);?}
-----------------------------------------
}
[98]: load [module.js:356] (this=1a92e8d6b511 #48#,filename=392e66ffa211 ) {
// stack-allocated locals
var extension = 392e66ffa5a1
// expression stack (top to bottom)
[04] : 392e66ffa211
[03] : 1a92e8d6b511 #48#
[02] : 223128d3de51 #10#
[01] : 392e66ffa5a1
--------- 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...
-----------------------------------------
}
[99]: _load [module.js:312] (this=223128d3dbe9 #11#,request=392e66ffa5c1 ,parent=223128d99641 #49#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 392e66ffa211
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1a92e8d6b511 #48#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 392e66ffa211
[10] : 1a92e8d6b511 #48#
--------- 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...
-----------------------------------------
}
[100]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 392e66ffa5c1
[01] : 223128d99641 #49#
}
[101]: require [module.js:~361] (this=223128d99641 #49#,path=392e66ffa5c1 ) {
// expression stack (top to bottom)
[02] : 223128d99641 #49#
[01] : 392e66ffa5c1
[00] : 223128d3dbe9 #11#
--------- s o u r c e c o d e ---------
function (path) {? assert(typeof path === 'string', 'path must be a string');? assert(path, 'missing path');? return Module._load(path, this);?}
-----------------------------------------
}
[102]: require [module.js:380] (this=237285306c91 #2#,path=392e66ffa5c1 ) {
// expression stack (top to bottom)
[01] : 392e66ffa5c1
[00] : 223128d99641 #49#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[103]: balance [/opt/run/snapshot/package/node_modules/base12/lib/balance.js:32] (this=223128d97321 #45#,app_path=392e66ffa5c1 ,max=237285304121 ,start=237285304141 ) {
// stack-allocated locals
var num_workers = 24
var workers = 237285304121
var app = 237285304121
// heap-allocated locals
var fork = 1a92e8da5bd9 #102#
// expression stack (top to bottom)
[05] : 392e66ffa5c1
[04] : 237285306c91 #2#
[03] : 223128da94c9 #103#
--------- s o u r c e c o d e ---------
function (app_path, max, start) {?? start = ('undefined' == typeof start) ? true : start;?? // Figure out how many workers to start? var num_workers = parseInt(max, 10) || os.cpus().length;?? // Fork a new worker process? function fork() {? var f = cluster.fork();? // Extend EventEmitter and emit ...
---------------
err Thu, 10 Oct 2013 21:17:01 GMT Exiting process due to uncaught exception!
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1073:26
at Object.17:1 (cluster.js:587:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
out Thu, 10 Oct 2013 21:17:02 GMT me=206790f19561 )
47: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=6c2db25d9f9 ,parent=206790f1a379 #26#,isMain=c7c33c04121 )
48: arguments adaptor frame: 2->3
49: require [module.js:~361] (this=206790f1a379 #26#,path=6c2db25d9f9 )
50: require [module.js:380] (this=c7c33c06c91 #1#,path=6c2db25d9f9 )
51: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/index.js:4] (this=206790f1a569 #27#,exports=206790f1a569 #27#,require=206790f1a3c9 #28#,module=206790f1a379 #26#,__filename=206790f1a4b9 ,__dirname=206790f1a491 )
53: _compile [module.js:456] (this=206790f1a379 #26#,content=206790f1a669 ,filename=206790f1a4b9 )
54: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f1a379 #26#,filename=206790f1a4b9 )
55: load [module.js:356] (this=206790f1a379 #26#,filename=206790f1a4b9 )
56: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=3795ad626061 ,parent=206790f1a709 #29#,isMain=c7c33c04121 )
57: arguments adaptor frame: 2->3
58: require [module.js:~361] (this=206790f1a709 #29#,path=3795ad626061 )
59: require [module.js:380] (this=c7c33c06c91 #1#,path=3795ad626061 )
60: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/lib/express.js:5] (this=206790f1a941 #30#,exports=206790f1a941 #30#,require=206790f1a759 #31#,module=206790f1a709 #29#,__filename=206790f1a8a9 ,__dirname=206790f1a881 )
62: _compile [module.js:456] (this=206790f1a709 #29#,content=206790f1b029 #32#,filename=206790f1a8a9 )
63: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f1a709 #29#,filename=206790f1a8a9 )
64: load [module.js:356] (this=206790f1a709 #29#,filename=206790f1a8a9 )
65: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=6c2db256a89 ,parent=206790f1b6b1 #33#,isMain=c7c33c04121 )
66: arguments adaptor frame: 2->3
67: require [module.js:~361] (this=206790f1b6b1 #33#,path=6c2db256a89 )
68: require [module.js:380] (this=c7c33c06c91 #1#,path=6c2db256a89 )
69: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/index.js:4] (this=206790f1b879 #34#,exports=206790f1b879 #34#,require=206790f1b701 #35#,module=206790f1b6b1 #33#,__filename=206790f1b7f1 ,__dirname=206790f1b7c9 )
71: _compile [module.js:456] (this=206790f1b6b1 #33#,content=206790f1b979 ,filename=206790f1b7f1 )
72: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f1b6b1 #33#,filename=206790f1b7f1 )
73: load [module.js:356] (this=206790f1b6b1 #33#,filename=206790f1b7f1 )
74: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=6c2db254c79 ,parent=206790f1ba19 #36#,isMain=c7c33c04121 )
75: arguments adaptor frame: 2->3
76: require [module.js:~361] (this=206790f1ba19 #36#,path=6c2db254c79 )
77: require [module.js:380] (this=c7c33c06c91 #1#,path=6c2db254c79 )
78: /* anonymous */ [/opt/run/snapshot/package/app/lib/middleware.js:1] (this=206790f1bc29 #37#,exports=206790f1bc29 #37#,require=206790f1ba69 #38#,module=206790f1ba19 #36#,__filename=206790f1bbb1 ,__dirname=206790f1bb89 )
80: _compile [module.js:456] (this=206790f1ba19 #36#,content=206790f1c2a9 #39#,filename=206790f1bbb1 )
81: .js [module.js:474] (this=7b0bac3de51 #9#,module=206790f1ba19 #36#,filename=206790f1bbb1 )
82: load [module.js:356] (this=206790f1ba19 #36#,filename=206790f1bbb1 )
83: _load [module.js:312] (this=7b0bac3dbe9 #10#,request=206790f1c8d1 ,parent=7b0bac97001 #40#,isMain=c7c33c04121 )
84: arguments adaptor frame: 2->3
85: require [module.js:~361] (this=7b0bac97001 #40#,path=206790f1c8d1 )
86: require [module.js:380] (this=c7c33c06c91 #1#,path=206790f1c8d1 )
87: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=c7c33c06c91 #1#,file=31e40cc3de1 )
88: arguments adaptor frame: 3->1
89: forEach [native array.js:1120] (this=2a4dcdaee631 #41#,a=2a4dcdaee5a9 #42#,b=c7c33c06c91 #1#)
90: arguments adaptor frame: 1->2
91: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=c7c33c06c91 #1#,app=31fb266b439 #43#)
92: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=7b0bac97321 #44#,dir=31fb266b499 )
93: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=31fb266b5e1 #45#,exports=31fb266b5e1 #45#,require=31fb266b599 #46#,module=31fb266b4c1 #47#,__filename=6c2db2fa0c1 ,__dirname=31fb266b499 )
95: _compile [module.js:456] (this=31fb266b4c1 #47#,content=6c2db2fa2c9 ,filename=6c2db2fa0c1
out Thu, 10 Oct 2013 21:17:02 GMT ========================================================================================
= =
t/package/node_modules/base12/lib/balance.js>
loaded: 3ffa10404141
children: 2c81f78aa3c1 #118#
paths: 2c81f78aa3e1 #119#
#31# 2c81f783dfa9: 2c81f783dfa9
#32# 2c81f783deb9: 2c81f783deb9
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#33# 2c81f783de69: 2c81f783de69
id: 2dd6c3f04e09
exports: 2c81f783dfa9 #31#
parent: 3ffa10404101
filename: 38ae10660341
loaded: 3ffa10404161
children: 2c81f780ae91 #120#
paths: 2c81f780aeb1 #121#
#34# 2c81f783daa9: 2c81f783daa9
#35# 2c81f7815c81: 2c81f7815c81
#36# 3ffa104687f9: 3ffa104687f9
#37# 2c81f780a7f1: 2c81f780a7f1
#38# 2c81f780a7a9: 2c81f780a7a9
#39# 2c81f780ada9: 2c81f780ada9
#40# 259e59fa3fc1: 259e59fa3fc1
#41# 259e59f04a81: 259e59f04a81
#42# 259e59f048e1: 259e59f048e1
#43# 259e59f04a61: 259e59f04a61
0: 259e59f04a49 #11#
1: 259e59f04861 #12#
2: 259e59f04811 #10#
3: 259e59f049b1
4: 259e59f04989
#44# 259e59f05889: 259e59f05889
#45# 259e59f05999: 259e59f05999
0: 259e59f05981 #16#
1: 259e59f05809 #17#
2: 259e59f057b9 #15#
3: 259e59f058f9
4: 259e59f058d1
#46# 259e59f05d69: 259e59f05d69
#47# 259e59f05bf1: 259e59f05bf1
#48# 259e59f05d49: 259e59f05d49
0: 259e59f05d31 #19#
1: 259e59f05b71 #20#
2: 259e59f05b21 #18#
3: 259e59f05cb9
4: 259e59f05c91
#49# 2c81f7897051: 2c81f7897051
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#50# 259e59f06af1: 259e59f06af1
autorun: 259e59f06ad1 #23#
#51# 14edcfa7d181: 14edcfa7d181
#52# 230fd646b4d9: 230fd646b4d9
name: 10116c707f71
version: 10116c707f99
directories: 230fd64ae489 #122#
engines: 230fd64ae4a1 #123#
dependencies: 230fd64ae4b9 #124#
devDependencies: 230fd64ae4d1 #125#
scripts: 230fd64ae4e9 #126#
constants: 230fd64ae471 #109#
subdomain: 10116c707fb9
os: 10116c707fd9
bundledDependencies: 230fd64ae501 #127#
#53# 2c81f78a9fe9: 2c81f78a9fe9
#54# 230fd646b569: 230fd646b569
#55# 230fd646b651: 230fd646b651
0: 230fd646b639 #27#
1: 230fd646b5f1 #28#
2: 230fd646b519 #29#
3: 38ae106fa0d1
4: 230fd646b4f1
#56# 230fd64a5be1: 230fd64a5be1
#57# 2c81f78a94c9: 2c81f78a94c9
main: 2c81f783de69 #33#
extensions: 2c81f783de51 #14#
cache: 2c81f78172f1 #83#
#58# 2c81f783df39: 2c81f783df39
#59# 2c81f783dfc1: 2c81f783dfc1
0: 2c81f783dfa9 #31#
1: 2c81f783deb9 #32#
2: 2c81f783de69 #33#
3: 38ae10660341
4: 2c81f783df81
#60# 2c81f783e061: 2c81f783e061
#61# 2c81f783e049: 2c81f783e049
sep: 2dd6c3f146b9
delimiter: 2dd6c3f16a31
#62# 2c81f783dfe1: 2c81f783dfe1
domain: 3ffa10404101
_events: 2c81f780b4a1 #128#
_maxListeners: 10
isWorker: 3ffa10404141
isMaster: 3ffa10404161
worker: 2c81f780b4b9 #129#
workers: 3ffa10404101
settings: 2c81f780b541 #130#
#63# 3ffa10435229: 3ffa10435229
#64# 2c81f783e0a9: 2c81f783e0a9
_lazyConstants: 3ffa10404101
#65# 3ffa10442309: 3ffa10442309
#66# 2c81f780b621: 2c81f780b621
#67# 2c81f780b669: 2c81f780b669
#68# 2c81f780b6b1: 2c81f780b6b1
#69# 3ffa10434fc1: 3ffa10434fc1
#70# 3ffa1046fb01: 3ffa1046fb01
_source: 2c81f7817b79 #131#
_cache: 2c81f7817d81 #132#
wrapper: 2c81f7817341 #86#
#71# 259e59fa93c1: 259e59fa93c1
#72# 259e59fa9409: 259e59fa9409
#73# 259e59fa9331: 259e59fa9331
#74# 14edcfa57571: 14edcfa57571
#75# 14edcfa575b9: 14edcfa575b9
#76# 259e59fa9379: 259e59fa9379
#77# 259e59fa9259: 259e59fa9259
#78# 259e59fa92e9: 259e59fa92e9
#79# 259e59fa9211: 259e59fa9211
#80# 259e59fa92a1: 259e59fa92a1
#81# 14edcfa574c9: 14edcfa574c9
#82# 14edcfa57529: 14edcfa57529
#83# 2c81f78172f1: 2c81f78172f1
#84# 2c81f7817309: 2c81f7817309
#85# 2c81f7817321: 2c81f7817321
0: 38ae10652871
1: 38ae106528d9
2: 38ae10652949
#86# 2c81f7817341: 2c81f7817341
0: 2dd6c3f1d2b9
1: 2dd6c3f1d311
#87# 2c81f7817361: 2c81f7817361
#88# 259e59fa3f59: 259e59fa3f59
#89# 259e59fa3f79: 259e59fa3f79
0: 259e59fb3071
1: 259e59fb3109
2: 259e59fb3199
3: 259e59fb3201
4: 259e59fb3259
5: 259e59fb32a1
6: 259e59fb32e1
#90# 259e59fa4069: 259e59fa4069
0: 259e59f04811 #10#
#91# 259e59fa4089: 259e59fa4089
0: 259e59fc12f9
1: 259e59fc1389
out Thu, 10 Oct 2013 21:16:59 GMT ule.js:380] (this=237285306c91 #2#,path=284cbe91cfe9 ) {
// expression stack (top to bottom)
[01] : 284cbe91cfe9
[00] : 1d6eaef17ee9 #19#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[34]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/middleware/static.js:12] (this=1d6eaef18149 #20#,exports=1d6eaef18149 #20#,require=1d6eaef17f39 #21#,module=1d6eaef17ee9 #19#,__filename=1d6eaef18079 ,__dirname=1d6eaef18051 ) {
// heap-allocated locals
var send = 237285304121
var utils = 237285304121
var parse = 237285304121
var url = 237285304121
// expression stack (top to bottom)
[02] : 284cbe91cfe9
[01] : 237285306c91 #2#
[00] : 1d6eaef17f39 #21#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect - static? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var send = require('send')? , utils = require('../utils')? , parse = utils.parseUrl? , url = requi...
-----------------------------------------
}
[36]: _compile [module.js:456] (this=1d6eaef17ee9 #19#,content=1d6eaef18a81 #22#,filename=1d6eaef18079 ) {
// stack-allocated locals
var require = 1d6eaef17f39 #21#
var dirname = 1d6eaef18051
var sandbox = 237285304121
var k = 237285304121
var wrapper = 1d6eaef18181 #73#
var compiledWrapper = 1d6eaef17fb9 #74#
var args = 1d6eaef18161 #75#
// heap-allocated locals
var self = 1d6eaef17ee9 #19#
// expression stack (top to bottom)
[09] : 1d6eaef18161 #75#
[08] : 1d6eaef18149 #20#
[07] : 1d6eaef17fb9 #74#
--------- 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, '...
-----------------------------------------
}
[37]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef17ee9 #19#,filename=1d6eaef18079 ) {
// stack-allocated locals
var content = 1d6eaef18a81 #22#
// expression stack (top to bottom)
[03] : 1d6eaef18079
[02] : 1d6eaef18a81 #22#
[01] : 1d6eaef17ee9 #19#
--------- 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);?}
-----------------------------------------
}
[38]: load [module.js:356] (this=1d6eaef17ee9 #19#,filename=1d6eaef18079 ) {
// stack-allocated locals
var extension = 1d6eaef19341
// expression stack (top to bottom)
[04] : 1d6eaef18079
[03] : 1d6eaef17ee9 #19#
[02] : 223128d3de51 #10#
[01] : 1d6eaef19341
--------- 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...
-----------------------------------------
}
[39]: _load [module.js:312] (this=223128d3dbe9 #11#,request=11502facd349 ,parent=1d6eaef19361 #23#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef18079
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef17ee9 #19#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef18079
[10] : 1d6eaef17ee9 #19#
--------- 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...
-----------------------------------------
}
[40]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 11502facd349
[01] : 1d6eaef19361 #23#
}
[41]: require [module.js:~361] (this=1d6eaef19361 #23#,path=11502facd349 ) {
// optimized frame
}
[42]: require [module.js:380] (this=237285306c91 #2#,path=11502facd349 ) {
// expression stack (top to bottom)
[01] : 11502facd349
[00] : 1d6eaef19361 #23#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[43]: /* anonymous */ [/opt/run/snapshot/package/node_modules/express/node_modules/connect/lib/connect.js:37] (this=1d6eaef19609 #24#,exports=1d6eaef19609 #24#,require=1d6eaef193b1 #25#,module=1d6eaef19361 #23#,__filename=1d6eaef19549 ,__dirname=1d6eaef19521 ) {
// stack-allocated locals
var path = 223128d3e049 #57#
var fs = 223128d15cb1 #59#
var createServer = 1d6eaef19431 #76#
// heap-allocated locals
var require = 1d6eaef193b1 #25#
var exports = 1d6eaef19431 #76#
var EventEmitter = 223128d3e061 #77#
var proto = 1d6eaef7c619 #78#
var utils = 1d6eaef7c631 #79#
var basename = 23728535d061 #80#
// expression stack (top to bottom)
[06] : 11502facd349
[05] : 237285306c91 #2#
[04] : 1d6eaef193b1 #25#
[03] : 1d6eaef19431 #76#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { /*!? * Connect? * Copyright(c) 2010 Sencha Inc.? * Copyright(c) 2011 TJ Holowaychuk? * MIT Licensed? */??/**? * Module dependencies.? */??var EventEmitter = require('events').EventEmitter? , proto = require('./proto')? , utils = require('./utils'...
---------------------------------
out Thu, 10 Oct 2013 21:17:02 GMT = one of the options =
t/package/node_modules>
2: 259e59fc13f1
3: 259e59fc1449
4: 259e59fc1491
5: 259e59fc14d1
#92# 259e59fa4131: 259e59fa4131
0: 259e59f057b9 #15#
#93# 259e59fa4151: 259e59fa4151
0: 259e59fc1509
1: 259e59fc1581
2: 259e59fc15f1
3: 259e59fc1659
4: 259e59fc16b1
5: 259e59fc16f9
6: 259e59fc1739
#94# 2c81f78970d1: 2c81f78970d1
#95# 2c81f7897251: 2c81f7897251
id: 38ae1066ffe1
exports: 2c81f7897321 #26#
parent: 2c81f783de69 #33#
filename: 38ae1066ffe1
loaded: 3ffa10404141
children: 2c81f78aa0d9 #133#
paths: 2c81f78aa0f9 #134#
#96# 2c81f78a9df9: 2c81f78a9df9
0: 2c81f7896e89 #135#
1: 230fd647bb19 #136#
2: 230fd647c2d1 #137#
3: 230fd646b251 #138#
4: 259e59f36541 #139#
5: 259e59f39819 #140#
6: 259e59f3a249 #141#
7: 259e59f3f051 #142#
8: 259e59f40ee1 #143#
9: 259e59f41309 #144#
...
#97# 2c81f78a9e19: 2c81f78a9e19
0: 38ae10662141
1: 38ae10662199
2: 38ae106621f1
3: 38ae10662231
4: 38ae10662269
5: 38ae10662299
6: 38ae106622c9
#98# 2c81f78b40b9: 2c81f78b40b9
#99# 2c81f78b43c9: 2c81f78b43c9
#100# 230fd64ae369: 230fd64ae369
0: 230fd64b3f91 #145#
1: 230fd64b3fb9 #146#
#101# 230fd64ae389: 230fd64ae389
#102# 230fd64ae3a1: 230fd64ae3a1
#103# 230fd64ae3b9: 230fd64ae3b9
#104# 230fd64a7101: 230fd64a7101
#105# 230fd64ae3d1: 230fd64ae3d1
#106# 230fd64ae3e9: 230fd64ae3e9
0: 259e59fa82b1 #147#
1: 259e59fa82f9 #148#
#107# 230fd64a7119: 230fd64a7119
routes: 230fd64ae409 #108#
map: 230fd64afbf9 #149#
params: 230fd64afc11 #150#
_params: 230fd64afc29 #151#
caseSensitive: 3ffa10404161
strict: 3ffa10404161
#108# 230fd64ae409: 230fd64ae409
router: 3ffa10404121
#109# 230fd64ae471: 230fd64ae471
title: 10116c711f51
session_length: 1209600000
request_timeout: 10000
name: 10116c707f71
locations: 230fd6470de1 #152#
#110# 230fd64a72d9: 230fd64a72d9
view_engine: 10116c711889
cookie_secret: 10116c7118a9
session: 230fd64b2ab9 #153#
http: 230fd64b2ad1 #154#
mongodb: 230fd64b2ae9 #155#
character_encoding: 10116c7118c9
#111# 230fd64a5981: 230fd64a5981
item: 259e59fa71e9 #156#
user: 259e59fa7239 #157#
#112# 259e59fa70c1: 259e59fa70c1
errors: 259e59fd0249 #158#
#113# 259e59fa70d9: 259e59fa70d9
api: 259e59fd0271 #159#
home: 259e59fd0289 #160#
#114# 2c81f7823c59: 2c81f7823c59
#115# 2c81f7824799: 2c81f7824799
#116# 230fd64a5b41: 230fd64a5b41
#117# 230fd64a5b61: 230fd64a5b61
0: 10116c7110a9
1: 10116c7110f1
2: 10116c711131
3: 10116c711169
4: 10116c711199
5: 10116c7111c9
#118# 2c81f78aa3c1: 2c81f78aa3c1
0: 230fd646b519 #29#
#119# 2c81f78aa3e1: 2c81f78aa3e1
0: 38ae10665b41
1: 38ae10665b99
2: 38ae10665bf1
3: 38ae10665c31
4: 38ae10665c69
5: 38ae10665c99
6: 38ae10665cc9
#120# 2c81f780ae91: 2c81f780ae91
0: 2c81f7897251 #95#
#121# 2c81f780aeb1: 2c81f780aeb1
0: 38ae106612b1
1: 38ae106527b1
2: 38ae106527e9
3: 38ae10652819
4: 38ae10652849
#122# 230fd64ae489: 230fd64ae489
#123# 230fd64ae4a1: 230fd64ae4a1
node: 10116c711f79 =0.6.6>
npm: 10116c711f99 =1.1>
#124# 230fd64ae4b9: 230fd64ae4b9
#125# 230fd64ae4d1: 230fd64ae4d1
handlebars: 10116c7121b9
vows: 10116c7121d9
commander: 10116c7121f9
#126# 230fd64ae4e9: 230fd64ae4e9
start: 10116c712219
lock: 10116c712239
postinstall: 10116c712269
test: 10116c712299
#127# 230fd64ae501: 230fd64ae501
0: 10116c7122c9
1: 10116c7122e9
2: 10116c712311
3: 10116c712331
4: 10116c712351
5: 10116c712371
6: 10116c712399
7: 10116c7123b9
8: 10116c7123d9
9: 10116c712401
...
#128# 2c81f780b4a1: 2c81f780b4a1
#129# 2c81f780b4b9: 2c81f780b4b9
domain: 3ffa10404101
_events: 2c81f78176a9
out Thu, 10 Oct 2013 21:17:01 GMT // actual arguments
[00] : 38ae106fa481
[01] : 3ffa10404121
}
[63]: /* anonymous */ [/opt/run/snapshot/package/run:5] (this=2c81f783dfa9 #31#,exports=2c81f783dfa9 #31#,require=2c81f783deb9 #32#,module=2c81f783de69 #33#,__filename=38ae10660341 ,__dirname=2c81f783df81 ) {
// stack-allocated locals
var base12 = 2c81f7897321 #26#
// expression stack (top to bottom)
[03] : 3ffa10404121
[02] : 38ae106fa481
[01] : 2c81f7897321 #26#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { ??var base12 = require('base12');??base12.balance(__dirname + '/app', process.argv[2]);??}
-----------------------------------------
}
[65]: _compile [module.js:456] (this=2c81f783de69 #33#,content=38ae10660431 ,filename=38ae10660341 ) {
// stack-allocated locals
var require = 2c81f783deb9 #32#
var dirname = 2c81f783df81
var sandbox = 3ffa10404121
var k = 3ffa10404121
var wrapper = 38ae10660379
var compiledWrapper = 2c81f783df39 #58#
var args = 2c81f783dfc1 #59#
// heap-allocated locals
var self = 2c81f783de69 #33#
// expression stack (top to bottom)
[09] : 2c81f783dfc1 #59#
[08] : 2c81f783dfa9 #31#
[07] : 2c81f783df39 #58#
--------- 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, '...
-----------------------------------------
}
[66]: .js [module.js:474] (this=2c81f783de51 #14#,module=2c81f783de69 #33#,filename=38ae10660341 ) {
// stack-allocated locals
var content = 38ae106604a1
// expression stack (top to bottom)
[03] : 38ae10660341
[02] : 38ae10660431
[01] : 2c81f783de69 #33#
--------- 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);?}
-----------------------------------------
}
[67]: load [module.js:356] (this=2c81f783de69 #33#,filename=38ae10660341 ) {
// stack-allocated locals
var extension = 2dd6c3f1d0e1
// expression stack (top to bottom)
[04] : 38ae10660341
[03] : 2c81f783de69 #33#
[02] : 2c81f783de51 #14#
[01] : 2dd6c3f1d0e1
--------- 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...
-----------------------------------------
}
[68]: _load [module.js:312] (this=2c81f783dbe9 #8#,request=38ae10660529 ,parent=3ffa10404101 ,isMain=3ffa10404141 ) {
// stack-allocated locals
var filename = 38ae10660341
var cachedModule = 3ffa10404121
var replModule = 3ffa10404121
var module = 2c81f783de69 #33#
var hadException = 3ffa10404141
// expression stack (top to bottom)
[11] : 38ae10660341
[10] : 2c81f783de69 #33#
--------- 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...
-----------------------------------------
}
[69]: runMain [module.js:497] (this=2c81f783dbe9 #8#) {
// expression stack (top to bottom)
[03] : 3ffa10404141
[02] : 3ffa10404101
[01] : 38ae10660529
[00] : 2c81f783dbe9 #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();?}
-----------------------------------------
}
[70]: startup [node.js:119] (this=3ffa10406c91 #6#) {
// stack-allocated locals
var EventEmitter = 2c81f783e061 #60#
var d = 3ffa10404121
var path = 2c81f783e049 #61#
var cluster = 2c81f783dfe1 #62#
var Module = 2c81f783dbe9 #8#
var debugTimeout = 3ffa10404121
var opts = 3ffa10404121
var repl = 3ffa10404121
// heap-allocated locals
var code = 3ffa10404121
// expression stack (top to bottom)
[08] : 2c81f783dbe9 #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...
-----------------------------------------
}
[71]: /* anonymous */ [node.js:901] (this=3ffa10406c91 #6#,process=2c81f783daa9 #34#) {
// stack-allocated locals
var Script = 3ffa10435229 #63#
// heap-allocated locals
var process = 2c81f783daa9 #34#
var startup = 2c81f783e0a9 #64#
var assert = 3ffa10442309 #65#
var evalScript = 2c81f780b621 #66#
var errnoException = 2c81f780b669 #67#
var createWritableStdioStream = 2c81f780b6b1 #68#
var runInThisContext = 3ffa10434fc1 #69#
var NativeModule = 3ffa1046fb01 #70#
// expression stack (top to bottom)
[02] : 3ffa10406c91 #6#
[01] : 2c81f783e0a9 #64#
--------- 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# 3ffa10406b71: 3ffa10406b71
#1# 259e59f041d9: 259e59f041d9
stack: 3ffa10404121
arguments: 3ffa10404121
type: 3ffa10404
out Thu, 10 Oct 2013 21:17:01 GMT = Please ensure that you set the default write concern for the database by setting =
ned>
var wrapper = 1d6eaef1bc49 #92#
var compiledWrapper = 1d6eaef1bad1 #93#
var args = 1d6eaef1bc29 #94#
// heap-allocated locals
var self = 1d6eaef1ba01 #37#
// expression stack (top to bottom)
[09] : 1d6eaef1bc29 #94#
[08] : 1d6eaef1bc11 #38#
[07] : 1d6eaef1bad1 #93#
--------- 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, '...
-----------------------------------------
}
[82]: .js [module.js:474] (this=223128d3de51 #10#,module=1d6eaef1ba01 #37#,filename=1d6eaef1bb99 ) {
// stack-allocated locals
var content = 1d6eaef1c291 #40#
// expression stack (top to bottom)
[03] : 1d6eaef1bb99
[02] : 1d6eaef1c291 #40#
[01] : 1d6eaef1ba01 #37#
--------- 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);?}
-----------------------------------------
}
[83]: load [module.js:356] (this=1d6eaef1ba01 #37#,filename=1d6eaef1bb99 ) {
// stack-allocated locals
var extension = 1d6eaef1c899
// expression stack (top to bottom)
[04] : 1d6eaef1bb99
[03] : 1d6eaef1ba01 #37#
[02] : 223128d3de51 #10#
[01] : 1d6eaef1c899
--------- 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...
-----------------------------------------
}
[84]: _load [module.js:312] (this=223128d3dbe9 #11#,request=1d6eaef1c8b9 ,parent=223128d97001 #41#,isMain=237285304121 ) {
// stack-allocated locals
var filename = 1d6eaef1bb99
var cachedModule = 237285304121
var replModule = 237285304121
var module = 1d6eaef1ba01 #37#
var hadException = 237285304141
// expression stack (top to bottom)
[11] : 1d6eaef1bb99
[10] : 1d6eaef1ba01 #37#
--------- 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...
-----------------------------------------
}
[85]: arguments adaptor frame: 2->3 {
// actual arguments
[00] : 1d6eaef1c8b9
[01] : 223128d97001 #41#
}
[86]: require [module.js:~361] (this=223128d97001 #41#,path=1d6eaef1c8b9 ) {
// optimized frame
}
[87]: require [module.js:380] (this=237285306c91 #2#,path=1d6eaef1c8b9 ) {
// expression stack (top to bottom)
[01] : 1d6eaef1c8b9
[00] : 223128d97001 #41#
--------- s o u r c e c o d e ---------
function require(path) {? return self.require(path);? }
-----------------------------------------
}
[88]: /* anonymous */ [/opt/run/snapshot/package/node_modules/base12/lib/app.js:117] (this=237285306c91 #2#,file=11502fad02e9 ) {
// expression stack (top to bottom)
[02] : 1d6eaef1c8b9
[01] : 237285306c91 #2#
[00] : 223128d97051 #95#
--------- s o u r c e c o d e ---------
function (file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? }
-----------------------------------------
}
[89]: arguments adaptor frame: 3->1 {
// actual arguments
[00] : 11502fad02e9
[01] : 2 // not passed to callee
[02] : 1a92e8dedff9 #42# // not passed to callee
}
[90]: forEach [native array.js:1120] (this=1a92e8dedff9 #42#,a=1a92e8dedf71 #43#,b=237285306c91 #2#) {
// stack-allocated locals
var c = 1a92e8dedff9 #42#
var d = 5
var g = 2
var h = 11502fad02e9
// expression stack (top to bottom)
[07] : 1a92e8dedff9 #42#
[06] : 2
[05] : 11502fad02e9
[04] : 237285306c91 #2#
--------- s o u r c e c o d e ---------
function forEach(a,b){?if((this==null)&&!(%_IsUndetectableObject(this))){?throw MakeTypeError("called_on_null_or_undefined",?["Array.prototype.forEach"]);?}????var c=ToObject(this);?var d=(c.length>>>0);??if(!(%_ClassOf(a)==='Function')){?throw MakeTypeError('called_non_callable',[a]);?}?if((b==null)){?b=%GetDefaul...
-----------------------------------------
}
[91]: arguments adaptor frame: 1->2 {
// actual arguments
[00] : 1a92e8dedf71 #43#
}
[92]: init [/opt/run/snapshot/package/node_modules/base12/lib/app.js:116] (this=237285306c91 #2#,app=1a92e8d6b489 #44#) {
// stack-allocated locals
var lib = 1a92e8dee019 #96#
var autorun = 1a92e8dedff9 #42#
// heap-allocated locals
var app = 1a92e8d6b489 #44#
var task = 1a92e8d12f11 #97#
// expression stack (top to bottom)
[03] : 1a92e8dedf71 #43#
[02] : 1a92e8dedff9 #42#
--------- s o u r c e c o d e ---------
function init(app) {? var lib = require(app.dir + locations.lib + '/index.json');? var autorun = lib.autorun, task;? autorun.forEach(function(file) {? task = require(app.dir + locations.lib + '/' + file);? task(app);? });?}
-----------------------------------------
}
[93]: app(aka createApplication) [/opt/run/snapshot/package/node_modules/base12/lib/app.js:51] (this=223128d97321 #45#,dir=1a92e8d6b4e9 ) {
// stack-allocated locals
var app = 1a92e8d6b489 #44#
var pkg = 1a92e8d6b4d1 #98#
// expression stack (top to bottom)
[04] : 1a92e8d6b489 #44#
[03] : 237285306c91 #2#
[02] : 223128da9fe9 #99#
--------- s o u r c e c o d e ---------
function createApplication(dir) {? be_disposable();?? var app = express();? app.dir = dir;?? var pkg = load_obj(app, locations.pkg);? app.constants = pkg.constants;? app.constants.name = pkg.name;? app.constants.locations = locations;? app.config = load_obj(app, locations.config);? ? app.models = load_fn(app, locat...
-----------------------------------------
}
[94]: /* anonymous */ [/opt/run/snapshot/package/app/index.js:3] (this=1a92e8d6b631 #46#,exports=1a92e8d6b631 #46#,require=1a92e8d6b5e9 #47#,module=1a92e8d6b511 #48#,__filename=392e66ffa211 ,__dirname=1a92e8d6b4e9 ) {
// stack-allocated locals
var base12 = 223128d97321 #45#
// heap-allocated loca
out Thu, 10 Oct 2013 21:17:02 GMT me: 1d6eaef1b7d9
loaded: 237285304161
children: 1d6eaef7c881 #136#
paths: 1d6eaef7c8a1 #137#
#35# 1d6eaef1b861: 1d6eaef1b861
#36# 1d6eaef1b6e9: 1d6eaef1b6e9
main: 223128d3de69 #52#
extensions: 223128d3de51 #10#
cache: 223128d172f1 #117#
#37# 1d6eaef1ba01: 1d6eaef1ba01
id: 1d6eaef1bb99
exports: 1d6eaef1bc11 #38#
parent: 223128d97001 #41#
filename: 1d6eaef1bb99
loaded: 237285304161
children: 1d6eaef7c949 #138#
paths: 1d6eaef7c969 #139#
#38# 1d6eaef1bc11: 1d6eaef1bc11
#39# 1d6eaef1ba51: 1d6eaef1ba51
main: 223128d3de69 #52#
extensions: 223128d3de51 #10#
cache: 223128d172f1 #117#
#40# 1d6eaef1c291: 1d6eaef1c291
#41# 223128d97001: 223128d97001
id: 392e66f6e601
exports: 223128d970d1 #140#
parent: 223128d97251 #141#
filename: 392e66f6e601
loaded: 237285304141
children: 223128da9df9 #142#
paths: 223128da9e19 #143#
#42# 1a92e8dedff9: 1a92e8dedff9
0: 377785435129
1: 377785435149
2: 11502fad02e9
3: 377785435169
4: 377785435189
#43# 1a92e8dedf71: 1a92e8dedf71
#44# 1a92e8d6b489: 1a92e8d6b489
use: 223128db40b9 #144#
listen: 223128db43c9 #145#
route: 284cbe9146b9
stack: 1a92e8dae361 #146#
request: 1a92e8dae381 #147#
response: 1a92e8dae399 #148#
cache: 1a92e8dae3b1 #149#
settings: 1a92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment