[Bug 225584] Various compile process hang on Ryzen, but not on Intel
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 7 17:07:40 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584
--- Comment #35 from mike at 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=0x80fd91b70) at
Objects/fileobject.c:457
457 Py_END_ALLOW_THREADS
(gdb) frame 5
#5 0x0000000800a82fb7 in close_the_file (f=0x80fd91b70) at
Objects/fileobject.c:457
457 Py_END_ALLOW_THREADS
(gdb) p *local_fp
$3 = {_p = 0x0, _r = 0, _w = 0, _flags = 4, _file = 3, _bf = {_base = 0x0,
_size = 0}, _lbfsize = 0, _cookie = 0x801482930, _close = 0x8012453c0
<__sclose>, _read = 0x801245370 <__sread>,
_seek = 0x8012453b0 <__sseek>, _write = 0x801245390 <__swrite>, _ub = {_base
= 0x0, _size = 0}, _up = 0x0, _ur = 0, _ubuf = "\000\000", _nbuf = "", _lb =
{_base = 0x0, _size = 0},
_blksize = 59904, _offset = 2279, _fl_mutex = 0x8008f72c0, _fl_owner =
0x80a5cf600, _fl_count = 1, _orientation = 0, _mbstate = {__mbstate8 = '\000'
<repeats 127 times>, _mbstateL = 0},
_flags2 = 0}
(gdb) p local_fp
$4 = (FILE *) 0x801482930
(gdb)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list