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.

havakok
  • 151
  • 5
  • 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 Oct 29 '19 at 11:47
  • Is there a way I can locate the process ID now that it is locked? – havakok Oct 29 '19 at 11:50

0 Answers0