From owner-freebsd-current@FreeBSD.ORG Fri Apr 24 08:52:12 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ACFC106566B for ; Fri, 24 Apr 2009 08:52:12 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 264488FC0C for ; Fri, 24 Apr 2009 08:52:11 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so755071qwe.7 for ; Fri, 24 Apr 2009 01:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=p+7NtExUZh0iPsq7szO5vwlYLT8Jw96O3dCS1V/ilHI=; b=gwQEJIT99cizSNNG47yqB8G51YOJ4CvxUzy2mOXrDM7OB7G8Ev1ZQKzguSx1QxBByP fz40UmSfbLFN034ReYa/58yCv3AhEmisJAmQDO+K4lPed65jVDbrr+65rkiz+kmFMjjl Y+qKBXUjBWekWyKW/+vH8iNOdbZuXHraqPy5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qswuHvv+93jXcjniLhlrh0wvNkOvxztkb1srBnJG2BCAFhjtGfKrrdu9ToD60ODL4s JeR6Czvo8sECjZSCKTChonXMRY9Jk04f0eNp9v8BtDUabX06YMtkChQv80/vPPqO8r2/ LVMK2EiJlL3m0ylh9X/0w/yMEVNzx5IvJUNOw= MIME-Version: 1.0 Received: by 10.220.97.75 with SMTP id k11mr4355519vcn.39.1240563131394; Fri, 24 Apr 2009 01:52:11 -0700 (PDT) In-Reply-To: <49F12578.4060609@protected-networks.net> References: <49F12578.4060609@protected-networks.net> Date: Fri, 24 Apr 2009 11:52:11 +0300 Message-ID: From: Maxim Ignatenko To: Michael Butler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current Subject: Re: 'sysctl -a | less' crashes -current 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, 24 Apr 2009 08:52:13 -0000 2009/4/24 Michael Butler : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I can't seem to get a dump from this :-( The noted command either hangs > or reboots a kernel built on April 24th. > > I'll rebuild with KDB to see what else I can find out .. > > =C2=A0 =C2=A0 =C2=A0 =C2=A0Michael > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (FreeBSD) > > iEYEARECAAYFAknxJXgACgkQQv9rrgRC1JLrrwCdE38vqPnuE+q1SzAdEsMOD+QD > O10AoMdidak654H3gfYM8f727/lgLChW > =3DYOXc > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > r191411 crashes. Last printed variable - kern.malloc_count Part of backtrace: strlcpy + 0x20 sysctl_kern_malloc_stats + 0x21f sysctl_root + 0x187 userland_sysctl + 0x164 Now I'll try to look into code to find out the problem...