Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Feb 2018 17:07:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 225584] Various compile process hang on Ryzen, but not on Intel
Message-ID:  <bug-225584-8-DqCwreHZxv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225584-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225584-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225584

--- Comment #35 from mike@sentex.net ---
(In reply to Konstantin Belousov from comment #33)

frame 5 has that var ?

(gdb) thread 9
[Switching to thread 9 (LWP 101309 of process 48133)]
#5  0x0000000800a82fb7 in close_the_file (f=3D0x80fd91b70) at
Objects/fileobject.c:457
457                 Py_END_ALLOW_THREADS
(gdb) frame 5
#5  0x0000000800a82fb7 in close_the_file (f=3D0x80fd91b70) at
Objects/fileobject.c:457
457                 Py_END_ALLOW_THREADS
(gdb) p *local_fp
$3 =3D {_p =3D 0x0, _r =3D 0, _w =3D 0, _flags =3D 4, _file =3D 3, _bf =3D =
{_base =3D 0x0,
_size =3D 0}, _lbfsize =3D 0, _cookie =3D 0x801482930, _close =3D 0x8012453=
c0
<__sclose>, _read =3D 0x801245370 <__sread>,=20
  _seek =3D 0x8012453b0 <__sseek>, _write =3D 0x801245390 <__swrite>, _ub =
=3D {_base
=3D 0x0, _size =3D 0}, _up =3D 0x0, _ur =3D 0, _ubuf =3D "\000\000", _nbuf =
=3D "", _lb =3D
{_base =3D 0x0, _size =3D 0},=20
  _blksize =3D 59904, _offset =3D 2279, _fl_mutex =3D 0x8008f72c0, _fl_owne=
r =3D
0x80a5cf600, _fl_count =3D 1, _orientation =3D 0, _mbstate =3D {__mbstate8 =
=3D '\000'
<repeats 127 times>, _mbstateL =3D 0},=20
  _flags2 =3D 0}
(gdb) p local_fp
$4 =3D (FILE *) 0x801482930
(gdb)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225584-8-DqCwreHZxv>