From owner-freebsd-threads@FreeBSD.ORG Thu May 22 14:13:11 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B87137B401; Thu, 22 May 2003 14:13:11 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56F743FEC; Thu, 22 May 2003 14:13:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (sccrmhc03) with ESMTP id <2003052221130800300p6362e>; Thu, 22 May 2003 21:13:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA84168; Thu, 22 May 2003 14:13:08 -0700 (PDT) Date: Thu, 22 May 2003 14:13:06 -0700 (PDT) From: Julian Elischer To: Dan Nelson In-Reply-To: <20030522210834.GA63668@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org cc: Daniel Eischen cc: davidxu@freebsd.org Subject: Re: libkse and SMP (was Re: USB bulk read & pthreads) X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 21:13:11 -0000 On Thu, 22 May 2003, Dan Nelson wrote: > In the last episode (May 22), Dan Nelson said: > > In the last episode (May 22), Julian Elischer said: > > > AHA! > > > I've seen this panic from ksetest.. > > > can you go to /usr/src/tools/KSE/ksetest > > > and > > > make > > > ./ksetest > > > > > > it may not do it the first time so let it run 10 seconds then kill > > > it with ^C and retry about 10 times.. > > > > It's not cooperating.. It hasn't crashed for me yet. Sometimes it > > exits cleanly on its own immediately after starting (see below), but > > it's never caused a panic. I'll try automating it by running it in a > > loop with a 2nd script running killall -9 ksetest every 10 seconds. > > Ok, after an hour still no panics. Should it really be exiting on its > own this often, though? > > $ lastcomm ksetest | cut -c1-20 | sort | uniq -c > > 75 ksetest - > 366 ksetest -X > > The above proceses were generated by the following loops in two > different vtys: no it's not supposed to stop.. I wonder why it does it.. I have seen it a few ties on my system.. I'll try track it down.. > > while sleep 10 ; do killall -9 ksetest ; done > while : ; do ./ksetest; done > Thanks.. it's almost as if after a system has seen this crash few times it gets immune from it in some way.. my system has stopped doing it.. :-( thanks for trying however.. > -- > Dan Nelson > dnelson@allantgroup.com >