public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13725] New: __gconv_lock missing pthread_atfork handler
@ 2012-02-22 21:19 wingo at pobox dot com
  2014-06-26 15:19 ` [Bug libc/13725] " fweimer at redhat dot com
  2015-08-27 22:07 ` [Bug locale/13725] " jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: wingo at pobox dot com @ 2012-02-22 21:19 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13725

             Bug #: 13725
           Summary: __gconv_lock missing pthread_atfork handler
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: wingo@pobox.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


Consider a multithreaded program that forks while another thread is doing an
iconv_open.  This program might deadlock on the __gconv_lock, for obvious
reasons.

I realize that POSIX does not define the behavior of a program that calls
non-async-signal-safe functions after a fork.  However glibc does install
thread_atfork handlers for a number of other subsystems, including malloc, a
non-async-signal-safe call.

Suggestion: add a thread_atfork handler for the __gconv_lock.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/13725] __gconv_lock missing pthread_atfork handler
  2012-02-22 21:19 [Bug libc/13725] New: __gconv_lock missing pthread_atfork handler wingo at pobox dot com
@ 2014-06-26 15:19 ` fweimer at redhat dot com
  2015-08-27 22:07 ` [Bug locale/13725] " jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-06-26 15:19 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug locale/13725] __gconv_lock missing pthread_atfork handler
  2012-02-22 21:19 [Bug libc/13725] New: __gconv_lock missing pthread_atfork handler wingo at pobox dot com
  2014-06-26 15:19 ` [Bug libc/13725] " fweimer at redhat dot com
@ 2015-08-27 22:07 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:07 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |locale

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-27 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-22 21:19 [Bug libc/13725] New: __gconv_lock missing pthread_atfork handler wingo at pobox dot com
2014-06-26 15:19 ` [Bug libc/13725] " fweimer at redhat dot com
2015-08-27 22:07 ` [Bug locale/13725] " jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).