View Issue Details

IDProjectCategoryView StatusLast Update
0007871Kali Linux[All Projects] General Bugpublic2022-08-26 21:33
ReporterMarcio Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status newResolutionopen 
Product Version2022.3 
Target VersionFixed in Version 
Summary0007871: zsh: segmentation fault
DescriptionI 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 Reproduceexecute 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:\/\//"

Activities

steev

2022-08-26 21:33

manager   ~0016658

How much memory does your system have? Because I can't reproduce this issue here, but my system seems to also be able to resolve it.

Can you show the dmesg output after the segfault?

Issue History

Date Modified Username Field Change
2022-08-17 02:27 Marcio New Issue
2022-08-26 21:33 steev Note Added: 0016658