Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Floating point anyone?
- X-seq: zsh-users 6665
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: Joakim Ryden <jryden@xxxxxxxxxxxxxxxxxx>
- Subject: Re: Floating point anyone?
- Date: Wed, 8 Oct 2003 22:16:44 -0500
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <200310081634.42308.jryden@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200310081634.42308.jryden@xxxxxxxxxxxxxxxxxx>
In the last episode (Oct 08), Joakim Ryden said:
> Every once in a while I get:
>
> zsh: 22124 floating point exception top
>
> on one of my machines. I don't really know what a floating point exception
> truly is - can someone enlighten me?
>
> Zsh is:
>
> zsh 4.0.2 (i386-redhat-linux-gnu)
It means top crashed. Linux's top is so crash-prone I always install
this wrapper script:
until top "$@" ; do sleep 1 ; done
--
Dan Nelson
dnelson@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author