Giter VIP home page Giter VIP logo

Comments (6)

netmonk avatar netmonk commented on July 29, 2024

Ok sorry i was too fast, but the issue still occuring ! coredumping again and again !

from corefreq.

cyring avatar cyring commented on July 29, 2024

Hello netmonk

I need more details to help you solve the issue :
1- I believe you have already disabled the nmi_watchdog ?
2- You are using recent and baseline kernel + gcc + libc ?
3- You don't have modified the compiler flags ? No optimization O1, O2 or O3 which could involve unexpected sse instructions ?

To investigate the issue, feel free to post details of your setup : Processor , Kernel distro and so on

Cyril

from corefreq.

netmonk avatar netmonk commented on July 29, 2024

Hello cyril,

Only the client is coredumping, do you think nmi_watchdog can have something to do with the client (kernel modul is ok and the daemon too).

Im using archlinux with gcc 6.3.1 with kernel 4.9.11-1, standard make without any optims

from corefreq.

cyring avatar cyring commented on July 29, 2024

Yes it has a huge impact for a simple reason :

For drawing performance and cpu overhead, corefreq-cli does not check any buffer overflow. It's an implementation choice.

Programmatically speaking, it means no ' if ' condition is surrounding ascii buffers read/write because values have to be well defined by the driver, then the daemon.

When nmi_watchdog is enabled, it conflicts with CoreFreq driver whose values are corrupted and buffer overflows happen in client.

So what could be solutions :
1- Test any value (thus cpu overhead)
2- Respect the prerequisites and disable nmi_watchdog (less cpu overhead)
3- others ?

So yes, please disable nmi_watchdog, and let me know if it runs better ?

Sincerely,
Cyril

from corefreq.

netmonk avatar netmonk commented on July 29, 2024

from corefreq.

netmonk avatar netmonk commented on July 29, 2024

Disabling nmi_watchdog at cmdline seems to solve the issue !
No more coredump after reboot ! :) great

from corefreq.

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.