public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: John Lenton <jlenton@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: how to crash 2.4.4 w/SBLive
Date: Wed, 23 May 2001 23:37:54 -0700 (PDT)	[thread overview]
Message-ID: <20010524063754.5547.qmail@web11607.mail.yahoo.com> (raw)

I found to my dismay that it's extremely easy to crash 2.4.4 if
it has a Live! in it. I have no way of getting at the oops, but
somebody out there probably has both this soundcard and a serial
console (or somethin').
I present it in the form of a script, but you'll probably have
no problem realizing where the problem is. The number of
"writers" never gets past 64. I guess the 65th should probably
get the same as the 2nd writer does on other cards...

As usual, let me know if this is useless without the lspci
--more-magic thing.

Cheers,
j.

----
#!/bin/sh

setup () {
	dd bs=1M count=10 </dev/urandom >/tmp/noise 2> /dev/null
}

noise () {
	cat /tmp/noise > /dev/dsp &
}

setup
i=0
while (noise); do
	i=$(( $i+1 ))
	echo $i
done
----


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

             reply	other threads:[~2001-05-24  6:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-24  6:37 John Lenton [this message]
2001-05-24 13:50 ` how to crash 2.4.4 w/SBLive Bill Pringlemeir
2001-05-28 23:38   ` Bill Pringlemeir
2001-05-28 23:59     ` Keith Owens
2001-05-24 18:42 ` David Raufeisen
2001-05-31 10:01   ` rui.sousa
2001-05-31 17:59     ` David Raufeisen
2001-05-31 18:33       ` [Emu10k1-devel] " rui.sousa
2001-05-31 22:58         ` David Raufeisen
2001-06-01  4:01     ` John R Lenton

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=20010524063754.5547.qmail@web11607.mail.yahoo.com \
    --to=jlenton@yahoo.com \
    --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