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=225584

--- Comment #37 from mike@sentex.net ---
(In reply to Konstantin Belousov from comment #36)
(gdb) print local_close  
$5 = (int (*)(FILE *)) 0x801237880 <fclose>


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