From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 31 21:03:49 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id C955D1065672; Thu, 31 Mar 2011 21:03:49 +0000 (UTC) Date: Thu, 31 Mar 2011 21:03:49 +0000 From: Alexander Best To: freebsd-hackers@freebsd.org Message-ID: <20110331210349.GA4112@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: issue with devstat_buildmatch(3) and certain strings X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2011 21:03:49 -0000 hi there, devstat_buildmatch(3) crashes with certain strings. you can test this by doing one of: iostat -t "," iostat -t ",," iostat -t "da," iostat -t ",da," iostat -t ",da" iostat -t "da,scsi," iostat -t ",da,scsi" iostat -t "da,,scsi" i've tried, but wasn't able to fix this properly. cheers. alex -- a13x