public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* how to crash 2.4.4 w/SBLive
@ 2001-05-24  6:37 John Lenton
  2001-05-24 13:50 ` Bill Pringlemeir
  2001-05-24 18:42 ` David Raufeisen
  0 siblings, 2 replies; 10+ messages in thread
From: John Lenton @ 2001-05-24  6:37 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-06-01  4:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-24  6:37 how to crash 2.4.4 w/SBLive John Lenton
2001-05-24 13:50 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox