Ruslan Ustyugov
Results
2
comments of
Ruslan Ustyugov
I got the same error when upgraded NodeJs from 8.x to 10.15.3 version. The `*-v8.log` file doesn't have quotes for strings. For example from nodejs10.15: ``` v8-version,6,8,275,32,-node.51,0 shared-library,/usr/local/bin/node,0x55adc09b9000,0x55adc1e9b000,0 shared-library,/usr/lib/libgcc_s.so.1,0x7f68beada000,0x7f68beae9000,0 ```...
I resolved my issue. So my error was because I tried to run `node --prof-process --preprocess -j from-nodejs-10.15.x.log | flamebearer` command on a laptop that has NodeJs with 8.6 version.