Created
February 26, 2018 18:49
-
-
Save jstarcher/ff24ee351a97fbd145a225bfe4b0e158 to your computer and use it in GitHub Desktop.
Crimpshrine kill ryzen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.xz | |
tar -xf linux-4.13.tar.xz | |
cd linux-4.13 | |
make defconfig | |
while true; do make clean; make -j17 || break; done; echo "Found a segfault"; date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment