node-zopfli
node-zopfli copied to clipboard
Core-dump
I use nodejs v16.13.1 . In 2020 I tried to switch from node-zopfli-es to node-zopfli, but then node crashed. Today I retried with the same results. When it crashes, it prints
node[793649]: ../../src/node_buffer.cc:246:char* node::Buffer::Data(v8::Local<v8::Value>): Assertion `val->IsArrayBufferView()' failed.
1: 0xb2c290 node::Abort() [node]
2: 0xb2c30e [node]
3: 0xb00c5a node::Buffer::Data(v8::Local<v8::Value>) [node]
4: 0xaf2382 napi_get_buffer_info [node]
5: 0x7fa920313ad3 nodezopfli::CompressBinding::Sync(Napi::CallbackInfo const&) [/bbb/node_modules/node-zopfli/build/Release/node-zopfli.node]
6: 0x7fa920316063 Napi::details::CallbackData<Napi::Value (*)(Napi::CallbackInfo const&), Napi::Value>::Wrapper(napi_env__*, napi_callb
ack_info__*) [/bbb/node_modules/node-zopfli/build/Release/node-zopfli.node]
7: 0xad43dd [node]
8: 0xd8f274 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [node]
9: 0xd8fb63 [node]
10: 0xd9005f v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node]
11: 0x164d159 [node]
Aborted (core dumped)
I call
import gzipPlugin from 'rollup-plugin-gzip'
let gz = () => gzipPlugin({customCompression: c => Zopfli.gzipSync(Buffer.from(c), {numiterations:15})})
//and on another place
let output = Zopfli.gzipSync(new_content, {numiterations: 15})
fs.writeFileSync(randomFileName, output, {mode: 0o644})
Backtrace
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = <optimized out>
old_mask = {__val = {106946224, 37320387, 140728182952688, 140728182952960, 140728182952960, 37320388, 140728182953100,
10538761, 112566688, 140728182952800, 140728182952864, 10554117, 140728898420735, 7205759403792795978, 140728182952736, 7}}
ret = <optimized out>
#1 0x00007fa92278e8f3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
No locals.
#2 0x00007fa9227416a6 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#3 0x00007fa92272b7d3 in __GI_abort () at abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x7ffdd55ad400, sa_sigaction = 0x7ffdd55ad400}, sa_mask = {__val = {
10144415612637322496, 140728182952976, 10144415612637322496, 140728182953184, 37061330, 37068696, 70881481,
140728182953400, 140728182953408, 108326544, 140364404608005, 140728182953072, 10608415, 140728182953104, 37071616,
140728182953152}}, sa_flags = 579839168, sa_restorer = 0x7fa9228fb3a0 <__GI__IO_file_jumps>}
sigs = {__val = {32, 140728182953100, 140728182953104, 10607129, 7, 10144415612637322496, 140728182953040,
10144415612637322496, 37071616, 140728182953216, 140728182954752, 140728182953400, 140728182953408, 140364404344986,
206158430256, 140728182953160}}
#4 0x0000000000b2c2a1 in node::Abort() ()
No symbol table info available.
#5 0x0000000000b2c30e in node::Assert(node::AssertionInfo const&) ()
No symbol table info available.
#6 0x0000000000b00c5a in node::Buffer::Data(v8::Local<v8::Value>) ()
No symbol table info available.
#7 0x0000000000af2382 in napi_get_buffer_info ()
No symbol table info available.
#8 0x00007fa920313ad3 in nodezopfli::CompressBinding::Sync(Napi::CallbackInfo const&) ()
from /bbb/node_modules/node-zopfli/build/Release/node-zopfli.node
No symbol table info available.
#9 0x00007fa920316063 in Napi::details::CallbackData<Napi::Value (*)(Napi::CallbackInfo const&), Napi::Value>::Wrapper(napi_env__*, napi_callback_info__*) () from /git/bapha/node_modules/node-zopfli/build/Release/node-zopfli.node
No symbol table info available.
#10 0x0000000000ad43dd in v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::FunctionCallbackInfo<v8::Value> const&) ()
No symbol table info available.
#11 0x0000000000d8f274 in v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) ()
No symbol table info available.
#12 0x0000000000d8fb63 in v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::FunctionTemplateInfo>, v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments) ()
No symbol table info available.
#13 0x0000000000d9005f in v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) ()
No symbol table info available.
#14 0x000000000164d159 in Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit ()
No symbol table info available.
#15 0x00000000015dfb2a in Builtins_InterpreterEntryTrampoline ()
No symbol table info available.
#16 0x0000375cbe201599 in ?? ()
No symbol table info available.
#17 0x00001ac4ac8bb961 in ?? ()
No symbol table info available.
#18 0x0000000800000000 in ?? ()
No symbol table info available.
#19 0x0000375cbe201669 in ?? ()
No symbol table info available.
#20 0x00001368e79ce529 in ?? ()
No symbol table info available.
#21 0x0000141092dcac09 in ?? ()
No symbol table info available.
#22 0x00001efcd8332079 in ?? ()
No symbol table info available.
#23 0x0000141092dcc311 in ?? ()
No symbol table info available.
#24 0x0000141092dcc311 in ?? ()
No symbol table info available.
#25 0x00001efcd8332079 in ?? ()
No symbol table info available.
#26 0x0000141092dcac09 in ?? ()
No symbol table info available.
#27 0x00001368e79ce529 in ?? ()
No symbol table info available.
#28 0x00001ac4ac8bb961 in ?? ()
No symbol table info available.
#29 0x0000004800000000 in ?? ()
No symbol table info available.
#30 0x00001021e9da2d61 in ?? ()
No symbol table info available.
#31 0x0000000000000002 in ?? ()
No symbol table info available.
#32 0x00001ac4ac8bdc91 in ?? ()
No symbol table info available.
#33 0x00002576a10826e9 in ?? ()
No symbol table info available.
#34 0x00007ffdd55adc10 in ?? ()
No symbol table info available.
#35 0x00000000015dfb2a in Builtins_InterpreterEntryTrampoline ()
No symbol table info available.
#36 0x000033e64cb44e51 in ?? ()
No symbol table info available.
#37 0x0000141092dcac09 in ?? ()
No symbol table info available.
#38 0x0000141092dcc311 in ?? ()
No symbol table info available.
#39 0x0000375cbe201599 in ?? ()
No symbol table info available.
No symbol table info available.
#38 0x0000141092dcc311 in ?? ()
No symbol table info available.
#39 0x0000375cbe201599 in ?? ()
No symbol table info available.
#40 0x0000375cbe201599 in ?? ()
No symbol table info available.
#41 0x0000141092dcbd41 in ?? ()
No symbol table info available.
#42 0x0000141092dcc311 in ?? ()
No symbol table info available.
#43 0x0000141092dcac09 in ?? ()
No symbol table info available.
#44 0x000033e64cb44e51 in ?? ()
No symbol table info available.
#45 0x00001ac4ac8bdc91 in ?? ()
No symbol table info available.
#46 0x0000141092dcaca1 in ?? ()
No symbol table info available.
#47 0x0000375cbe201599 in ?? ()
No symbol table info available.
#48 0x0000375cbe201599 in ?? ()
No symbol table info available.
#49 0x0000141092dcbd21 in ?? ()
No symbol table info available.
#50 0x000000b200000000 in ?? ()
No symbol table info available.
#51 0x00001021e9da1de9 in ?? ()
No symbol table info available.
#52 0x0000000000000000 in ?? ()
No symbol table info available.
Hello, what OS are you using ?
I am using Linux.
I compiled node-debug. Running it prints
1: 0x10eee8a node::DumpBacktrace(_IO_FILE*) [node]
2: 0x11d9406 node::Abort() [node]
3: 0x11d94bc [node]
4: 0x1198773 node::Buffer::Data(v8::Local<v8::Value>) [node]
5: 0x118267e napi_get_buffer_info [node]
6: 0x7f28ad52aad3 nodezopfli::CompressBinding::Sync(Napi::CallbackInfo const&) [/bbb/node_modules/node-zopfli/build/Release/node-zopfli.node]
7: 0x7f28ad52d063 Napi::details::CallbackData<Napi::Value (*)(Napi::CallbackInfo const&), Napi::Value>::Wrapper(napi_env__*, napi_callback_info__*) [/bbb/node_modules/node-zopfli/build/Release/node-zopfli.node]
8: 0x1158786 [node]
9: 0x1165525 [node]
10: 0x115883e [node]
11: 0x115889e [node]
12: 0x15046e9 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [node]
13: 0x1505ab0 [node]
14: 0x150978c v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node]
15: 0x2210979 [node]
Aborted (core dumped)
The debug backtrace is
(gdb) thread apply all bt f
Thread 38 (Thread 0x7f28bd9cd640 (LWP 810691)):
#0 0x000000000292ff82 in v8::internal::compiler::InstructionSelector::IsUsed (this=0x7f28bd9cc780, node=0x7f28a0027d38) at ../../deps/v8/src/compiler/backend/instruction-selector.cc:415
id = <optimized out>
_msg = <optimized out>
#1 0x000000000293f0eb in v8::internal::compiler::InstructionSelector::VisitBlock (this=this@entry=0x7f28bd9cc780, block=0x7f28a00da9d0) at ../../deps/v8/src/compiler/backend/instruction-selector.cc:1262
current_node_end = 44
node = 0x7f28a0027d38
__for_range = <optimized out>
__for_begin = <optimized out>
__for_end = <optimized out>
current_num_instructions = {__this = 0x7f28bd9cc780}
current_block_end = 43
effect_level = <optimized out>
FinishEmittedInstructions = <optimized out>
instruction_block = <optimized out>
#2 0x000000000293f621 in v8::internal::compiler::InstructionSelector::SelectInstructions (this=this@entry=0x7f28bd9cc780) at ../../deps/v8/src/compiler/backend/instruction-selector.cc:109
i = {<std::iterator<std::random_access_iterator_tag, v8::internal::compiler::BasicBlock*, long, v8::internal::compiler::BasicBlock**, v8::internal::compiler::BasicBlock*&>> = {<No data fields>}, current = 0x7f28a00d82a8}
blocks = 0x7f28a004e3e0
#3 0x00000000029ddf07 in v8::internal::compiler::InstructionSelectionPhase::Run (this=<synthetic pointer>, linkage=0x71fa3d0, temp_zone=<optimized out>, data=0x74f3198) at ../../deps/v8/src/compiler/pipeline.cc:2212
selector = {zone_ = 0x729bd10, linkage_ = 0x71fa3d0, sequence_ = 0x7f28a0061850, source_positions_ = 0x6f45158, source_position_mode_ = v8::internal::compiler::InstructionSelector::kAllSourcePositions, features_ = {bits_ = 4095}, schedule_ = 0x7f28a004e398, current_block_ = 0x7f28a00da9d0, instructions_ = {<std::vector<v8::internal::compiler::Instruction*, v8::internal::ZoneAllocator<v8::internal::compiler::Instruction*> >> = std::vector of length 44, capacity 4441 = {0x7f28a0063440, 0x7f28a0063470, 0x7f28a00634d8, 0x7f28a0063508, 0x7f28a0063570, 0x7f28a00635d0, 0x7f28a00639e0, 0x7f28a0063ea0, 0x7f28a0063f48, 0x7f28a0063fb0, 0x7f28a0064710, 0x7f28a0064d50, 0x7f28a0064e60, 0x7f28a0064e90, 0x7f28a00656f0, 0x7f28a0065b98, 0x7f28a0065d38, 0x7f28a0065dd0, 0x7f28a0065e68, 0x7f28a0065f00, 0x7f28a0065f98, 0x7f28a0065ff8, 0x7f28a0066058, 0x7f28a00662e8, 0x7f28a00663b8, 0x7f28a00c3cf8, 0x7f28a00c44f8, 0x7f28a00c45f8, 0x7f28a00c4628, 0x7f28a00c4b58, 0x7f28a00c4fd8, 0x7f28a00c5138, 0x7f28a00c51a0, 0x7f28a00c5208, 0x7f28a00c5270, 0x7f28a00c52d8, 0x7f28a00c5308, 0x7f28a00c5338, 0x7f28a00c5368, 0x7f28a00c5398, 0x7f28a00c55f8, 0x7f28a00c5718, 0x7f28a00c5808, 0x7f28a00c5838}, <No data fields>}, continuation_inputs_ = {<std::vector<v8::internal::compiler::InstructionOperand, v8::internal::ZoneAllocator<v8::internal::compiler::InstructionOperand> >> = std::vector of length 3, capacity 20 = {{static kInvalidVirtualRegister = -1, value_ = 18446743867551121411}, {static kInvalidVirtualRegister = -1, value_ = 1842540970003}, {static kInvalidVirtualRegister = -1, value_ = 1838246002707}}, <No data fields>}, continuation_outputs_ = {<std::vector<v8::internal::compiler::InstructionOperand, v8::internal::ZoneAllocator<v8::internal::compiler::InstructionOperand> >> = std::vector of length 0, capacity 2, <No data fields>}, continuation_temps_ = {<std::vector<v8::internal::compiler::InstructionOperand, v8::internal::ZoneAllocator<v8::internal::compiler::InstructionOperand> >> = std::vector of length 0, capacity 0, <No data fields>}, defined_ = {<std::vector<bool, v8::internal::ZoneAllocator<bool> >> = std::vector<bool> of length 4441, capacity 4480 = {false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false...}, <No data fields>}, used_ = {<std::vector<bool, v8::internal::ZoneAllocator<bool> >> = std::vector<bool> of length 4441, capacity 4480 = {false, true, true, false, true, false, true, false, false, false, false, false, false, false, false, true, false, false, false, true, false, false, true, true, true, false, true, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false...}, <No data fields>}, effect_level_ = {<std::vector<int, v8::internal::ZoneAllocator<int> >> = std::vector of length 4441, capacity 4441 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...}, <No data fields>}, virtual_registers_ = {<std::vector<int, v8::internal::ZoneAllocator<int> >> = std::vector of length 4441, capacity 4441 = {-1, 2, 3, -1, 4, -1, 26, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 11, 12, -1, 8, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1...}, <No data fields>}, virtual_register_rename_ = {<std::vector<int, v8::internal::ZoneAllocator<int> >> = std::vector of length 0, capacity 0, <No data fields>}, scheduler_ = 0x0, enable_scheduling_ = v8::internal::compiler::InstructionSelector::kDisableScheduling, enable_roots_relative_addressing_ = v8::internal::compiler::InstructionSelector::kEnableRootsRelativeAddressing, enable_switch_jump_table_ = v8::internal::compiler::InstructionSelector::kEnableSwitchJumpTable, state_values_cache_ = {<std::unordered_map<v8::internal::compiler::InstructionSelector::FrameStateInput, v8::internal::compiler::InstructionSelector::CachedStateValues*, v8::internal::compiler::InstructionSelector::FrameStateInput::Hash, v8::internal::compiler::InstructionSelector::FrameStateInput::Equal, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::InstructionSelector::FrameStateInput const, v8::internal::compiler::InstructionSelector::CachedStateValues*> > >> = std::unordered_map with 32 elements = {[{node = 0x732d2b0, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a01064a0, [{node = 0x7f28a00f45c0, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0106430, [{node = 0x732e588, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a01060e0, [{node = 0x7f28a00f45c0, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0106070, [{node = 0x7300c10, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0106660, [{node = 0x7f28a0079ce8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0106010, [{node = 0x7f28a0079c38, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105fb0, [{node = 0x7314ae8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105f38, [{node = 0x73338d8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105ec8, [{node = 0x72e3e50, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105e40, [{node = 0x7f28a00f18c8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105d98, [{node = 0x72e3e50, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a01063a8, [{node = 0x7f28a00f4640, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0105cc0, [{node = 0x7f28a005c808, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0105c68, [{node = 0x7429140, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0105b68, [{node = 0x7f28a007a088, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105918, [{node = 0x735bcd8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a01058a0, [{node = 0x7f28a00f4640, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105830, [{node = 0x7f28a0079f68, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a01057d0, [{node = 0x7f28a00f48c0, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105760, [{node = 0x72d8f60, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0105bd0, [{node = 0x7f28a0079eb8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105700, [{node = 0x7f28a0079e08, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0106158, [{node = 0x73347a8, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105688, [{node = 0x7f28a00f47c0, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105618, [{node = 0x72d8f60, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105580, [{node = 0x7f28a0079440, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105500, [{node = 0x72be630, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105488, [{node = 0x735aa00, kind = v8::internal::compiler::FrameStateInputKind::kStackSlot}] = 0x7f28a0105d30, [{node = 0x7f28a005c808, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105430, [{node = 0x7f28a00f1e08, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105390, [{node = 0x7429140, kind = v8::internal::compiler::FrameStateInputKind::kAny}] = 0x7f28a0105328}, <No data fields>}, poisoning_level_ = v8::internal::PoisoningMitigationLevel::kDontPoison, frame_ = 0x7f28a000f138, instruction_selection_failed_ = false, instr_origins_ = {<std::vector<std::pair<int, int>, v8::internal::ZoneAllocator<std::pair<int, int> > >> = std::vector of length 0, capacity 0, <No data fields>}, trace_turbo_ = v8::internal::compiler::InstructionSelector::kDisableTraceTurboJson, tick_counter_ = 0x74f3170, broker_ = 0x6bd8c70, max_unoptimized_frame_height_ = 0x74f3390, max_pushed_argument_count_ = 0x74f3398, phi_states_ = {<std::vector<v8::internal::compiler::InstructionSelector::Upper32BitsState, v8::internal::ZoneAllocator<v8::internal::compiler::InstructionSelector::Upper32BitsState> >> = std::vector of length 4441, capacity 4441 = {v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked, v8::internal::compiler::InstructionSelector::kNotYetChecked...}, <No data fields>}}
selector = <optimized out>
json_of = <optimized out>
#4 v8::internal::compiler::PipelineImpl::Run<v8::internal::compiler::InstructionSelectionPhase, v8::internal::compiler::Linkage*&> (this=0x74f33b8) at ../../deps/v8/src/compiler/pipeline.cc:1313
scope = {phase_scope_ = {pipeline_stats_ = 0x0}, zone_scope_ = {zone_name_ = 0x5534d40 "V8.TFSelectInstructions", zone_stats_ = 0x74f3088, zone_ = 0x729bd10, support_zone_compression_ = false}, origin_scope_ = {origins_ = 0x0, prev_phase_name_ = 0x780000007c <error: Cannot access memory at address 0x780000007c>}}
phase = <optimized out>
scope = <optimized out>
phase = <optimized out>
#5 v8::internal::compiler::PipelineImpl::SelectInstructions (this=this@entry=0x74f33b8, linkage=linkage@entry=0x71fa3d0) at ../../deps/v8/src/compiler/pipeline.cc:3507
call_descriptor = 0x71fa388
data = 0x74f3198
verify_stub_graph = <optimized out>
jump_opt = <optimized out>
run_verifier = <optimized out>
generate_frame_at_start = 16
#6 0x00000000029e6330 in v8::internal::compiler::PipelineImpl::OptimizeGraph (this=this@entry=0x74f33b8, linkage=<optimized out>) at ../../deps/v8/src/compiler/pipeline.cc:2819
data = 0x74f3198
#7 0x00000000029e6e38 in v8::internal::compiler::PipelineCompilationJob::ExecuteJobImpl (this=0x74f3000, stats=<optimized out>, local_isolate=<optimized out>) at ../../deps/v8/src/compiler/pipeline.cc:1246
scope = {data_ = 0x74f3198}
local_isolate_scope = <optimized out>
success = <optimized out>
#8 0x00000000015a0004 in v8::internal::OptimizedCompilationJob::ExecuteJob (this=this@entry=0x74f3000, stats=0x0, local_isolate=0x7f28bd9ccc40) at ../../deps/v8/src/codegen/compiler.cc:392
t = {timer_ = {{start_ticks_ = {<v8::base::time_internal::TimeBase<v8::base::TimeTicks>> = {<v8::base::TimeConstants> = {static kHoursPerDay = 24, static kMillisecondsPerSecond = 1000, static kMillisecondsPerDay = 86400000, static kMicrosecondsPerMillisecond = 1000, static kMicrosecondsPerSecond = 1000000, static kMicrosecondsPerMinute = 60000000, static kMicrosecondsPerHour = 3600000000, static kMicrosecondsPerDay = 86400000000, static kMicrosecondsPerWeek = 604800000000, static kNanosecondsPerMicrosecond = 1000, static kNanosecondsPerSecond = 1000000000}, us_ = 470715002020}, <No data fields>}, paused_elapsed_ = {delta_ = 470715002020}}, started_ = true, paused_ = false}, location_ = 0x74f3030}
#9 0x0000000001610053 in v8::internal::OptimizingCompileDispatcher::CompileNext (this=0x6c0c420, job=0x74f3000, local_isolate=<optimized out>) at ../../deps/v8/src/compiler-dispatcher/optimizing-compile-dispatcher.cc:123
status = <optimized out>
#10 0x0000000001610392 in v8::internal::OptimizingCompileDispatcher::CompileTask::RunInternal (this=0x72981c0) at ../../deps/v8/src/compiler-dispatcher/optimizing-compile-dispatcher.cc:84
timer = {isolate_ = 0x6b95d60}
trace_event_unique_atomic76 = 94854727
trace_event_unique_category_group_enabled76 = <optimized out>
trace_event_unique_tracer76 = {p_data_ = 0x0, data_ = {category_group_enabled = 0x7f28bd9ccd10 "\001", name = 0x7f28bd9ccc50 "`", event_handle = 19554722}}
local_isolate = {<v8::internal::HiddenLocalFactory> = {<v8::internal::LocalFactory> = {<v8::internal::FactoryBase<v8::internal::LocalFactory>> = {<v8::internal::TorqueGeneratedFactory<v8::internal::LocalFactory>> = {<No data fields>}, <No data fields>}, roots_ = {static kEntriesCount = 590, read_only_roots_ = 0x6b95dd0}, a_script_was_added_to_the_script_list_ = false}, <No data fields>}, heap_ = {heap_ = 0x6ba0060, is_main_thread_ = false, state_ = {static _S_min_alignment = 4, static _S_alignment = 4, _M_i = v8::internal::LocalHeap::kParked}, allocation_failed_ = false, main_thread_parked_ = false, prev_ = 0x0, next_ = 0x7f28bc9cac50, handles_ = std::unique_ptr<v8::internal::LocalHandles> = {get() = 0x7013350}, persistent_handles_ = std::unique_ptr<v8::internal::PersistentHandles> = {get() = 0x719faf0}, marking_barrier_ = std::unique_ptr<v8::internal::MarkingBarrier> = {get() = 0x7f28a000b8f0}, gc_epilogue_callbacks_ = std::vector of length 0, capacity 0, old_space_allocator_ = {static kLabSize = 4096, static kMaxLabSize = 32768, static kMaxLabObjectSize = 2048, local_heap_ = 0x7f28bd9ccc50, space_ = 0x6c07150, lab_ = {heap_ = 0x0, allocation_info_ = {start_ = 0, top_ = 0, limit_ = 0}}}}, isolate_ = 0x6b95d60, logger_ = std::unique_ptr<v8::internal::LocalLogger> = {get() = 0x7013290}, thread_id_ = {static kInvalidId = -1, id_ = 2}, stack_limit_ = 139812955581360, runtime_call_stats_ = 0x0, bigint_processor_ = 0x0}
#11 0x0000000001298e9c in node::(anonymous namespace)::PlatformWorkerThread (data=0x6b8d5c0) at ../../src/node_platform.cc:43
task = std::unique_ptr<v8::Task> = {get() = 0x72981e0}
worker_data = std::unique_ptr<node::(anonymous namespace)::PlatformWorkerData> = {get() = 0x6b8d5c0}
pending_worker_tasks = 0x6b8c950
#12 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421205008, 4597282375736758362, 139812956591680, 9, 139812965582912, 0, -4495251245988835238, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#13 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 37 (Thread 0x7f28bd1cc640 (LWP 810692)):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x6b8c9a0) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x6b8c9a0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x6b8c9a0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3 0x00007f28be25feb0 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x6b8c950, cond=0x6b8c978) at pthread_cond_wait.c:504
spin = 0
buffer = {__routine = 0x7f28be25fc30 <__condvar_cleanup_waiting>, __arg = 0x7f28bd1cbc30, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 392, cond = 0x6b8c978, mutex = 0x6b8c950, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 392
seq = 196
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=0x6b8c978, mutex=0x6b8c950) at pthread_cond_wait.c:619
No locals.
#5 0x000000000217fbd2 in uv_cond_wait (cond=0x6b8c978, mutex=0x6b8c950) at ../../deps/uv/src/unix/thread.c:780
No locals.
#6 0x0000000001185947 in node::LibuvMutexTraits::cond_wait (cond=0x6b8c978, mutex=0x6b8c950) at ../../src/node_mutex.h:175
No locals.
#7 0x0000000001186829 in node::ConditionVariableBase<node::LibuvMutexTraits>::Wait (this=0x6b8c978, scoped_lock=...) at ../../src/node_mutex.h:249
No locals.
#8 0x000000000129cd70 in node::TaskQueue<v8::Task>::BlockingPop (this=0x6b8c950) at ../../src/node_platform.cc:581
scoped_lock = {mutex_ = @0x6b8c950}
result = std::unique_ptr<v8::Task> = {get() = 0x1}
#9 0x0000000001298e67 in node::(anonymous namespace)::PlatformWorkerThread (data=0x6b8d770) at ../../src/node_platform.cc:42
task = std::unique_ptr<v8::Task> = {get() = 0x0}
worker_data = std::unique_ptr<node::(anonymous namespace)::PlatformWorkerData> = {get() = 0x6b8d770}
pending_worker_tasks = 0x6b8c950
#10 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421205008, 4597282375736758362, 139812948198976, 9, 139812965582912, 0, -4495250142719111078, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#11 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 36 (Thread 0x7f28adf60640 (LWP 810699)):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5a71288 <cond+40>) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3 0x00007f28be25feb0 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5a712a0 <mutex>, cond=0x5a71260 <cond>) at pthread_cond_wait.c:504
spin = 0
buffer = {__routine = 0x7f28be25fc30 <__condvar_cleanup_waiting>, __arg = 0x7f28adf5fcd0, __canceltype = 438, __prev = 0x0}
cbuffer = {wseq = 216, cond = 0x5a71260 <cond>, mutex = 0x5a712a0 <mutex>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 216
seq = 108
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at pthread_cond_wait.c:619
No locals.
#5 0x000000000217fbd2 in uv_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at ../../deps/uv/src/unix/thread.c:780
No locals.
#6 0x0000000002166d77 in worker (arg=0x0) at ../../deps/uv/src/threadpool.c:76
w = 0x756b820
q = 0x756b838
is_slow_work = 0
#7 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421199472, 4597282375736758362, 139812694001216, 0, 139812965582912, 0, -4495287193254490022, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 35 (Thread 0x7f28ae761640 (LWP 810698)):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5a71288 <cond+40>) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3 0x00007f28be25feb0 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5a712a0 <mutex>, cond=0x5a71260 <cond>) at pthread_cond_wait.c:504
spin = 0
buffer = {__routine = 0x7f28be25fc30 <__condvar_cleanup_waiting>, __arg = 0x7f28ae760cd0, __canceltype = 438, __prev = 0x0}
cbuffer = {wseq = 218, cond = 0x5a71260 <cond>, mutex = 0x5a712a0 <mutex>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 218
seq = 109
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at pthread_cond_wait.c:619
No locals.
#5 0x000000000217fbd2 in uv_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at ../../deps/uv/src/unix/thread.c:780
No locals.
#6 0x0000000002166d77 in worker (arg=0x0) at ../../deps/uv/src/threadpool.c:76
w = 0x719cb20
q = 0x719cb38
is_slow_work = 0
#7 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421199472, 4597282375736758362, 139812702393920, 0, 139812965582912, 0, -4495279509021126566, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 34 (Thread 0x7f260f7fe640 (LWP 810712)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000365bd739 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 33 (Thread 0x7f25b7fff640 (LWP 810747)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000365aff26 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 32 (Thread 0x7f28b7fff640 (LWP 810694)):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x6b8c9a4) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x6b8c9a4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x6b8c9a4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3 0x00007f28be25feb0 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x6b8c950, cond=0x6b8c978) at pthread_cond_wait.c:504
spin = 0
buffer = {__routine = 0x7f28be25fc30 <__condvar_cleanup_waiting>, __arg = 0x7f28b7ffec30, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 395, cond = 0x6b8c978, mutex = 0x6b8c950, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 395
seq = 197
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=0x6b8c978, mutex=0x6b8c950) at pthread_cond_wait.c:619
No locals.
#5 0x000000000217fbd2 in uv_cond_wait (cond=0x6b8c978, mutex=0x6b8c950) at ../../deps/uv/src/unix/thread.c:780
No locals.
#6 0x0000000001185947 in node::LibuvMutexTraits::cond_wait (cond=0x6b8c978, mutex=0x6b8c950) at ../../src/node_mutex.h:175
No locals.
#7 0x0000000001186829 in node::ConditionVariableBase<node::LibuvMutexTraits>::Wait (this=0x6b8c978, scoped_lock=...) at ../../src/node_mutex.h:249
No locals.
#8 0x000000000129cd70 in node::TaskQueue<v8::Task>::BlockingPop (this=0x6b8c950) at ../../src/node_platform.cc:581
scoped_lock = {mutex_ = @0x6b8c950}
result = std::unique_ptr<v8::Task> = {get() = 0x1}
#9 0x0000000001298e67 in node::(anonymous namespace)::PlatformWorkerThread (data=0x6b8da80) at ../../src/node_platform.cc:42
task = std::unique_ptr<v8::Task> = {get() = 0x0}
worker_data = std::unique_ptr<node::(anonymous namespace)::PlatformWorkerData> = {get() = 0x6b8da80}
pending_worker_tasks = 0x6b8c950
#10 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421205008, 4597282375736758362, 139812862424640, 9, 139812965582912, 0, -4495230105086062502, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#11 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 31 (Thread 0x7f25f67fc640 (LWP 810758)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000393d6f34 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 30 (Thread 0x7f25b57fa640 (LWP 810771)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000393ee2c9 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 29 (Thread 0x7f25f4ff9640 (LWP 810761)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000035742097 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 28 (Thread 0x7f25b5ffb640 (LWP 810770)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000035734884 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 27 (Thread 0x7f25dffff640 (LWP 810762)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x000000003573c2be in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 26 (Thread 0x7f25f6ffd640 (LWP 810757)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000039509d6f in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 25 (Thread 0x7f25f7fff640 (LWP 810755)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x000000003949acd3 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 24 (Thread 0x7f28bc9cb640 (LWP 810693)):
#0 0x0000000002a50c85 in v8::base::CmpLTImpl<unsigned int, unsigned long> (rhs=<optimized out>, lhs=<optimized out>) at ../../deps/v8/src/base/logging.h:371
No locals.
#1 v8::base::CheckLTImpl<unsigned int, unsigned long> (msg=<optimized out>, rhs=<optimized out>, lhs=<optimized out>) at ../../deps/v8/src/base/logging.h:371
cmp = <optimized out>
cmp = <optimized out>
#2 v8::internal::compiler::(anonymous namespace)::RedundantStoreFinder::unobservable_for_id (id=3322, this=0x7f28bc9ca8a0) at ../../deps/v8/src/compiler/store-store-elimination.cc:226
_msg = <optimized out>
#3 v8::internal::compiler::(anonymous namespace)::RedundantStoreFinder::RecomputeUseIntersection (node=0x73f76b0, this=0x7f28bc9ca8a0) at ../../deps/v8/src/compiler/store-store-elimination.cc:421
use = <optimized out>
new_set = {static kNotPresent = false, static kPresent = true, set_ = 0x7f289809b080}
edge = <optimized out>
__for_range = <optimized out>
__for_begin = <optimized out>
__for_end = <optimized out>
first = true
cur_set = {static kNotPresent = false, static kPresent = true, set_ = 0x0}
first = <optimized out>
cur_set = <optimized out>
opcode = <optimized out>
unused_tmp_array_for_use_macro = <optimized out>
edge = <optimized out>
__for_range = <optimized out>
__for_begin = <optimized out>
__for_end = <optimized out>
use = <optimized out>
new_set = <optimized out>
#4 v8::internal::compiler::(anonymous namespace)::RedundantStoreFinder::VisitEffectfulNode (node=0x73f76b0, this=0x7f28bc9ca8a0) at ../../deps/v8/src/compiler/store-store-elimination.cc:366
after_set = {static kNotPresent = false, static kPresent = true, set_ = 0x7f289809b080}
before_set = <optimized out>
stores_for_node = <optimized out>
cur_set_changed = <optimized out>
after_set = <optimized out>
before_set = <optimized out>
stores_for_node = <optimized out>
cur_set_changed = <optimized out>
i = <optimized out>
input = <optimized out>
#5 v8::internal::compiler::(anonymous namespace)::RedundantStoreFinder::Visit (this=0x7f28bc9ca8a0, node=0x73f76b0) at ../../deps/v8/src/compiler/store-store-elimination.cc:354
is_effectful = <optimized out>
#6 0x0000000002a52385 in v8::internal::compiler::(anonymous namespace)::RedundantStoreFinder::Find (this=0x7f28bc9ca8a0) at ../../deps/v8/src/compiler/store-store-elimination.cc:253
next = 0x73f76b0
all = {reachable = {<std::vector<v8::internal::compiler::Node*, v8::internal::ZoneAllocator<v8::internal::compiler::Node*> >> = std::vector of length -8, capacity -17476540715716 = {0x0, 0x40, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0x80020004000000, 0x2000200000001028, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8000000100000, 0x800000804220, 0x2000000 <v8::internal::wasm::WasmEngine::GetOrCreateScript(v8::internal::Isolate*, std::shared_ptr<v8::internal::wasm::NativeModule> const&, v8::base::Vector<char const>)+3552>, 0x8840000020000000, 0x20000, 0x9248922491024000, 0x80000000004, 0x100000000800, 0x10000000000001, 0x4000, 0x24, 0x4, 0x21000000, 0x100000000001, 0x8000000018, 0x4000010000000, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10000000000000, 0x0, 0x0, 0x0, 0x8000, 0x0, 0x4001000 <icudt69_dat+6584256>, 0x0, 0x4000000 <icudt69_dat+6580160>, 0x0, 0x0, 0x2000000 <v8::internal::wasm::WasmEngine::GetOrCreateScript(v8::internal::Isolate*, std::shared_ptr<v8::internal::wasm::NativeModule> const&, v8::base::Vector<char const>)+3552>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1108001240, 0x8000860000040800, 0x8440110180060008, 0x400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20200000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x84401100000, 0x80000000010002, 0x0, 0x0, 0x0, 0x0, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd, 0xcdcdcdcdcdcdcdcd...}, <No data fields>}, is_reachable_ = {<std::vector<bool, v8::internal::ZoneAllocator<bool> >> = std::vector<bool> of length 2550306024, capacity 0 = {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true, true, false, true, true, false, false, true, true...}, <No data fields>}, only_inputs_ = 40}
all = <optimized out>
next = <optimized out>
_msg = <optimized out>
node = <optimized out>
__for_range = <optimized out>
__for_begin = <optimized out>
__for_end = <optimized out>
#7 v8::internal::compiler::StoreStoreElimination::Run (js_graph=<optimized out>, tick_counter=<optimized out>, temp_zone=temp_zone@entry=0x6d15280) at ../../deps/v8/src/compiler/store-store-elimination.cc:494
finder = {jsgraph_ = 0x71c3200, tick_counter_ = 0x6c31e30, temp_zone_ = 0x6d15280, revisit_ = {<std::stack<v8::internal::compiler::Node*, v8::internal::ZoneDeque<v8::internal::compiler::Node*> >> = Python Exception <class 'AttributeError'>: 'NoneType' object has no attribute 'to_string'
, <No data fields>}, in_revisit_ = {<std::vector<bool, v8::internal::ZoneAllocator<bool> >> = std::vector<bool> of length 4774, capacity 4800 = {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, true, false, true, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false...}, <No data fields>}, unobservable_ = {<std::vector<v8::internal::compiler::(anonymous namespace)::UnobservablesSet, v8::internal::ZoneAllocator<v8::internal::compiler::(anonymous namespace)::UnobservablesSet> >> = std::vector of length 4774, capacity 4774 = {{static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f2898098a88}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f2898098a70}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}, {static kNotPresent = false, static kPresent = true, set_ = 0x0}...}, <No data fields>}, to_remove_ = {<std::set<v8::internal::compiler::Node*, std::less<v8::internal::compiler::Node*>, v8::internal::ZoneAllocator<v8::internal::compiler::Node*> >> = std::set with 0 elements, <No data fields>}, unobservables_visited_empty_ = {static kNotPresent = false, static kPresent = true, set_ = 0x7f28980983d8}}
#8 0x00000000029d2ebe in v8::internal::compiler::StoreStoreEliminationPhase::Run (this=<synthetic pointer>, temp_zone=0x6d15280, data=0x6c31e58) at ../../deps/v8/src/compiler/pipeline.cc:1837
trimmer = {graph_ = 0x71c3128, is_live_ = {<v8::internal::compiler::NodeMarkerBase> = {mark_min_ = 56, mark_max_ = 58}, <No data fields>}, live_ = {<std::vector<v8::internal::compiler::Node*, v8::internal::ZoneAllocator<v8::internal::compiler::Node*> >> = std::vector of length 2330, capacity 4774 = {0x7f28980c1908, 0x7f28980c1610, 0x7f28980c1438, 0x7f2898096db0, 0x7f289808b148, 0x7f289808b050, 0x7f28980889d8, 0x7f28980887c0, 0x7f2898088080, 0x7f28980877c8, 0x7f2898086ce0, 0x7f2898083ca8, 0x7f2898082390, 0x7f2898079b30, 0x7f2898078ee8, 0x7f2898082fd0, 0x7f2898037d48, 0x7f28980884a8, 0x7f2898037cb0, 0x7f289808bbb0, 0x7f289808b678, 0x7f289807e840, 0x7f289807e6e0, 0x7f289807e640, 0x7f289807be18, 0x7f2898079a98, 0x7f2898078e50, 0x7f2898037c18, 0x7f2898037b78, 0x7f2898081740, 0x7f2898082978, 0x7f28980c1c08, 0x7f28980c1b68, 0x7f289808ad28, 0x7f2898081158, 0x7f2898080c98, 0x7f2898080700, 0x7f289800fdb0, 0x7f289800ee48, 0x7f289801a208, 0x6f29908, 0x6f29868, 0x6ef3f38, 0x71fdc80, 0x71c8520, 0x7f28980d4b60, 0x7f28980c25c8, 0x7f2898095608, 0x7f289808ed50, 0x7f289808c088, 0x7f289808b328, 0x7f2898083770, 0x7f28980a27b0, 0x7f2898081428, 0x7f289800ff30, 0x7f289800ea40, 0x6f2e900, 0x6f2afd0, 0x6f2a950, 0x6f106a8, 0x6f0fff8, 0x7f2898080d38, 0x6f0f468, 0x6f0ef30, 0x6f0d7a8, 0x6ef8960, 0x6ef1d40, 0x7f2898081aa0, 0x6ef0f90, 0x7f2898083590, 0x7f289800f7f0, 0x6ee0738, 0x6ebe4d0, 0x6ebe018, 0x741c548, 0x6ed9708, 0x741c3c8, 0x741a320, 0x73fd090, 0x73fc1e8, 0x7f28980c3280, 0x73fb580, 0x7f2898081bf8, 0x7f289800f628, 0x73fac78, 0x7f2898096518, 0x73fa7c0, 0x73f9a90, 0x71d6a70, 0x71d0ac8, 0x71d0748, 0x73fabd8, 0x73f7d98, 0x6ef1068, 0x73f7a20, 0x6ebe430, 0x73fbd90, 0x73f78a0, 0x6f00f90, 0x73fb828, 0x73f7800, 0x6edd948, 0x73f7760, 0x7f289808dfa0, 0x73f70e0, 0x7f289808b7e0, 0x73e1ca0, 0x6f0c660, 0x73dc9e8, 0x73d5308, 0x73d4de0, 0x7f289800fcb8, 0x73d0be8, 0x73ca3a8, 0x73c9a98, 0x7f28980826a0, 0x73c8f90, 0x6f0cd80, 0x73c82b0, 0x7f28980a6170, 0x6f0b9e0, 0x73c3d80, 0x73c3a10, 0x7f28980a2488, 0x7f289800efc8, 0x73cec88, 0x73bb8d0, 0x6ebeaf0, 0x73bac38, 0x73b5170, 0x6ee08b0, 0x71ffb38, 0x7f28980a4f00, 0x6f0bef0, 0x71c90f8, 0x71c88f0, 0x6f0d540, 0x71c86c0, 0x71c7860, 0x71c7cd8, 0x71c6378, 0x71c5fc0, 0x71c5f20, 0x6ee0810, 0x73f8748, 0x71c5db8, 0x7f2898037970, 0x73f6f00, 0x71c6f40, 0x71c7c28, 0x71c85a8, 0x71c9048, 0x71fd788, 0x73b46b8, 0x73b61f0, 0x73ba850, 0x73bde58, 0x73c1c48, 0x73c3490, 0x73c3960, 0x73c3cd0, 0x73c4b88, 0x73c8570, 0x73c87f8, 0x73c8ee0, 0x73c9250, 0x73c94d8, 0x73c9760, 0x73c99e8, 0x73c9d58, 0x73ca028, 0x73ca2f8, 0x73ca668, 0x73ca938, 0x73cac08, 0x73caed8, 0x73cb160, 0x73cb430, 0x73cd708, 0x73cf070, 0x73d0fd0, 0x73d2490, 0x73d51c8, 0x73dcb00, 0x73df838, 0x73dfbc8, 0x73e2df0, 0x73f0c08, 0x73f1158, 0x73f2f10, 0x73f54f8, 0x73f6828, 0x73f68c0, 0x6ebec00, 0x6ef2c10, 0x6f01918, 0x6f023e0, 0x6f0a3c8, 0x6f2c420, 0x7f2898087ca0...}, <No data fields>}}
roots = {<std::vector<v8::internal::compiler::Node*, v8::internal::ZoneAllocator<v8::internal::compiler::Node*> >> = std::vector of length 159, capacity 256 = {0x7f28980c1908, 0x7f28980c1610, 0x7f28980c1438, 0x7f2898096db0, 0x7f289808b148, 0x7f289808b050, 0x7f28980889d8, 0x7f28980887c0, 0x7f2898088080, 0x7f28980877c8, 0x7f2898086ce0, 0x7f2898083ca8, 0x7f2898082390, 0x7f2898079b30, 0x7f2898078ee8, 0x7f2898082fd0, 0x7f2898037d48, 0x7f28980884a8, 0x7f2898037cb0, 0x7f289808bbb0, 0x7f289808b678, 0x7f289807e840, 0x7f289807e6e0, 0x7f289807e640, 0x7f289807be18, 0x7f2898079a98, 0x7f2898078e50, 0x7f2898037c18, 0x7f2898037b78, 0x7f2898081740, 0x7f2898082978, 0x7f28980c1c08, 0x7f28980c1b68, 0x7f289808ad28, 0x7f2898081158, 0x7f2898080c98, 0x7f2898080700, 0x7f289800fdb0, 0x7f289800ee48, 0x7f289801a208, 0x6f29908, 0x6f29868, 0x6ef3f38, 0x71fdc80, 0x71c8520, 0x7f28980d4b60, 0x7f28980c25c8, 0x7f2898095608, 0x7f289808ed50, 0x7f289808c088, 0x7f289808b328, 0x7f2898083770, 0x7f28980a27b0, 0x7f2898081428, 0x7f289800ff30, 0x7f289800ea40, 0x6f2e900, 0x6f2afd0, 0x6f2a950, 0x6f106a8, 0x6f0fff8, 0x7f2898080d38, 0x6f0f468, 0x6f0ef30, 0x6f0d7a8, 0x6ef8960, 0x6ef1d40, 0x7f2898081aa0, 0x6ef0f90, 0x7f2898083590, 0x7f289800f7f0, 0x6ee0738, 0x6ebe4d0, 0x6ebe018, 0x741c548, 0x6ed9708, 0x741c3c8, 0x741a320, 0x73fd090, 0x73fc1e8, 0x7f28980c3280, 0x73fb580, 0x7f2898081bf8, 0x7f289800f628, 0x73fac78, 0x7f2898096518, 0x73fa7c0, 0x73f9a90, 0x71d6a70, 0x71d0ac8, 0x71d0748, 0x73fabd8, 0x73f7d98, 0x6ef1068, 0x73f7a20, 0x6ebe430, 0x73fbd90, 0x73f78a0, 0x6f00f90, 0x73fb828, 0x73f7800, 0x6edd948, 0x73f7760, 0x7f289808dfa0, 0x73f70e0, 0x7f289808b7e0, 0x73e1ca0, 0x6f0c660, 0x73dc9e8, 0x73d5308, 0x73d4de0, 0x7f289800fcb8, 0x73d0be8, 0x73ca3a8, 0x73c9a98, 0x7f28980826a0, 0x73c8f90, 0x6f0cd80, 0x73c82b0, 0x7f28980a6170, 0x6f0b9e0, 0x73c3d80, 0x73c3a10, 0x7f28980a2488, 0x7f289800efc8, 0x73cec88, 0x73bb8d0, 0x6ebeaf0, 0x73bac38, 0x73b5170, 0x6ee08b0, 0x71ffb38, 0x7f28980a4f00, 0x6f0bef0, 0x71c90f8, 0x71c88f0, 0x6f0d540, 0x71c86c0, 0x71c7860, 0x71c7cd8, 0x71c6378, 0x71c5fc0, 0x71c5f20, 0x6ee0810, 0x73f8748, 0x71c5db8, 0x7f2898083770, 0x7f289800f7f0, 0x71c90f8, 0x7f2898083590, 0x71c6378, 0x71c5db8, 0x71c86c0, 0x71c88f0, 0x71c7cd8, 0x71c8520, 0x71fdc80, 0x7f2898037970, 0x7f2898080d38}, <No data fields>}
trimmer = <optimized out>
roots = <optimized out>
scope = <optimized out>
#9 v8::internal::compiler::PipelineImpl::Run<v8::internal::compiler::StoreStoreEliminationPhase> (this=this@entry=0x6c32078) at ../../deps/v8/src/compiler/pipeline.cc:1313
scope = {phase_scope_ = {pipeline_stats_ = <optimized out>}, zone_scope_ = {zone_name_ = <optimized out>, zone_stats_ = <optimized out>, zone_ = 0x6d15280, support_zone_compression_ = <optimized out>}, origin_scope_ = {origins_ = <optimized out>, prev_phase_name_ = <optimized out>}}
phase = <optimized out>
#10 0x00000000029e64b8 in v8::internal::compiler::PipelineImpl::OptimizeGraph (this=this@entry=0x6c32078, linkage=<optimized out>) at ../../deps/v8/src/compiler/pipeline.cc:2786
data = 0x6c31e58
#11 0x00000000029e6e38 in v8::internal::compiler::PipelineCompilationJob::ExecuteJobImpl (this=0x6c31cc0, stats=<optimized out>, local_isolate=<optimized out>) at ../../deps/v8/src/compiler/pipeline.cc:1246
scope = {data_ = 0x6c31e58}
local_isolate_scope = <optimized out>
success = <optimized out>
#12 0x00000000015a0004 in v8::internal::OptimizedCompilationJob::ExecuteJob (this=this@entry=0x6c31cc0, stats=0x0, local_isolate=0x7f28bc9cac40) at ../../deps/v8/src/codegen/compiler.cc:392
t = {timer_ = {{start_ticks_ = {<v8::base::time_internal::TimeBase<v8::base::TimeTicks>> = {<v8::base::TimeConstants> = {static kHoursPerDay = 24, static kMillisecondsPerSecond = 1000, static kMillisecondsPerDay = 86400000, static kMicrosecondsPerMillisecond = 1000, static kMicrosecondsPerSecond = 1000000, static kMicrosecondsPerMinute = 60000000, static kMicrosecondsPerHour = 3600000000, static kMicrosecondsPerDay = 86400000000, static kMicrosecondsPerWeek = 604800000000, static kNanosecondsPerMicrosecond = 1000, static kNanosecondsPerSecond = 1000000000}, us_ = 470714992640}, <No data fields>}, paused_elapsed_ = {delta_ = 470714992640}}, started_ = true, paused_ = false}, location_ = 0x6c31cf0}
#13 0x0000000001610053 in v8::internal::OptimizingCompileDispatcher::CompileNext (this=0x6c0c420, job=0x6c31cc0, local_isolate=<optimized out>) at ../../deps/v8/src/compiler-dispatcher/optimizing-compile-dispatcher.cc:123
status = <optimized out>
#14 0x0000000001610392 in v8::internal::OptimizingCompileDispatcher::CompileTask::RunInternal (this=0x71a0560) at ../../deps/v8/src/compiler-dispatcher/optimizing-compile-dispatcher.cc:84
timer = {isolate_ = 0x6b95d60}
trace_event_unique_atomic76 = 94854727
trace_event_unique_category_group_enabled76 = <optimized out>
trace_event_unique_tracer76 = {p_data_ = 0x0, data_ = {category_group_enabled = 0x7f28bc9cad10 "\001", name = 0x7f28bc9cac50 "`", event_handle = 19554722}}
local_isolate = {<v8::internal::HiddenLocalFactory> = {<v8::internal::LocalFactory> = {<v8::internal::FactoryBase<v8::internal::LocalFactory>> = {<v8::internal::TorqueGeneratedFactory<v8::internal::LocalFactory>> = {<No data fields>}, <No data fields>}, roots_ = {static kEntriesCount = 590, read_only_roots_ = 0x6b95dd0}, a_script_was_added_to_the_script_list_ = false}, <No data fields>}, heap_ = {heap_ = 0x6ba0060, is_main_thread_ = false, state_ = {static _S_min_alignment = 4, static _S_alignment = 4, _M_i = v8::internal::LocalHeap::kParked}, allocation_failed_ = false, main_thread_parked_ = false, prev_ = 0x7f28bd9ccc50, next_ = 0x6c0bff0, handles_ = std::unique_ptr<v8::internal::LocalHandles> = {get() = 0x7f2898002460}, persistent_handles_ = std::unique_ptr<v8::internal::PersistentHandles> = {get() = 0x71a0e40}, marking_barrier_ = std::unique_ptr<v8::internal::MarkingBarrier> = {get() = 0x7f2898004300}, gc_epilogue_callbacks_ = std::vector of length 0, capacity 0, old_space_allocator_ = {static kLabSize = 4096, static kMaxLabSize = 32768, static kMaxLabObjectSize = 2048, local_heap_ = 0x7f28bc9cac50, space_ = 0x6c07150, lab_ = {heap_ = 0x0, allocation_info_ = {start_ = 0, top_ = 0, limit_ = 0}}}}, isolate_ = 0x6b95d60, logger_ = std::unique_ptr<v8::internal::LocalLogger> = {get() = 0x7f28980087b0}, thread_id_ = {static kInvalidId = -1, id_ = 3}, stack_limit_ = 139812938795952, runtime_call_stats_ = 0x0, bigint_processor_ = 0x0}
#15 0x0000000001298e9c in node::(anonymous namespace)::PlatformWorkerThread (data=0x6b8d910) at ../../src/node_platform.cc:43
task = std::unique_ptr<v8::Task> = {get() = 0x71a0580}
worker_data = std::unique_ptr<node::(anonymous namespace)::PlatformWorkerData> = {get() = 0x6b8d910}
pending_worker_tasks = 0x6b8c950
#16 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421205008, 4597282375736758362, 139812939806272, 9, 139812965582912, 0, -4495249043744354214, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#17 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 23 (Thread 0x7f25b6ffd640 (LWP 810748)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000356e336f in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 22 (Thread 0x7f25b67fc640 (LWP 810769)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000393e9894 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 21 (Thread 0x7f28be1ce640 (LWP 810690)):
#0 0x00007f28be2e4c2e in epoll_wait (epfd=9, events=0x7f28be1cac70, maxevents=1024, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x0000000002183c88 in uv__io_poll (loop=0x6b8cdc8, timeout=-1) at ../../deps/uv/src/unix/epoll.c:236
max_safe_timeout = 1789569
no_epoll_pwait_cached = 0
no_epoll_wait_cached = 0
no_epoll_pwait = 0
no_epoll_wait = 0
events = {{events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}} <repeats 988 times>, {events = 0, data = {ptr = 0xbe26fe7900000000, fd = 0, u32 = 0, u64 = 13701918711965810688}}, {events = 32552, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 7, data = {ptr = 0x9000000000, fd = 0, u32 = 0, u64 = 618475290624}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 128, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x9, fd = 9, u32 = 9, u64 = 9}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x2, fd = 2, u32 = 2, u64 = 2}}, {events = 9, data = {ptr = 0x32, fd = 50, u32 = 50, u64 = 50}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x7c00000000, fd = 0, u32 = 0, u64 = 532575944704}}, {events = 119, data = {ptr = 0x5b0000006e, fd = 110, u32 = 110, u64 = 390842024046}}, {events = 0, data = {ptr = 0xfffffef000000000, fd = 0, u32 = 0, u64 = 18446742905478447104}}, {events = 4294967295, data = {ptr = 0x80, fd = 128, u32 = 128, u64 = 128}}, {events = 3087007776, data = {ptr = 0x900007f28, fd = 32552, u32 = 32552, u64 = 38654738216}}, {events = 0, data = {ptr = 0x7f28be260840 <start_thread>, fd = -1104803776, u32 = 3190163520, u64 = 139812965582912}}, {events = 0, data = {ptr = 0xbe2706d900000000, fd = 0, u32 = 0, u64 = 13701927920375693312}}, {events = 32552, data = {ptr = 0x7f28be1cdbd0, fd = -1105404976, u32 = 3189562320, u64 = 139812964981712}}, {events = 3189564992, data = {ptr = 0xbe1ce64000007f28, fd = 32552, u32 = 32552, u64 = 13699077329106534184}}, {events = 32552, data = {ptr = 0x7f28be1cdbd0, fd = -1105404976, u32 = 3189562320, u64 = 139812964981712}}, {events = 3189564992, data = {ptr = 0x216880700007f28, fd = 32552, u32 = 32552, u64 = 150457201209671464}}, {events = 0, data = {ptr = 0x80, fd = 128, u32 = 128, u64 = 128}}, {events = 0, data = {ptr = 0xbe1cdc0000000000, fd = 0, u32 = 0, u64 = 13699066059112316928}}, {events = 32552, data = {ptr = 0x216883f <uv__reallocf+35>, fd = 35031103, u32 = 35031103, u64 = 35031103}}, {events = 128, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x3a00000005, fd = 5, u32 = 5, u64 = 249108103173}}, {events = 3087010736, data = {ptr = 0xbe1cdc4000007f28, fd = 32552, u32 = 32552, u64 = 13699066333990256424}}, {events = 13, data = {ptr = 0x6b8cdc8, fd = 112774600, u32 = 112774600, u64 = 112774600}}, {events = 5, data = {ptr = 0x6b8cdc80000000b, fd = 11, u32 = 11, u64 = 484363218819481611}}, {events = 0, data = {ptr = 0x7f28b8000bb0, fd = -1207956560, u32 = 3087010736, u64 = 139812862430128}}, {events = 14, data = {ptr = 0xbe1cdc600000000e, fd = 14, u32 = 14, u64 = 13699066471429177358}}, {events = 32552, data = {ptr = 0x216da06 <uv__io_start+207>, fd = 35052038, u32 = 35052038, u64 = 35052038}}, {events = 3189562480, data = {ptr = 0xbe1ce64000007f28, fd = 32552, u32 = 32552, u64 = 13699077329106534184}}, {events = 32552, data = {ptr = 0x7f28be1ce640, fd = -1105402304, u32 = 3189564992, u64 = 139812964984384}}, {events = 9, data = {ptr = 0xbe26084000000000, fd = 0, u32 = 0, u64 = 13701647987292241920}}, {events = 32552, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}}
pe = 0x2168307 <uv__next_timeout+32>
e = {events = 1, data = {ptr = 0xc, fd = 12, u32 = 12, u64 = 12}}
real_timeout = -1
q = 0x6b8cfa8
w = 0x6b8cf90
sigset = {__val = {0 <repeats 16 times>}}
sigmask = 0
base = 470704369
have_signals = 32552
nevents = -1105404704
count = 48
nfds = -1105404752
fd = 32552
op = 1
i = 0
user_timeout = 0
reset_timeout = 0
__PRETTY_FUNCTION__ = "uv__io_poll"
#2 0x000000000216cc65 in uv_run (loop=0x6b8cdc8, mode=UV_RUN_DEFAULT) at ../../deps/uv/src/unix/core.c:389
timeout = -1
r = 1
ran_pending = 0
#3 0x000000000129bf28 in node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Run (this=0x6b8ccc0) at ../../src/node_platform.cc:88
__PRETTY_FUNCTION__ = "void node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Run()"
#4 0x000000000129bb82 in node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start()::{lambda(void*)#1}::operator()(void*) const (__closure=0x0, data=0x6b8ccc0) at ../../src/node_platform.cc:57
No locals.
#5 0x000000000129bba2 in node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start()::{lambda(void*)#1}::_FUN(void*) () at ../../src/node_platform.cc:58
No locals.
#6 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421204944, 4597282375736758362, 139812964984384, 9, 139812965582912, 0, -4495243548870569894, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 20 (Thread 0x7f25b77fe640 (LWP 810768)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x000000003951700e in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 19 (Thread 0x7f25dd7fa640 (LWP 810767)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000035859f7e in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 18 (Thread 0x7f25de7fc640 (LWP 810765)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000036047bd2 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 17 (Thread 0x7f25deffd640 (LWP 810764)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000036027876 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 16 (Thread 0x7f25f77fe640 (LWP 810756)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000356dde0b in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 15 (Thread 0x7f260dffb640 (LWP 810753)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000036094dca in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 14 (Thread 0x7f260effd640 (LWP 810751)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000360687e9 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 13 (Thread 0x7f25ddffb640 (LWP 810766)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x000000003560996c in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 12 (Thread 0x7f25df7fe640 (LWP 810763)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000039505bf5 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 11 (Thread 0x7f260ffff640 (LWP 810750)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000035732a82 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 10 (Thread 0x7f25f57fa640 (LWP 810760)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000393e342e in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 9 (Thread 0x7f260d7fa640 (LWP 810746)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000394a03db in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 8 (Thread 0x7f25f5ffb640 (LWP 810759)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x00000000355fc9ce in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 7 (Thread 0x7f260cff9640 (LWP 810754)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000036a3916f in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 6 (Thread 0x7f28aef62640 (LWP 810697)):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5a71288 <cond+40>) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3 0x00007f28be25feb0 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5a712a0 <mutex>, cond=0x5a71260 <cond>) at pthread_cond_wait.c:504
spin = 0
buffer = {__routine = 0x7f28be25fc30 <__condvar_cleanup_waiting>, __arg = 0x7f28aef61cd0, __canceltype = 438, __prev = 0x0}
cbuffer = {wseq = 214, cond = 0x5a71260 <cond>, mutex = 0x5a712a0 <mutex>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 214
seq = 107
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at pthread_cond_wait.c:619
No locals.
#5 0x000000000217fbd2 in uv_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at ../../deps/uv/src/unix/thread.c:780
No locals.
#6 0x0000000002166d77 in worker (arg=0x0) at ../../deps/uv/src/threadpool.c:76
w = 0x751d0b0
q = 0x751d0c8
is_slow_work = 0
#7 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421199472, 4597282375736758362, 139812710786624, 0, 139812965582912, 0, -4495280607995883430, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 5 (Thread 0x7f260e7fc640 (LWP 810752)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x000000003950c473 in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 4 (Thread 0x7f25dcff9640 (LWP 810749)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1 0x00007f28acde088f in g_cond_wait_until () from /bbb/node_modules/sharp/build/Release/../.././vendor/8.12.2/linux-x64/lib/libvips-cpp.so.42
No symbol table info available.
#2 0x0000000000072eba in ?? ()
No symbol table info available.
#3 0x0000000036a2dc8d in ?? ()
No symbol table info available.
#4 0x0000000000000000 in ?? ()
No symbol table info available.
Thread 3 (Thread 0x7f28af763640 (LWP 810696)):
#0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5a71288 <cond+40>) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5a71288 <cond+40>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
No locals.
#3 0x00007f28be25feb0 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5a712a0 <mutex>, cond=0x5a71260 <cond>) at pthread_cond_wait.c:504
spin = 0
buffer = {__routine = 0x7f28be25fc30 <__condvar_cleanup_waiting>, __arg = 0x7f28af762cd0, __canceltype = 438, __prev = 0x0}
cbuffer = {wseq = 212, cond = 0x5a71260 <cond>, mutex = 0x5a712a0 <mutex>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 212
seq = 106
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at pthread_cond_wait.c:619
No locals.
#5 0x000000000217fbd2 in uv_cond_wait (cond=0x5a71260 <cond>, mutex=0x5a712a0 <mutex>) at ../../deps/uv/src/unix/thread.c:780
No locals.
#6 0x0000000002166d77 in worker (arg=0x0) at ../../deps/uv/src/threadpool.c:76
w = 0x6fb1570
q = 0x6fb1588
is_slow_work = 0
#7 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421199472, 4597282375736758362, 139812719179328, 0, 139812965582912, 0, -4495281706970640294, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 2 (Thread 0x7f28be708640 (LWP 810695)):
#0 __futex_abstimed_wait_common64 (private=<optimized out>, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>) at futex-internal.c:57
sc_cancel_oldtype = 0
__arg6 = <optimized out>
__arg3 = <optimized out>
_a5 = <optimized out>
_a2 = <optimized out>
sc_ret = <optimized out>
__arg4 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a3 = <optimized out>
resultvar = <optimized out>
__arg5 = <optimized out>
__arg2 = <optimized out>
_a4 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized out>, cancel=cancel@entry=true) at futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
#2 0x00007f28be25d79f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=<optimized out>) at futex-internal.c:139
No locals.
#3 0x00007f28be268a2f in do_futex_wait (sem=sem@entry=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>, abstime=0x0, clockid=0) at /usr/src/debug/glibc-2.34-21.fc35.x86_64/nptl/sem_waitcommon.c:112
err = <optimized out>
#4 0x00007f28be268ac8 in __new_sem_wait_slow64 (sem=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>, abstime=0x0, clockid=0) at /usr/src/debug/glibc-2.34-21.fc35.x86_64/nptl/sem_waitcommon.c:184
_buffer = {__routine = 0x7f28be268a00 <__sem_wait_cleanup>, __arg = 0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>, __canceltype = 0, __prev = 0x0}
err = <optimized out>
d = 0
#5 0x000000000217f915 in uv__sem_wait (sem=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>) at ../../deps/uv/src/unix/thread.c:626
r = 0
#6 0x000000000217fa6e in uv_sem_wait (sem=0x5a65680 <node::inspector::(anonymous namespace)::start_io_thread_semaphore>) at ../../deps/uv/src/unix/thread.c:682
No locals.
#7 0x0000000001356510 in node::inspector::(anonymous namespace)::StartIoThreadMain (unused=0x0) at ../../src/inspector_agent.cc:82
lock = {mutex_ = @0x0}
agent = 0x0
__PRETTY_FUNCTION__ = "void* node::inspector::{anonymous}::StartIoThreadMain(void*)"
#8 0x00007f28be260b1a in start_thread (arg=<optimized out>) at pthread_create.c:443
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727421205248, 4597282375736758362, 139812970464832, 2, 139812965582912, 0, -4495244342365777830, -4495243637309042598}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x00007f28be2e5650 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
No locals.
Thread 1 (Thread 0x7f28be1d2400 (LWP 810689)):
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = <optimized out>
old_mask = {__val = {139639677808494, 0, 112811360, 113255744, 140727421185296, 57501316225297, 1994495044801650351, 1994495044801650351, 113255792, 10213432232265, 4294967295, 113255800, 0, 0, 121818728, 0}}
ret = <optimized out>
#1 0x00007f28be2628f3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
No locals.
#2 0x00007f28be2156a6 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#3 0x00007f28be1ff7d3 in __GI_abort () at abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x3031385b65646f00, sa_sigaction = 0x3031385b65646f00}, sa_mask = {__val = {17691227682089899264, 140727421185520, 51815864, 51815920, 51869996, 139812970374528, 140727421185872, 115161360, 139812965649413, 52243819, 140727421185504, 0, 0, 140727421185408, 7, 26288654874729248}}, sa_flags = -1103305536, sa_restorer = 0x7f28be3cf3a0 <__GI__IO_file_jumps>}
sigs = {__val = {32, 0, 0, 17691227682089899264, 0, 17691227682089899264, 51815864, 140727421185568, 51815893, 51815920, 51869996, 139812965386394, 206158430256, 140727421185480, 140727421185280, 17691227682089899264}}
#4 0x00000000011d941a in node::Abort () at ../../src/node_errors.cc:260
No locals.
#5 0x00000000011d94bc in node::Assert (info=...) at ../../src/node_errors.cc:275
name = "node[810689]"
#6 0x0000000001198773 in node::Buffer::Data (val=...) at ../../src/node_buffer.cc:246
args = {file_line = 0x316a5b8 "../../src/node_buffer.cc:246", message = 0x316a5d5 "val->IsArrayBufferView()", function = 0x316a5f0 "char* node::Buffer::Data(v8::Local<v8::Value>)"}
__PRETTY_FUNCTION__ = "char* node::Buffer::Data(v8::Local<v8::Value>)"
ui = {val_ = 0x7ffda7f32e78}
#7 0x000000000118267e in napi_get_buffer_info (env=0x6dd3910, value=0x7ffda7f33570, data=0x7ffda7f32f10, length=0x7ffda7f32f08) at ../../src/node_api.cc:998
buffer = {val_ = 0x7ffda7f33570}
#8 0x00007f28ad52aad3 in nodezopfli::CompressBinding::Sync(Napi::CallbackInfo const&) () from /bbb/node_modules/node-zopfli/build/Release/node-zopfli.node
No symbol table info available.
#9 0x00007f28ad52d063 in Napi::details::CallbackData<Napi::Value (*)(Napi::CallbackInfo const&), Napi::Value>::Wrapper(napi_env__*, napi_callback_info__*) () from /bbb/node_modules/node-zopfli/build/Release/node-zopfli.node
No symbol table info available.
#10 0x0000000001158786 in operator() (__closure=0x7ffda7f33250, env=0x6dd3910) at ../../src/js_native_api_v8.cc:312
result = @0x7ffda7f33230: 0x0
cb = @0x7ffda7f33238: 0x7f28ad52cf80 <Napi::details::CallbackData<Napi::Value (*)(Napi::CallbackInfo const&), Napi::Value>::Wrapper(napi_env__*, napi_callback_info__*)>
cbinfo_wrapper = @0x7ffda7f33240: 0x7ffda7f33290
#11 0x0000000001165525 in napi_env__::CallIntoModule<v8impl::(anonymous namespace)::CallbackWrapperBase::InvokeCallback()::<lambda(napi_env)>, v8impl::(anonymous namespace)::CallbackWrapperBase::InvokeCallback()::<lambda(napi_env, v8::Local<v8::Value>)> >(struct {...} &&, struct {...} &&) (this=0x6dd3910, call=..., handle_exception=...) at ../../src/js_native_api_v8.h:95
__PRETTY_FUNCTION__ = "void napi_env__::CallIntoModule(T&&, U&&) [with T = v8impl::{anonymous}::CallbackWrapperBase::InvokeCallback()::<lambda(napi_env)>; U = v8impl::{anonymous}::CallbackWrapperBase::InvokeCallback()::<lam"...
open_handle_scopes_before = 0
open_callback_scopes_before = 0
#12 0x000000000115883e in v8impl::(anonymous namespace)::CallbackWrapperBase::InvokeCallback (this=0x7ffda7f33290) at ../../src/js_native_api_v8.cc:311
cbinfo_wrapper = 0x7ffda7f33290
env = 0x6dd3910
cb = 0x7f28ad52cf80 <Napi::details::CallbackData<Napi::Value (*)(Napi::CallbackInfo const&), Napi::Value>::Wrapper(napi_env__*, napi_callback_info__*)>
result = 0x0
exceptionOccurred = false
#13 0x000000000115889e in v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke (info=...) at ../../src/js_native_api_v8.cc:332
cbwrapper = {<v8impl::(anonymous namespace)::CallbackWrapperBase> = {<v8impl::(anonymous namespace)::CallbackWrapper> = {_vptr.CallbackWrapper = 0x315ea98 <vtable for v8impl::(anonymous namespace)::FunctionCallbackWrapper+16>, _this = 0x7ffda7f33568, _args_length = 3, _data = 0x6df4910}, _cbinfo = @0x7ffda7f332f0, _bundle = 0x6df4a90}, <No data fields>}
#14 0x00000000015046e9 in v8::internal::FunctionCallbackArguments::Call (this=this@entry=0x7ffda7f333f0, handler=..., handler@entry=...) at ../../deps/v8/src/api/api-arguments-inl.h:152
isolate = 0x6b95d60
f = 0x1158873 <v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::FunctionCallbackInfo<v8::Value> const&)>
receiver_check_unsupported = <optimized out>
call_scope = {isolate_ = 0x6b95d60, callback_ = 18188403, previous_scope_ = 0x7ffda7f34090, vm_state_ = {isolate_ = 0x6b95d60, previous_tag_ = v8::JS}, pause_timed_histogram_scope_ = {histogram_ = 0x6ba35c0, previous_scope_ = 0x0}}
info = {static kArgsLength = 6, static kHolderIndex = 0, static kIsolateIndex = 1, static kReturnValueDefaultValueIndex = 2, static kReturnValueIndex = 3, static kDataIndex = 4, static kNewTargetIndex = 5, implicit_args_ = 0x7ffda7f33408, values_ = 0x7ffda7f33570, length_ = 3}
#15 0x0000000001505ab0 in v8::internal::(anonymous namespace)::HandleApiCallHelper<false> (isolate=isolate@entry=0x6b95d60, function=..., function@entry=..., new_target=..., new_target@entry=..., fun_data=..., receiver=..., receiver@entry=..., args=...) at ../../deps/v8/src/builtins/builtins-api.cc:112
call_data = <optimized out>
data_obj = <optimized out>
custom = {<v8::internal::CustomArguments<v8::FunctionCallbackInfo<v8::Value> >> = {<v8::internal::CustomArgumentsBase> = {<v8::internal::Relocatable> = {_vptr.Relocatable = 0x324fed0 <vtable for v8::internal::FunctionCallbackArguments+16>, isolate_ = 0x6b95d60, prev_ = 0x7ffda7f34170}, <No data fields>}, static kReturnValueOffset = 3, values_ = {23561710259865, 112811360, 578567018089, 578567018089, 33006367828481, 578567017881}}, static kArgsLength = 6, static kHolderIndex = 0, static kDataIndex = 4, static kReturnValueDefaultValueIndex = 2, static kIsolateIndex = 1, static kNewTargetIndex = 5, argv_ = 0x7ffda7f33570, argc_ = 3}
result = <optimized out>
js_receiver = <optimized out>
raw_holder = <optimized out>
raw_call_data = <optimized out>
instance_template = <optimized out>
templ = <optimized out>
_msg = <optimized out>
#16 0x000000000150978c in v8::internal::Builtin_Impl_HandleApiCall (isolate=0x6b95d60, args=...) at ../../deps/v8/src/builtins/builtins-api.cc:142
__result__ = <optimized out>
__isolate__ = 0x6b95d60
function = <optimized out>
new_target = <optimized out>
fun_data = <optimized out>
scope = <optimized out>
receiver = <optimized out>
scope = <optimized out>
function = <optimized out>
receiver = <optimized out>
new_target = <optimized out>
fun_data = <optimized out>
__result__ = <optimized out>
__isolate__ = <optimized out>
__result__ = <optimized out>
__isolate__ = <optimized out>
#17 v8::internal::Builtin_HandleApiCall (args_length=8, args_object=0x7ffda7f33580, isolate=0x6b95d60) at ../../deps/v8/src/builtins/builtins-api.cc:130
args = {<v8::internal::Arguments<(v8::internal::ArgumentsType)1>> = {length_ = 8, arguments_ = 0x7ffda7f33580}, static kNewTargetOffset = 0, static kTargetOffset = 1, static kArgcOffset = 2, static kPaddingOffset = 3, static kNumExtraArgs = 4, static kNumExtraArgsWithReceiver = 5, static kArgsOffset = 4}
#18 0x0000000002210979 in Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit () at ../../deps/v8/src/builtins/torque-internal.tq:84
No locals.
#19 0x00000000021952aa in Builtins_InterpreterEntryTrampoline () at ../../deps/v8/src/objects/string.tq:175
No locals.
#20 0x00000086b5481599 in ?? ()
No symbol table info available.
#21 0x00000bf9a9df8af9 in ?? ()
No symbol table info available.
#22 0x0000000800000000 in ?? ()
No symbol table info available.
#23 0x00000086b5481669 in ?? ()
No symbol table info available.
#24 0x0000156de35ece99 in ?? ()
No symbol table info available.
#25 0x0000344c1186f739 in ?? ()
No symbol table info available.
#26 0x000010c259f3b459 in ?? ()
No symbol table info available.
#27 0x0000344c11871269 in ?? ()
No symbol table info available.
#28 0x0000344c11871269 in ?? ()
No symbol table info available.
#29 0x000010c259f3b459 in ?? ()
No symbol table info available.
#30 0x0000344c1186f739 in ?? ()
No symbol table info available.
#31 0x0000156de35ece99 in ?? ()
No symbol table info available.
#32 0x00000bf9a9df8af9 in ?? ()
No symbol table info available.
#33 0x0000004800000000 in ?? ()
No symbol table info available.
#34 0x00002604300bb489 in ?? ()
No symbol table info available.
#35 0x0000000000000002 in ?? ()
No symbol table info available.
#36 0x00000bf9a9dfb0d1 in ?? ()
No symbol table info available.
#37 0x00001e04e4d482d9 in ?? ()
No symbol table info available.
#38 0x00007ffda7f33680 in ?? ()
No symbol table info available.
#39 0x00000000021952aa in Builtins_InterpreterEntryTrampoline () at ../../deps/v8/src/objects/string.tq:175
No locals.
#40 0x00001e04e4d5f861 in ?? ()
No symbol table info available.
#41 0x0000344c1186f739 in ?? ()
No symbol table info available.
#42 0x0000344c11871269 in ?? ()
No symbol table info available.
#43 0x00000086b5481599 in ?? ()
No symbol table info available.
#44 0x00000086b5481599 in ?? ()
No symbol table info available.
#45 0x0000344c11870871 in ?? ()
No symbol table info available.
#46 0x0000344c11871269 in ?? ()
No symbol table info available.
#47 0x0000344c1186f739 in ?? ()
No symbol table info available.
#48 0x00001e04e4d5f861 in ?? ()
No symbol table info available.
#49 0x00000bf9a9dfb0d1 in ?? ()
No symbol table info available.
#50 0x0000344c1186f7d1 in ?? ()
No symbol table info available.
#51 0x00000086b5481599 in ?? ()
No symbol table info available.
#52 0x00000086b5481599 in ?? ()
No symbol table info available.
#53 0x0000344c11870851 in ?? ()
No symbol table info available.
#54 0x000000b200000000 in ?? ()
No symbol table info available.
#55 0x00002604300ba359 in ?? ()
No symbol table info available.
#56 0x0000000000000000 in ?? ()
No symbol table info available.
quit