Bug 30013

Summary: a program loops when used with &&
Product: Base System Reporter: anthony malizzio <zchicago>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description anthony malizzio 2001-08-24 01:20:01 UTC
when you run a program from a shell with the && operator and a righthand with an ascii escape char, the program re-executes up to 16 times after prior closes.

Fix: 

?
How-To-Repeat: asdf$ any_executable && `^x`  # where x is any character


## output
Fork nesting > 16; maybe `...` loop.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
any_executable: Command not found.
Comment 1 Kris Kennaway 2001-08-25 22:32:15 UTC
On Thu, Aug 23, 2001 at 05:14:17PM -0700, anthony malizzio wrote:

> when you run a program from a shell with the && operator and a righthand with an ascii escape char, the program re-executes up to 16 times after prior closes.
> >How-To-Repeat:
> asdf$ any_executable && `^x`  # where x is any character

Which shell?  I don't see this in tcsh.

Kris
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2001-08-25 22:32:31 UTC
State Changed
From-To: open->feedback

More information requested
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2002-01-06 04:03:32 UTC
State Changed
From-To: feedback->closed

Feedback timeout