v8-inspector-api icon indicating copy to clipboard operation
v8-inspector-api copied to clipboard

getting `segmentation fault node` while trying `inspector.heap.takeSnapshot()` with `node v14.17.6`

Open vimalnegi opened this issue 4 years ago • 1 comments

vimalnegi avatar Sep 01 '21 08:09 vimalnegi

@vimalnegi did you try without the S3 exporter ?

As mentionned in the readme there is an issue with the new AWS sdk and the method takeSnapshot(). But memory sampling is ok.

If you don't need it, replace: storage: { type: 's3', with storage: { type: 'raw',

wallet77 avatar Nov 16 '21 15:11 wallet77