Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3.02k stars 169 forks source link

flamescope failing to render flamegraph #77

Closed prateekr closed 5 years ago

prateekr commented 5 years ago

GIT TAG=91bc199 OS: Mac Browser: Chrome

The heatmap page works, but on the flamegraph page, the flamegraph itself fails to load. I see the following error in the javascript console:

main.js:33 Uncaught TypeError: Cannot read property 'bind' of undefined
    at main.js:50
    at Array.forEach (<anonymous>)
    at new e (main.js:50)
    at zr (main.js:33)
    at ui (main.js:33)
    at fi (main.js:33)
    at Ki (main.js:33)
    at qi (main.js:33)
    at Da (main.js:33)
    at _a (main.js:33)

The flamegraph does load on git tag df6700421082890e66cfd8caedf4ebe678ab1068

The examples provided on the current commit, 91bc199, fail with the same error.

ampresent commented 5 years ago

Is there any progress on this issue? thx

spiermar commented 5 years ago

Not yet. On my backlog.

ampresent commented 5 years ago

79

prateekr commented 5 years ago

It still fails on chrome on mac. It does succeed on safari tho.