Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2010 16:59:15 -0700
From:      Marcel Moolenaar <xcllnt@mac.com>
To:        Anton Shterenlikht <mexas@bristol.ac.uk>
Cc:        freebsd-current@freebsd.org, freebsd-ia64@freebsd.org
Subject:   Re: ldd leaves the machine unresponsive
Message-ID:  <8F22D9F5-DFF0-4877-9499-7A11839F0B30@mac.com>
In-Reply-To: <20100317163230.GJ87732@mech-cluster241.men.bris.ac.uk>
References:  <20100317163230.GJ87732@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

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@mac.com






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8F22D9F5-DFF0-4877-9499-7A11839F0B30>