Opened 17 years ago
Closed 13 years ago
#186 closed defect (worksforme)
libc: check that stdout is properly flushed on exit
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.5 |
Component: | libc-frontend | Version: | |
Severity: | normal | Keywords: | fflush stdio exit |
Cc: |
Description
gutenprint/cups had to fflush(stdout)
in on incident in order to make stuff work. exit / main-return didn't seem to do the trick as it should.
http://fresh.t-systems-sfr.com/linux/src/gutenprint-5.1.3.tar.gz:a/gutenprint-5.1.3/src/cups/rastertoprinter.c
Change History (2)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Works for me. See r3786 for a simple testcase.