• drcobaltjedi@programming.dev
    link
    fedilink
    arrow-up
    53
    ·
    22 hours ago

    Yeah and in linux when you say “kill this process” that process fucking dies. No 10 minutes of windows trying to negotiating with a crashed program to close. No I’m not angry about this happening to me at work today, why do you ask?

    • Björn Tantau@swg-empire.de
      link
      fedilink
      arrow-up
      14
      arrow-down
      1
      ·
      12 hours ago

      Both Windows and Linux have ways to gracefully ask a program to close and to force close it. Not being able to select the correct one on either system is a skill issue.

    • Matriks404@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      13 hours ago

      I am not sure how Windows handles processes, but on Linux you have different signals. SIGKILL (9) generally kills the process immediately, but there are other signals like SIGTERM (the default signal, 1) which asks process to gracefully quit, and many others.

      If you want to know more, check the signal(7) man page or this Wikipedia page.

    • Jankatarch@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      17 hours ago

      And when chrome freezes rest of the desktop goes gray and everyrhing else freezes too including the task manager.

    • jim3692@discuss.online
      link
      fedilink
      arrow-up
      5
      ·
      19 hours ago

      I had such an issue with Teams on Mac the other day. It had a phone call stuck running in the background, so I tried to Quit the app. The Quit Teams option just turned gray, and the laptop even refused to reboot.