[Bug libc/24963] deadlock between freopen and fclose

schwab@linux-m68k.org sourceware-bugzilla@sourceware.org
Tue Sep 24 15:06:00 GMT 2019


https://sourceware.org/bugzilla/show_bug.cgi?id=24963

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #11 from Andreas Schwab <schwab@linux-m68k.org> ---
You cannot call fclose on a stream that another thread is using.  It's like
calling free on memory that is in use by another thread.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list