SoftServedWeb-com / dev-thing

An opensource local WP but for node JS frameworks
https://devthing.softservedweb.com/
GNU General Public License v3.0
6 stars 4 forks source link

[Bug] A zombie process runs in the background when dev server of project crashes #18

Open AnirudhDaya opened 1 day ago

AnirudhDaya commented 1 day ago

Describe the bug A zombie or defunct process occurs when the terminal of a running project crashes.

To Reproduce Steps to reproduce the behavior:

  1. Go to a prroject and start the site
  2. Crash the project deliberately via code
  3. The terminal stops
  4. See processes running in your OS, a node process will be running

Expected behavior The node process should not be running and should close when the project crashes

Environment:

Aditya-PS-05 commented 23 hours ago

@AnirudhDaya , I am interested in solving the issue under HacktoberFest label.

AnirudhDaya commented 22 hours ago

Sure go ahead.