From owner-freebsd-current@freebsd.org Sun Jun 3 19:09:59 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13137FEE904 for ; Sun, 3 Jun 2018 19:09:59 +0000 (UTC) (envelope-from doctorwhoguy@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (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 96C54761A2 for ; Sun, 3 Jun 2018 19:09:58 +0000 (UTC) (envelope-from doctorwhoguy@gmail.com) Received: by mail-io0-x229.google.com with SMTP id d22-v6so20942337iof.13 for ; Sun, 03 Jun 2018 12:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=EusAH+a4tRaf55EAsK55rd8NnQuv6rnBQ1CftlQzlzk=; b=OzxW9ktSwUwpUupK28D3l/Dbh5fqASqnNu1H6exXx6leEMkdPstVDbALJF4jUa1KtE eGExiCGcn1f1BNQH7XXADYz5t4O4biKxHQiFinzlJ6iQFuJL27C2fYhw7x+BXLBOpqFz 7U5QLkW+5AMe5p9MJ8mScc0KUCAr2v2Z81zYcuIZCMAUo3mZxUYkO6JG7O+z7AIlCJow 6NhqowHvZDrymKA5sngc/5IG8OWclFxnuhMtlFcTpTWv5Yd6qOSix0UjRE5924LO5wkF lOVgrpL7WOCGmJUgisgC7bxX0OiiCh+9tRXMlHWeHgwfgEOhZV+987qb6UTo7hHpcEUm SBcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=EusAH+a4tRaf55EAsK55rd8NnQuv6rnBQ1CftlQzlzk=; b=jp56g/rclv1pjSfZ9kgS9C2qvU/1HXBB4AzuWdpyCS0Xw/8lRyxfga0/7LuGwVsc2J K5rC9zPK/i1lBzNTprRE/pLHNqVAZikfCvSEqrhSZVgAXTeD6rVHGtLwn4URxwfphWr3 QhUobJoWEGgrDS9drES+EFrg9OURg8UintLpEOSSu0G6iGPgnBu8XR8b/WCAT6oupYBB 5b6Bqxd+A0QG3sDqG4XVzP/4UdHKMU4OLRfhTSrFGD5GULqle1Ol6zmMHvc7f3/eYi2U K5l9XaRXPu6pzfEteoeYWX4WTvcKky1BCULCg9x/Wla6O3Cli8kAOiGX3jbGFNxVQRc6 fnoQ== X-Gm-Message-State: APt69E2yeS//SkIwovybZ9tPl6hsNvMJlzksbKoX8XXxAs8q2f5mZReC pStkvCfb3Mh87KjOZdbKgOIQcrFo7bhP6oQ7Z3E= X-Google-Smtp-Source: ADUXVKKH9CMLrJO1qH0yP9AHlACwcEdWRjRBBUl1rmovSDzsLWmQH9oBiZs55XXfZ90pOK2m434NFDtGBM2FBH6IOi4= X-Received: by 2002:a6b:9c95:: with SMTP id f143-v6mr9645841ioe.22.1528052997703; Sun, 03 Jun 2018 12:09:57 -0700 (PDT) MIME-Version: 1.0 From: Patrick McMunn Date: Sun, 3 Jun 2018 14:09:45 -0500 Message-ID: Subject: local_unbound segfaults at boot To: freebsd-current@freebsd.org X-Mailman-Approved-At: Sun, 03 Jun 2018 19:59:07 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 03 Jun 2018 19:09:59 -0000 I believe the problem of local_unbound segfaulting began after I compiled the source after the large commit to unbound on Saturday, May 12, 2018 (about 3 weeks ago). I assumed the problem was probably common if I was experiencing it, but I've seen no other mentions of it. I'm not sure what info I need to provide, but will do so upon request.