Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

freebsd-ia64 Digest, Vol 353, Issue 3

1 view
Skip to first unread message

freebsd-ia...@freebsd.org

unread,
Mar 18, 2010, 8:00:17 AM3/18/10
to freebs...@freebsd.org
Send freebsd-ia64 mailing list submissions to
freebs...@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-ia64
or, via email, send a message with subject or body 'help' to
freebsd-ia...@freebsd.org

You can reach the person managing the list at
freebsd-i...@freebsd.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-ia64 digest..."


Today's Topics:

1. ldd leaves the machine unresponsive (Anton Shterenlikht)
2. Re: ldd leaves the machine unresponsive (Marcel Moolenaar)
3. [head tinderbox] failure on ia64/ia64 (FreeBSD Tinderbox)


----------------------------------------------------------------------

Message: 1
Date: Wed, 17 Mar 2010 16:32:30 +0000
From: Anton Shterenlikht <me...@bristol.ac.uk>
Subject: ldd leaves the machine unresponsive
To: freebsd...@freebsd.org, freebs...@freebsd.org
Message-ID: <20100317163...@mech-cluster241.men.bris.ac.uk>
Content-Type: text/plain; charset=us-ascii

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.

I can still ssh to the machine (using keys), i.e.
I see the welcome message, but cannot get to the console prompt.

On the serial console I cannot get the prompt
after entering the root password.

I have top(1) running interactively in another window.
The sh process is in "getblk" state, and ignores kill -9.
But there's no ldd process.

And shutdown requests are also ignored:

# shutdown -r now
Shutdown NOW!
shutdown: [pid 8019]
#
and nothing happens after that

So I have to do a cold reset via MP.

On ia64 r204322, this script causes no problems.

Please advise

many thanks
anton


--
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423


------------------------------

Message: 2
Date: Wed, 17 Mar 2010 16:59:15 -0700
From: Marcel Moolenaar <xcl...@mac.com>
Subject: Re: ldd leaves the machine unresponsive
To: Anton Shterenlikht <me...@bristol.ac.uk>
Cc: freebsd...@freebsd.org, freebs...@freebsd.org
Message-ID: <8F22D9F5-DFF0-4877...@mac.com>
Content-Type: text/plain; charset=us-ascii


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

------------------------------

Message: 3
Date: Thu, 18 Mar 2010 04:38:02 GMT
From: FreeBSD Tinderbox <tind...@freebsd.org>
Subject: [head tinderbox] failure on ia64/ia64
To: FreeBSD Tinderbox <tind...@freebsd.org>, <cur...@freebsd.org>,
<ia...@freebsd.org>
Message-ID: <201003180438....@freebsd-current.sentex.ca>

TB --- 2010-03-18 03:14:09 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-18 03:14:09 - starting HEAD tinderbox run for ia64/ia64
TB --- 2010-03-18 03:14:09 - cleaning the object tree
TB --- 2010-03-18 03:14:28 - cvsupping the source tree
TB --- 2010-03-18 03:14:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile
TB --- 2010-03-18 03:14:54 - building world
TB --- 2010-03-18 03:14:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-18 03:14:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-18 03:14:54 - TARGET=ia64
TB --- 2010-03-18 03:14:54 - TARGET_ARCH=ia64
TB --- 2010-03-18 03:14:54 - TZ=UTC
TB --- 2010-03-18 03:14:54 - __MAKE_CONF=/dev/null
TB --- 2010-03-18 03:14:54 - cd /src
TB --- 2010-03-18 03:14:54 - /usr/bin/make -B buildworld
>>> World build started on Thu Mar 18 03:14:55 UTC 2010
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Thu Mar 18 04:30:50 UTC 2010
TB --- 2010-03-18 04:30:50 - generating LINT kernel config
TB --- 2010-03-18 04:30:50 - cd /src/sys/ia64/conf
TB --- 2010-03-18 04:30:50 - /usr/bin/make -B LINT
TB --- 2010-03-18 04:30:50 - building LINT kernel
TB --- 2010-03-18 04:30:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-18 04:30:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-18 04:30:50 - TARGET=ia64
TB --- 2010-03-18 04:30:50 - TARGET_ARCH=ia64
TB --- 2010-03-18 04:30:50 - TZ=UTC
TB --- 2010-03-18 04:30:50 - __MAKE_CONF=/dev/null
TB --- 2010-03-18 04:30:50 - cd /src
TB --- 2010-03-18 04:30:50 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Thu Mar 18 04:30:50 UTC 2010
>>> stage 1: configuring the kernel
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3.1: making dependencies
>>> stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/mii/inphy.c
cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/mii/ip1000phy.c
cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/mii/jmphy.c
cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/mii/lxtphy.c
cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/mii/mii.c
cc1: warnings being treated as errors
/src/sys/dev/mii/mii.c: In function 'miibus_statchg':
/src/sys/dev/mii/mii.c:256: warning: unused variable 'ifp'
*** Error code 1

Stop in /obj/ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-18 04:38:02 - WARNING: /usr/bin/make returned exit code 1
TB --- 2010-03-18 04:38:02 - ERROR: failed to build lint kernel
TB --- 2010-03-18 04:38:02 - 4021.59 user 612.02 system 5032.65 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full


------------------------------

End of freebsd-ia64 Digest, Vol 353, Issue 3
********************************************

0 new messages