From owner-freebsd-current Sat Feb 22 12:53:33 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED9537B401 for ; Sat, 22 Feb 2003 12:53:31 -0800 (PST) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AC01843FB1 for ; Sat, 22 Feb 2003 12:53:30 -0800 (PST) (envelope-from mdcki@gmx.net) Received: (qmail 12322 invoked by uid 0); 22 Feb 2003 20:53:29 -0000 Received: from cvpn024.gwdg.de (HELO gmx.net) (134.76.22.24) by mail.gmx.net (mp020-rz3) with SMTP; 22 Feb 2003 20:53:29 -0000 Message-ID: <3E57F06A.5010303@gmx.net> Date: Sat, 22 Feb 2003 22:49:30 +0100 From: Marcin Dalecki User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030219 X-Accept-Language: en-us, en, pl, ru MIME-Version: 1.0 To: FreeBSD-CURRENT Subject: Re: CURRENT kernel freezing or rebooting References: <20030221204152.9440.qmail@web11408.mail.yahoo.com> <20030222171015.ULsB857@hun.org> In-Reply-To: <20030222171015.ULsB857@hun.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel Flickinger wrote: > kernels built from cvsup date tags: > > 1200 GMT 21 Feb 2003 > 1200 GMT 22 Feb 2003 > > either hang hard or freeze and fall out to reboot. No > error messages logged. Both were full make world, etc. > followed by mergemaster. apache 1.3.27, X, Mozilla, etc > running. > > Previous build from cvsup date tag 1200 GMT 14 Feb 2003 ran > the week with zero problems. Will try again tomorrow morning > (1200 GMT) if there are "interesting" kernel commits. And you managed to build it at all? I get the following on a cvsup from about few ours ago. dd if=/dev/zero of=boot2.ldr bs=276 count=1 2>/dev/null nm -t d boot1.out | awk '/([0-9])+ T xread/ { x = $1 - ORG1; printf("#define XREADORG %#x\n", REL1 + x) }' ORG1=`printf "%d" 0x7c00` REL1=`printf "%d" 0x700` > boot2.h cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomit-frame-pointer -mno-align -long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/sys/boot/i386/boot2/../../common -I/usr/src/sys/boo t/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-decl arations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-s trings -ffreestanding -mpreferred-stack-boundary=2 -S -o boot2.s.tmp /usr/src/sys/boot/i386/boot2/b oot2.c sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s rm -f boot2.s.tmp as -o boot2.o boot2.s as --defsym SIOPRT=0x3f8 --defsym SIOFMT=0x3 --defsym SIOSPD=9600 /usr/src/sys/boot/i386/boot2/sio.s -o sio.o ld -nostdlib -static -N --gc-sections -Ttext 0x2000 -o boot2.out /usr/obj/usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin kernel: ver=1.01 size=780 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=1691 text=0 data=0 bss=0 entry=0 output: fmt=bin size=1f25 text=114 data=1e11 org=0 entry=0 -293 bytes available *** Error code 1 Stop in /usr/src/sys/boot/i386/boot2. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. *** Error code 1 Stop in /usr/src/sys. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message