[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crashing the Linux System
From: |
alex xmb ratchev |
Subject: |
Re: Crashing the Linux System |
Date: |
Sat, 17 Jun 2023 15:21:12 +0200 |
On Sat, Jun 17, 2023, 15:06 LitHack <lithack0@gmail.com> wrote:
> ---------- Forwarded message ---------
> From: LitHack <lithack0@gmail.com>
> Date: Sat, 17 Jun 2023 at 08:52
> Subject: Crashing the Linux System
> To: <linux-kernel@vger.kernel.org>
>
>
> Running the yes command in command substitution will crash the linux shell.
> According to me inside command the substitution it is creating multiple
> process(fork). Command: `yes` or $(yes)
>
maybe it outmaxes the mem limit ( its endless yes\n text ) and mix with
many procs result in bad ..
forkbomb style
try setting some ulimit s , .. im not much aware of them .. -u says user
processes , -T says threads max , ..
the forkbomb
:() { : | : ; } ; :
crashes sys es .. unproportionally unrespondingly slow
Here is the bug report:
> Bug report <https://bugzilla.kernel.org/show_bug.cgi?id=217565>
>