[Bug tools/23173] New: eu-addr2line does not flush its output, causing problems when used from a script

2018-05-12 Thread luke at diamand dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23173 Bug ID: 23173 Summary: eu-addr2line does not flush its output, causing problems when used from a script Product: elfutils Version: unspecified Status: UNCONFIRMED

[Bug tools/23173] eu-addr2line does not flush its output, causing problems when used from a script

2018-05-12 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23173 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org Assig

[PATCH] addr2line: Add explicit fflush for stdout when reading from stdin.

2018-05-12 Thread Mark Wielaard
To make it possible to use eu-addr2line interactively through a pipe we need to explicitly flush stdout after handling each line from stdin. https://sourceware.org/bugzilla/show_bug.cgi?id=23173 Signed-off-by: Mark Wielaard --- src/ChangeLog | 5 + src/addr2line.c | 1 + 2 files changed,

[Bug tools/23173] eu-addr2line does not flush its output, causing problems when used from a script

2018-05-12 Thread luke at diamand dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23173 Luke Diamand changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---