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