From owner-freebsd-current@freebsd.org Tue Jul 28 23:35:57 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C01C59AC443 for ; Tue, 28 Jul 2015 23:35:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A37729F0 for ; Tue, 28 Jul 2015 23:35:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A24DE9AC441; Tue, 28 Jul 2015 23:35:57 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1DB39AC440 for ; Tue, 28 Jul 2015 23:35:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71A7C9EF for ; Tue, 28 Jul 2015 23:35:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iggf3 with SMTP id f3so1879180igg.1 for ; Tue, 28 Jul 2015 16:35:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=FaD471cvwcGxe9iM9D1KH2PouoUbJYcPBEyjzwFcYiI=; b=kUnCXSxZOU57uI9fNv1HW+7mC6X9O9TJHPr5pWsTgDkG12G/f6mLTVJP+lTWurC95Q KlOOq4Qj+c12bbKhH+TI4YWJlu4g5YPLuzYfXaayEbVHknUvsUYk3XeULa9E1fh70aeB 1G2i08pxS8dNyj4orK/9LLwkv7n9ccnqIhaNeAbCg+6GNWtAFpRceblM7RXWg6Ey5+kQ riHMI/b1ggZwxOSMlPwxY5Q/Mm/HOTsGSgZ2q3xUZW0a5nPl/hkA37MyiJjXeEh23hez WXHrSRD+B3CLkK06H63BCwzxAB/42AH25NXIvR0ztQKYe5Uqeke7R7WHArj4YeJGN53i Qavw== MIME-Version: 1.0 X-Received: by 10.50.102.7 with SMTP id fk7mr11668072igb.49.1438126556794; Tue, 28 Jul 2015 16:35:56 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Tue, 28 Jul 2015 16:35:56 -0700 (PDT) Date: Tue, 28 Jul 2015 16:35:56 -0700 X-Google-Sender-Auth: IQNdBPbcumfrwgie7sPNpkm2_nI Message-ID: Subject: Re: Segmentation fault running ntpd From: Adrian Chadd To: David Wolfskill , "current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 28 Jul 2015 23:35:57 -0000 There's some way in stable/10 and -head to get it to install debug symbols for things. Maybe it's only libraries, but you'll at least want that in there so you can get stack traces through libc. -adrian