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.

Graph dashboard has blank output/Maximum call stack size exceeded

See original GitHub issue

Using chromium, tensorboard installed using pip3 install tensorflow updated today, I am getting the following output when trying to visualize my graph:

tf-tensorboard.html:13651 Reading graph pbtxt : 1 ms
tf-tensorboard.html:13651 Parsing graph.pbtxt : 3 ms
tf-tensorboard.html:13651 Normalizing names : 615 ms
tf-tensorboard.html:13651 Building the data structure : 315 ms
tf-tensorboard.html:13651 Adding nodes : 450 ms
tf-tensorboard.html:13651 Detect series : 241 ms
tf-tensorboard.html:13651 Adding edges : 569 ms
tf-tensorboard.html:13651 Finding similar subgraphs : 973 ms
lodash.min.js:105 Uncaught RangeError: Maximum call stack size exceeded
    at Function.$n.has (lodash.min.js:105)
    at dagre.core.js:78
    at Kn (lodash.min.js:10)
    at Function.<anonymous> (lodash.min.js:39)
    at dfs (dagre.core.js:77)
    at dagre.core.js:81
    at Kn (lodash.min.js:10)
    at Function.<anonymous> (lodash.min.js:39)
    at dfs (dagre.core.js:77)
    at dagre.core.js:81

It might just be because my graph is (I assume) huge, but is there anything I can do about it?

Tested in Chome 59, Chromium 61

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
wchargincommented, Jul 21, 2017

@chihuahua Can’t we just make the traversal non-recursive? It should always be possible to fix a stack overflow by explicitly managing a stack.

0reactions
pindinageshcommented, Dec 30, 2021

@Queuecumber

We see that you are using old version of Tensorboard, We recommend that you upgrade to Tensorboard version v2.7 and let us know if the issue still persists in newer versions and please have a look at similar issue. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - Maximum call stack size exceeded error
It means that somewhere in your code, you are calling a function which in turn calls another function and so forth, until you...
Read more >
Callback graph throws "Maximum call stack size exceeded ...
Now when I click on a callback, the callback graph throws a “Maximum call stack size exceeded” error. You can reproduce this error...
Read more >
Maximum call stack size Exceeded - Metabase Discussion
I have a dashboard with 2 charts and whenever I open it, I am getting 'Maximum call stack size Exceeded' error. Many times...
Read more >
Solved: Re: Print task error "Uncaught RangeError: Maximu...
I am trying to use the Print task for printing out map with highlighted feature layers which is basically the results of a...
Read more >
vue uncaught rangeerror: maximum call stack size exceeded - You ...
You.com is an ad-free, private search engine that you control. Customize search results with 150 apps alongside web results. Access a zero-trace private ......
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