NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57564 raspberry pi zero W also panic in linux



The following reply was made to PR port-evbarm/57564; it has been noted by GNATS.

From: Ramiro Aceves <ea1abz%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost, port-evbarm-maintainer%netbsd.org@localhost
Cc: Taylor R Campbell <riastradh%NetBSD.org@localhost>
Subject: Re: kern/57564 raspberry pi zero W also panic in linux
Date: Sat, 2 Sep 2023 11:28:04 +0200

 Hello,
 
 I have run the torture CVS/rm -rf cycle test in raspbian just for fun 
 and have had  several kernel panics after several hours. I seems than in 
 the past test I did not waited enough time to occur.
 
 ramiro@raspberrypi-mmdvm:~ $ cat free.sh
 #!/bin/bash
 while true
 do
 	date >> free.txt
 	uptime >> free.txt
 	free -h >> free.txt
 	sleep 15
 done
 
 ramiro@raspberrypi-mmdvm:~ $ cat tortura_raspa.sh
 #!/bin/bash
 ./free.sh &
 while true
 do
 CVS_RSH=ssh cvs -danoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc
 rm -rf pkgsrc
 done
 
 
 Screenshot of the cras in:
 
 https://ea4nz.cloudns.cc/hamradio/raspbian-crash.jpg
 
 I do not know if this  can help this issue.
 
 Many thanks.
 
 Ramiro.
 
 
 
 
 
 
 
 
 



Home | Main Index | Thread Index | Old Index