GithubHelp home page GithubHelp logo

Comments (6)

jasonrclark avatar jasonrclark commented on July 20, 2024

Hey @andreasknoepfle. You'll probably have gotten a note about this from our support staff as well, but I wanted to note things here too for anyone else who encounters a similar problem.

We've identified an incompatibility with the peek-gc gem (https://github.com/peek/peek-gc) which we're looking into presently. In the meantime you can do either of these to work around the error:

  1. Not use the peek-gc gem.

  2. Patch the agent to disable GC profiling support from an initializer like this...

module NewRelic
  module LanguageSupport
    def gc_profiler_enabled?
      false
    end
  end
end

Sorry for the inconvenience, and I will report back here once we have an agent version that resolves the problem.

from newrelic-ruby-agent.

andreasknoepfle avatar andreasknoepfle commented on July 20, 2024

thank you.
we disabled peek-gc in the meantime and it seems to work fine.

from newrelic-ruby-agent.

salimane avatar salimane commented on July 20, 2024

what's the status of the incompatibility ?
Thanks

from newrelic-ruby-agent.

benweint avatar benweint commented on July 20, 2024

Hi @salimane - for now, you'll need to use one of the workarounds that Jason mentioned above.

We're planning to address this in an upcoming release of the agent, and also add a configuration setting that allows you to disable GC profiling by the agent. We'll update this thread once that change is released.

from newrelic-ruby-agent.

benweint avatar benweint commented on July 20, 2024

Hey @salimane and @andreasknoepfle - the latest version of the Ruby agent (3.9.0, just released today) should fix this incompatibility. Please give it a try and let us know if you're still having trouble. Thanks!

from newrelic-ruby-agent.

salimane avatar salimane commented on July 20, 2024

@benweint the new version has fixed this issue.
Thanks

from newrelic-ruby-agent.

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.