[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 18:20:07 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584
--- Comment #37 from mike at 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.
More information about the freebsd-bugs
mailing list