From owner-freebsd-current@freebsd.org Tue Jul 7 22:48:14 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 6E291996947 for ; Tue, 7 Jul 2015 22:48:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x236.google.com (mail-qk0-x236.google.com [IPv6:2607:f8b0:400d:c09::236]) (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 2B24E110F for ; Tue, 7 Jul 2015 22:48:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkbp125 with SMTP id p125so151150802qkb.2 for ; Tue, 07 Jul 2015 15:48:13 -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=vYlXPj4dk0HiAuf2Jey5IwheJHJWMWlXFv4Nu8Ps6ww=; b=JT5nm3K0hBqpX6ZksDjU1XSpoOm2hQBy1uAtL4KLpqJXTDu5VE2+oMvHl/DaCnL7Tt E3et3k8xcfPi0np+G7f4GvxzTU+USCY7O1mJbCaqVq1voNf9mVt0fb1QDhmFm2bl6eGi sB+s/sEGUU7YabapNeWZnYPsyVLnM3bGSSttnCxGR+jtoFoMUVzyxod+xyf0NTpHPsQT VffpX7w8PTI6Zcjgxc73mBC4kQaiwGgA7Gx5xlAFfH2pXUJ3YtSTxSq8o36Jtn2k35UU Xf/T1HZRBXhz3QulUGO0g0ZHDc16o2wyQmzreivrPZnFKMfpywR9IbSm1TZQIAjsqlX0 jKNQ== MIME-Version: 1.0 X-Received: by 10.140.90.99 with SMTP id w90mr10908074qgd.57.1436309293165; Tue, 07 Jul 2015 15:48:13 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Tue, 7 Jul 2015 15:48:13 -0700 (PDT) In-Reply-To: References: <657220ED-CF1D-4A9B-BF5D-AD4FCFE959E0@gmail.com> Date: Tue, 7 Jul 2015 15:48:13 -0700 Message-ID: Subject: Re: gettimeofday((void *)-1, NULL) implicates core dump on recent FreeBSD 11-CURRENT From: NGie Cooper To: Oliver Pinter Cc: FreeBSD-Current 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, 07 Jul 2015 22:48:14 -0000 On Tue, Jul 7, 2015 at 3:17 PM, Oliver Pinter wrote: ... >> I have no idea where this broke because the Jenkins runs have been unreliable over the past few weeks ;(... > > Do you have died executors too? jenkins.freebsd.org does: https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/buildTimeTrend . The executors have been timing out when running the tests. I filed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200447 to track the issue, but no progress so far...