how to crash 2.4.4 w/SBLive

From: John Lenton (jlenton@yahoo.com)
Date: Thu May 24 2001 - 01:37:54 EST


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/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:13 EST