https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584

--- Comment #37 from m...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to