public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Markus Schoder <markus_schoder@yahoo.de>
To: linux-kernel@vger.kernel.org
Subject: Freeze on FPU exception with Athlon
Date: Sat, 18 Nov 2000 02:40:19 +0100 (CET)	[thread overview]
Message-ID: <20001118014019.18006.qmail@web3404.mail.yahoo.com> (raw)

The following small program (linked against glibc
2.1.3) reliably
freezes my system (Athlon Thunderbird CPU) with at
least kernels
2.4.0-test10 and 2.4.0-test11-pre5.  Even the SysRq
keys do not work
after the freeze.

Older kernels (e.g. 2.3.40) seem to work.  Any Ideas?

---------------------------------------

#define _GNU_SOURCE

#include <fenv.h>
#include <unistd.h>

int
main(void)
{
  double a;
  fesetenv(FE_NOMASK_ENV);
  a = 1.0 / 0.0;
  sleep(10);
  return a;
}

---------------------------------------

--
Markus



__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Gratis zum Millionär! - http://10millionenspiel.yahoo.de
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2000-11-18  2:10 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-18  1:40 Markus Schoder [this message]
2000-11-18  3:48 ` Freeze on FPU exception with Athlon Linus Torvalds
2000-11-18  4:10 ` Linus Torvalds
2000-11-18  7:20   ` adrian
2000-11-18 14:53     ` Michael Meding
2000-11-18  7:48   ` Udo A. Steinberg
2000-11-18 17:17     ` Alan Cox
2000-11-18 18:03       ` Linus Torvalds
2000-11-18 18:27         ` Udo A. Steinberg
2000-11-18 18:34         ` adrian
2000-11-18 18:43           ` Linus Torvalds
2000-11-18 22:33           ` TimO
2000-11-18 14:15   ` Brian Gerst
2000-11-18 16:26     ` Linus Torvalds
  -- strict thread matches above, loose matches on Subject: below --
2000-11-18 18:22 Markus Schoder
2000-11-18 18:33 ` Udo A. Steinberg
2000-11-18 18:38 ` Linus Torvalds
2000-11-20  1:05 ` Horst von Brand
2000-11-18 19:06 Markus Schoder
2000-11-19 14:53 ` Brian Gerst
2000-11-20  1:10 ` Horst von Brand
2000-11-19 17:48 Markus Schoder
2000-11-21  8:33 Aron Hsiao

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=20001118014019.18006.qmail@web3404.mail.yahoo.com \
    --to=markus_schoder@yahoo.de \
    --cc=linux-kernel@vger.kernel.org \
    /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