Giter VIP home page Giter VIP logo

Comments (2)

codegl avatar codegl commented on August 20, 2024

TraceGL doesnt actually increase the stackdepth as far as i know, but it does change the code quite severely. If you can attach a simple zip file with an example file i can run, that could help me debug it.

from tracegl.

Timothee avatar Timothee commented on August 20, 2024

I had a similar problem with Raven.js (https://github.com/getsentry/raven-js) for setTimeout and setInterval, in particular, in this function: https://github.com/getsentry/raven-js/blob/master/dist/1.0.8/raven.js#L1069

But I got TraceGL to work first by commenting out the two _helper lines, then by using the -do option from TraceGL so that Raven wouldn't be touched.

I can't attach a zip file but here's how you can reproduce it: download the Raven file (https://raw.github.com/getsentry/raven-js/master/dist/1.0.8/raven.js) and have it with an index.html file like so:

<html>
    <head>
        <script src="raven.js"></script>
    </head>
<body>
</body>
</html>

then serve it however you like (python -m SimpleHTTPServer is always a favorite of mine) and launch TraceGL on it. In the console for http://localhost:2080, you should see Uncaught RangeError: Maximum call stack size exceeded with the following lines repeated a bunch of times if you expand the error:

ch.send
_$_.f
traceKitAsyncExtension
ch.send
_$_.f
traceKitAsyncExtension
...

Hope that helps!

from tracegl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.