nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 100 forks source link

terminate called after throwing an instance of 'std::out_of_range' #322

Open SpeedyCraftah opened 4 years ago

SpeedyCraftah commented 4 years ago

i am getting terminate called after throwing an instance of 'std::out_of_range' when doing v8 findjsobjects

hyj1991 commented 4 years ago

Set ulimit -c unlimited, and then run v8 findjsobjects, it'll create a core dump file automatic when terminated (usually xxx.core).

Run llnode node -c xxx.core and v8 bt then see the terminated backtrace.