From owner-freebsd-current@FreeBSD.ORG Fri Jan 20 19:36:29 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A68E16A41F; Fri, 20 Jan 2006 19:36:29 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A68543D8C; Fri, 20 Jan 2006 19:36:20 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0KJaKhV026101; Fri, 20 Jan 2006 11:36:20 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0KJaKt3026100; Fri, 20 Jan 2006 11:36:20 -0800 (PST) (envelope-from sgk) Date: Fri, 20 Jan 2006 11:36:20 -0800 From: Steve Kargl To: freebsd-current@freebsd.org, jasone@freebsd.org Message-ID: <20060120193620.GA26029@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: top(1) aborts in redzone X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 19:36:29 -0000 75 processes: 5 running, 70 sleeping CPU states: 98.3% user, 0.0% nice, 1.7% system, 0.0% interrupt, 0.0% idle Mem: 586M Active, 1202M Inact, 200M Wired, 20K Cache, 214M Buf, 9752M Free Swap: 17G Total, 17G Free top: (malloc) Corrupted redzone 1 byte after 0x2020056f0 (size 1975) (0x0)D Abort (core dumped) 1 132 0 295M 257M RUN 0 5:07 93.95% scat troutmask:kargl[202] 132 0 295M 257M RUN 0 5:02 93.26% scat The above happened as I was resizing an xterm with an actively run top(1). This is on amd64 with malloc.c v 1.100. -- Steve