Activity log for bug #1568726

Date Who What changed Old value New value Message
2016-04-11 07:34:56 R. Diez bug added bug
2024-01-17 16:35:41 Vladimir bug watch added https://sourceware.org/bugzilla/show_bug.cgi?id=6050
2024-01-17 16:35:59 Launchpad Janitor eglibc (Ubuntu): status New Confirmed
2024-01-18 11:30:06 Simon Chopin description Tool "iconv" suffers from the stdio buffering problem described here: https://stackoverflow.com/questions/14472179/how-do-i-perform-a-streaming-character-conversion Basically, when piping to iconv in an interactive session, output stutters. Tool "stdbuf" does not help. From the page above: "But it looks like iconv is managing the buffering internally itself - it's nothing to do with the Linux pipe buffer." Solutions are described in this page: http://www.pixelbeat.org/programming/stdio_buffering/ iconv should have a command-line switch to help. From the page above: "Note tail's stdout buffer would also have this problem, but tail -f calls fflush on the stdout stream when new data is received to alleviate this (as do tcpdump -l, grep --line-buffered and sed --unbuffered for example)." Tool "iconv" suffers from the stdio buffering problem described here: https://stackoverflow.com/questions/14472179/how-do-i-perform-a-streaming-character-conversion Basically, when piping to iconv in an interactive session, output stutters. Tool "stdbuf" does not help. From the page above: "But it looks like iconv is managing the buffering internally itself - it's nothing to do with the Linux pipe buffer." Solutions are described in this page: http://www.pixelbeat.org/programming/stdio_buffering/ iconv should have a command-line switch to help. From the page above: "Note tail's stdout buffer would also have this problem, but tail -f calls fflush on the stdout stream when new data is received to alleviate this (as do tcpdump -l, grep --line-buffered and sed --unbuffered for example)." [known workaround] Use `recode` instead.
2024-01-18 11:31:51 Simon Chopin eglibc (Ubuntu): importance Undecided Low
2024-01-18 11:31:57 Simon Chopin eglibc (Ubuntu): status Confirmed Triaged
2024-01-19 11:02:57 Simon Chopin bug task added glibc (Ubuntu)
2024-01-19 11:03:04 Simon Chopin glibc (Ubuntu): status New Triaged
2024-01-19 11:03:07 Simon Chopin glibc (Ubuntu): importance Undecided Low