llnode icon indicating copy to clipboard operation
llnode copied to clipboard

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

Open SpeedyCraftah opened this issue 5 years ago • 1 comments

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

SpeedyCraftah avatar Oct 25 '19 20:10 SpeedyCraftah

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.

hyj1991 avatar Dec 29 '19 07:12 hyj1991