0

I was following this post, and released a python program running on my console using the combination CTRL+z. Now, each time I try to run this program I am getting:

Aborted (core dumped)

I am new to this and I am not sure how to mend this.

2
  • 1
    CTRL+Z suspends the process. It is still active and could be locking system resources the new instance also wants to lock. // What does the application do? Why could you not interrupt it? If all else fails: Reboot.
    – Daniel B
    Commented Oct 29, 2019 at 11:47
  • Is there a way I can locate the process ID now that it is locked?
    – havakok
    Commented Oct 29, 2019 at 11:50

0

You must log in to answer this question.

Browse other questions tagged .