From owner-freebsd-bugs@freebsd.org Wed Feb 7 15:25:00 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52782F0E134 for ; Wed, 7 Feb 2018 15:25:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE91E6E33D for ; Wed, 7 Feb 2018 15:24:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id F2643239A3 for ; Wed, 7 Feb 2018 15:24:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w17FOwij059632 for ; Wed, 7 Feb 2018 15:24:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w17FOwYt059631 for freebsd-bugs@FreeBSD.org; Wed, 7 Feb 2018 15:24:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 225584] Various compile process hang on Ryzen, but not on Intel Date: Wed, 07 Feb 2018 15:24:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mike@sentex.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 15:25:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225584 --- Comment #30 from mike@sentex.net --- (In reply to Konstantin Belousov from comment #29) (gdb) thread 9 [Switching to thread 9 (LWP 101309 of process 48133)] #0 _umtx_op () at _umtx_op.S:3 3 RSYSCALL(_umtx_op) (gdb) frame 6 #6 0x0000000800a85aa5 in file_close (f=3D0x80fd91b70) at Objects/fileobject.c:669 669 PyObject *sts =3D close_the_file(f); (gdb) print *f $5 =3D {ob_refcnt =3D 2, ob_type =3D 0x800e1baf0 , f_fp =3D 0x= 0, f_name =3D '/usr/ports/net/samba47/work/samba-4.7.4/bin/default/docs-xml/manpages/net.= 8', f_mode =3D 'rb',=20 f_close =3D 0x801237880 , f_softspace =3D 0, f_binary =3D 1, f_bu= f =3D 0x0, f_bufend =3D 0x0, f_bufptr =3D 0x0, f_setbuf =3D 0x0, f_univ_newline =3D 0, f_newlinetypes =3D 0, f_skipnextlf =3D 0,=20 f_encoding =3D None, f_errors =3D None, weakreflist =3D 0x0, unlocked_cou= nt =3D 0, readable =3D 1, writable =3D 0} (gdb) print *(f->f_fp) Cannot access memory at address 0x0 (gdb) print *(f->f_fp) Cannot access memory at address 0x0 (gdb) --=20 You are receiving this mail because: You are the assignee for the bug.=