question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flame: v8 log conversion failed

See original GitHub issue

Expected Behavior

Generate and open Flamegraph

Current Behavior

Error: v8 log conversion failed

Steps to Reproduce (for bugs)

  1. 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);

  1. using Node.js v.10.10.0 (with both clinic doctor + autocannon installed -g)
  2. clinic flame --on-port=‘autocannon -c 100 localhost:$PORT’ – node index.js
  3. when autocannon finish it produce the following error: Error: v8 log conversion failed
  4. 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:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jasnellcommented, Feb 14, 2020

While I’m not @mcollina (who could be! 😉 ) I definitely think we can close this one

0reactions
DylanCcommented, Feb 14, 2020

@mcollina - Should this and the related 0x issue be closed since the fix is released into Node?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found