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/9854] glibc opens up new tty to print *** %n in writable segment detected ***


------- Additional Comments From kees at outflux dot net  2009-09-11 20:02 -------
glibc attempts to write to the controlling terminal, in the hopes that it will
be noticed at the highest possible level.  Especially since a process may have
closed its stderr already.

To explicitly disable this and try to write to fd 2, you can set the environment
variable LIBC_FATAL_STDERR_=1 (yes, there is a trailing underscore in the
variable name). 

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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