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

--- Comment #35 from m...@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.
_______________________________________________
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