#
|
# Fatal error in src\third_party\v8\src\code-stubs.cc, line 426
|
# unreachable code
|
#
|
|
|
==== Stack trace ============================================
|
|
Security context: 0000000088006361 <JS Object>#0#
|
1: /* anonymous */ [src/mongo/shell/utils.js:1398] (this=0000000088006479 <JS Global Object>#1#,prefix=00000000E0FEC979 <String[4]: DB._>)
|
2: shellAutocomplete [src/mongo/shell/utils.js:1414] (this=0000000088006479 <JS Global Object>#1#,prefix=00000000E0FEC979 <String[4]: DB._>)
|
3: _funcs1(aka callShellAutocomplete) [_funcs1:1] (this=0000000088006479 <JS Global Object>#1#,x=00000000E0FEC979 <String[4]: DB._>)
|
|
==== Details ================================================
|
|
[1]: /* anonymous */ [src/mongo/shell/utils.js:1398] (this=0000000088006479 <JS Global Object>#1#,prefix=00000000E0FEC979 <String[4]: DB._>) {
|
// stack-allocated locals
|
var p = 00000000FDD1A929 <String[12]: _v8_function>
|
var possibilities = 00000000E0FECDB9 <JS Array[16]>#2#
|
var parts = 00000000E0FECA61 <JS Array[2]>#3#
|
var curObj = 000000008802CCB9 <JS Function>#4#
|
var global = 0000000088006479 <JS Global Object>#1#
|
var completion = 00000000E0FED1C1 <String[15]: DB._v8_function>
|
var lastPrefix = 00000000FDD1E2C9 <String[1]: _>
|
var ret = 0000000088004121 <undefined>
|
var lastPrefixLowercase = 00000000FDD1E2C9 <String[1]: _>
|
var i = 7
|
var beginning = 00000000E0FECB49 <String[3]: DB.>
|
var noDuplicates = 00000000E0FECE69 <an Object>#5#
|
// expression stack (top to bottom)
|
[14] : 24
|
[13] : 0
|
[12] : 00000000E0F33379 <Foreign>#6#
|
--------- s o u r c e c o d e ---------
|
function ( prefix ) {?var global = ( function() { return this; } ).call(); // trick to get global object??var curObj = global;?var parts = prefix.spli
|
t( '.' );?for ( var p = 0; p < parts.length - 1; p++ ) { // doesn't include last part?curObj = curObj[parts[p]];?if ( curObj == null )?return [];?}??v
|
ar lastPr...
|
|
-----------------------------------------
|
}
|
|
[2]: shellAutocomplete [src/mongo/shell/utils.js:1414] (this=0000000088006479 <JS Global Object>#1#,prefix=00000000E0FEC979 <String[4]: DB._>) {
|
// expression stack (top to bottom)
|
[07] : 00000000E0FEC979 <String[4]: DB._>
|
[06] : 0000000088006479 <JS Global Object>#1#
|
[05] : 00000000E0F57941 <JS Function>#7#
|
--------- s o u r c e c o d e ---------
|
function ( prefix ) {?try {?__autocomplete__ = worker( prefix ).sort();?} catch ( e ) {?print( "exception during autocomplete: " + tojson( e.message )
|
);?__autocomplete__ = [];?}?}
|
-----------------------------------------
|
}
|
|
[3]: _funcs1(aka callShellAutocomplete) [_funcs1:1] (this=0000000088006479 <JS Global Object>#1#,x=00000000E0FEC979 <String[4]: DB._>) {
|
// expression stack (top to bottom)
|
[02] : 00000000E0FEC979 <String[4]: DB._>
|
[01] : 0000000088006479 <JS Global Object>#1#
|
[00] : 00000000E0FE95C1 <JS Function callShellAutocomplete>#8#
|
--------- s o u r c e c o d e ---------
|
function callShellAutocomplete(x) {shellAutocomplete(x)}
|
-----------------------------------------
|
}
|
|
==== Key ============================================
|
|
#0# 0000000088006361: 0000000088006361 <JS Object>
|
#1# 0000000088006479: 0000000088006479 <JS Global Object>
|
#2# 00000000E0FECDB9: 00000000E0FECDB9 <JS Array[16]>
|
0: 00000000FDD04451 <String[11]: constructor>
|
1: 00000000FDD04751 <String[9]: prototype>
|
2: 00000000FDD047F9 <String[8]: toString>
|
3: 00000000FDD04839 <String[7]: valueOf>
|
4: 00000000FDD0D331 <String[14]: toLocaleString>
|
5: 00000000FDD0D359 <String[14]: hasOwnProperty>
|
6: 00000000FDD0D3A9 <String[20]: propertyIsEnumerable>
|
7: 00000000FDD1A929 <String[12]: _v8_function>
|
8: 00000000FDD1FDC9 <String[11]: tsToSeconds>
|
9: 00000000FDD1E311 <String[12]: autocomplete>
|
...
|
#3# 00000000E0FECA61: 00000000E0FECA61 <JS Array[2]>
|
0: 00000000FDD1A989 <String[2]: DB>
|
1: 00000000FDD1E2C9 <String[1]: _>
|
#4# 000000008802CCB9: 000000008802CCB9 <JS Function>
|
_v8_function: 00000000E0F33379 <Foreign>#6#
|
#5# 00000000E0FECE69: 00000000E0FECE69 <an Object>
|
#6# 00000000E0F33379: 00000000E0F33379 <Foreign>
|
#7# 00000000E0F57941: 00000000E0F57941 <JS Function>
|
#8# 00000000E0FE95C1: 00000000E0FE95C1 <JS Function callShellAutocomplete>
|
=====================
|