-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unexpected recursion exceeds call stack size #173
Comments
Are you able to reproduce this reliably? It looks like it's probably an issue with the |
Unfortunately nope :( It happened just 3 times, with different users. I'm trying to reproduce, and I'm investigating what I could do to gather more debug information next time it happens. |
I'm assuming some browser isn't happy at all with this. Do you at least know which browser? |
Sentry reports only Chrome:
Those two Windows users are different users. It didn't happen twice with the same person so far. |
Do you mind sharing what you're doing inside your code? I'm assuming you're just doing: |
AFAICS, we make only one use of
Can't see how this could lead to any strange behavior. We use the minified version of jquery-migrate, which makes use of We also use http://dygraphs.com/dygraph-combined.js on that page. Reading the code, I can't see any issues there either. It seems to make a "standard" use of console too. |
I'll take a look at it and see what I can do. Pretty sure I haven't even tested this plugin myself. :) So this is good feedback. |
Got the same issue reproductible. Will check if I can get more informations. #181 works for me. |
Should be fixed by #181 |
Got this on Sentry:
/1.1.2/console,jquery,native/raven.js ? in apply
/1.1.2/console,jquery,native/raven.js ? in apply
/1.1.2/console,jquery,native/raven.js ? in apply
/1.1.2/console,jquery,native/raven.js ? in apply
/1.1.2/console,jquery,native/raven.js ? in apply
/1.1.2/console,jquery,native/raven.js ? in apply
/1.1.2/console,jquery,native/raven.js ? in captureMessage
/1.1.2/console,jquery,native/raven.js ? in send
/1.1.2/console,jquery,native/raven.js ? in makeRequest
/1.1.2/console,jquery,native/raven.js ?
/1.1.2/console,jquery,native/raven.js ?
The text was updated successfully, but these errors were encountered: