View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007871 | Kali Linux | [All Projects] General Bug | public | 2022-08-17 02:27 | 2022-08-26 21:33 |
Reporter | Marcio | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 2022.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007871: zsh: segmentation fault | ||||
Description | I ran the following parameters a few times: echo 0.{1..254}.{1..254}.{1..254} | tr ' ' '\n' | sed "s/^/https:\/\//" | tee list I ran it a few times, but then it started to overflow https://i.imgur.com/AcJWtrG.png | ||||
Steps To Reproduce | execute echo 0.{1..254}.{1..254}.{1..254} | tr ' ' '\n' | sed "s/^/https:\/\//" wait 10 seconds, and make CTRL + C execute again execute echo 0.{1..254}.{1..254}.{1..254} | tr ' ' '\n' | sed "s/^/https:\/\//" and look zsh: segmentation fault echo 0.{1..254}.{1..254}.{1..254} | zsh: done tr ' ' '\n' | sed "s/^/https:\/\//" | ||||