-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flame: v8 log conversion failed #55
Comments
Thanks for reporting, this is actually a regression in Node.js 10 which will be fixed in 10.11, coming out later today. |
Duplicate of davidmarkclements/0x#163 |
great thanks |
@mcollina - Should this and the related 0x issue be closed since the fix is released into Node? |
While I'm not @mcollina (who could be! ;-) ) I definitely think we can close this one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Generate and open Flamegraph
Current Behavior
Error: v8 log conversion failed
Steps to Reproduce (for bugs)
var express = require("express");
var app = express();
app.get("/", function(req, res) {
res.send("Hello World");
});
app.listen(3097);
Sample upload
Environment
@nearform/doctor@3.3.0
autocannon@2.4.1
The text was updated successfully, but these errors were encountered: