Git Product home page Git Product logo

Comments (2)

Fred-Barclay avatar Fred-Barclay commented on May 24, 2024

Hi @JulienGAMartin
Thanks for the report! This one's a bit weird, I can see it on my Debian 10 machine but also Atom 1.47.0 is plagued on debian-based systems by atom/atom#20756

Would you be willing to downgrade to Atom 1.46.0 and see if the problem persists there? It seems to be working fine for me on this version so not sure if the issue is with us or Atom yet.
If so, please remove termination first or else you'll have to rebuild it and the same issue will be there until you restart Atom.

apm uninstall termination

Then once you've downgraded to Atom 1.46.0, re-install termination through Atom or with

apm install termination

Cheers!
Fred

from termination.

JulienGAMartin avatar JulienGAMartin commented on May 24, 2024

Hi
so I have done a few more test. crtl-c is working to stop a running process that is waiting or running in the background apparently. So for example this short python infinite loop can be stopped using crtl-c

var = 1
while var == 1 :  # This constructs an infinite loop
  num = int(input("Enter a number  :"))
  print ("You entered: ", num)

However, if the process is printing then crtl-c is not working. This happenend in both 1.46 and 1.47
Here is a python example using an infinite loop again. The only way to stop it is to close the terminal

a = 1
var = 1
while var == 1 :  # This constructs an infinite loop
   print ("You entered: ", a)
   a = a + 1

Same happen if I use R in termination any R process that is printing cannot be stopped with crtl-c.
Cheers

from termination.

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.