Flame: v8 log conversion failed
See original GitHub issueExpected Behavior
Generate and open Flamegraph
Current Behavior
Error: v8 log conversion failed
Steps to Reproduce (for bugs)
- I’m using a basic node.js app just for test:
var express = require(“express”); var app = express();
app.get(“/”, function(req, res) { res.send(“Hello World”); });
app.listen(3097);
- using Node.js v.10.10.0 (with both clinic doctor + autocannon installed -g)
- clinic flame --on-port=‘autocannon -c 100 localhost:$PORT’ – node index.js
- when autocannon finish it produce the following error: Error: v8 log conversion failed
- Switching to Node.js v8.12.0 – nvm use v8.12.0 – (with both clinic doctor + autocannon installed -g) and running exactly the same command it generates correctly the flamegraph
Sample upload
Environment
@nearform/doctor@3.3.0 autocannon@2.4.1
- Node version: Node.js v.10.10.0
- OSX 10.13.6 (17G2307)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Starting Node with Forever and --prof option V8 Log file not ...
1) forever list command shows one process running but there is no process listening on port 3000 2) The profiler log file (v8.log)...
Read more >CPU Flame Graphs - Brendan Gregg
Problem. Here I'm using Linux perf (aka perf_events) to profile a bash program that is consuming CPU: # perf record -F 99 -p...
Read more >Don't destructure errors using v8::Exception::create_message ...
We get structured error data using v8::Exception::create_message() and then format them into the colourful strings that get printed on exit.
Read more >Profiling Node.js applications - Google Cloud
This page describes how to modify your Node.js application to capture profiling data and have that data sent to your Google Cloud project....
Read more >Ask a Hemmings Editor: Was GM's Cross-Fire V-8 really a bad ...
On paper, it should have heralded a new era of emissions-compliant performance. First fuel injection for the Corvette since the Sixties.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
While I’m not @mcollina (who could be! 😉 ) I definitely think we can close this one
@mcollina - Should this and the related 0x issue be closed since the fix is released into Node?