From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 14 11:44:52 2015 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 927021E9 for ; Sat, 14 Mar 2015 11:44:52 +0000 (UTC) Received: from mail1.canodus2.canodus.be (mail1.canodus2.canodus.be [83.149.89.9]) by mx1.freebsd.org (Postfix) with ESMTP id 56A047D1 for ; Sat, 14 Mar 2015 11:44:51 +0000 (UTC) Received: by mail1.canodus2.canodus.be (Postfix, from userid 65534) id 8DEC432ACDE; Sat, 14 Mar 2015 12:36:53 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail1.canodus2.canodus.be X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from debian (94-225-248-155.access.telenet.be [94.225.248.155]) by mail1.canodus2.canodus.be (Postfix) with ESMTPSA id 58D0332AC86 for ; Sat, 14 Mar 2015 12:36:53 +0100 (CET) Message-ID: <1426333008.1819.2.camel@canodus.be> Subject: SSH segmentation fault for hosts in /etc/hosts with missing /etc/resolv.conf on i386 arch From: Wout =?ISO-8859-1?Q?Decr=E9?= To: freebsd-bugs@freebsd.org Date: Sat, 14 Mar 2015 12:36:48 +0100 Organization: Canodus Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2015 11:44:52 -0000 Hi all Trying to SSH to a host defined in /etc/hosts on a FreeBSD 10.1-RELEASE i386 machine with a missing /etc/resolv.conf file results in a segmentation fault. Simply creating (an empty) resolv.conf file fixes the problem. On a amd64 machine, SSH works as expected with or without the resolv.conf file. Regards Wout