From owner-freebsd-arm@FreeBSD.ORG Fri Nov 1 13:36:56 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 367C125C for ; Fri, 1 Nov 2013 13:36:56 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: from mail-qc0-x22c.google.com (mail-qc0-x22c.google.com [IPv6:2607:f8b0:400d:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F07782CB1 for ; Fri, 1 Nov 2013 13:36:55 +0000 (UTC) Received: by mail-qc0-f172.google.com with SMTP id c9so2467413qcz.3 for ; Fri, 01 Nov 2013 06:36:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VQw/FKXuJieAGP5qS7SLch1NxPFBXTzscXFdbEHifwM=; b=q/8Gop7L9PV0hUTXRTNZUkjyRZz2Pn9uJ0zuh2/de3efFegHDpIprTOvjxdg2MonXL 7Va1WxR0prbdBqNpjTK5buAVoq/IX907E13Loeq6Nfz8f46hD8G5EU+wnWV9cbskSDUm NuvnNsvHjbSKGCE4oJSD5Oalc/LKcHVgg26kZ1Vv14eEp+UsQrgAJuWg/WBawexO4QuP ADRAIKFyiVA9sRQ81KPb7fGC4l7snnFdZlo7hxyCOWz5SXootf8j7PSCEQ2kBparfPFr 8gE+P9/n9JWGIc73ZI48tnWv1dOBUqgqzLQyoCECBp79bzpBkJA9o/27FksHUgUMngUg nTLg== MIME-Version: 1.0 X-Received: by 10.49.4.199 with SMTP id m7mr3901153qem.19.1383313015109; Fri, 01 Nov 2013 06:36:55 -0700 (PDT) Received: by 10.224.160.77 with HTTP; Fri, 1 Nov 2013 06:36:55 -0700 (PDT) Date: Fri, 1 Nov 2013 21:36:55 +0800 Message-ID: Subject: sshd crash From: Howard Su To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 01 Nov 2013 13:36:56 -0000 I running freebsd in BeagleBone Black. root@beaglebone:~ # uname -a FreeBSD beaglebone 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r257039: Thu Oct 24 11:39:07 CET 2013 root@testbed:/usr/home/howard/bbb/crochet-freebsd/work/obj/arm.armv6/usr/src/sys/BEAGLEBONE arm debug1: HPN Disabled: 0, HPN Buffer Size: 65536 debug1: Client protocol version 2.0; client software version PuTTY_Release_0.63 debug1: no match: PuTTY_Release_0.63 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.3_hpn13v11 FreeBSD-20130918 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] debug1: kex: client->server aes256-ctr hmac-sha2-256 none [preauth] debug1: kex: server->client aes256-ctr hmac-sha2-256 none [preauth] debug1: SSH2_MSG_KEX_DH_GEX_REQUEST_OLD received [preauth] : jemalloc_arena.c:387: Failed assertion: "p[i] == 0" debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent [preauth] debug1: monitor_read_log: child log fd closed debug1: do_cleanup debug1: Killing privsep child 807 I find the workaround with the history, add UsePrivilegeSeparation no into /etc/ssh/sshd_config. I just wondering if anyone is working on this issue? I would like to dig into more details if no one is active looking at this. -- -Howard