caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: sdjebali <sdjebali@genoscope.cns.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Floating point exception
Date: Fri, 11 Oct 2002 11:29:01 +0200	[thread overview]
Message-ID: <20021011112901.C22839@pauillac.inria.fr> (raw)
In-Reply-To: <3DA29EB1.A47AEC89@genoscope.cns.fr>; from sdjebali@genoscope.cns.fr on Tue, Oct 08, 2002 at 11:00:33AM +0200

> je souhaiterais juste savoir d'ou peut provenir un message du type :
> Floating point exception.
> En effet apres avoir compile des sources OCAML avec ocamlopt la
> compilation reussit bien, en revanche a l'execution (prenant en argument
> un fichier) j'obtiens cette exception avant meme d'obtenir un quelconque
> print qui est pourtant au tout debut du programme.

Sur quel type de processeur?  Ce que vous décrivez peut se produire
sur Alpha, où le processeur n'implémente pas complètement
l'arithmétique flottante IEEE, et produit un signal SIGFPE en cas de
division par zéro, débordement arithmétique flottant, etc.

- Xavier Leroy
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      parent reply	other threads:[~2002-10-11  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-08  9:00 sdjebali
2002-10-09  4:35 ` [Caml-list] " Michaël Grünewald
2002-10-11  9:29 ` Xavier Leroy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021011112901.C22839@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=sdjebali@genoscope.cns.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).