Re: ldd leaves the machine unresponsive

From: Marcel Moolenaar <xcllnt_at_mac.com>
Date: Wed, 17 Mar 2010 16:59:15 -0700
On Mar 17, 2010, at 9:32 AM, Anton Shterenlikht wrote:

> Just updated to ia64 r205248
> 
> If my problem is due to my mis-configuration,
> I apologise in advance.
> 
> I run this shell script after each upgrade
> and 'make delete-old-libs' to check
> if any shared objects need to be rebuilt:
> 
> <start script>
> 
> #!/bin/sh
> 
> for file in `find /bin /sbin /usr/bin /usr/sbin /usr/lib /usr/libexec /usr/local -name "*"`
> do
>        echo $file
>        ldd $file >> /root/ldd_results 2> /dev/zero
> done
> 
> <end script>

> After the upgrade to r205248, the script
> freezes at seemingly random points.

The script is pretty disk intensive. How long do you wait before
giving up on output?

-- 
Marcel Moolenaar
xcllnt_at_mac.com
Received on Wed Mar 17 2010 - 22:59:17 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:01 UTC