bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Probable recursion in particular alias


From: Ante Perić
Subject: Probable recursion in particular alias
Date: Wed, 9 Jan 2019 07:24:25 +0100

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: darwin18.2.0
Compiler: clang
Compilation CFLAGS: -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security
uname output: Darwin zrak 18.2.0 Darwin Kernel Version 18.2.0: Mon Nov 12 
20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64 x86_64
Machine Type: x86_64-apple-darwin18.2.0

Bash Version: 5.0
Patch Level: 0
Release Status: release

Description:
Having an alias of type:
alias bug="\
           echo \"no output, 100% cpu\" \
          "
in .bashrc will give no output, will not complete, and it will peg the CPU to 
100%.

Repeat-By:
Just run the alias as specified in Description section.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]