View Issue Details

IDProjectCategoryView StatusLast Update
0008363Kali LinuxGeneral Bugpublic2025-07-14 09:38
Reporterlithack0 Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Product Version2023.2 
Summary0008363: Crash the linux using yes command
Description

Running the yes command in command substitution will crash the linux shell.
According to me inside command the substitution it is creating multiple lines of output due to yes which then is then processed and hence crash/hang the system.

Steps To Reproduce

Just run the command: yes

Activities

daniruiz

daniruiz

2023-06-22 08:09

manager   ~0018190

This is not a bug, you are using a command substitution with a command that gives infinite output, so it's normal that it breaks. It will happen in any unix system

Issue History

Date Modified Username Field Change
2023-06-21 12:22 lithack0 New Issue
2023-06-22 08:09 daniruiz Note Added: 0018190
2023-06-22 08:09 daniruiz Assigned To => daniruiz
2023-06-22 08:09 daniruiz Status new => closed
2023-06-22 08:09 daniruiz Resolution open => not fixable
2025-07-14 09:35 g0tmi1k Priority high => normal
2025-07-14 09:38 g0tmi1k Severity crash => minor