I am running Fedora Core 5, with fish 1.2.1.5

 

When running the following command it works, but is followed by what appears to be an error:

 

fish -c "cat /etc/hosts"

 

---------------Output -------------------------

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1                              localhost.localdomain localhost

 

 

fish: Job 0, 'fish -c "cat /etc/hosts"' terminated by signal SIGSEGV (Address boundary error)

 

---------------End -------------------------

 

 

The same result can be acquired by running the following:

 

echo "cat /etc/hosts" | fish

 

 

Reply via email to