From owner-freebsd-stable@freebsd.org Sun Dec 4 13:12:47 2016 Return-Path: Delivered-To: freebsd-stable@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 C0A19C6334C for ; Sun, 4 Dec 2016 13:12:47 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A5C78A98 for ; Sun, 4 Dec 2016 13:12:47 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mailman.ysv.freebsd.org (Postfix) id A510CC6334B; Sun, 4 Dec 2016 13:12:47 +0000 (UTC) Delivered-To: stable@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 A2FA5C6334A for ; Sun, 4 Dec 2016 13:12:47 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) (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 4311CA97 for ; Sun, 4 Dec 2016 13:12:46 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-wm0-f47.google.com with SMTP id t79so55216948wmt.0 for ; Sun, 04 Dec 2016 05:12:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=5v3AAVLhBx09tNd5a+pYLIq0O63WlL+ODiHzHs3XWGY=; b=Uk+0oHzMUwVK9DRbaLKwZFZvjqjiMVuP83fB7cyHWgaqdYp6EjeIwtr3unODAQ2DuL hepRdnsaSKjWfkC5ASxMVbyXeC//P6XMokkOYSM+XnmqWdgTG/AqXlWmtbwKYLjwRAHG B6MXT8x0NdCFZA0TX/VmBXOKXJxkJE33rbzJmSZEq4fEPSXrn0P7aFze6YEae4/dP5ZO +FUYEjr0t5JMuHnBDV04YoMOjWB9Eu2iFgF3rfpxDCWmPYc8hgz9EvEcOHCm/loXIARr XM8yHwzo+jr5Yf8wiesfeEV2oEXBdq1CLeeKeuqepz1MVXbkpSUPj59UcDIUy61kNgIb 3IXQ== X-Gm-Message-State: AKaTC02hM3u8Xmqwd99ZK72Uy7nGqCN3u2i7UJfSdq7qQr61R6drDHDEyDiR1R3sGLk7jQ== X-Received: by 10.46.1.74 with SMTP id 71mr26636410ljb.14.1480857158605; Sun, 04 Dec 2016 05:12:38 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id 206sm2163071ljj.32.2016.12.04.05.12.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Dec 2016 05:12:37 -0800 (PST) To: "stable@freebsd.org" , John Baldwin From: Andrey Chernov Subject: if_cxgbev build error on -stable Message-ID: Date: Sun, 4 Dec 2016 16:12:36 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 13:12:47 -0000 On recent i386 -stable I got: ... /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c -o t4_vf.o In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:37: In file included from @/sys/counter.h:35: ./machine/counter.h:170:3: error: implicit declaration of function 'critical_enter' is invalid in C99 [-Werror,-Wimplicit-function-declaration] critical_enter(); ^ ./machine/counter.h:172:3: error: implicit declaration of function 'critical_exit' is invalid in C99 [-Werror,-Wimplicit-function-declaration] critical_exit(); ^ ./machine/counter.h:172:3: note: did you mean 'critical_enter'? ./machine/counter.h:170:3: note: 'critical_enter' declared here critical_enter(); ^ In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:47: In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/common.h:33: In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/t4_hw.h:33: In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/osdep.h:39: @/sys/systm.h:196:6: error: conflicting types for 'critical_enter' void critical_enter(void); ^ ./machine/counter.h:170:3: note: previous implicit declaration is here critical_enter(); ^ In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:47: In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/common.h:33: In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/t4_hw.h:33: In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/osdep.h:39: @/sys/systm.h:197:6: error: conflicting types for 'critical_exit' void critical_exit(void); ^ ./machine/counter.h:172:3: note: previous implicit declaration is here critical_exit(); ^ 4 errors generated. *** Error code 1 Stop. From owner-freebsd-stable@freebsd.org Sun Dec 4 13:23:04 2016 Return-Path: Delivered-To: freebsd-stable@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 1F8B4C63801 for ; Sun, 4 Dec 2016 13:23:04 +0000 (UTC) (envelope-from mailing-machine@vniz.net) 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 02EF7104B for ; Sun, 4 Dec 2016 13:23:04 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mailman.ysv.freebsd.org (Postfix) id 024DFC637FF; Sun, 4 Dec 2016 13:23:04 +0000 (UTC) Delivered-To: stable@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 01F27C637FD for ; Sun, 4 Dec 2016 13:23:04 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) (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 9A516104A for ; Sun, 4 Dec 2016 13:23:03 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-wm0-f47.google.com with SMTP id g23so59393301wme.1 for ; Sun, 04 Dec 2016 05:23:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=LksfQsEOZdSCLNrgsxOejaxuan3H5vH5DEK3cYTSUz0=; b=XB07HWi4KcbKuRHPJdHsCAO0bU6MZdyv/UoQpLDMZwZrPddKQgCsruXzrcyATW3slU UKGfgW8B1gGvXtjp/kIP0rR6Ou/q25QufbaaZTb5BoXmKQf6MgM9fjoX307AFA6twn/b nW7ha+MrjphIKgryz0jCl1rBSiH327fuqqIcQcY1lWVqpyewFERv9Jqfgb6AFpOQJVPb eea7QweCu8YKKk9R9Ffxu4uBwDsW9E0E/t5YpfBcvBHgqFlrNhaHtitADudr3BHX0i+z Ym3mjXyUD+2RBxMTqzG5Xb5er0laB99O+c28wSQgzBjuwtxflhsYTfdHnltzwu595Xvm eNgA== X-Gm-Message-State: AKaTC01NFhCd2+tKhaFhIpjZBWWCFMAVzAqin8ip5O258Pi+gTEs9ld8jrYmZY1vPFT6WA== X-Received: by 10.25.5.215 with SMTP id 206mr20191223lff.119.1480857781720; Sun, 04 Dec 2016 05:23:01 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id x10sm2161070lja.15.2016.12.04.05.23.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Dec 2016 05:23:00 -0800 (PST) Subject: Re: if_cxgbev build error on -stable To: "stable@freebsd.org" , John Baldwin References: From: Andrey Chernov Message-ID: Date: Sun, 4 Dec 2016 16:23:00 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 13:23:04 -0000 It seems counter.h is included before systm.h where critical_* are declared. On 04.12.2016 16:12, Andrey Chernov wrote: > On recent i386 -stable I got: > > ... > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c -o t4_vf.o > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:37: > In file included from @/sys/counter.h:35: > ./machine/counter.h:170:3: error: implicit declaration of function > 'critical_enter' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > critical_enter(); > ^ > ./machine/counter.h:172:3: error: implicit declaration of function > 'critical_exit' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > critical_exit(); > ^ > ./machine/counter.h:172:3: note: did you mean 'critical_enter'? > ./machine/counter.h:170:3: note: 'critical_enter' declared here > critical_enter(); > ^ > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:47: > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/common.h:33: > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/t4_hw.h:33: > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/osdep.h:39: > @/sys/systm.h:196:6: error: conflicting types for 'critical_enter' > void critical_enter(void); > ^ > ./machine/counter.h:170:3: note: previous implicit declaration is here > critical_enter(); > ^ > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:47: > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/common.h:33: > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/t4_hw.h:33: > In file included from > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/osdep.h:39: > @/sys/systm.h:197:6: error: conflicting types for 'critical_exit' > void critical_exit(void); > ^ > ./machine/counter.h:172:3: note: previous implicit declaration is here > critical_exit(); > ^ > 4 errors generated. > *** Error code 1 > > Stop. > From owner-freebsd-stable@freebsd.org Sun Dec 4 13:53:33 2016 Return-Path: Delivered-To: freebsd-stable@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 F14B2C6440A for ; Sun, 4 Dec 2016 13:53:33 +0000 (UTC) (envelope-from kostikbel@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 D97D4201 for ; Sun, 4 Dec 2016 13:53:33 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D8D85C64409; Sun, 4 Dec 2016 13:53:33 +0000 (UTC) Delivered-To: stable@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 D87EDC64408 for ; Sun, 4 Dec 2016 13:53:33 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FD89200; Sun, 4 Dec 2016 13:53:33 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id uB4DrNjs056531 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 4 Dec 2016 15:53:23 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua uB4DrNjs056531 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id uB4DrNBn056530; Sun, 4 Dec 2016 15:53:23 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 4 Dec 2016 15:53:23 +0200 From: Konstantin Belousov To: Andrey Chernov Cc: "stable@freebsd.org" , John Baldwin Subject: Re: if_cxgbev build error on -stable Message-ID: <20161204135323.GU54029@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 13:53:34 -0000 On Sun, Dec 04, 2016 at 04:23:00PM +0300, Andrey Chernov wrote: > It seems counter.h is included before systm.h where critical_* are declared. It is more weird, since sys/counter.h was added in the stable/10 merge, but the header is not used in the HEAD sources. It is indeed needed for stable/10 driver. critical_enter() pre-requisite for counter.h only exists on i386, which probably explains why John' build test did not catched it. I am preparing another MFC, so I committed the fix in r309529. > > On 04.12.2016 16:12, Andrey Chernov wrote: > > On recent i386 -stable I got: > > > > ... > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c -o t4_vf.o > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:37: > > In file included from @/sys/counter.h:35: > > ./machine/counter.h:170:3: error: implicit declaration of function > > 'critical_enter' is invalid in C99 > > [-Werror,-Wimplicit-function-declaration] > > critical_enter(); > > ^ > > ./machine/counter.h:172:3: error: implicit declaration of function > > 'critical_exit' is invalid in C99 > > [-Werror,-Wimplicit-function-declaration] > > critical_exit(); > > ^ > > ./machine/counter.h:172:3: note: did you mean 'critical_enter'? > > ./machine/counter.h:170:3: note: 'critical_enter' declared here > > critical_enter(); > > ^ > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:47: > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/common.h:33: > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/t4_hw.h:33: > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/osdep.h:39: > > @/sys/systm.h:196:6: error: conflicting types for 'critical_enter' > > void critical_enter(void); > > ^ > > ./machine/counter.h:170:3: note: previous implicit declaration is here > > critical_enter(); > > ^ > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:47: > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/common.h:33: > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/common/t4_hw.h:33: > > In file included from > > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/osdep.h:39: > > @/sys/systm.h:197:6: error: conflicting types for 'critical_exit' > > void critical_exit(void); > > ^ > > ./machine/counter.h:172:3: note: previous implicit declaration is here > > critical_exit(); > > ^ > > 4 errors generated. > > *** Error code 1 > > > > Stop. > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Sun Dec 4 16:15:41 2016 Return-Path: Delivered-To: freebsd-stable@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 D658FC671DF; Sun, 4 Dec 2016 16:15:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C9E1E13BC; Sun, 4 Dec 2016 16:15:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1C4BADF; Sun, 4 Dec 2016 16:15:42 +0000 (UTC) Date: Sun, 4 Dec 2016 16:15:40 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <912607908.10.1480868142123.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1282446126.6.1480807935111.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1282446126.6.1480807935111.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1520 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 16:15:41 -0000 FreeBSD_STABLE_10-i386 - Build #1520 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1520/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1520/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1520/console Change summaries: 309530 by kib: MFC r309209: Do not enable nullfs vnode caching over nfs v4 mounts. 309529 by kib: Add sys/systm.h to have critical_enter() defined, required by machine/counter.h on i386. This is a direct commit to stable/10. Sponsored by: The FreeBSD Foundation From owner-freebsd-stable@freebsd.org Sun Dec 4 21:57:10 2016 Return-Path: Delivered-To: freebsd-stable@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 97721C677BE for ; Sun, 4 Dec 2016 21:57:10 +0000 (UTC) (envelope-from jhb@freebsd.org) 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 82F986E6 for ; Sun, 4 Dec 2016 21:57:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7F41FC677BD; Sun, 4 Dec 2016 21:57:10 +0000 (UTC) Delivered-To: stable@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 7EE7FC677BC for ; Sun, 4 Dec 2016 21:57:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1F66E5; Sun, 4 Dec 2016 21:57:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 7B99310AA28; Sun, 4 Dec 2016 16:57:09 -0500 (EST) From: John Baldwin To: Konstantin Belousov Cc: Andrey Chernov , "stable@freebsd.org" Subject: Re: if_cxgbev build error on -stable Date: Sun, 04 Dec 2016 13:53:49 -0800 Message-ID: <1720335.GyareAB9U2@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: <20161204135323.GU54029@kib.kiev.ua> References: <20161204135323.GU54029@kib.kiev.ua> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Sun, 04 Dec 2016 16:57:09 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 21:57:10 -0000 On Sunday, December 04, 2016 03:53:23 PM Konstantin Belousov wrote: > On Sun, Dec 04, 2016 at 04:23:00PM +0300, Andrey Chernov wrote: > > It seems counter.h is included before systm.h where critical_* are declared. > It is more weird, since sys/counter.h was added in the stable/10 > merge, but the header is not used in the HEAD sources. It is indeed > needed for stable/10 driver. critical_enter() pre-requisite for counter.h > only exists on i386, which probably explains why John' build test did not > catched it. > > I am preparing another MFC, so I committed the fix in r309529. Thanks for fixing this. I had indeed only tested it on amd64. -- John Baldwin From owner-freebsd-stable@freebsd.org Tue Dec 6 13:43:57 2016 Return-Path: Delivered-To: freebsd-stable@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 CA610C6388E for ; Tue, 6 Dec 2016 13:43:57 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 8706D11C4 for ; Tue, 6 Dec 2016 13:43:57 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by mail-wm0-x22b.google.com with SMTP id f82so126330260wmf.1 for ; Tue, 06 Dec 2016 05:43:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bris-ac-uk.20150623.gappssmtp.com; s=20150623; h=date:from:message-id:to:subject:reply-to; bh=9tCx6OejRG3YfhsCwVHVAPp2ysx3/F+W6XVRcgp6pMo=; b=GvV8XEqjbEAOB4XlAXHH4LcCvYRwcywgw59j+zwf8qE89BOfxUlcKPN348kUOKp1/U lllpY7EAj2c/qGBQ6jax/6vCPrcpSDi0TJe2HOelBFyFpU3I6VHlaQtx55vz2ytTTcKP bDhPTyppzFjVXzQ2Ay57bYVYeA4QMjtOMcRVr3Nppste/OqiTAcK+ClKvOV1SRzP15/N kSt7kwulBBBfhkhdJ25s5lRJ5QD8EsrhGoPpDehxVQxlVP69EgBZ0SDk6rEwC4Yi164m FHFszxgHQs0asGmdPmUVk5zQD5/loUwwdSM/64+VrXzM5VqhCXGE0XJxjtmog7xUU+Ho 3ZHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=9tCx6OejRG3YfhsCwVHVAPp2ysx3/F+W6XVRcgp6pMo=; b=IWm78w8n42AYdkHlM8iJM2rbOSJsWR7wi1IbK+ivR655sb1ieq4zhZVVcHnm7Oc+iS LgNsJ7Ed9Csms1A1A3ETbvHU6Z1VZ+HegpXzW0DTuv4AdHO5DKxaamQYJLLz4GmwnfmX hGpco1nsAYREYPAhQksBXAQS5nKLtTZ5ju2E00Rch5ts8QB5OwunU+/gzqKAApMMTDg4 qVi9S4hDyuqzEGpAnGaH7RDBbKNSMRURG+d/tgIXSEP6e7WoOVFnHDQdUU2VFLtAE6rR Ztr2cRhp5IuWrjUlTPlpczo/lvoiB48hMwjej/z0cYxtfft6ma4YRHjGFGCA+OmmMu15 8OxA== X-Gm-Message-State: AKaTC02lYdU8e/q5zRdqGHbOjYbO0uZF++5CvO33Ym3mr8tAR7XKxQ7T/muvP19DHSQ0BY2m X-Received: by 10.28.173.131 with SMTP id w125mr2707408wme.0.1481031835293; Tue, 06 Dec 2016 05:43:55 -0800 (PST) Received: from mech-as222.men.bris.ac.uk (mech-as222.men.bris.ac.uk. [137.222.170.4]) by smtp.gmail.com with ESMTPSA id bf2sm25812735wjc.48.2016.12.06.05.43.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 05:43:54 -0800 (PST) Date: Tue, 06 Dec 2016 05:43:54 -0800 (PST) X-Google-Original-Date: Tue, 6 Dec 2016 13:43:53 GMT Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2) with ESMTP id uB6Dhr2K084233 for ; Tue, 6 Dec 2016 13:43:53 GMT (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2/Submit) id uB6Dhr0i084232 for freebsd-stable@freebsd.org; Tue, 6 Dec 2016 13:43:53 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201612061343.uB6Dhr0i084232@mech-as222.men.bris.ac.uk> To: freebsd-stable@freebsd.org Subject: webcamd panic - is it just me? Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 13:43:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215000 I think this started after moving from 10.3 to 11.0. Does nobody else see this panic? Anton From owner-freebsd-stable@freebsd.org Thu Dec 8 05:08:44 2016 Return-Path: Delivered-To: freebsd-stable@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 4650FC6CD59 for ; Thu, 8 Dec 2016 05:08:44 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (mail.sorbs.net [67.231.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7A0F72 for ; Thu, 8 Dec 2016 05:08:43 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from C02LJ0HMFFT4.corp.proofpoint.com (static-58-108-170-168.optusnet.com.au [58.108.170.168]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0OHU0019EPBOR100@hades.sorbs.net> for freebsd-stable@freebsd.org; Wed, 07 Dec 2016 21:16:37 -0800 (PST) To: freebsd-stable@freebsd.org From: Michelle Sullivan Subject: CVE-2016-7434 NTP Message-id: <5848EAB6.8040909@sorbs.net> Date: Thu, 08 Dec 2016 15:08:06 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 05:08:44 -0000 Are we going to get a patch for CVE-2016-7434 on FreeBSD 9.3? Michelle From owner-freebsd-stable@freebsd.org Thu Dec 8 06:43:04 2016 Return-Path: Delivered-To: freebsd-stable@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 AD972C6D436 for ; Thu, 8 Dec 2016 06:43:04 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-qt0-x229.google.com (mail-qt0-x229.google.com [IPv6:2607:f8b0:400d:c0d::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 6C39D2BF for ; Thu, 8 Dec 2016 06:43:04 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-qt0-x229.google.com with SMTP id n6so404312064qtd.1 for ; Wed, 07 Dec 2016 22:43:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=0+/OaeMTtnB18l+IzvmgowI4AQk8NXYC9WI5k/6akCk=; b=TNa9dD7WaZL3nws+qYXlqlxHx69jnZvMYCBnTioUA/f3Dz7ZOWiJCaBE8LAnrEONln 17+fgkU/7d+ywf6Fx97bSgr/Yx1mdfn6uOvuPjpr/zVNguPQuXoDBf9RVHXErYOcNx6F wB+woSbLGfGtOcXTlGzNgCJY0+CKN4XIHH1f8Ebep3qivDAxVyvdC8NVIH73lWYRmoK2 HL0vHM5/NzkZ+NsxDzmlHXMkrTMAf07xuj432djKUB0vDVUHPJsFCXjOa0j8OMMU+zXq jekVXbEf/8MvImGLtYcyj2RqjDLek2is5QTJK5gWtWrYLO1lcZnUAOzml2AtR9k7N8BS QLjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=0+/OaeMTtnB18l+IzvmgowI4AQk8NXYC9WI5k/6akCk=; b=citcJ9Y+V89cpUvsITnA1CxGocsb5qW7C5UsszyOHRAqiO6ia1BOOlZnH5Gu/PtUu1 68DuWQtYPO2sxvN6uJ+yf9be7OzhkLWr3r7UA0e/rmPTDVKxCSa2a782w/5y8L/MJwj9 cbnGhk8bz1etwga1Mx35mP1B4iUMd+jEFlf4QjoXH6w99OcbQBAF2ybR1T6nHp7i6b9y ij8yEdSQi85GPEU/qRA2FAFQWJ7xxxypfb9vkH8YwMzgmgzOpBAO5ifnT6t0A6MZAyQ/ Fou/9KScZrFux80ErN+vR68gsKcBB+70A0R/lH64NlQoLDVwF9P6f29wzRRNagrOoOpL t+6A== X-Gm-Message-State: AKaTC00jLEr6LQmVg3jAPxzOPQdiMG6BAs4CbDwR9v8e9hXFv6IENOt4AJQ76WcWSgY1M6+FgmxSx1iRLSDvmg== X-Received: by 10.237.53.168 with SMTP id c37mr64141746qte.48.1481179383514; Wed, 07 Dec 2016 22:43:03 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.12.174.145 with HTTP; Wed, 7 Dec 2016 22:43:03 -0800 (PST) From: Alan Somers Date: Wed, 7 Dec 2016 23:43:03 -0700 X-Google-Sender-Auth: lPq3dkJjeSswHnnnFO8Rhis7EYI Message-ID: Subject: frequent timeouts with mvs(4) SATA controller, GELI, and ZFS To: FreeBSD Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 06:43:04 -0000 I have an 11.0-RELEASE machine with a Via Nano CPU and a Marvel From owner-freebsd-stable@freebsd.org Thu Dec 8 14:53:03 2016 Return-Path: Delivered-To: freebsd-stable@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 BA34BC6D6C6 for ; Thu, 8 Dec 2016 14:53:03 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8046E15CC for ; Thu, 8 Dec 2016 14:53:03 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cF04B-000NvY-82 for freebsd-stable@freebsd.org; Thu, 08 Dec 2016 17:52:59 +0300 Date: Thu, 8 Dec 2016 17:52:59 +0300 From: Slawa Olhovchenkov To: freebsd-stable@freebsd.org Subject: gdb broken on stable/11 and current? Message-ID: <20161208145259.GR57876@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 14:53:03 -0000 % gdb ./edge_stat GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) break main Segmentation fault (core dumped) % gdb /usr/bin/gdb /tmp/gdb.13573.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `gdb'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libncursesw.so.8...(no debugging symbols found)...done. Loaded symbols for /lib/libncursesw.so.8 Reading symbols from /usr/lib/libgnuregex.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgnuregex.so.5 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/lib/libthread_db.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libthread_db.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x00000000005da00b in cplus_demangle_v3_callback () (gdb) bt #0 0x00000000005da00b in cplus_demangle_v3_callback () #1 0x00000000005d9f9c in cplus_demangle_v3 () #2 0x00000000005ca13c in cplus_demangle () #3 0x0000000000487454 in class_name_from_physname () #4 0x000000000053a4f3 in dwarf2_read_section () #5 0x000000000053a0cc in dwarf2_read_section () #6 0x0000000000539bd9 in dwarf2_read_section () #7 0x0000000000537395 in dwarf2_read_section () #8 0x0000000000539c21 in dwarf2_read_section () #9 0x0000000000539643 in dwarf2_read_section () #10 0x0000000000538a6c in dwarf2_read_section () #11 0x00000000005352fb in dwarf2_read_section () #12 0x0000000000533bfd in dwarf2_read_section () #13 0x00000000004cfc46 in psymtab_to_symtab () #14 0x00000000004c9cfb in lookup_symbol_global () #15 0x0000000000482273 in cp_lookup_symbol_namespace () #16 0x0000000000482059 in cp_lookup_symbol_nonlocal () #17 0x0000000000481f63 in cp_lookup_symbol_nonlocal () #18 0x00000000004c9780 in lookup_symbol () #19 0x00000000005035cf in find_imps () #20 0x0000000000514df9 in decode_line_1 () #21 0x0000000000514589 in decode_line_1 () #22 0x000000000046eff9 in _initialize_breakpoint () #23 0x000000000046f48b in _initialize_breakpoint () #24 0x00000000004ab289 in catch_exceptions () #25 0x00000000004ab368 in catch_exceptions_with_msg () #26 0x000000000046b169 in break_command () #27 0x00000000004ab996 in execute_command () #28 0x0000000000465293 in gdb_disable_readline () #29 0x0000000000465182 in gdb_setup_readline () #30 0x00000000005e266f in rl_callback_read_char () #31 0x0000000000464c79 in gdb_setup_readline () #32 0x0000000000465a46 in gdb_do_one_event () #33 0x00000000004ab289 in catch_exceptions () #34 0x00000000004ab42a in catch_errors () #35 0x0000000000551168 in _initialize_tui_interp () #36 0x0000000000448689 in gdb_main () #37 0x00000000004ab289 in catch_exceptions () #38 0x00000000004ab42a in catch_errors () #39 0x0000000000448526 in gdb_main () #40 0x00000000004ab289 in catch_exceptions () #41 0x00000000004ab42a in catch_errors () #42 0x0000000000447977 in gdb_main () #43 0x0000000000447931 in main () From owner-freebsd-stable@freebsd.org Thu Dec 8 16:01:16 2016 Return-Path: Delivered-To: freebsd-stable@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 92483C6DE47 for ; Thu, 8 Dec 2016 16:01:16 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) (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 5E3AC6E for ; Thu, 8 Dec 2016 16:01:16 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-qk0-f170.google.com with SMTP id q130so265998096qke.1 for ; Thu, 08 Dec 2016 08:01:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=/l7tFj05siEzF/k9U0xDYwE6b9oV6ghU4i2z2uLtKbU=; b=CBreFqY2ML7FEXlwLFi+gu9uN3HpiSgdR732NlIaP8Z/pT6HuaRnS1FQ3QkRZYl2Y0 cpOP2vgrQelbPDF1kIy1PlrKGnN0qwW/wv+oJhYJE/QH3EJlyQA0qUGrKPj0TPscrZRQ rC7I0CQtJBfHyylKMZj2jdxuLtnT/yxITdKzyS/G3o/PZDW8SCwGCKTJ2NTTqmT4F/Rd d+3zy8YhM0WQ1/5xOu9Yyw1bLa5pBh0ZKZgGEj7tXhKVqrJeGrmgz/wH1H8Rh9KAEAfz KdgasBtdp/YkkKGRT8768AdweRAohf+GZoXR2Jp94d4l6g6GrEVtKdKd1PrSC1jz62kI myrw== X-Gm-Message-State: AKaTC02e18QyfKBF3Nz3RQvFc6oppP9oPIyROTmSd1sajRpTB6THvJ9r6eXORez0DDW0UoQf34LkdK7mv94IBQ== X-Received: by 10.55.161.21 with SMTP id k21mr66066744qke.149.1481212874642; Thu, 08 Dec 2016 08:01:14 -0800 (PST) MIME-Version: 1.0 References: <20161208145259.GR57876@zxy.spb.ru> In-Reply-To: <20161208145259.GR57876@zxy.spb.ru> From: "K. Macy" Date: Thu, 08 Dec 2016 16:01:04 +0000 Message-ID: Subject: Re: gdb broken on stable/11 and current? To: Slawa Olhovchenkov , freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 16:01:16 -0000 In tree gdb doesn't work for much of anything these days. It can't even consistently give a complete kernel backtrace. Jhb is graciously maintaining gdb in ports. It will be installed as the awkwardly named gdb7111 IIRC. On Thu, Dec 8, 2016 at 06:53 Slawa Olhovchenkov wrote: > % gdb ./edge_stat > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > are > > welcome to change it and/or distribute copies of it under certain > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "amd64-marcel-freebsd"... > > (gdb) break main > > Segmentation fault (core dumped) > > > > % gdb /usr/bin/gdb /tmp/gdb.13573.core > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > are > > welcome to change it and/or distribute copies of it under certain > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols > found)... > > Core was generated by `gdb'. > > Program terminated with signal 11, Segmentation fault. > > Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. > > Loaded symbols for /lib/libm.so.5 > > Reading symbols from /lib/libncursesw.so.8...(no debugging symbols > found)...done. > > Loaded symbols for /lib/libncursesw.so.8 > > Reading symbols from /usr/lib/libgnuregex.so.5...(no debugging symbols > found)...done. > > Loaded symbols for /usr/lib/libgnuregex.so.5 > > Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. > > Loaded symbols for /lib/libc.so.7 > > Reading symbols from /usr/lib/libthread_db.so...(no debugging symbols > found)...done. > > Loaded symbols for /usr/lib/libthread_db.so > > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > found)...done. > > Loaded symbols for /libexec/ld-elf.so.1 > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > (gdb) bt > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > #1 0x00000000005d9f9c in cplus_demangle_v3 () > > #2 0x00000000005ca13c in cplus_demangle () > > #3 0x0000000000487454 in class_name_from_physname () > > #4 0x000000000053a4f3 in dwarf2_read_section () > > #5 0x000000000053a0cc in dwarf2_read_section () > > #6 0x0000000000539bd9 in dwarf2_read_section () > > #7 0x0000000000537395 in dwarf2_read_section () > > #8 0x0000000000539c21 in dwarf2_read_section () > > #9 0x0000000000539643 in dwarf2_read_section () > > #10 0x0000000000538a6c in dwarf2_read_section () > > #11 0x00000000005352fb in dwarf2_read_section () > > #12 0x0000000000533bfd in dwarf2_read_section () > > #13 0x00000000004cfc46 in psymtab_to_symtab () > > #14 0x00000000004c9cfb in lookup_symbol_global () > > #15 0x0000000000482273 in cp_lookup_symbol_namespace () > > #16 0x0000000000482059 in cp_lookup_symbol_nonlocal () > > #17 0x0000000000481f63 in cp_lookup_symbol_nonlocal () > > #18 0x00000000004c9780 in lookup_symbol () > > #19 0x00000000005035cf in find_imps () > > #20 0x0000000000514df9 in decode_line_1 () > > #21 0x0000000000514589 in decode_line_1 () > > #22 0x000000000046eff9 in _initialize_breakpoint () > > #23 0x000000000046f48b in _initialize_breakpoint () > > #24 0x00000000004ab289 in catch_exceptions () > > #25 0x00000000004ab368 in catch_exceptions_with_msg () > > #26 0x000000000046b169 in break_command () > > #27 0x00000000004ab996 in execute_command () > > #28 0x0000000000465293 in gdb_disable_readline () > > #29 0x0000000000465182 in gdb_setup_readline () > > #30 0x00000000005e266f in rl_callback_read_char () > > #31 0x0000000000464c79 in gdb_setup_readline () > > #32 0x0000000000465a46 in gdb_do_one_event () > > #33 0x00000000004ab289 in catch_exceptions () > > #34 0x00000000004ab42a in catch_errors () > > #35 0x0000000000551168 in _initialize_tui_interp () > > #36 0x0000000000448689 in gdb_main () > > #37 0x00000000004ab289 in catch_exceptions () > > #38 0x00000000004ab42a in catch_errors () > > #39 0x0000000000448526 in gdb_main () > > #40 0x00000000004ab289 in catch_exceptions () > > #41 0x00000000004ab42a in catch_errors () > > #42 0x0000000000447977 in gdb_main () > > #43 0x0000000000447931 in main () > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > From owner-freebsd-stable@freebsd.org Thu Dec 8 16:29:12 2016 Return-Path: Delivered-To: freebsd-stable@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 1743EC6D89A for ; Thu, 8 Dec 2016 16:29:12 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB7B161E; Thu, 8 Dec 2016 16:29:11 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cF1ZF-00015u-VA; Thu, 08 Dec 2016 19:29:09 +0300 Date: Thu, 8 Dec 2016 19:29:09 +0300 From: Slawa Olhovchenkov To: "K. Macy" Cc: freebsd-stable@freebsd.org Subject: Re: gdb broken on stable/11 and current? Message-ID: <20161208162909.GA99742@zxy.spb.ru> References: <20161208145259.GR57876@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 16:29:12 -0000 On Thu, Dec 08, 2016 at 04:01:04PM +0000, K. Macy wrote: > In tree gdb doesn't work for much of anything these days. It can't even > consistently give a complete kernel backtrace. Jhb is graciously > maintaining gdb in ports. It will be installed as the awkwardly named > gdb7111 IIRC. 1. gdb7111 badly integrated w/ 11 and up (don't see kernel debug symbols) 2. all included in base systems can't be core dumped. > On Thu, Dec 8, 2016 at 06:53 Slawa Olhovchenkov wrote: > > > % gdb ./edge_stat > > > > GNU gdb 6.1.1 [FreeBSD] > > > > Copyright 2004 Free Software Foundation, Inc. > > > > GDB is free software, covered by the GNU General Public License, and you > > are > > > > welcome to change it and/or distribute copies of it under certain > > conditions. > > > > Type "show copying" to see the conditions. > > > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > > > This GDB was configured as "amd64-marcel-freebsd"... > > > > (gdb) break main > > > > Segmentation fault (core dumped) > > > > > > > > % gdb /usr/bin/gdb /tmp/gdb.13573.core > > > > GNU gdb 6.1.1 [FreeBSD] > > > > Copyright 2004 Free Software Foundation, Inc. > > > > GDB is free software, covered by the GNU General Public License, and you > > are > > > > welcome to change it and/or distribute copies of it under certain > > conditions. > > > > Type "show copying" to see the conditions. > > > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > > > This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols > > found)... > > > > Core was generated by `gdb'. > > > > Program terminated with signal 11, Segmentation fault. > > > > Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. > > > > Loaded symbols for /lib/libm.so.5 > > > > Reading symbols from /lib/libncursesw.so.8...(no debugging symbols > > found)...done. > > > > Loaded symbols for /lib/libncursesw.so.8 > > > > Reading symbols from /usr/lib/libgnuregex.so.5...(no debugging symbols > > found)...done. > > > > Loaded symbols for /usr/lib/libgnuregex.so.5 > > > > Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. > > > > Loaded symbols for /lib/libc.so.7 > > > > Reading symbols from /usr/lib/libthread_db.so...(no debugging symbols > > found)...done. > > > > Loaded symbols for /usr/lib/libthread_db.so > > > > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > > found)...done. > > > > Loaded symbols for /libexec/ld-elf.so.1 > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > (gdb) bt > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > #1 0x00000000005d9f9c in cplus_demangle_v3 () > > > > #2 0x00000000005ca13c in cplus_demangle () > > > > #3 0x0000000000487454 in class_name_from_physname () > > > > #4 0x000000000053a4f3 in dwarf2_read_section () > > > > #5 0x000000000053a0cc in dwarf2_read_section () > > > > #6 0x0000000000539bd9 in dwarf2_read_section () > > > > #7 0x0000000000537395 in dwarf2_read_section () > > > > #8 0x0000000000539c21 in dwarf2_read_section () > > > > #9 0x0000000000539643 in dwarf2_read_section () > > > > #10 0x0000000000538a6c in dwarf2_read_section () > > > > #11 0x00000000005352fb in dwarf2_read_section () > > > > #12 0x0000000000533bfd in dwarf2_read_section () > > > > #13 0x00000000004cfc46 in psymtab_to_symtab () > > > > #14 0x00000000004c9cfb in lookup_symbol_global () > > > > #15 0x0000000000482273 in cp_lookup_symbol_namespace () > > > > #16 0x0000000000482059 in cp_lookup_symbol_nonlocal () > > > > #17 0x0000000000481f63 in cp_lookup_symbol_nonlocal () > > > > #18 0x00000000004c9780 in lookup_symbol () > > > > #19 0x00000000005035cf in find_imps () > > > > #20 0x0000000000514df9 in decode_line_1 () > > > > #21 0x0000000000514589 in decode_line_1 () > > > > #22 0x000000000046eff9 in _initialize_breakpoint () > > > > #23 0x000000000046f48b in _initialize_breakpoint () > > > > #24 0x00000000004ab289 in catch_exceptions () > > > > #25 0x00000000004ab368 in catch_exceptions_with_msg () > > > > #26 0x000000000046b169 in break_command () > > > > #27 0x00000000004ab996 in execute_command () > > > > #28 0x0000000000465293 in gdb_disable_readline () > > > > #29 0x0000000000465182 in gdb_setup_readline () > > > > #30 0x00000000005e266f in rl_callback_read_char () > > > > #31 0x0000000000464c79 in gdb_setup_readline () > > > > #32 0x0000000000465a46 in gdb_do_one_event () > > > > #33 0x00000000004ab289 in catch_exceptions () > > > > #34 0x00000000004ab42a in catch_errors () > > > > #35 0x0000000000551168 in _initialize_tui_interp () > > > > #36 0x0000000000448689 in gdb_main () > > > > #37 0x00000000004ab289 in catch_exceptions () > > > > #38 0x00000000004ab42a in catch_errors () > > > > #39 0x0000000000448526 in gdb_main () > > > > #40 0x00000000004ab289 in catch_exceptions () > > > > #41 0x00000000004ab42a in catch_errors () > > > > #42 0x0000000000447977 in gdb_main () > > > > #43 0x0000000000447931 in main () > > > > _______________________________________________ > > > > freebsd-stable@freebsd.org mailing list > > > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > > From owner-freebsd-stable@freebsd.org Thu Dec 8 16:52:53 2016 Return-Path: Delivered-To: freebsd-stable@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 B3D9CC6D33F for ; Thu, 8 Dec 2016 16:52:53 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-qt0-f175.google.com (mail-qt0-f175.google.com [209.85.216.175]) (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 7EB348A5 for ; Thu, 8 Dec 2016 16:52:53 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-qt0-f175.google.com with SMTP id p16so415818276qta.0 for ; Thu, 08 Dec 2016 08:52:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=97owGv7j9/KP+3/MUJ6NbC8H+zTw3HoluVrpBehtOj0=; b=jBNgEkN+S8K2CmQ7ZOmYJTFzz/z0/+eo9OmEKbzhyfq37EJcB0dUQ4d9pi/xSOW9AW hUJ3Pi21aXUR78aXulUYHDtOUs66tmyqWLtgBrB6TCnNwqL6egUGFUZ+aAQtAsGppEQq efdeBqzbKMOx/Bv87i7pyom3qmTFWIROwHFoyHlCRb/NH5fJjXnaDx2kPlg2jPBrWmTv iC79uH9IMFIaugtIsWeh1U3+508lQ6/fNzo1dYh4u0oJP8bWtCIyEHru8gQ9BM3/n15Y MUli4AAVG3WHJwbs/cpbACW6GFeHl/lEQov88lkDkMMNTLOpawwTyVAK0brUZA7M2cwb O+hA== X-Gm-Message-State: AKaTC0214Uf09C6zXrdFCWHHXsSHZMZd0ZOBoScX6WKtubmHTR4iUCNDb0BLx2y4x2jpRushkXKD98HwlF+PPA== X-Received: by 10.200.57.89 with SMTP id t25mr75800801qtb.196.1481215965750; Thu, 08 Dec 2016 08:52:45 -0800 (PST) MIME-Version: 1.0 References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> In-Reply-To: <20161208162909.GA99742@zxy.spb.ru> From: "K. Macy" Date: Thu, 08 Dec 2016 16:52:35 +0000 Message-ID: Subject: Re: gdb broken on stable/11 and current? To: Slawa Olhovchenkov Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 16:52:53 -0000 kgdb7111 is what you use for kernel. It works fine for me. On Thu, Dec 8, 2016 at 08:29 Slawa Olhovchenkov wrote: > On Thu, Dec 08, 2016 at 04:01:04PM +0000, K. Macy wrote: > > > > > In tree gdb doesn't work for much of anything these days. It can't even > > > consistently give a complete kernel backtrace. Jhb is graciously > > > maintaining gdb in ports. It will be installed as the awkwardly named > > > gdb7111 IIRC. > > > > 1. gdb7111 badly integrated w/ 11 and up (don't see kernel debug > > symbols) > > 2. all included in base systems can't be core dumped. > > > > > On Thu, Dec 8, 2016 at 06:53 Slawa Olhovchenkov wrote: > > > > > > > % gdb ./edge_stat > > > > > > > > GNU gdb 6.1.1 [FreeBSD] > > > > > > > > Copyright 2004 Free Software Foundation, Inc. > > > > > > > > GDB is free software, covered by the GNU General Public License, and > you > > > > are > > > > > > > > welcome to change it and/or distribute copies of it under certain > > > > conditions. > > > > > > > > Type "show copying" to see the conditions. > > > > > > > > There is absolutely no warranty for GDB. Type "show warranty" for > details. > > > > > > > > This GDB was configured as "amd64-marcel-freebsd"... > > > > > > > > (gdb) break main > > > > > > > > Segmentation fault (core dumped) > > > > > > > > > > > > > > > > % gdb /usr/bin/gdb /tmp/gdb.13573.core > > > > > > > > GNU gdb 6.1.1 [FreeBSD] > > > > > > > > Copyright 2004 Free Software Foundation, Inc. > > > > > > > > GDB is free software, covered by the GNU General Public License, and > you > > > > are > > > > > > > > welcome to change it and/or distribute copies of it under certain > > > > conditions. > > > > > > > > Type "show copying" to see the conditions. > > > > > > > > There is absolutely no warranty for GDB. Type "show warranty" for > details. > > > > > > > > This GDB was configured as "amd64-marcel-freebsd"...(no debugging > symbols > > > > found)... > > > > > > > > Core was generated by `gdb'. > > > > > > > > Program terminated with signal 11, Segmentation fault. > > > > > > > > Reading symbols from /lib/libm.so.5...(no debugging symbols > found)...done. > > > > > > > > Loaded symbols for /lib/libm.so.5 > > > > > > > > Reading symbols from /lib/libncursesw.so.8...(no debugging symbols > > > > found)...done. > > > > > > > > Loaded symbols for /lib/libncursesw.so.8 > > > > > > > > Reading symbols from /usr/lib/libgnuregex.so.5...(no debugging symbols > > > > found)...done. > > > > > > > > Loaded symbols for /usr/lib/libgnuregex.so.5 > > > > > > > > Reading symbols from /lib/libc.so.7...(no debugging symbols > found)...done. > > > > > > > > Loaded symbols for /lib/libc.so.7 > > > > > > > > Reading symbols from /usr/lib/libthread_db.so...(no debugging symbols > > > > found)...done. > > > > > > > > Loaded symbols for /usr/lib/libthread_db.so > > > > > > > > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > > > > found)...done. > > > > > > > > Loaded symbols for /libexec/ld-elf.so.1 > > > > > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > > > > > (gdb) bt > > > > > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > > > > > #1 0x00000000005d9f9c in cplus_demangle_v3 () > > > > > > > > #2 0x00000000005ca13c in cplus_demangle () > > > > > > > > #3 0x0000000000487454 in class_name_from_physname () > > > > > > > > #4 0x000000000053a4f3 in dwarf2_read_section () > > > > > > > > #5 0x000000000053a0cc in dwarf2_read_section () > > > > > > > > #6 0x0000000000539bd9 in dwarf2_read_section () > > > > > > > > #7 0x0000000000537395 in dwarf2_read_section () > > > > > > > > #8 0x0000000000539c21 in dwarf2_read_section () > > > > > > > > #9 0x0000000000539643 in dwarf2_read_section () > > > > > > > > #10 0x0000000000538a6c in dwarf2_read_section () > > > > > > > > #11 0x00000000005352fb in dwarf2_read_section () > > > > > > > > #12 0x0000000000533bfd in dwarf2_read_section () > > > > > > > > #13 0x00000000004cfc46 in psymtab_to_symtab () > > > > > > > > #14 0x00000000004c9cfb in lookup_symbol_global () > > > > > > > > #15 0x0000000000482273 in cp_lookup_symbol_namespace () > > > > > > > > #16 0x0000000000482059 in cp_lookup_symbol_nonlocal () > > > > > > > > #17 0x0000000000481f63 in cp_lookup_symbol_nonlocal () > > > > > > > > #18 0x00000000004c9780 in lookup_symbol () > > > > > > > > #19 0x00000000005035cf in find_imps () > > > > > > > > #20 0x0000000000514df9 in decode_line_1 () > > > > > > > > #21 0x0000000000514589 in decode_line_1 () > > > > > > > > #22 0x000000000046eff9 in _initialize_breakpoint () > > > > > > > > #23 0x000000000046f48b in _initialize_breakpoint () > > > > > > > > #24 0x00000000004ab289 in catch_exceptions () > > > > > > > > #25 0x00000000004ab368 in catch_exceptions_with_msg () > > > > > > > > #26 0x000000000046b169 in break_command () > > > > > > > > #27 0x00000000004ab996 in execute_command () > > > > > > > > #28 0x0000000000465293 in gdb_disable_readline () > > > > > > > > #29 0x0000000000465182 in gdb_setup_readline () > > > > > > > > #30 0x00000000005e266f in rl_callback_read_char () > > > > > > > > #31 0x0000000000464c79 in gdb_setup_readline () > > > > > > > > #32 0x0000000000465a46 in gdb_do_one_event () > > > > > > > > #33 0x00000000004ab289 in catch_exceptions () > > > > > > > > #34 0x00000000004ab42a in catch_errors () > > > > > > > > #35 0x0000000000551168 in _initialize_tui_interp () > > > > > > > > #36 0x0000000000448689 in gdb_main () > > > > > > > > #37 0x00000000004ab289 in catch_exceptions () > > > > > > > > #38 0x00000000004ab42a in catch_errors () > > > > > > > > #39 0x0000000000448526 in gdb_main () > > > > > > > > #40 0x00000000004ab289 in catch_exceptions () > > > > > > > > #41 0x00000000004ab42a in catch_errors () > > > > > > > > #42 0x0000000000447977 in gdb_main () > > > > > > > > #43 0x0000000000447931 in main () > > > > > > > > _______________________________________________ > > > > > > > > freebsd-stable@freebsd.org mailing list > > > > > > > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > > > > > > To unsubscribe, send any mail to " > freebsd-stable-unsubscribe@freebsd.org" > > > > > > > > > > From owner-freebsd-stable@freebsd.org Thu Dec 8 16:57:43 2016 Return-Path: Delivered-To: freebsd-stable@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 42765C6D4F5 for ; Thu, 8 Dec 2016 16:57:43 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0462DA8E; Thu, 8 Dec 2016 16:57:43 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cF20p-0001yV-Gt; Thu, 08 Dec 2016 19:57:39 +0300 Date: Thu, 8 Dec 2016 19:57:39 +0300 From: Slawa Olhovchenkov To: "K. Macy" Cc: freebsd-stable@freebsd.org Subject: Re: gdb broken on stable/11 and current? Message-ID: <20161208165739.GC99742@zxy.spb.ru> References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 16:57:43 -0000 On Thu, Dec 08, 2016 at 04:52:35PM +0000, K. Macy wrote: > kgdb7111 is what you use for kernel. It works fine for me. kgdb7111 don't find .debug under /usr/lib/debug/ gdb found it. > On Thu, Dec 8, 2016 at 08:29 Slawa Olhovchenkov wrote: > > > On Thu, Dec 08, 2016 at 04:01:04PM +0000, K. Macy wrote: > > > > > > > > > In tree gdb doesn't work for much of anything these days. It can't even > > > > > consistently give a complete kernel backtrace. Jhb is graciously > > > > > maintaining gdb in ports. It will be installed as the awkwardly named > > > > > gdb7111 IIRC. > > > > > > > > 1. gdb7111 badly integrated w/ 11 and up (don't see kernel debug > > > > symbols) > > > > 2. all included in base systems can't be core dumped. > > > > > > > > > On Thu, Dec 8, 2016 at 06:53 Slawa Olhovchenkov wrote: > > > > > > > > > > > % gdb ./edge_stat > > > > > > > > > > > > GNU gdb 6.1.1 [FreeBSD] > > > > > > > > > > > > Copyright 2004 Free Software Foundation, Inc. > > > > > > > > > > > > GDB is free software, covered by the GNU General Public License, and > > you > > > > > > are > > > > > > > > > > > > welcome to change it and/or distribute copies of it under certain > > > > > > conditions. > > > > > > > > > > > > Type "show copying" to see the conditions. > > > > > > > > > > > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. > > > > > > > > > > > > This GDB was configured as "amd64-marcel-freebsd"... > > > > > > > > > > > > (gdb) break main > > > > > > > > > > > > Segmentation fault (core dumped) > > > > > > > > > > > > > > > > > > > > > > > > % gdb /usr/bin/gdb /tmp/gdb.13573.core > > > > > > > > > > > > GNU gdb 6.1.1 [FreeBSD] > > > > > > > > > > > > Copyright 2004 Free Software Foundation, Inc. > > > > > > > > > > > > GDB is free software, covered by the GNU General Public License, and > > you > > > > > > are > > > > > > > > > > > > welcome to change it and/or distribute copies of it under certain > > > > > > conditions. > > > > > > > > > > > > Type "show copying" to see the conditions. > > > > > > > > > > > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. > > > > > > > > > > > > This GDB was configured as "amd64-marcel-freebsd"...(no debugging > > symbols > > > > > > found)... > > > > > > > > > > > > Core was generated by `gdb'. > > > > > > > > > > > > Program terminated with signal 11, Segmentation fault. > > > > > > > > > > > > Reading symbols from /lib/libm.so.5...(no debugging symbols > > found)...done. > > > > > > > > > > > > Loaded symbols for /lib/libm.so.5 > > > > > > > > > > > > Reading symbols from /lib/libncursesw.so.8...(no debugging symbols > > > > > > found)...done. > > > > > > > > > > > > Loaded symbols for /lib/libncursesw.so.8 > > > > > > > > > > > > Reading symbols from /usr/lib/libgnuregex.so.5...(no debugging symbols > > > > > > found)...done. > > > > > > > > > > > > Loaded symbols for /usr/lib/libgnuregex.so.5 > > > > > > > > > > > > Reading symbols from /lib/libc.so.7...(no debugging symbols > > found)...done. > > > > > > > > > > > > Loaded symbols for /lib/libc.so.7 > > > > > > > > > > > > Reading symbols from /usr/lib/libthread_db.so...(no debugging symbols > > > > > > found)...done. > > > > > > > > > > > > Loaded symbols for /usr/lib/libthread_db.so > > > > > > > > > > > > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > > > > > > found)...done. > > > > > > > > > > > > Loaded symbols for /libexec/ld-elf.so.1 > > > > > > > > > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > > > > > > > > > (gdb) bt > > > > > > > > > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > > > > > > > > > #1 0x00000000005d9f9c in cplus_demangle_v3 () > > > > > > > > > > > > #2 0x00000000005ca13c in cplus_demangle () > > > > > > > > > > > > #3 0x0000000000487454 in class_name_from_physname () > > > > > > > > > > > > #4 0x000000000053a4f3 in dwarf2_read_section () > > > > > > > > > > > > #5 0x000000000053a0cc in dwarf2_read_section () > > > > > > > > > > > > #6 0x0000000000539bd9 in dwarf2_read_section () > > > > > > > > > > > > #7 0x0000000000537395 in dwarf2_read_section () > > > > > > > > > > > > #8 0x0000000000539c21 in dwarf2_read_section () > > > > > > > > > > > > #9 0x0000000000539643 in dwarf2_read_section () > > > > > > > > > > > > #10 0x0000000000538a6c in dwarf2_read_section () > > > > > > > > > > > > #11 0x00000000005352fb in dwarf2_read_section () > > > > > > > > > > > > #12 0x0000000000533bfd in dwarf2_read_section () > > > > > > > > > > > > #13 0x00000000004cfc46 in psymtab_to_symtab () > > > > > > > > > > > > #14 0x00000000004c9cfb in lookup_symbol_global () > > > > > > > > > > > > #15 0x0000000000482273 in cp_lookup_symbol_namespace () > > > > > > > > > > > > #16 0x0000000000482059 in cp_lookup_symbol_nonlocal () > > > > > > > > > > > > #17 0x0000000000481f63 in cp_lookup_symbol_nonlocal () > > > > > > > > > > > > #18 0x00000000004c9780 in lookup_symbol () > > > > > > > > > > > > #19 0x00000000005035cf in find_imps () > > > > > > > > > > > > #20 0x0000000000514df9 in decode_line_1 () > > > > > > > > > > > > #21 0x0000000000514589 in decode_line_1 () > > > > > > > > > > > > #22 0x000000000046eff9 in _initialize_breakpoint () > > > > > > > > > > > > #23 0x000000000046f48b in _initialize_breakpoint () > > > > > > > > > > > > #24 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > #25 0x00000000004ab368 in catch_exceptions_with_msg () > > > > > > > > > > > > #26 0x000000000046b169 in break_command () > > > > > > > > > > > > #27 0x00000000004ab996 in execute_command () > > > > > > > > > > > > #28 0x0000000000465293 in gdb_disable_readline () > > > > > > > > > > > > #29 0x0000000000465182 in gdb_setup_readline () > > > > > > > > > > > > #30 0x00000000005e266f in rl_callback_read_char () > > > > > > > > > > > > #31 0x0000000000464c79 in gdb_setup_readline () > > > > > > > > > > > > #32 0x0000000000465a46 in gdb_do_one_event () > > > > > > > > > > > > #33 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > #34 0x00000000004ab42a in catch_errors () > > > > > > > > > > > > #35 0x0000000000551168 in _initialize_tui_interp () > > > > > > > > > > > > #36 0x0000000000448689 in gdb_main () > > > > > > > > > > > > #37 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > #38 0x00000000004ab42a in catch_errors () > > > > > > > > > > > > #39 0x0000000000448526 in gdb_main () > > > > > > > > > > > > #40 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > #41 0x00000000004ab42a in catch_errors () > > > > > > > > > > > > #42 0x0000000000447977 in gdb_main () > > > > > > > > > > > > #43 0x0000000000447931 in main () > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > freebsd-stable@freebsd.org mailing list > > > > > > > > > > > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > > > > > > > > > > To unsubscribe, send any mail to " > > freebsd-stable-unsubscribe@freebsd.org" > > > > > > > > > > > > > > > > From owner-freebsd-stable@freebsd.org Thu Dec 8 17:57:05 2016 Return-Path: Delivered-To: freebsd-stable@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 B4C7EC6EDA3 for ; Thu, 8 Dec 2016 17:57:05 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D623F1755; Thu, 8 Dec 2016 17:57:04 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA01167; Thu, 08 Dec 2016 19:57:02 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1cF2wI-000JVu-HL; Thu, 08 Dec 2016 19:57:02 +0200 Subject: Re: gdb broken on stable/11 and current? To: Slawa Olhovchenkov , "K. Macy" References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> <20161208165739.GC99742@zxy.spb.ru> Cc: freebsd-stable@FreeBSD.org From: Andriy Gapon Message-ID: <19c7a2d3-d128-9e70-3a94-1b90159b2056@FreeBSD.org> Date: Thu, 8 Dec 2016 19:56:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161208165739.GC99742@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 17:57:05 -0000 On 08/12/2016 18:57, Slawa Olhovchenkov wrote: > kgdb7111 don't find .debug under /usr/lib/debug/ > gdb found it. $ gdb7111 bhyve /var/coredumps/bhyve.0.0.core GNU gdb (GDB) 7.11.1 [GDB v7.11.1 for FreeBSD] Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-portbld-freebsd11.0". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from bhyve...Reading symbols from /usr/lib/debug//usr/sbin/bhyve.debug...done. Something is wrong in your environment. -- Andriy Gapon From owner-freebsd-stable@freebsd.org Thu Dec 8 18:46:17 2016 Return-Path: Delivered-To: freebsd-stable@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 E8DC6C6DB65 for ; Thu, 8 Dec 2016 18:46:17 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-qk0-f181.google.com (mail-qk0-f181.google.com [209.85.220.181]) (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 9DA20116F for ; Thu, 8 Dec 2016 18:46:16 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-qk0-f181.google.com with SMTP id n204so458525434qke.2 for ; Thu, 08 Dec 2016 10:46:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=a743QXGHsk0DJLHet0IlC5xyEyR7FQkNgfyL4njYWM8=; b=YTjT2e/eHKdv/vUuM8c16H4BIAoKIB5OiHsR4GdP3+T/fG88dIVZzt88QWC2zRwVGZ ATXIrK1gn7S21dC+uwv56ZQEtEdiiHe78SPOX33ZzcuJkxbNxop1KP9TSHPVmvKRlqpl muNxE9RQaYht7kN8vjigmXZOHFykMpLWLzW/VsVXPQLq4FFsgAlTBCjlCUEdaeVmTOd/ mpaxcYmvx8vIr87pNeMLLvKRE1isnUbW5RNHsy6q+eH25dMaHfkxrapSPIodiPdmPqBT WRvVTAap1nuzkMFRQfGTQZT8fv8fp1rvJBeU/JbzQg3o/snO9S3lf6vgiWN29MPlLpVK rX7A== X-Gm-Message-State: AKaTC02nCE7IE9tl8b/ntd/dPyF7oPRboaJxl/k4ADdOb1PqIe5NK3pWrwcI1ZAwzgb6q4vz2i8I1Hg62SS+vw== X-Received: by 10.55.217.209 with SMTP id q78mr1452870qkl.287.1481219455184; Thu, 08 Dec 2016 09:50:55 -0800 (PST) MIME-Version: 1.0 References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> <20161208165739.GC99742@zxy.spb.ru> In-Reply-To: <20161208165739.GC99742@zxy.spb.ru> From: "K. Macy" Date: Thu, 08 Dec 2016 17:50:44 +0000 Message-ID: Subject: Re: gdb broken on stable/11 and current? To: Slawa Olhovchenkov Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 18:46:18 -0000 It does, the path arguments are different. I've used kgdb7111 for the last year. On Thu, Dec 8, 2016 at 08:57 Slawa Olhovchenkov wrote: > On Thu, Dec 08, 2016 at 04:52:35PM +0000, K. Macy wrote: > > > > > kgdb7111 is what you use for kernel. It works fine for me. > > > > kgdb7111 don't find .debug under /usr/lib/debug/ > > gdb found it. > > > > > On Thu, Dec 8, 2016 at 08:29 Slawa Olhovchenkov wrote: > > > > > > > On Thu, Dec 08, 2016 at 04:01:04PM +0000, K. Macy wrote: > > > > > > > > > > > > > > > > > In tree gdb doesn't work for much of anything these days. It can't > even > > > > > > > > > consistently give a complete kernel backtrace. Jhb is graciously > > > > > > > > > maintaining gdb in ports. It will be installed as the awkwardly named > > > > > > > > > gdb7111 IIRC. > > > > > > > > > > > > > > > > 1. gdb7111 badly integrated w/ 11 and up (don't see kernel debug > > > > > > > > symbols) > > > > > > > > 2. all included in base systems can't be core dumped. > > > > > > > > > > > > > > > > > On Thu, Dec 8, 2016 at 06:53 Slawa Olhovchenkov > wrote: > > > > > > > > > > > > > > > > > > > % gdb ./edge_stat > > > > > > > > > > > > > > > > > > > > GNU gdb 6.1.1 [FreeBSD] > > > > > > > > > > > > > > > > > > > > Copyright 2004 Free Software Foundation, Inc. > > > > > > > > > > > > > > > > > > > > GDB is free software, covered by the GNU General Public License, > and > > > > you > > > > > > > > > > are > > > > > > > > > > > > > > > > > > > > welcome to change it and/or distribute copies of it under certain > > > > > > > > > > conditions. > > > > > > > > > > > > > > > > > > > > Type "show copying" to see the conditions. > > > > > > > > > > > > > > > > > > > > There is absolutely no warranty for GDB. Type "show warranty" for > > > > details. > > > > > > > > > > > > > > > > > > > > This GDB was configured as "amd64-marcel-freebsd"... > > > > > > > > > > > > > > > > > > > > (gdb) break main > > > > > > > > > > > > > > > > > > > > Segmentation fault (core dumped) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > % gdb /usr/bin/gdb /tmp/gdb.13573.core > > > > > > > > > > > > > > > > > > > > GNU gdb 6.1.1 [FreeBSD] > > > > > > > > > > > > > > > > > > > > Copyright 2004 Free Software Foundation, Inc. > > > > > > > > > > > > > > > > > > > > GDB is free software, covered by the GNU General Public License, > and > > > > you > > > > > > > > > > are > > > > > > > > > > > > > > > > > > > > welcome to change it and/or distribute copies of it under certain > > > > > > > > > > conditions. > > > > > > > > > > > > > > > > > > > > Type "show copying" to see the conditions. > > > > > > > > > > > > > > > > > > > > There is absolutely no warranty for GDB. Type "show warranty" for > > > > details. > > > > > > > > > > > > > > > > > > > > This GDB was configured as "amd64-marcel-freebsd"...(no debugging > > > > symbols > > > > > > > > > > found)... > > > > > > > > > > > > > > > > > > > > Core was generated by `gdb'. > > > > > > > > > > > > > > > > > > > > Program terminated with signal 11, Segmentation fault. > > > > > > > > > > > > > > > > > > > > Reading symbols from /lib/libm.so.5...(no debugging symbols > > > > found)...done. > > > > > > > > > > > > > > > > > > > > Loaded symbols for /lib/libm.so.5 > > > > > > > > > > > > > > > > > > > > Reading symbols from /lib/libncursesw.so.8...(no debugging symbols > > > > > > > > > > found)...done. > > > > > > > > > > > > > > > > > > > > Loaded symbols for /lib/libncursesw.so.8 > > > > > > > > > > > > > > > > > > > > Reading symbols from /usr/lib/libgnuregex.so.5...(no debugging > symbols > > > > > > > > > > found)...done. > > > > > > > > > > > > > > > > > > > > Loaded symbols for /usr/lib/libgnuregex.so.5 > > > > > > > > > > > > > > > > > > > > Reading symbols from /lib/libc.so.7...(no debugging symbols > > > > found)...done. > > > > > > > > > > > > > > > > > > > > Loaded symbols for /lib/libc.so.7 > > > > > > > > > > > > > > > > > > > > Reading symbols from /usr/lib/libthread_db.so...(no debugging > symbols > > > > > > > > > > found)...done. > > > > > > > > > > > > > > > > > > > > Loaded symbols for /usr/lib/libthread_db.so > > > > > > > > > > > > > > > > > > > > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols > > > > > > > > > > found)...done. > > > > > > > > > > > > > > > > > > > > Loaded symbols for /libexec/ld-elf.so.1 > > > > > > > > > > > > > > > > > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > > > > > > > > > > > > > > > > > (gdb) bt > > > > > > > > > > > > > > > > > > > > #0 0x00000000005da00b in cplus_demangle_v3_callback () > > > > > > > > > > > > > > > > > > > > #1 0x00000000005d9f9c in cplus_demangle_v3 () > > > > > > > > > > > > > > > > > > > > #2 0x00000000005ca13c in cplus_demangle () > > > > > > > > > > > > > > > > > > > > #3 0x0000000000487454 in class_name_from_physname () > > > > > > > > > > > > > > > > > > > > #4 0x000000000053a4f3 in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #5 0x000000000053a0cc in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #6 0x0000000000539bd9 in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #7 0x0000000000537395 in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #8 0x0000000000539c21 in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #9 0x0000000000539643 in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #10 0x0000000000538a6c in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #11 0x00000000005352fb in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #12 0x0000000000533bfd in dwarf2_read_section () > > > > > > > > > > > > > > > > > > > > #13 0x00000000004cfc46 in psymtab_to_symtab () > > > > > > > > > > > > > > > > > > > > #14 0x00000000004c9cfb in lookup_symbol_global () > > > > > > > > > > > > > > > > > > > > #15 0x0000000000482273 in cp_lookup_symbol_namespace () > > > > > > > > > > > > > > > > > > > > #16 0x0000000000482059 in cp_lookup_symbol_nonlocal () > > > > > > > > > > > > > > > > > > > > #17 0x0000000000481f63 in cp_lookup_symbol_nonlocal () > > > > > > > > > > > > > > > > > > > > #18 0x00000000004c9780 in lookup_symbol () > > > > > > > > > > > > > > > > > > > > #19 0x00000000005035cf in find_imps () > > > > > > > > > > > > > > > > > > > > #20 0x0000000000514df9 in decode_line_1 () > > > > > > > > > > > > > > > > > > > > #21 0x0000000000514589 in decode_line_1 () > > > > > > > > > > > > > > > > > > > > #22 0x000000000046eff9 in _initialize_breakpoint () > > > > > > > > > > > > > > > > > > > > #23 0x000000000046f48b in _initialize_breakpoint () > > > > > > > > > > > > > > > > > > > > #24 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > > > > > > > > > #25 0x00000000004ab368 in catch_exceptions_with_msg () > > > > > > > > > > > > > > > > > > > > #26 0x000000000046b169 in break_command () > > > > > > > > > > > > > > > > > > > > #27 0x00000000004ab996 in execute_command () > > > > > > > > > > > > > > > > > > > > #28 0x0000000000465293 in gdb_disable_readline () > > > > > > > > > > > > > > > > > > > > #29 0x0000000000465182 in gdb_setup_readline () > > > > > > > > > > > > > > > > > > > > #30 0x00000000005e266f in rl_callback_read_char () > > > > > > > > > > > > > > > > > > > > #31 0x0000000000464c79 in gdb_setup_readline () > > > > > > > > > > > > > > > > > > > > #32 0x0000000000465a46 in gdb_do_one_event () > > > > > > > > > > > > > > > > > > > > #33 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > > > > > > > > > #34 0x00000000004ab42a in catch_errors () > > > > > > > > > > > > > > > > > > > > #35 0x0000000000551168 in _initialize_tui_interp () > > > > > > > > > > > > > > > > > > > > #36 0x0000000000448689 in gdb_main () > > > > > > > > > > > > > > > > > > > > #37 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > > > > > > > > > #38 0x00000000004ab42a in catch_errors () > > > > > > > > > > > > > > > > > > > > #39 0x0000000000448526 in gdb_main () > > > > > > > > > > > > > > > > > > > > #40 0x00000000004ab289 in catch_exceptions () > > > > > > > > > > > > > > > > > > > > #41 0x00000000004ab42a in catch_errors () > > > > > > > > > > > > > > > > > > > > #42 0x0000000000447977 in gdb_main () > > > > > > > > > > > > > > > > > > > > #43 0x0000000000447931 in main () > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > > > > > > > > > freebsd-stable@freebsd.org mailing list > > > > > > > > > > > > > > > > > > > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > > > > > > > > > > > > > > > > > > To unsubscribe, send any mail to " > > > > freebsd-stable-unsubscribe@freebsd.org" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > From owner-freebsd-stable@freebsd.org Thu Dec 8 19:21:38 2016 Return-Path: Delivered-To: freebsd-stable@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 8436CC6C517 for ; Thu, 8 Dec 2016 19:21:38 +0000 (UTC) (envelope-from amarat@li.ru) Received: from fallback8.mail.ru (fallback8.mail.ru [94.100.181.110]) by mx1.freebsd.org (Postfix) with ESMTP id E61B5382 for ; Thu, 8 Dec 2016 19:21:37 +0000 (UTC) (envelope-from amarat@li.ru) Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) by fallback8.mail.ru (mPOP.Fallback_MX) with ESMTP id 47CDFAE0F176 for ; Thu, 8 Dec 2016 21:47:45 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=7xLmXgVfEVyfsECG672/D9Ie5a7bPpYYWL+0rHEQs6Q=; b=ZDFMZuYI4yeUTy7MGPkV8zJM1e7K4L5gbMQG258ran0z+2b4R3NktpyJqJhO1tAs2G3tKeoMbd4iCe+oagxDuDqM7mdStwW8VD57GR2mOHfAboCTDOzJwMbhxYvA6qPpuwFF4xo1SXtEHtvb0eTNjbCDlAx/w1LwFlEMhZu8Gkk=; Received: from [46.42.176.206] (port=39773 helo=zealot.ksu.ru) by smtp45.i.mail.ru with esmtpa (envelope-from ) id 1cF3jD-0000t6-SY for freebsd-stable@freebsd.org; Thu, 08 Dec 2016 21:47:36 +0300 To: FreeBSD Stable From: "Marat N.Afanasyev" Subject: card=0x812911ec on FreeBSD 11.0-STABLE #1 r309672 Message-ID: <5849AAC7.1000104@li.ru> Date: Thu, 8 Dec 2016 21:47:35 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="------------ms090200040604020709010208" Authentication-Results: smtp45.i.mail.ru; auth=pass smtp.auth=amarat@li.ru smtp.mailfrom=amarat@li.ru X-E1FCDC63: 3D5074402AB0A6028740ED3592886C2F3F8282B6C5816065 X-E1FCDC64: C4CA77694236AFAA6D17E33BD4632A2A23F1944A22BE6BAAA67CD4439507BAC3 X-Mailru-Sender: ED04E337551B9404BA625A9BC15CF80D62CBC25FF4FFA53D173E5A91C6BCD9CD94599B22B1D2A27EC5C7FD16981B76AE X-Mras: OK X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 19:21:38 -0000 This is a cryptographically signed message in MIME format. --------------ms090200040604020709010208 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable hello! I have a builtin card=3D0x812911ec on my mb and as of yesterday it refuse= d=20 to be recognised by if_re and was brought up using if_rl. It was a=20 little bit unexppected, really. What commit did make this thing happen?=20 Will it be reverted? was: re0: port 0xd800-0xd8ff mem 0xfebff000-0xfebfffff irq 18 at = device 0.0 on pci2 re0: Using 2 MSI messages re0: Chip rev. 0x38000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,=20 1000baseT-FDX, auto re0: Ethernet address: 00:1d:92:da:0c:b0 re0: [FILTER] re0: [FILTER] now: rl0: port 0xe800-0xe8ff mem=20 0xfebff000-0xfebfffff irq 18 at de vice 0.0 on pci6 rl0: unknown device ID: 8168 assuming 8139 rl0: Ethernet address: 00:1d:92:da:0c:b0 miibus0: on rl0 rlphy0: PHY 0 on miibus0 rl0: bad phy register rlphy0: 10baseT, auto --=20 SY, Marat --------------ms090200040604020709010208 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCC Cs8wggTlMIIDzaADAgECAhBVgZ2vXT9CFdRn/bSHBL2jMA0GCSqGSIb3DQEBCwUAMHUxCzAJ BgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBD ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGll bnQgQ0EwHhcNMTYwODI4MTQzNjMwWhcNMTkxMTI4MTQzNjMwWjA0MRUwEwYDVQQDDAxhbWFy YXRAbGkucnUxGzAZBgkqhkiG9w0BCQEWDGFtYXJhdEBsaS5ydTCCASIwDQYJKoZIhvcNAQEB BQADggEPADCCAQoCggEBAMsyvB6v1iLdeb1wA3cNKOHZasvFJo8ewkv0YPnWm8GJhw6jUezo XaBKVwlyhw2IdWNmmobl6B3SXII/IB68+TKPFDqjnSxxwnUP4NSMLGfWDk8zJxKLBf+nwMHD KUu82Rjfm/BmAmf+uKsN8V/ozn0jiPuhzrzz+PR0pZMFpAxok/bIFFmSv6KTyGDlPPndbxBm J7V++pSPnGhHVBwP3zBl8F759ygnuExnfe6UiuZ+4bsGdWummkkPWeFggtmOa8eCCxzcSRaB XjyrKmNORKn94dvppeRrdG0O4RNCvTBeV6wR6bofvxoLxV26QRDfHpMegYh8iQcJyjDSTyxn cAMCAwEAAaOCAbAwggGsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcDAgYI KwYBBQUHAwQwCQYDVR0TBAIwADAdBgNVHQ4EFgQUbNowUeBsdAi1ELkDuANZrRQFa/0wHwYD VR0jBBgwFoAUJIFsOWG+SQ+PtxtGK8kotSdIbWgwbwYIKwYBBQUHAQEEYzBhMCQGCCsGAQUF BzABhhhodHRwOi8vb2NzcC5zdGFydHNzbC5jb20wOQYIKwYBBQUHMAKGLWh0dHA6Ly9haWEu c3RhcnRzc2wuY29tL2NlcnRzL3NjYS5jbGllbnQxLmNydDA4BgNVHR8EMTAvMC2gK6Aphido dHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9zY2EtY2xpZW50MS5jcmwwFwYDVR0RBBAwDoEMYW1h cmF0QGxpLnJ1MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tLzBHBgNVHSAE QDA+MDwGCysGAQQBgbU3AQIFMC0wKwYIKwYBBQUHAgEWH2h0dHBzOi8vd3d3LnN0YXJ0c3Ns LmNvbS9wb2xpY3kwDQYJKoZIhvcNAQELBQADggEBAC5GwlX7QtNA7w46KGWcjppAkmW5rtuL A7NI1KlneDws3qJz7zRYT+DeqBnts8U7qHNFqvKWC58W+THrFppZtp8i7rbdQGoa/tZoQxGR dKLR77x1ZtldhlpgsYtAARH/eMISKk8slUZABQxLaz3jAAOiCzAaMG7jQ/c5HHkM17b26hTU 3D5SeF/e9/whtourqZAYBVYztY6i77r/X/rws4LOHDn3wmXsCQTTrynkLSzTBbmakmdSnKdt UJl+2OCpRugRu1F4nM0lEYMH4SOVRQSWatdVgkXhtpT6S83kiMQngI7DTG9NT+q9lRHcHTxi dwwP3FDtVCKPg8vg044E7FIwggXiMIIDyqADAgECAhBrp4p9CteI1lEK+Vnk57ThMA0GCSqG SIb3DQEBCwUAMH0xCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYD VQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFy dENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNTEyMTYwMTAwMDVaFw0zMDEyMTYw MTAwMDVaMHUxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQL EyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20g Q2xhc3MgMSBDbGllbnQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9fdr3 w6J9g/Zbgv3bW1+uHht1wLUZr5gkrLtXedg17AkefMyUGwrQdvwObhajcVmnKVxhrUwkZPXR AwZZosRHfEIi5FH7x6SV/8Sp5lZEuiMnvMFG2MzLA84J6Ws5T4NfXZ0qn4TPgnr3X2vPVS51 M7Ua9nIJgn8jvTra4eyyQzxvuA/GZwKg7VQfDCmCS+kICslYYWgXOMt2xlsSslxLce0CGWRs T8EpMyt1iDflSjXZIsE7m1uTyHaKZspMLyIyz6mySu8j8BWWHpChNNeTrFuhVfrOAyDPFJVU vKZCLKBhibTLloyy+LatoWELrjdI4a8StZY8+dIR9t4APXGzAgMBAAGjggFkMIIBYDAOBgNV HQ8BAf8EBAMCAQYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMEMBIGA1UdEwEB/wQI MAYBAf8CAQAwMgYDVR0fBCswKTAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5jb20vc2Zz Y2EuY3JsMGYGCCsGAQUFBwEBBFowWDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3Auc3RhcnRz c2wuY29tMDAGCCsGAQUFBzAChiRodHRwOi8vYWlhLnN0YXJ0c3NsLmNvbS9jZXJ0cy9jYS5j cnQwHQYDVR0OBBYEFCSBbDlhvkkPj7cbRivJKLUnSG1oMB8GA1UdIwQYMBaAFE4L7xqkQFul F2mHMMo0aEPQQa7yMD8GA1UdIAQ4MDYwNAYEVR0gADAsMCoGCCsGAQUFBwIBFh5odHRwOi8v d3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kwDQYJKoZIhvcNAQELBQADggIBAIvj94fsAYuErQ8B Aluc4SMnIwS9NPBwAm5SH9uh2NCXTq7im61g7F1LIiNI/+wq37fUuaMbz4g7VarKQTgf8ubs 0p7NZWcIe7Bvem2AWaXBsxsaRTYw5kG3DN8pd1hSEUuFoTa7DmNeFe8tiK1BrL3rbA/m48jp 4AiFXgvxprJrW7izsyetOrRHPbkW4Y07v29MdhaPv3u1JELyszXqOzjIYo4sWlC8iDQXwgSW /ntvWy2n4LuiaozlCfXl149tKeqvwlvrla2Yklue/quWp9j9ou4T/OY0CXMuY+B8wNK0ohd2 D4ShgFlMSjzAFRoHGKF81snTr2d1A7Ew02oF6UQyCkC2aNNsK5cWOojBar5c7HplX9aHYUCZ ouxIeU28SONJAxnATgR4cJ2jrpmYSz/kliUJ46S6UpVDo/ebn9c6PaM/XtDYCCaM/7XX6wc3 s++sbQ7CtCn1Ax7df6ufQbwyO0V+oFa9H0KAsjHMzcwk3EV2B2NLatidKE/m7G+rB9m+FlVg IiSp0mGlg43QO9Kh1+JqvTCIzv2bJJkmPMLQJNuKKwHNL8F4GGp6jbAV+WL+LDeGfVcq8DHS 3LrD+xyYEXQBiqZEdiPVOMxLDSUCXsDO0uCWpaNQ8j6y6S9p0xE/Ga0peVLadVHhqf9nXqKa xnr358VgfrxzUIrvOaOjMYIDzDCCA8gCAQEwgYkwdTELMAkGA1UEBhMCSUwxFjAUBgNVBAoT DVN0YXJ0Q29tIEx0ZC4xKTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9y aXR5MSMwIQYDVQQDExpTdGFydENvbSBDbGFzcyAxIENsaWVudCBDQQIQVYGdr10/QhXUZ/20 hwS9ozANBglghkgBZQMEAgEFAKCCAhMwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkq hkiG9w0BCQUxDxcNMTYxMjA4MTg0NzM1WjAvBgkqhkiG9w0BCQQxIgQgEniFtnDw6rl9D6BX VqkBk308V+wVzbQ76zM3FxrFtrQwbAYJKoZIhvcNAQkPMV8wXTALBglghkgBZQMEASowCwYJ YIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAH BgUrDgMCBzANBggqhkiG9w0DAgIBKDCBmgYJKwYBBAGCNxAEMYGMMIGJMHUxCzAJBgNVBAYT AklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBDZXJ0aWZp Y2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQgQ0EC EFWBna9dP0IV1Gf9tIcEvaMwgZwGCyqGSIb3DQEJEAILMYGMoIGJMHUxCzAJBgNVBAYTAklM MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBTdGFydENvbSBDZXJ0aWZpY2F0 aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3MgMSBDbGllbnQgQ0ECEFWB na9dP0IV1Gf9tIcEvaMwDQYJKoZIhvcNAQEBBQAEggEAJP/DNMPfcU2knrNXGchsvX7CHYHM YQUWwbZeGrpRmbREcHalCA6H4Y8tKIAbo5miVSQSJGqS43HZKrd+AXCRMn25F9f7jI0LaKyq YYouFAsq8hC2MR8qaEbo12inEbpSzT40ohrD9X4dvvZmDjzLwqyAh2GsOl2nhysbkGij83nw yzVQyO6tyB9FLan+5t1KiDTaq+hAtTRovyCwcSGC91qjROAfWV2iYLcxklyqNprBOL5RTOQa Vu6S25yzOOd+pdMh1WDy2QP50aPczi3sgEsccaTIinonPVYHme4seSeeDYsUANeIKMKOfCa8 Gf1SBZjEHn7XOoM357MR2HfWxAAAAAAAAA== --------------ms090200040604020709010208-- From owner-freebsd-stable@freebsd.org Thu Dec 8 19:53:50 2016 Return-Path: Delivered-To: freebsd-stable@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 52BD4C6D655 for ; Thu, 8 Dec 2016 19:53:50 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1625F1DEE; Thu, 8 Dec 2016 19:53:50 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cF4lG-00088e-KE; Thu, 08 Dec 2016 22:53:46 +0300 Date: Thu, 8 Dec 2016 22:53:46 +0300 From: Slawa Olhovchenkov To: Andriy Gapon Cc: "K. Macy" , freebsd-stable@FreeBSD.org Subject: Re: gdb broken on stable/11 and current? Message-ID: <20161208195346.GD99742@zxy.spb.ru> References: <20161208145259.GR57876@zxy.spb.ru> <20161208162909.GA99742@zxy.spb.ru> <20161208165739.GC99742@zxy.spb.ru> <19c7a2d3-d128-9e70-3a94-1b90159b2056@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19c7a2d3-d128-9e70-3a94-1b90159b2056@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 19:53:50 -0000 On Thu, Dec 08, 2016 at 07:56:03PM +0200, Andriy Gapon wrote: > On 08/12/2016 18:57, Slawa Olhovchenkov wrote: > > kgdb7111 don't find .debug under /usr/lib/debug/ > > gdb found it. > > $ gdb7111 bhyve /var/coredumps/bhyve.0.0.core > GNU gdb (GDB) 7.11.1 [GDB v7.11.1 for FreeBSD] > Copyright (C) 2016 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-portbld-freebsd11.0". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > Find the GDB manual and other documentation resources online at: > . > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from bhyve...Reading symbols from > /usr/lib/debug//usr/sbin/bhyve.debug...done. > > Something is wrong in your environment. May be outdated information, last unsuccess try will be about august. Now work ok. Thanks for point. From owner-freebsd-stable@freebsd.org Thu Dec 8 21:13:10 2016 Return-Path: Delivered-To: freebsd-stable@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 CDA90C6ECFD for ; Thu, 8 Dec 2016 21:13:10 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B28FCEE2 for ; Thu, 8 Dec 2016 21:13:10 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com) by ran.psg.com with esmtp (Exim 4.86_2) (envelope-from ) id 1cF604-00036w-Fp for freebsd-stable@freebsd.org; Thu, 08 Dec 2016 21:13:08 +0000 Date: Thu, 08 Dec 2016 13:13:07 -0800 Message-ID: From: Randy Bush To: FreeBSD Stable Subject: freebsd-update User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.5 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 21:13:10 -0000 Basic symptom: # /usr/sbin/freebsd-update fetch Looking up update.FreeBSD.org mirrors... none found. Fetching metadata signature for 10.3-STABLE from update.FreeBSD.org... failed. No mirrors remaining, giving up. Trace: # sh -x /usr/sbin/freebsd-update fetch ... + echo -n 'Looking up update.FreeBSD.org mirrors... ' Looking up update.FreeBSD.org mirrors... + MLIST=_http._tcp.update.FreeBSD.org + host -t srv _http._tcp.update.FreeBSD.org + sed -nE 's/_http._tcp.update.FreeBSD.org (has SRV record|server selection) //p' + cut -f 1,2,4 -d ' ' + sed -e 's/\.$//' + sort + wc -l + [ 0 -eq 0 ] + echo 'none found.' none found. Diagnosis: The sed regexp is doing case-sensitive matching against DNS names returned by "host" (don't even get me started about using "host"). After flushing DNS and retrying, one gets: # /usr/sbin/freebsd-update fetch Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching metadata signature for 10.3-STABLE from update4.freebsd.org... failed. Fetching metadata signature for 10.3-STABLE from update5.freebsd.org... failed. Fetching metadata signature for 10.3-STABLE from update6.freebsd.org... failed. Fetching metadata signature for 10.3-STABLE from update3.freebsd.org... failed. No mirrors remaining, giving up. Which the Net of a Million Lies translates as "Oops, bad update" and suggests rollback, which doesn't work so well when this is the first update after switching to binary updates. boys and girls, please do not make it so hard to stay on freebsd. oh, and yesterday, i had the 10.3-p12 to -13 patch neglect to upgrad libpixc.so from 4 to 5. little things such as ifconfig broke. randy From owner-freebsd-stable@freebsd.org Thu Dec 8 21:45:13 2016 Return-Path: Delivered-To: freebsd-stable@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 B669BC6E7F4 for ; Thu, 8 Dec 2016 21:45:13 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 986BA1F26 for ; Thu, 8 Dec 2016 21:45:13 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com) by ran.psg.com with esmtp (Exim 4.86_2) (envelope-from ) id 1cF6V6-0003D0-6s; Thu, 08 Dec 2016 21:45:12 +0000 Date: Thu, 08 Dec 2016 13:45:11 -0800 Message-ID: From: Randy Bush To: Paul Mather Cc: FreeBSD Stable Subject: Re: freebsd-update In-Reply-To: <3E6BDFC3-78C4-4D40-AF40-2E06456D72CF@gromit.dlib.vt.edu> References: <3E6BDFC3-78C4-4D40-AF40-2E06456D72CF@gromit.dlib.vt.edu> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.5 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 21:45:13 -0000 the problems were o op error trying to binary on stable not release o freebsf-update fetch should not be dns case sensitive no matter what o the libipx.so.4/5 lack of update in 10-release.p13 i am sure there are other problems including yours. it's getting sloppy. randy From owner-freebsd-stable@freebsd.org Thu Dec 8 21:52:04 2016 Return-Path: Delivered-To: freebsd-stable@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 88866C6EB08 for ; Thu, 8 Dec 2016 21:52:04 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 696057B3 for ; Thu, 8 Dec 2016 21:52:04 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from mather.chumby.lan (c-71-63-91-41.hsd1.va.comcast.net [71.63.91.41]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id D8DFF272; Thu, 8 Dec 2016 16:42:33 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: freebsd-update From: Paul Mather In-Reply-To: Date: Thu, 8 Dec 2016 16:42:33 -0500 Cc: FreeBSD Stable Content-Transfer-Encoding: quoted-printable Message-Id: <3E6BDFC3-78C4-4D40-AF40-2E06456D72CF@gromit.dlib.vt.edu> References: To: Randy Bush X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 21:52:04 -0000 On Dec 8, 2016, at 4:13 PM, Randy Bush wrote: > Basic symptom: >=20 > # /usr/sbin/freebsd-update fetch > Looking up update.FreeBSD.org mirrors... none found. > Fetching metadata signature for 10.3-STABLE from = update.FreeBSD.org... failed. > No mirrors remaining, giving up. I had this problem a while ago. In my case, it turned out that my = upstream DNS was filtering out SRV requests, which breaks freebsd-update = mirror handling. My upstream DNS was via an OpenWRT box. According to = their documentation (https://wiki.openwrt.org/doc/howto/dhcp.dnsmasq) in = the "SIP-Phones and dnsmasq" section they say, "By default, the option = filterwin2k in dnsmasq is activated, which seems to cause to block = queries for SRV records." True enough, disabling "filterwin2k" in = /etc/config/dhcp "fixed" my problem. I don't know if this is related to your problem, but in my case I wasn't = getting *any* SRV records returned for _http._tcp.update.FreeBSD.org... = :-( I believe freebsd-update falls back to a standard server if no mirrors = can be enumerated, but this server tends to get overloaded when security = advisories come out (at least that was my experience when I had the SRV = records problem) and so freebsd-update can fail. Cheers, Paul.= From owner-freebsd-stable@freebsd.org Fri Dec 9 13:13:38 2016 Return-Path: Delivered-To: freebsd-stable@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 DD7D1C6BB12 for ; Fri, 9 Dec 2016 13:13:38 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 564211627 for ; Fri, 9 Dec 2016 13:13:38 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. (pc846408.norma.com [IPv6:fd00::73d] (may be forged)) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPS id uB9DDWLY070909 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 9 Dec 2016 18:13:32 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1481289213; bh=rUEskBDfacj5AvT6kikuok0BB8Tr/OlHwPtFFyFEjvA=; h=To:From:Subject:Date; b=uODZRUvNJU72g+OYjHeERuNzRoGym/Ut0r6/76q8WoSI0pUh6LDbLSdbP9BT0926s G2tUrFb10Bv26W4/LOBwF6xxxrA8zYTAPc68xjXeHnfkt/i21LKZiV4gDsCzE/wnFU 5Og0PJEUkUR/x2gmS1ejPHUke5KCFrEaxakwlqrU= To: freebsd-stable@freebsd.org From: "Eugene M. Zheganin" Subject: vfs.zfs.vdev.bio_delete_disable - crash while changing on the fly Message-ID: <584AADFC.8090700@norma.perm.ru> Date: Fri, 9 Dec 2016 18:13:32 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 13:13:39 -0000 Hi. Recently I've encountered the issue with "slow TRIM" and Sandisk SSDs, so I was told to try to disable TRIM and see what happens (thanks a lot by the way, that did it). But changing the vfs.zfs.vdev.bio_delete_disable on the fly can lead to the system crash with the probability of 50%. Is it just me or is this already known ? If it's known, why isn't this oid in a read-only list ? Thanks. P.S. My box tried to dump a core, but after a reboot savecore got nothing, so you just have to believe me. ;) Eugene. From owner-freebsd-stable@freebsd.org Fri Dec 9 13:23:04 2016 Return-Path: Delivered-To: freebsd-stable@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 9133DC6E09A for ; Fri, 9 Dec 2016 13:23:04 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 264AB1C48 for ; Fri, 9 Dec 2016 13:23:04 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: by mail-wm0-x22f.google.com with SMTP id a197so26872271wmd.0 for ; Fri, 09 Dec 2016 05:23:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=multiplay-co-uk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=xJKsv8aRPgtK/9opPeEIvfYkZ6ObSEQHgKX6NrH+FEc=; b=YfOtdhxF2OGrp6FSA4PXE55RFhDDkSx56ksT07GZVI4MwQZmyEt4e6Nt0gc7OAx++6 naBM9RDgTjZqY98U2kgMkjQR+g3Ytal6KpbGc4KkzawCngXOXQ7QazHMozDklUYru4WL 4EGmldwsqqAf2Y6XLUMjOsJZbdhmpNTA+XGcJyg+NG8hCIeOBJ7eXp8Uyhxzy8xJHReQ POmo94wuuinQeYKEQOug90S1nEYHsSnOkVHFvqzqKWw/jzK1RyXQYD4UgqzIfciNXxBU UEroY38yVrOCXNjaUmeuT417bTsc59AnzBvWQUla8oYn+47twyr2P9jBRou0D9kcmyQl agVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=xJKsv8aRPgtK/9opPeEIvfYkZ6ObSEQHgKX6NrH+FEc=; b=ATXQzKAInSwPpd7DjpaZfaESruusQyimYvpbCD3ztBxLlcH+gdvQprdqbJtE+DaG3L tSfjXpO9s2aSumXubzT33FH+7FRHqltUjbU63ih4vAvt5/xyz1OO5bmU2bGn/ABKQaUr KfR0S7/s3I6zC6xOS4H0GVuro8t/UxOP/VAZyEgERu50cPgqTD9yMsqI8K/2FxQG7YDQ oe9Fy+CLBXRrpIUhwZFRmTqXA2VdTZ2S6SVui8dINDLY18sorWdNRAQP7aubBr+r17Fp OJED1PUbYvTtL2v5FCI9Deil38jzj9m/BwHDeEcwOHFtsEzXpVqYa0GeZNDCiI+nhtQb EPXg== X-Gm-Message-State: AKaTC02bzUm81Eon7PPYoILgawSMssisf1V7vunzLiVXQCqfaesZYGD/RRt1ZiGWH8LCNxt3 X-Received: by 10.28.131.1 with SMTP id f1mr7113137wmd.43.1481289781530; Fri, 09 Dec 2016 05:23:01 -0800 (PST) Received: from [10.10.1.58] ([185.97.61.26]) by smtp.gmail.com with ESMTPSA id 14sm20609092wmk.1.2016.12.09.05.23.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Dec 2016 05:23:00 -0800 (PST) Subject: Re: vfs.zfs.vdev.bio_delete_disable - crash while changing on the fly To: freebsd-stable@freebsd.org References: <584AADFC.8090700@norma.perm.ru> From: Steven Hartland Message-ID: <2fea8732-5980-40e5-f57e-935862145397@multiplay.co.uk> Date: Fri, 9 Dec 2016 13:23:34 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <584AADFC.8090700@norma.perm.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 13:23:04 -0000 Obviously this shouldn't happen but would need a stack trace to identify the cause. If you want to disable TRIM on ZFS you should really use: vfs.zfs.trim.enabled=0 On 09/12/2016 13:13, Eugene M. Zheganin wrote: > Hi. > > Recently I've encountered the issue with "slow TRIM" and Sandisk SSDs, > so I was told to try to disable TRIM and see what happens (thanks a lot > by the way, that did it). But changing the > vfs.zfs.vdev.bio_delete_disable on the fly can lead to the system crash > with the probability of 50%. Is it just me or is this already known ? If > it's known, why isn't this oid in a read-only list ? > > Thanks. > > P.S. My box tried to dump a core, but after a reboot savecore got > nothing, so you just have to believe me. ;) > > Eugene. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Fri Dec 9 14:38:50 2016 Return-Path: Delivered-To: freebsd-stable@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 96865C68968 for ; Fri, 9 Dec 2016 14:38:50 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 12A41C4F for ; Fri, 9 Dec 2016 14:38:49 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. (pc846408.norma.com [IPv6:fd00::73d] (may be forged)) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPS id uB9EckW8075206 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 9 Dec 2016 19:38:47 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1481294327; bh=of8qKhPG4WqT8iGUeQsRaEEIrTMZMweNOqva9Jjv8BA=; h=Subject:To:References:From:Date:In-Reply-To; b=fq8V03K3KteHxhO3ARuWXw0I+Qr/JgMe/WMgEyf02aL90c/xACJXXV8cgPfTBJDFF oGUFq/zHikRm0kAiaV6Sxvn61fcY56reuGsQ2UheLV0hvEcYfWngH+Ft1UQaFbT8qg 9NTrtYrUn0L8chgPYA5p0IDr63J2wPF/NqYEGO5k= Subject: Re: webcamd panic - is it just me? To: freebsd-stable@freebsd.org References: <201612061343.uB6Dhr0i084232@mech-as222.men.bris.ac.uk> From: "Eugene M. Zheganin" Message-ID: <584AC1F6.4060305@norma.perm.ru> Date: Fri, 9 Dec 2016 19:38:46 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <201612061343.uB6Dhr0i084232@mech-as222.men.bris.ac.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 14:38:50 -0000 Hi. On 06.12.2016 18:43, Anton Shterenlikht wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215000 > > I think this started after moving from 10.3 to 11.0. > > Does nobody else see this panic? > > Saw webcamd-initiated panic once, on an 11.x too; don't remember the details, so I cannot tell whether mine was identical or not. Furthermore, after my camera has lost the ability to show 640x480 mode under FreeBSD somewhere between 8.x i386 and 8.x amd64, I don't use it often - just a couple tryouts per year, just to see this wasn't accidentally fixed. Eugene. From owner-freebsd-stable@freebsd.org Fri Dec 9 19:32:51 2016 Return-Path: Delivered-To: freebsd-stable@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 5EDF1C6E9EE for ; Fri, 9 Dec 2016 19:32:51 +0000 (UTC) (envelope-from bounce@ims2.isendservice.com.br) Received: from ims2.isendservice.com.br (ims2.isendservice.com.br [54.232.111.224]) by mx1.freebsd.org (Postfix) with ESMTP id F12971323 for ; Fri, 9 Dec 2016 19:32:50 +0000 (UTC) (envelope-from bounce@ims2.isendservice.com.br) Received: from localhost (localhost [127.0.0.1]) by ims2.isendservice.com.br (Postfix) with ESMTP id E2DD04488F for ; Fri, 9 Dec 2016 17:07:40 -0200 (BRST) Date: Fri, 9 Dec 2016 17:07:40 -0200 (BRST) From: FIERGS | FATEC - Faculdade SENAI de Tecnologia Reply-To: faculdadesenai@senairs.org.br To: freebsd-stable@freebsd.org Message-ID: <926198037.1832782.1481310460884.JavaMail.root@ims2> Subject: =?ISO-8859-1?Q?Vestibular_SENAI_2017/1_-_50%_de_desconto_no?= =?ISO-8859-1?Q?_1=BA_semestre_para_Industri=E1rios_e_Dependentes?= bounce-key: <2420-22522874-1434734> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 19:32:51 -0000 From owner-freebsd-stable@freebsd.org Sat Dec 10 13:24:21 2016 Return-Path: Delivered-To: freebsd-stable@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 CF2C4C701B2; Sat, 10 Dec 2016 13:24:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C3F081C2B; Sat, 10 Dec 2016 13:24:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 092F922B; Sat, 10 Dec 2016 13:24:22 +0000 (UTC) Date: Sat, 10 Dec 2016 13:24:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <504934855.50.1481376262065.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_11-i386 - Build #311 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_11-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 13:24:21 -0000 FreeBSD_STABLE_11-i386 - Build #311 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/311/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/311/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/311/console Change summaries: 309792 by bapt: MFC r309544: Import tzdata 2016j The end of the build log: Started by an SCM change Building remotely on kyua1.nyi.freebsd.org (jailer) in workspace /jenkins/workspace/FreeBSD_STABLE_11-i386 Updating svn://svnmir.freebsd.org/base/stable/11 at revision '2016-12-10T13:23:04.662 +0000' U contrib/tzdata/CONTRIBUTING U contrib/tzdata/Makefile U contrib/tzdata/NEWS U contrib/tzdata/README U contrib/tzdata/Theory U contrib/tzdata/africa U contrib/tzdata/asia U contrib/tzdata/europe U contrib/tzdata/version U contrib/tzdata/zone.tab U contrib/tzdata/zone1970.tab U . At revision 309803 No emails were triggered. [FreeBSD_STABLE_11-i386] $ /bin/sh -xe /tmp/hudson5518616195335286000.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_11-i386' + echo 'clean up jail FreeBSD_STABLE_11-i386' clean up jail FreeBSD_STABLE_11-i386 + sudo jail -r FreeBSD_STABLE_11-i386 + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + true + sudo umount FreeBSD_STABLE_11-i386/usr/src + true + sudo umount FreeBSD_STABLE_11-i386/dev + true + sudo rm -fr FreeBSD_STABLE_11-i386 + sudo chflags -R noschg FreeBSD_STABLE_11-i386 + true + sudo rm -fr FreeBSD_STABLE_11-i386 [FreeBSD_STABLE_11-i386] $ /bin/sh -xe /tmp/hudson7828786760703342907.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_11-i386' + echo env: env: + /usr/bin/env BUILD_NUMBER=311 HUDSON_SERVER_COOKIE=0657dbe3541f1b1a JOB_NAME=FreeBSD_STABLE_11-i386 LOGNAME=jenkins JAVA_HOME=/usr/local/openjdk8 SVN_URL=svn://svnmir.freebsd.org/base/stable/11 BUILDER_JAIL_IP=2610:1c1:1:607c::101:1 jname=FreeBSD_STABLE_11-i386 JENKINS_URL=https://jenkins.FreeBSD.org/ JENKINS_HOME=/usr/local/jenkins PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin JOB_BASE_NAME=FreeBSD_STABLE_11-i386 HUDSON_HOME=/usr/local/jenkins OLDPWD=/ BUILD_ID=311 BUILDER_NETIF=igb0 JENKINS_SERVER_COOKIE=0657dbe3541f1b1a PWD=/jenkins/workspace/FreeBSD_STABLE_11-i386 BUILD_TAG=jenkins-FreeBSD_STABLE_11-i386-311 NODE_LABELS=jailer kyua1.nyi.freebsd.org BUILD_DISPLAY_NAME=#311 HOME=/jenkins USER=jenkins BUILD_URL=https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/311/ SVN_URL_1=svn://svnmir.freebsd.org/base/stable/11 SVN_REVISION=309792 SVN_REVISION_1=309792 BUILDER_JAIL_IP6=2610:1c1:1:607c::101:1 JOB_URL=https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/ SHELL=/bin/sh HUDSON_URL=https://jenkins.FreeBSD.org/ HUDSON_COOKIE=6cc724fb-a841-44f2-b9a2-2cfbc3bb326b BUILDER_RESOLV_CONF=nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n WORKSPACE=/jenkins/workspace/FreeBSD_STABLE_11-i386 NODE_NAME=kyua1.nyi.freebsd.org EXECUTOR_NUMBER=0 + echo 'setup jail FreeBSD_STABLE_11-i386' setup jail FreeBSD_STABLE_11-i386 + fetch -m http://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/10.3-RELEASE/base.txz + mkdir FreeBSD_STABLE_11-i386 + cd FreeBSD_STABLE_11-i386 + sudo tar Jxf ../base.txz + cd - + sudo mount -t devfs devfs FreeBSD_STABLE_11-i386/dev + sudo devfs -m FreeBSD_STABLE_11-i386/dev rule -s 4 applyset + sudo mount -t nullfs src FreeBSD_STABLE_11-i386/usr/src + printf 'nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n' + sudo tee FreeBSD_STABLE_11-i386/etc/resolv.conf nameserver 2610:1c1:1:6002::100 nameserver 2610:1c1:1:6002::200 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 alias ifconfig: ioctl (SIOCAIFADDR): File exists Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_11-i386] $ /bin/sh -xe /tmp/hudson645672628710701897.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_11-i386' + echo 'clean up jail FreeBSD_STABLE_11-i386' clean up jail FreeBSD_STABLE_11-i386 + sudo jail -r FreeBSD_STABLE_11-i386 jail: "FreeBSD_STABLE_11-i386" not found + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address + true + sudo umount FreeBSD_STABLE_11-i386/usr/src + sudo umount FreeBSD_STABLE_11-i386/dev + sudo rm -fr FreeBSD_STABLE_11-i386 + true + sudo chflags -R noschg FreeBSD_STABLE_11-i386 + sudo rm -fr FreeBSD_STABLE_11-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Sat Dec 10 13:36:10 2016 Return-Path: Delivered-To: freebsd-stable@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 B11ECC707AB; Sat, 10 Dec 2016 13:36:10 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 9B341175D; Sat, 10 Dec 2016 13:36:10 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1466D22C; Sat, 10 Dec 2016 13:36:11 +0000 (UTC) Date: Sat, 10 Dec 2016 13:36:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <992628123.52.1481376971114.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #526 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 13:36:10 -0000 FreeBSD_STABLE_9-i386 - Build #526 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/526/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/526/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/526/console Change summaries: 309794 by bapt: MFC r309544: Import tzdata 2016j The end of the build log: Started by an SCM change Building remotely on kyua1.nyi.freebsd.org (jailer) in workspace /jenkins/workspace/FreeBSD_STABLE_9-i386 Updating svn://svnmir.freebsd.org/base/stable/9 at revision '2016-12-10T13:35:02.540 +0000' U contrib/tzdata/CONTRIBUTING U contrib/tzdata/Makefile U contrib/tzdata/NEWS U contrib/tzdata/README U contrib/tzdata/Theory U contrib/tzdata/africa U contrib/tzdata/asia U contrib/tzdata/europe U contrib/tzdata/version U contrib/tzdata/zone.tab U contrib/tzdata/zone1970.tab U contrib/tzdata U contrib U . At revision 309807 No emails were triggered. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson5413009533170311544.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + true + sudo umount FreeBSD_STABLE_9-i386/usr/src + true + sudo umount FreeBSD_STABLE_9-i386/dev + true + sudo rm -fr FreeBSD_STABLE_9-i386 + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + true + sudo rm -fr FreeBSD_STABLE_9-i386 [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson63918229653308490.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_9-i386' + echo env: env: + /usr/bin/env BUILD_NUMBER=526 HUDSON_SERVER_COOKIE=0657dbe3541f1b1a JOB_NAME=FreeBSD_STABLE_9-i386 LOGNAME=jenkins JAVA_HOME=/usr/local/openjdk8 SVN_URL=svn://svnmir.freebsd.org/base/stable/9 BUILDER_JAIL_IP=2610:1c1:1:607c::101:1 jname=FreeBSD_STABLE_9-i386 JENKINS_URL=https://jenkins.FreeBSD.org/ JENKINS_HOME=/usr/local/jenkins PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin JOB_BASE_NAME=FreeBSD_STABLE_9-i386 HUDSON_HOME=/usr/local/jenkins OLDPWD=/ BUILD_ID=526 BUILDER_NETIF=igb0 JENKINS_SERVER_COOKIE=0657dbe3541f1b1a PWD=/jenkins/workspace/FreeBSD_STABLE_9-i386 BUILD_TAG=jenkins-FreeBSD_STABLE_9-i386-526 NODE_LABELS=jailer kyua1.nyi.freebsd.org BUILD_DISPLAY_NAME=#526 HOME=/jenkins USER=jenkins BUILD_URL=https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/526/ SVN_URL_1=svn://svnmir.freebsd.org/base/stable/9 SVN_REVISION=309794 SVN_REVISION_1=309794 BUILDER_JAIL_IP6=2610:1c1:1:607c::101:1 JOB_URL=https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/ SHELL=/bin/sh HUDSON_URL=https://jenkins.FreeBSD.org/ HUDSON_COOKIE=f5f63157-d924-410c-bd4f-da5e551d947f BUILDER_RESOLV_CONF=nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n WORKSPACE=/jenkins/workspace/FreeBSD_STABLE_9-i386 NODE_NAME=kyua1.nyi.freebsd.org EXECUTOR_NUMBER=0 + echo 'setup jail FreeBSD_STABLE_9-i386' setup jail FreeBSD_STABLE_9-i386 + fetch -m http://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.3-RELEASE/base.txz + mkdir FreeBSD_STABLE_9-i386 + cd FreeBSD_STABLE_9-i386 + sudo tar Jxf ../base.txz + cd - + sudo mount -t devfs devfs FreeBSD_STABLE_9-i386/dev + sudo devfs -m FreeBSD_STABLE_9-i386/dev rule -s 4 applyset + sudo mount -t nullfs src FreeBSD_STABLE_9-i386/usr/src + printf 'nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n' + sudo tee FreeBSD_STABLE_9-i386/etc/resolv.conf nameserver 2610:1c1:1:6002::100 nameserver 2610:1c1:1:6002::200 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 alias ifconfig: ioctl (SIOCAIFADDR): File exists Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson5147916972670127968.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 jail: "FreeBSD_STABLE_9-i386" not found + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address + true + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Sat Dec 10 13:38:15 2016 Return-Path: Delivered-To: freebsd-stable@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 B5199C708C3; Sat, 10 Dec 2016 13:38:15 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A9F5A18E5; Sat, 10 Dec 2016 13:38:15 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 371B022D; Sat, 10 Dec 2016 13:38:16 +0000 (UTC) Date: Sat, 10 Dec 2016 13:38:16 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1552047315.54.1481377096253.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1536 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 13:38:15 -0000 FreeBSD_STABLE_10-i386 - Build #1536 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1536/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1536/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1536/console Change summaries: 309793 by bapt: MFC r309544: Import tzdata 2016j The end of the build log: Started by an SCM change Building remotely on kyua1.nyi.freebsd.org (jailer) in workspace /jenkins/workspace/FreeBSD_STABLE_10-i386 Updating svn://svnmir.freebsd.org/base/stable/10 at revision '2016-12-10T13:37:03.020 +0000' U contrib/tzdata/CONTRIBUTING U contrib/tzdata/Makefile U contrib/tzdata/NEWS U contrib/tzdata/README U contrib/tzdata/Theory U contrib/tzdata/africa U contrib/tzdata/asia U contrib/tzdata/europe U contrib/tzdata/version U contrib/tzdata/zone.tab U contrib/tzdata/zone1970.tab U usr.bin/gzip/unpack.c U lib/msun/arm/Symbol.map U . At revision 309807 No emails were triggered. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson4120439069645652989.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + true + sudo umount FreeBSD_STABLE_10-i386/usr/src + true + sudo umount FreeBSD_STABLE_10-i386/dev + true + sudo rm -fr FreeBSD_STABLE_10-i386 + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + true + sudo rm -fr FreeBSD_STABLE_10-i386 [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson749158173411344519.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_10-i386' + echo env: env: + /usr/bin/env BUILD_NUMBER=1536 HUDSON_SERVER_COOKIE=0657dbe3541f1b1a JOB_NAME=FreeBSD_STABLE_10-i386 LOGNAME=jenkins JAVA_HOME=/usr/local/openjdk8 SVN_URL=svn://svnmir.freebsd.org/base/stable/10 BUILDER_JAIL_IP=2610:1c1:1:607c::101:1 jname=FreeBSD_STABLE_10-i386 JENKINS_URL=https://jenkins.FreeBSD.org/ JENKINS_HOME=/usr/local/jenkins PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin JOB_BASE_NAME=FreeBSD_STABLE_10-i386 HUDSON_HOME=/usr/local/jenkins OLDPWD=/ BUILD_ID=1536 BUILDER_NETIF=igb0 JENKINS_SERVER_COOKIE=0657dbe3541f1b1a PWD=/jenkins/workspace/FreeBSD_STABLE_10-i386 BUILD_TAG=jenkins-FreeBSD_STABLE_10-i386-1536 NODE_LABELS=jailer kyua1.nyi.freebsd.org BUILD_DISPLAY_NAME=#1536 HOME=/jenkins USER=jenkins BUILD_URL=https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1536/ SVN_URL_1=svn://svnmir.freebsd.org/base/stable/10 SVN_REVISION=309793 SVN_REVISION_1=309793 BUILDER_JAIL_IP6=2610:1c1:1:607c::101:1 JOB_URL=https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/ SHELL=/bin/sh HUDSON_URL=https://jenkins.FreeBSD.org/ HUDSON_COOKIE=f56c786e-abe2-4b9a-9e30-9cfbd0ea1d0f BUILDER_RESOLV_CONF=nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n WORKSPACE=/jenkins/workspace/FreeBSD_STABLE_10-i386 NODE_NAME=kyua1.nyi.freebsd.org EXECUTOR_NUMBER=0 + echo 'setup jail FreeBSD_STABLE_10-i386' setup jail FreeBSD_STABLE_10-i386 + fetch -m http://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/10.3-RELEASE/base.txz + mkdir FreeBSD_STABLE_10-i386 + cd FreeBSD_STABLE_10-i386 + sudo tar Jxf ../base.txz + cd - + sudo mount -t devfs devfs FreeBSD_STABLE_10-i386/dev + sudo devfs -m FreeBSD_STABLE_10-i386/dev rule -s 4 applyset + sudo mount -t nullfs src FreeBSD_STABLE_10-i386/usr/src + printf 'nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n' + sudo tee FreeBSD_STABLE_10-i386/etc/resolv.conf nameserver 2610:1c1:1:6002::100 nameserver 2610:1c1:1:6002::200 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 alias ifconfig: ioctl (SIOCAIFADDR): File exists Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson3476122674510616868.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 jail: "FreeBSD_STABLE_10-i386" not found + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address + true + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Sat Dec 10 17:20:32 2016 Return-Path: Delivered-To: freebsd-stable@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 D18B5C71A9B for ; Sat, 10 Dec 2016 17:20:32 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71D141BB6 for ; Sat, 10 Dec 2016 17:20:32 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id uBAHKU77071937 for ; Sat, 10 Dec 2016 18:20:30 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id EEF0AD17; Sat, 10 Dec 2016 18:20:29 +0100 (CET) Message-ID: <584C395B.8050000@omnilan.de> Date: Sat, 10 Dec 2016 18:20:27 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: share/mk/bsd.cpu.mk disables lang/gcc48 build with CPUTYPE Content-Type: multipart/mixed; boundary="------------060203010603070007040309" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Sat, 10 Dec 2016 18:20:30 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 17:20:32 -0000 This is a multi-part message in MIME format. --------------060203010603070007040309 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello, I'm unsure if I'd better file a bug report, but I'm also unsure if it's ports or base… When one defines CPUTYPE in make.conf(5), share/mk/bsd.cpu.mk translates 'core-avx-i' into 'ivybridge' e.g. This breaks building e.g. ports/lang/gcc48: configure:3374: /usr/local/ports-wrktree/lang/gcc48/work/.build/./gcc/xgcc -B/usr/local/ports-wrktree/lang/gcc48/work/.build/./gcc/ -B/usr/local/x86_64-portbld-f reebsd11.0/bin/ -B/usr/local/x86_64-portbld-freebsd11.0/lib/ -isystem /usr/local/x86_64-portbld-freebsd11.0/include -isystem /usr/local/x86_64-portbld-freebsd11. 0/sys-include -o conftest -g -O2 -pipe -march=ivybridge -DLIBICONV_PLUG -fno-strict-aliasing conftest.c >&5 conftest.c:1:0: error: bad value (ivybridge) for -march= switch Translating reverse would require a second point of maintenance. So it was better to have the translation beeing contitional. But I'm not really familar with the share/mk make conventions. So I can just provide one quick workarround (in case anyone searched for a momentary solution to the build problem, see the attached patch). This workarround changes the following: · In /usr/share/mk/bsd.cpu.mk do _CPUFLAGS assignings _before_ alias settings. · Instead of usual variable expansion, use := to immediately set the value, before aliasing "does the wrong thing"… Note that the patch attached isn't verified for anything but amd64 and core-avx-i vs. ivybridge (in /etc/make.conf CPUTYPE) and not suitable for general usage, just if you want to get binaries of lang/gcc48 using today's 11-stable with CPUTYPE. Best, -harry --------------060203010603070007040309 Content-Type: text/x-patch; name="usr_share_mk_bsd.cpu.mk.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="usr_share_mk_bsd.cpu.mk.patch" --- usr/share/mk/bsd.cpu.mk.orig 2016-12-10 15:16:39.625929000 +0100 +++ usr/share/mk/bsd.cpu.mk 2016-12-10 18:14:10.294579000 +0100 @@ -25,62 +25,6 @@ . endif .else -# Handle aliases (not documented in make.conf to avoid user confusion -# between e.g. i586 and pentium) - -. if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" -. if ${CPUTYPE} == "barcelona" -CPUTYPE = amdfam10 -. elif ${CPUTYPE} == "core-avx2" -CPUTYPE = haswell -. elif ${CPUTYPE} == "core-avx-i" -CPUTYPE = ivybridge -. elif ${CPUTYPE} == "corei7-avx" -CPUTYPE = sandybridge -. elif ${CPUTYPE} == "corei7" -CPUTYPE = nehalem -. elif ${CPUTYPE} == "slm" -CPUTYPE = silvermont -. elif ${CPUTYPE} == "atom" -CPUTYPE = bonnell -. elif ${CPUTYPE} == "core" -CPUTYPE = prescott -. endif -. if ${MACHINE_CPUARCH} == "amd64" -. if ${CPUTYPE} == "prescott" -CPUTYPE = nocona -. endif -. else -. if ${CPUTYPE} == "k7" -CPUTYPE = athlon -. elif ${CPUTYPE} == "p4" -CPUTYPE = pentium4 -. elif ${CPUTYPE} == "p4m" -CPUTYPE = pentium4m -. elif ${CPUTYPE} == "p3" -CPUTYPE = pentium3 -. elif ${CPUTYPE} == "p3m" -CPUTYPE = pentium3m -. elif ${CPUTYPE} == "p-m" -CPUTYPE = pentium-m -. elif ${CPUTYPE} == "p2" -CPUTYPE = pentium2 -. elif ${CPUTYPE} == "i686" -CPUTYPE = pentiumpro -. elif ${CPUTYPE} == "i586/mmx" -CPUTYPE = pentium-mmx -. elif ${CPUTYPE} == "i586" -CPUTYPE = pentium -. endif -. endif -. elif ${MACHINE_ARCH} == "sparc64" -. if ${CPUTYPE} == "us" -CPUTYPE = ultrasparc -. elif ${CPUTYPE} == "us3" -CPUTYPE = ultrasparc3 -. endif -. endif - ############################################################################### # Logic to set up correct gcc optimization flag. This must be included # after /etc/make.conf so it can react to the local value of CPUTYPE @@ -99,10 +43,10 @@ . elif ${CPUTYPE} == "c7" _CPUCFLAGS = -march=c3-2 . else -_CPUCFLAGS = -march=${CPUTYPE} +_CPUCFLAGS := -march=${CPUTYPE} . endif . elif ${MACHINE_CPUARCH} == "amd64" -_CPUCFLAGS = -march=${CPUTYPE} +_CPUCFLAGS := -march=${CPUTYPE} . elif ${MACHINE_CPUARCH} == "arm" . if ${CPUTYPE} == "xscale" #XXX: gcc doesn't seem to like -mcpu=xscale, and dies while rebuilding itself @@ -167,6 +111,62 @@ _CPUCFLAGS = -mcpu=${CPUTYPE} . endif +# Handle aliases (not documented in make.conf to avoid user confusion +# between e.g. i586 and pentium) + +. if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +. if ${CPUTYPE} == "barcelona" +CPUTYPE = amdfam10 +. elif ${CPUTYPE} == "core-avx2" +CPUTYPE = haswell +. elif ${CPUTYPE} == "core-avx-i" +CPUTYPE = ivybridge +. elif ${CPUTYPE} == "corei7-avx" +CPUTYPE = sandybridge +. elif ${CPUTYPE} == "corei7" +CPUTYPE = nehalem +. elif ${CPUTYPE} == "slm" +CPUTYPE = silvermont +. elif ${CPUTYPE} == "atom" +CPUTYPE = bonnell +. elif ${CPUTYPE} == "core" +CPUTYPE = prescott +. endif +. if ${MACHINE_CPUARCH} == "amd64" +. if ${CPUTYPE} == "prescott" +CPUTYPE = nocona +. endif +. else +. if ${CPUTYPE} == "k7" +CPUTYPE = athlon +. elif ${CPUTYPE} == "p4" +CPUTYPE = pentium4 +. elif ${CPUTYPE} == "p4m" +CPUTYPE = pentium4m +. elif ${CPUTYPE} == "p3" +CPUTYPE = pentium3 +. elif ${CPUTYPE} == "p3m" +CPUTYPE = pentium3m +. elif ${CPUTYPE} == "p-m" +CPUTYPE = pentium-m +. elif ${CPUTYPE} == "p2" +CPUTYPE = pentium2 +. elif ${CPUTYPE} == "i686" +CPUTYPE = pentiumpro +. elif ${CPUTYPE} == "i586/mmx" +CPUTYPE = pentium-mmx +. elif ${CPUTYPE} == "i586" +CPUTYPE = pentium +. endif +. endif +. elif ${MACHINE_ARCH} == "sparc64" +. if ${CPUTYPE} == "us" +CPUTYPE = ultrasparc +. elif ${CPUTYPE} == "us3" +CPUTYPE = ultrasparc3 +. endif +. endif + # Set up the list of CPU features based on the CPU type. This is an # unordered list to make it easy for client makefiles to test for the # presence of a CPU feature. --------------060203010603070007040309-- From owner-freebsd-stable@freebsd.org Sat Dec 10 22:46:00 2016 Return-Path: Delivered-To: freebsd-stable@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 118AFC70E71; Sat, 10 Dec 2016 22:46:00 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id F24731FFC; Sat, 10 Dec 2016 22:45:59 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3B7D423A; Sat, 10 Dec 2016 22:46:00 +0000 (UTC) Date: Sat, 10 Dec 2016 22:45:59 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: des@FreeBSD.org, rmacklem@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <936345900.62.1481409960251.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <504934855.50.1481376262065.JavaMail.jenkins@jenkins-9.freebsd.org> References: <504934855.50.1481376262065.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_11-i386 - Build #312 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_11-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 22:46:00 -0000 FreeBSD_STABLE_11-i386 - Build #312 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/312/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/312/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-i386/312/console Change summaries: 309832 by rmacklem: MFC: r309198, r309199 Document the -E flag for nfsstat. This is a content change. 309831 by rmacklem: MFC: r309197 Add a -E flag to nfsstat.c so that it prints out the NFSv4.1 procedure/operation counts. It also avoids clipping the counts at 9 digits. 309828 by des: MFH (r308297): use what(1) instead of strings(1). PR: 213665 Submitted by: Pawel Worach From owner-freebsd-stable@freebsd.org Sat Dec 10 23:10:25 2016 Return-Path: Delivered-To: freebsd-stable@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 E5F47C717AB; Sat, 10 Dec 2016 23:10:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D98421D18; Sat, 10 Dec 2016 23:10:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 152AD23C; Sat, 10 Dec 2016 23:10:26 +0000 (UTC) Date: Sat, 10 Dec 2016 23:10:24 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: des@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <942720159.64.1481411426094.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1552047315.54.1481377096253.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1552047315.54.1481377096253.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #1537 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 23:10:26 -0000 FreeBSD_STABLE_10-i386 - Build #1537 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1537/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1537/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/1537/console Change summaries: 309830 by des: MFH (r308297): use what(1) instead of strings(1). PR: 213665 Submitted by: Pawel Worach 309829 by des: MFH (r296659): the IPv6 address of the L root changed earlier this year