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 99 forks source link

`v8 bt` segfaults on latest V8 #342

Closed mmarchini closed 4 years ago

mmarchini commented 4 years ago

The bug is not on llnode, but it breaks v8 bt, so I'm keeping this open to track. lldb GetDescription broken on latest V8 without pointer compression. Not sure where to fix it, but we should probably mitigate on llnode as well

mmarchini commented 4 years ago

:woman_shrugging: