Giter Club home page Giter Club logo

Comments (2)

jtroo avatar jtroo commented on June 22, 2024

I'm not yet sure if what you're saying is correct for a terminating process.

Cleaning up using the functions you describe makes sense for a non-terminating process to not leak resources over time. However, for a terminating process, a non-buggy OS kernel must clean up after processes that die even if they did not do so themselves. Otherwise the kernel would run out of memory or file descriptors due to buggy programs or due to repeated killing via SIGKILL.

What specific resources are not cleaned up correctly? In the previous issue you mentioned a symlink, but if I understand correctly that was unrelated to evdev so that one is not relevant for this bug.

from kanata.

jian-lin avatar jian-lin commented on June 22, 2024

You are probably right about the cleaning stuff done by OS. And if you are right, there is no issue with current kanata.

What specific resources are not cleaned up correctly?

I have no idea what resources are needed by evdev devices.

In the previous issue you mentioned a symlink

Yeah, I come across this "issue" when I think about cleaning a symlink in the signal handler. I missed the point that OS should clean evdev resources for terminated kanata.

Sorry for the noise.

from kanata.

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.