Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Feb 2018 18:20:06 +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-Lh60Klqge8@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 #37 from mike@sentex.net ---
(In reply to Konstantin Belousov from comment #36)
(gdb) print local_close=20=20
$5 =3D (int (*)(FILE *)) 0x801237880 <fclose>


(gdb) list
452                    Otherwise this close() will crash when flushing the
buffer. */
453                 f->f_setbuf =3D NULL;
454                 Py_BEGIN_ALLOW_THREADS
455                 errno =3D 0;
456                 sts =3D (*local_close)(local_fp);
457                 Py_END_ALLOW_THREADS
458                 f->f_setbuf =3D local_setbuf;
459                 if (sts =3D=3D EOF)
460                     return PyErr_SetFromErrno(PyExc_IOError);
461                 if (sts !=3D 0)
(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-Lh60Klqge8>