On 1999-10-25 12:33:49 +0200, Vincent Lefevre wrote:

> A floating point exception?

A common result of dividing by zero, even with integers.

[roessler@sobolev ~]$ echo "main () { return 1/0; }" > a.c
[roessler@sobolev ~]$ cc a.c
[roessler@sobolev ~]$ ./a.out
zsh: floating point exception (core dumped)  ./a.out

-- 
http://www.guug.de/~roessler/

Reply via email to