From owner-freebsd-arm@FreeBSD.ORG Tue Jul 23 05:13:59 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2D12D663; Tue, 23 Jul 2013 05:13:59 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3F532692; Tue, 23 Jul 2013 05:13:58 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id xn12so9286631obc.34 for ; Mon, 22 Jul 2013 22:13:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XeD9iChEWc1/S4fTGCaGBh1V/09Jo3BkYdm+C7E4FV8=; b=JoXfq6k/QdPbE83MlC6rMy1r/0+sfidO67Q8ubG8d88cTJLNJd7IkzbXluI7qTApYC 0Hv/Xn7urNyAw8vwymj3pnowufwVTw595RsqLKtPzsktU8ybc7WqyTUVnGrui86rXFG+ lMnuWbj9mF++DA+oRU/3cyIk5vhW8gJyUQ4+mDL6dqQNFVHfaUirgThNR3fm/x5GasoP UFizkiSBgeMmv64WIc69/g0ZXQ2hpd+bIbnfR1b68v5TXfFz3MHtQ+JntRjPbpWt/MtM FcWQiAkx3HePK6KmC93LrECfZNtTf+TBR+OUFWtuHrF+xK7nMTv0E573DnQ+zh/n3EO0 RFoA== MIME-Version: 1.0 X-Received: by 10.50.97.102 with SMTP id dz6mr11752707igb.5.1374556438177; Mon, 22 Jul 2013 22:13:58 -0700 (PDT) Received: by 10.64.235.239 with HTTP; Mon, 22 Jul 2013 22:13:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Jul 2013 13:13:58 +0800 Message-ID: Subject: Re: SSHD crash From: Ganbold Tsagaankhuu To: Tim Kientzle Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 05:13:59 -0000 On Tue, Jul 23, 2013 at 12:48 PM, Tim Kientzle wrote= : > Hope to find time to dig into this later this week, but am seeing > a pretty consistent crash in sshd on BeagleBone Black with armv6: > > $ sshd -d > =85. connect from another machine ... > =85. usual connection messages, then ... > debug1: Local version string SSH-2.0-OpenSSH_6.2 FreeBSD-20130515 > debug1: permanently_set_uid: 22/22 [preauth] > debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256 [preauth] > debug1: SSH2_MSG_KEXINIT sent [preauth] > debug1: SSH2_MSG_KEXINIT received [preauth] > : jemalloc_arena.c:380: Failed assertion: "p[i] =3D=3D 0" > If I'm not mistaken I've seen this recently on mips board(Routerstation Pro) too. Ganbold > > This is with SVN r253514 > > Completely standard build except for the vm_map.c patch. > > Tim > >