This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14267] fprintf() function is multithread-unsafe


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

David S. Miller <davem at davemloft dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davem at davemloft dot net
   Target Milestone|2.17                        |2.18

--- Comment #1 from David S. Miller <davem at davemloft dot net> 2012-12-03 22:12:33 UTC ---
This change should be rearranged such that we only take the lock if the feature
in question is used, rather than unconditionally.  Otherwise non-users of the
feature take a performance hit, and that's undesirable.

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]