bug-bash
[Top][All Lists]
Advanced

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

BUG: echo call function


From: x Slack x Ruan
Subject: BUG: echo call function
Date: Wed, 4 Mar 2015 00:17:55 -0300

Good evening.

My name is Ruan, was doing some scripting with bash, to launch a script my system crashed and restarted.
When I look at the command syntax.


    function example () {
                           echo `example`
}
example


The
echo generates an infinite loop calling the function without stopping, I could see the top command.
Thousands of bash were being opened, I would report this bug.

One question, I tried to fix myself but I did not really bash the error files.

In this case how it could contribute?

Thank U

reply via email to

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