From d3863db865444107c3a1c4427936ea8bbb618938 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sat, 13 Jul 2019 12:48:55 -0600 Subject: [PATCH] pldd.1: Document glibc's unbreakage of tool. glibc 2.30 isn't released yet, but a fix has been committed, and Debian has even cherry-picked it for Debian GNU/Linux 10 ("buster"). pldd works nicely now. Signed-off-by: G. Branden Robinson Signed-off-by: Michael Kerrisk --- man1/pldd.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man1/pldd.1 b/man1/pldd.1 index 90e259989..dab6cb32c 100644 --- a/man1/pldd.1 +++ b/man1/pldd.1 @@ -97,11 +97,11 @@ $ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \e\fP .EE .in .SH BUGS -Since glibc 2.19, +From glibc 2.19 to 2.29, .B pldd -is broken: it just hangs when executed. -.\" FIXME . https://sourceware.org/bugzilla/show_bug.cgi?id=18035 -It is unclear if it will ever be fixed. +was broken: it just hung when executed. +.\" glibc commit 1a4c27355e146b6d8cc6487b998462c7fdd1048f +This problem was fixed in glibc 2.30. .SH EXAMPLE .EX $ \fBecho $$\fP # Display PID of shell