Multiple panics with 7.1-PRERELEASE amd64 and varnish

2008-11-06 Thread Herve Boulouis
Hi,

Just put 3 boxes with varnish into production last night and I've got a few 
differents panics in 8hours. Traffic is very low
(each box generates 10 Mbit/s).

All boxes have the same 7.1-PRERELEASE (from around end of september) and 4GB 
of ram and varnish is launched with the following command line :

/usr/local/sbin/varnishd -f /usr/local/etc/varnish/default.vcl \
-u varnish \
-n /opt/varnish \
-s file,/opt/varnish/storage.bin,4G \
-P /var/run/varnishd.pid \
-t 746496s \
-w 32,4096,120 \
-p listen_depth=4096 \
-p thread_pool_min=32 \
-p thread_pool_max=4096 \
-p lru_interval=3600 \
-T 0.0.0.0:3000 \
-h classic,59

Sysctl tunings :

www2:~# cat /etc/sysctl.conf
net.inet.tcp.tso=0
debug.minidump=1
net.inet.tcp.rfc1323=1
kern.ipc.maxsockbuf=1024000
net.inet.tcp.sendspace=512000
net.inet.tcp.recvspace=512000

www2:~# cat /boot/loader.conf
kern.ipc.nmbclusters=65536
kern.maxfiles=2097152
kern.maxfilesperproc=104856
kern.ipc.somaxconn=16384
net.inet.ip.portrange.last=65535
kern.threads.max_threads_per_proc=4096
kern.ipc.maxpipekva=104857600

What is strange is that those 3 boxes where hammered with siege and we had no 
problems
with them generating 900Mbit/s of traffic.

Are these panics known ? Can they be related to the sysctl ? 

Do i need to CC freebsd-amd64 ?

Panic #1 (Box 2):

#2  0x803c6b8d in boot (howto=260) at ../../../kern/kern_shutdown.c:418
#3  0x803c6e48 in panic (fmt=Variable fmt is not available.
) at ../../../kern/kern_shutdown.c:572
#4  0x806260b6 in trap_fatal (frame=0xcd816890, eva=138) at 
../../../amd64/amd64/trap.c:764
#5  0x80626311 in trap_pfault (frame=0xcd816890, usermode=0) at 
../../../amd64/amd64/trap.c:680
#6  0x80626c53 in trap (frame=0xcd816890) at 
../../../amd64/amd64/trap.c:449
#7  0x8060d5be in calltrap () at ../../../amd64/amd64/exception.S:209
#8  0x80599dda in vm_object_clear_flag (object=0x0, bits=Variable 
bits is not available.
) at ../../../vm/vm_object.c:269
#9  0x804302a6 in cluster_wbuild (vp=0xff000eabfbd0, size=16384, 
start_lbn=58905, len=2) at ../../../kern/vfs_cluster.c:925
#10 0x804275de in vfs_bio_awrite (bp=0xa4d0b660) at 
../../../kern/vfs_bio.c:1668
#11 0x8057800e in ffs_syncvnode (vp=0xff000eabfbd0, 
waitfor=Variable waitfor is not available.
) at ../../../ufs/ffs/ffs_vnops.c:283
#12 0x80573c91 in ffs_sync (mp=0xff000e5cc6f0, waitfor=3, 
td=0xff000e568a50) at ../../../ufs/ffs/ffs_vfsops.c:1234
#13 0x8043f821 in sync_fsync (ap=Variable ap is not available.
) at ../../../kern/vfs_subr.c:3217
#14 0x8065f552 in VOP_FSYNC_APV (vop=Variable vop is not available.
) at vnode_if.c:1007
#15 0x8043ff71 in sched_sync () at vnode_if.h:538
#16 0x803a6a01 in fork_exit (callout=0x8043f8f0 sched_sync, 
arg=0x0, frame=0xcd816c80) at ../../../kern/kern_fork.c:804
#17 0x8060d98e in fork_trampoline () at 
../../../amd64/amd64/exception.S:455

Panic #2 (Box 2):

#2  0x803c6b8d in boot (howto=260) at ../../../kern/kern_shutdown.c:418
#3  0x803c6e48 in panic (fmt=Variable fmt is not available.
) at ../../../kern/kern_shutdown.c:572
#4  0x806260b6 in trap_fatal (frame=0xcd816890, eva=138) at 
../../../amd64/amd64/trap.c:764
#5  0x80626311 in trap_pfault (frame=0xcd816890, usermode=0) at 
../../../amd64/amd64/trap.c:680
#6  0x80626c53 in trap (frame=0xcd816890) at 
../../../amd64/amd64/trap.c:449
#7  0x8060d5be in calltrap () at ../../../amd64/amd64/exception.S:209
#8  0x80599dda in vm_object_clear_flag (object=0x0, bits=Variable 
bits is not available.
) at ../../../vm/vm_object.c:269
#9  0x804302a6 in cluster_wbuild (vp=0xff000ea4adc8, size=16384, 
start_lbn=20817, len=5) at ../../../kern/vfs_cluster.c:925
#10 0x804275de in vfs_bio_awrite (bp=0xa4d83660) at 
../../../kern/vfs_bio.c:1668
#11 0x8057800e in ffs_syncvnode (vp=0xff000ea4adc8, 
waitfor=Variable waitfor is not available.
) at ../../../ufs/ffs/ffs_vnops.c:283
#12 0x80573c91 in ffs_sync (mp=0xff000e6c96f0, waitfor=3, 
td=0xff000e568a50) at ../../../ufs/ffs/ffs_vfsops.c:1234
#13 0x8043f821 in sync_fsync (ap=Variable ap is not available.
) at ../../../kern/vfs_subr.c:3217
#14 0x8065f552 in VOP_FSYNC_APV (vop=Variable vop is not available.
) at vnode_if.c:1007
#15 0x8043ff71 in sched_sync () at vnode_if.h:538
#16 0x803a6a01 in fork_exit (callout=0x8043f8f0 sched_sync, 
arg=0x0, frame=0xcd816c80) at ../../../kern/kern_fork.c:804
#17 0x8060d98e in fork_trampoline () at 
../../../amd64/amd64/exception.S:455

Panic #3 (Box 1):

#3 

Re: Multiple panics with 7.1-PRERELEASE amd64 and varnish

2008-11-06 Thread Herve Boulouis
Le 06/11/2008  11:29, Herve Boulouis a ?crit:
 
 All boxes have the same 7.1-PRERELEASE (from around end of september) and 4GB 
 of ram and varnish is launched with the following command line :

I forgot to add that the kernel config is pretty much GENERIC (without 
KDTRACE_FRAME and KDTRACE_HOOKS)

-- 
Herve Boulouis
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Firefox 3 fraks postscript fonts

2008-11-06 Thread Bruce M Simpson

Hi,

I've noticed that with Firefox 3, output on my venerable PostScript 
printer uses the wrong fonts.


A garbled bitmapped font is being substituted. If I revert to Firefox 2, 
printed output is fine.


Haven't seen this with other apps.

Seen with a networked cups driven printer, specifically GCC Technologies 
(ancient LaserWriter II compatible device). The remote printer server is 
7.1-PRERELEASE w/cup 1.3.9. Connection is lpt0 (centronics).


FreeBSD empiric.lon.incunabulum.net 7.1-PRERELEASE FreeBSD 
7.1-PRERELEASE #0: Mon Oct 13 09:54:07 BST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/EMPIRIC7  i386


empiric:~ % pkg_info | grep firefox
firefox-2.0.0.14,1  Web browser based on the browser portion of Mozilla
firefox-3.0.1_1,1   Web browser based on the browser portion of Mozilla

empiric:~ % pkg_info | grep cups
cups-base-1.3.7_2   Common UNIX Printing System
cups-pdf-2.4.7  A virtual printer for CUPS to produce PDF files
cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to 
non-PS printers

gutenprint-cups-5.1.7_2 GutenPrint Printer Driver
libgnomecups-0.2.3,1 Support library for gnome cups admistration

empiric:~ % ldd /usr/local/lib/firefox/firefox-bin
/usr/local/lib/firefox/firefox-bin:
   libmozjs.so = /usr/local/lib/firefox/libmozjs.so (0x2808f000)
   libxpcom.so = /usr/local/lib/firefox/libxpcom.so (0x28138000)
   libxpcom_core.so = /usr/local/lib/firefox/libxpcom_core.so 
(0x2813c000)

   libplds4.so.1 = /usr/local/lib/libplds4.so.1 (0x281dd000)
   libplc4.so.1 = /usr/local/lib/libplc4.so.1 (0x28208000)
   libnspr4.so.1 = /usr/local/lib/libnspr4.so.1 (0x28234000)
   libgtk-x11-2.0.so.0 = /usr/local/lib/libgtk-x11-2.0.so.0 
(0x28265000)
   libgdk-x11-2.0.so.0 = /usr/local/lib/libgdk-x11-2.0.so.0 
(0x285dd000)

   libatk-1.0.so.0 = /usr/local/lib/libatk-1.0.so.0 (0x28662000)
   libgdk_pixbuf-2.0.so.0 = /usr/local/lib/libgdk_pixbuf-2.0.so.0 
(0x2867b000)
   libpangocairo-1.0.so.0 = /usr/local/lib/libpangocairo-1.0.so.0 
(0x28693000)

   libXext.so.6 = /usr/local/lib/libXext.so.6 (0x2869d000)
   libXrender.so.1 = /usr/local/lib/libXrender.so.1 (0x286aa000)
   libXinerama.so.1 = /usr/local/lib/libXinerama.so.1 (0x286b3000)
   libXi.so.6 = /usr/local/lib/libXi.so.6 (0x286b6000)
   libXrandr.so.2 = /usr/local/lib/libXrandr.so.2 (0x286be000)
   libXcursor.so.1 = /usr/local/lib/libXcursor.so.1 (0x286c4000)
   libXcomposite.so.1 = /usr/local/lib/libXcomposite.so.1 (0x286cd000)
   libXdamage.so.1 = /usr/local/lib/libXdamage.so.1 (0x286d)
   libcairo.so.2 = /usr/local/lib/libcairo.so.2 (0x286d3000)
   libpangoft2-1.0.so.0 = /usr/local/lib/libpangoft2-1.0.so.0 
(0x28738000)

   libpango-1.0.so.0 = /usr/local/lib/libpango-1.0.so.0 (0x2876)
   libfreetype.so.9 = /usr/local/lib/libfreetype.so.9 (0x2879c000)
   libz.so.4 = /lib/libz.so.4 (0x2880a000)
   libfontconfig.so.1 = /usr/local/lib/libfontconfig.so.1 (0x2881c000)
   libX11.so.6 = /usr/local/lib/libX11.so.6 (0x28845000)
   libXfixes.so.3 = /usr/local/lib/libXfixes.so.3 (0x2892a000)
   libgobject-2.0.so.0 = /usr/local/lib/libgobject-2.0.so.0 
(0x2892f000)
   libgmodule-2.0.so.0 = /usr/local/lib/libgmodule-2.0.so.0 
(0x28969000)

   libglib-2.0.so.0 = /usr/local/lib/libglib-2.0.so.0 (0x2896d000)
   libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x28a1c000)
   libgthread-2.0.so.0 = /usr/local/lib/libgthread-2.0.so.0 
(0x28b11000)

   libm.so.5 = /lib/libm.so.5 (0x28b16000)
   libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x28b2b000)
   libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x28c2)
   libthr.so.3 = /lib/libthr.so.3 (0x28c2b000)
   libc.so.7 = /lib/libc.so.7 (0x28c3e000)
   libXau.so.6 = /usr/local/lib/libXau.so.6 (0x28d4)
   libglitz.so.1 = /usr/local/lib/libglitz.so.1 (0x28d43000)
   libpng.so.5 = /usr/local/lib/libpng.so.5 (0x28d69000)
   libpixman-1.so.9 = /usr/local/lib/libpixman-1.so.9 (0x28d8e000)
   libexpat.so.6 = /usr/local/lib/libexpat.so.6 (0x28db6000)
   libXdmcp.so.6 = /usr/local/lib/libXdmcp.so.6 (0x28dd6000)
   librpcsvc.so.3 = /usr/lib/librpcsvc.so.3 (0x28ddb000)
   libintl.so.8 = /usr/local/lib/libintl.so.8 (0x28de3000)
   libicui18n.so.38 = /usr/local/lib/libicui18n.so.38 (0x28dec000)
   libpcre.so.0 = /usr/local/lib/libpcre.so.0 (0x28f43000)
   libm.so.4 = /usr/local/lib/compat/libm.so.4 (0x28f6a000)
   libicuuc.so.38 = /usr/local/lib/libicuuc.so.38 (0x28f8)
   libicudata.so.38 = /usr/local/lib/libicudata.so.38 (0x2909e000)

empiric:~ % ldd /usr/local/lib/firefox3/firefox-bin
/usr/local/lib/firefox3/firefox-bin:
   libxul.so = not found (0x0)
   libmozjs.so = not found (0x0)
   libxpcom.so = not found (0x0)
   libplds4.so.1 = /usr/local/lib/libplds4.so.1 (0x2807e000)
   libplc4.so.1 = /usr/local/lib/libplc4.so.1 (0x280a9000)
   libnspr4.so.1 = /usr/local/lib/libnspr4.so.1 

Re: Multiple panics with 7.1-PRERELEASE amd64 and varnish

2008-11-06 Thread Herve Boulouis
Le 06/11/2008  11:29, Herve Boulouis a ?crit:

I just tried to reboot one of the boxes without kern.ipc.maxpipekva=104857600 
to check for kva problems
but crashes persists, though the stack is completely different now. This time I 
included all the corrupt
parts of the stack that I had stripped in my original email but they are 
similar (from frame 18 to end).

Any ideas ?

Unread portion of the kernel message buffer:
vm_page_free: pindex(188034), busy(1), VPO_BUSY(0), hold(0)
panic: vm_page_free: freeing busy page
cpuid = 2
Uptime: 1h1m2s
Physical memory: 4085 MB
Dumping 289 MB: 274 258 242 226 210 194 178 162 146 130 114 98 82 66 50 34 18 2

#0  doadump () at pcpu.h:195
195 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) bt
#0  doadump () at pcpu.h:195
#1  0x in ?? ()
#2  0x803c6b8d in boot (howto=260) at ../../../kern/kern_shutdown.c:418
#3  0x803c6e48 in panic (fmt=Variable fmt is not available.
) at ../../../kern/kern_shutdown.c:572
#4  0x8059d816 in vm_page_free_toq (m=0x0) at ../../../vm/vm_page.c:1281
#5  0x8059d9c1 in vm_page_free (m=Variable m is not available.
) at ../../../vm/vm_page.c:498
#6  0x80411795 in socow_iodone (addr=Variable addr is not available.
) at ../../../kern/uipc_cow.c:92
#7  0x804129ca in mb_free_ext (m=0xff000ba64c00) at 
../../../kern/uipc_mbuf.c:257
#8  0x80416781 in sbdrop_internal (sb=0xff000b4b2cc8, len=15469) at 
mbuf.h:515
#9  0x804168c0 in sbdrop_locked (sb=Variable sb is not available.
) at ../../../kern/uipc_sockbuf.c:898
#10 0x80418e05 in soisdisconnected (so=0xff000b4b2b40) at 
../../../kern/uipc_socket.c:3158
#11 0x804e15b3 in tcp_close (tp=0xff000b6a) at 
../../../netinet/tcp_subr.c:782
#12 0x804e16fa in tcp_drop (tp=0xff000b6a, errno=60) at 
../../../netinet/tcp_subr.c:662
#13 0x804e65c2 in tcp_timer_rexmt (xtp=Variable xtp is not available.
) at ../../../netinet/tcp_timer.c:455
#14 0x803d81a3 in softclock (dummy=Variable dummy is not available.
) at ../../../kern/kern_timeout.c:274
#15 0x803a9a91 in ithread_loop (arg=Variable arg is not available.
) at ../../../kern/kern_intr.c:1088
#16 0x803a6a01 in fork_exit (callout=0x803a98d8 ithread_loop, 
arg=0xff00010fcb80, frame=0xad853c80) at 
../../../kern/kern_fork.c:804
#17 0x8060d98e in fork_trampoline () at 
../../../amd64/amd64/exception.S:455
#18 0x in ?? ()
#19 0x in ?? ()
#20 0x0001 in ?? ()
#21 0x in ?? ()
#22 0x in ?? ()
#23 0x in ?? ()
#24 0x in ?? ()
#25 0x in ?? ()
#26 0x in ?? ()
#27 0x in ?? ()
#28 0x in ?? ()
#29 0x in ?? ()
#30 0x in ?? ()
#31 0x in ?? ()
#32 0x in ?? ()
#33 0x in ?? ()
#34 0x in ?? ()
#35 0x in ?? ()
#36 0x in ?? ()
#37 0x in ?? ()
#49 0xff000110e370 in ?? ()
#50 0x803e5d68 in sched_switch (td=0x803a98d8, newtd=Variable 
newtd is not available.
) at ../../../kern/sched_ule.c:1938
#51 0x in ?? ()
#52 0x in ?? ()
#53 0x in ?? ()
#54 0x in ?? ()
#55 0x in ?? ()
#56 0x in ?? ()
#57 0x in ?? ()
#58 0x in ?? ()
#59 0x in ?? ()
#60 0x in ?? ()
#61 0x in ?? ()
#62 0x in ?? ()
#63 0x in ?? ()
#64 0x in ?? ()
#65 0x in ?? ()
#66 0x in ?? ()
#67 0x in ?? ()
#68 0x in ?? ()
#69 0x in ?? ()
#70 0x in ?? ()
---Type return to continue, or q return to quit--- 
#71 0x in ?? ()
#72 0x in ?? ()
#73 0x in ?? ()
#74 0x in ?? ()
#75 0x in ?? ()
#76 0x in ?? ()
#77 0x in ?? ()
#78 0x in ?? ()
#79 0x in ?? ()
#80 0x in ?? ()
#81 0x in ?? ()
#82 0x in ?? ()
#83 0x in ?? ()
#84 0x in ?? ()
#85 0x in ?? ()
#86 0x in ?? ()
#87 0x in ?? ()
#88 0x in ?? ()
#89 0x in ?? ()
#90 0x in ?? ()
#91 0x in ?? ()
#92 0x in ?? ()
#93 0x in ?? ()
#94 0x in ?? ()
#95 0x in ?? ()
#96 0x in ?? ()
#97 0x in ?? ()
#98 0x in ?? ()
#99 0x in ?? ()
#100 0x in ?? ()
#101 0x in ?? ()
#102 

usb keyboard dying at loader prompt

2008-11-06 Thread Andriy Gapon

I have a quite strange problem.
This is with 7-BETA amd64.
All of USB is out of kernel and is loaded via modules.
BIOS has Legacy USB enabled.
I have only a USB keyboard, no PS/2 port.

The keyboard works file in BIOS and for selecting boot device in boot0
menu. It also works in loader menu. If in the menu I select to go to
loader prompt then it works for about 5 seconds and then dies - no
reaction to key presses, no led change, nothing.
I haven't actually verified if the keyboard would still work if I stayed
in loader menu for longer than ~10 seconds.

This doesn't happen if USB is built into kernel.

Weird...

-- 
Andriy Gapon
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Panics and freeze using age0

2008-11-06 Thread Gabriele Cecchetti

I'm running FreeBSD 7.1-PRERELEASE over Asus P5Q motherboard.
Such board comes with an nic requiring age0 driver.
When the nic is under load, such trasferring big amount of data
over gigabit connection (let's say some gigabyte backups),
the computer hangs, sometimes with panic, sometimes freezing.

Before that i was using an Intel nic with em0 driver
and 7.0-Stable#2.. and that configuration was really stable.

Looking at the backtrace we found that the page fault happened
during pmap operations (sorry I've not the backtrace anymore to attach 
to this mail).

Another problem with age0 driver was that when the machine boot, the nic
goes up and down and then remain down. Everytime, gaining control of it 
was a mess.


Anyone with similar experience ?
age0 driver is well tested for production enviroment or not ?
Is better to buy another Intel card and going on using em0 driver ?
Any other problems affecting this release just now ?

And, last question, 7.1-PRERELEASE should belong to the STABLE tree ?
In that case why during the last two months is so instable for 
production enviroment ?


Maybe I'm wrong, so I accept suggestions.

Cheers
Gabriele
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


[releng_7 tinderbox] failure on i386/i386

2008-11-06 Thread FreeBSD Tinderbox
TB --- 2008-11-06 23:29:29 - tinderbox 2.4 running on freebsd-stable.sentex.ca
TB --- 2008-11-06 23:29:29 - starting RELENG_7 tinderbox run for i386/i386
TB --- 2008-11-06 23:29:29 - cleaning the object tree
TB --- 2008-11-06 23:29:52 - cvsupping the source tree
TB --- 2008-11-06 23:29:52 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/i386/i386/supfile
TB --- 2008-11-06 23:30:01 - building world (CFLAGS=-O2 -pipe)
TB --- 2008-11-06 23:30:01 - cd /src
TB --- 2008-11-06 23:30:01 - /usr/bin/make -B buildworld
 World build started on Thu Nov  6 23:30:02 UTC 2008
 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 Fri Nov  7 00:36:54 UTC 2008
TB --- 2008-11-07 00:36:54 - generating LINT kernel config
TB --- 2008-11-07 00:36:54 - cd /src/sys/i386/conf
TB --- 2008-11-07 00:36:54 - /usr/bin/make -B LINT
TB --- 2008-11-07 00:36:54 - building LINT kernel (COPTFLAGS=-O2 -pipe)
TB --- 2008-11-07 00:36:54 - cd /src
TB --- 2008-11-07 00:36:54 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Nov  7 00:36:54 UTC 2008
 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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_ntptime.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_physio.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_pmc.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_poll.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/kern/kern_priv.c
cc -c -O2 -pipe -fno-strict-aliasing  

[releng_7 tinderbox] failure on i386/pc98

2008-11-06 Thread FreeBSD Tinderbox
TB --- 2008-11-07 00:47:34 - tinderbox 2.4 running on freebsd-stable.sentex.ca
TB --- 2008-11-07 00:47:34 - starting RELENG_7 tinderbox run for i386/pc98
TB --- 2008-11-07 00:47:34 - cleaning the object tree
TB --- 2008-11-07 00:47:57 - cvsupping the source tree
TB --- 2008-11-07 00:47:57 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/i386/pc98/supfile
TB --- 2008-11-07 00:48:07 - building world (CFLAGS=-O2 -pipe)
TB --- 2008-11-07 00:48:07 - cd /src
TB --- 2008-11-07 00:48:07 - /usr/bin/make -B buildworld
 World build started on Fri Nov  7 00:48:09 UTC 2008
 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 Fri Nov  7 01:55:01 UTC 2008
TB --- 2008-11-07 01:55:01 - generating LINT kernel config
TB --- 2008-11-07 01:55:01 - cd /src/sys/pc98/conf
TB --- 2008-11-07 01:55:01 - /usr/bin/make -B LINT
TB --- 2008-11-07 01:55:01 - building LINT kernel (COPTFLAGS=-O2 -pipe)
TB --- 2008-11-07 01:55:01 - cd /src
TB --- 2008-11-07 01:55:01 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Nov  7 01:55:01 UTC 2008
 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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding  -pg -mprofiler-epilogue /src/sys/kern/kern_ntptime.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding  -pg -mprofiler-epilogue /src/sys/kern/kern_physio.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding  -pg -mprofiler-epilogue /src/sys/kern/kern_pmc.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding  -pg -mprofiler-epilogue /src/sys/kern/kern_poll.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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -DGPROF 
-falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 
-ffreestanding  -pg -mprofiler-epilogue /src/sys/kern/kern_priv.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 

zpool crash.

2008-11-06 Thread Zaphod Beeblebrox
Someone posted something like this earlier...

[3:6:[EMAIL PROTECTED]:/u/dgilbert zpool attach canoe ad8s4d ad4s3d
Assertion failed: (èQ), function rv == 0, file
/canoe/64/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c,
line 131.
Abort trap: 6 (core dumped)

... and the only reply I see is asking the poster to paste the given XML.
Since I'm also getting this crash, I will post that here.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


[releng_7 tinderbox] failure on ia64/ia64

2008-11-06 Thread FreeBSD Tinderbox
TB --- 2008-11-07 00:57:15 - tinderbox 2.4 running on freebsd-stable.sentex.ca
TB --- 2008-11-07 00:57:15 - starting RELENG_7 tinderbox run for ia64/ia64
TB --- 2008-11-07 00:57:16 - cleaning the object tree
TB --- 2008-11-07 00:57:33 - cvsupping the source tree
TB --- 2008-11-07 00:57:33 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/ia64/ia64/supfile
TB --- 2008-11-07 00:57:40 - building world (CFLAGS=-O2 -pipe)
TB --- 2008-11-07 00:57:40 - cd /src
TB --- 2008-11-07 00:57:40 - /usr/bin/make -B buildworld
 World build started on Fri Nov  7 00:57:41 UTC 2008
 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 Fri Nov  7 02:27:54 UTC 2008
TB --- 2008-11-07 02:27:54 - generating LINT kernel config
TB --- 2008-11-07 02:27:54 - cd /src/sys/ia64/conf
TB --- 2008-11-07 02:27:54 - /usr/bin/make -B LINT
TB --- 2008-11-07 02:27:54 - building LINT kernel (COPTFLAGS=-O2 -pipe)
TB --- 2008-11-07 02:27:54 - cd /src
TB --- 2008-11-07 02:27:54 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Nov  7 02:27:54 UTC 2008
 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/kern/kern_mutex.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/kern/kern_ntptime.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/kern/kern_physio.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/kern/kern_pmc.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/kern/kern_priv.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 

[releng_7 tinderbox] failure on powerpc/powerpc

2008-11-06 Thread FreeBSD Tinderbox
TB --- 2008-11-07 02:03:42 - tinderbox 2.4 running on freebsd-stable.sentex.ca
TB --- 2008-11-07 02:03:42 - starting RELENG_7 tinderbox run for powerpc/powerpc
TB --- 2008-11-07 02:03:42 - cleaning the object tree
TB --- 2008-11-07 02:03:59 - cvsupping the source tree
TB --- 2008-11-07 02:03:59 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/powerpc/powerpc/supfile
TB --- 2008-11-07 02:04:07 - building world (CFLAGS=-O2 -pipe)
TB --- 2008-11-07 02:04:07 - cd /src
TB --- 2008-11-07 02:04:07 - /usr/bin/make -B buildworld
 World build started on Fri Nov  7 02:04:08 UTC 2008
 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 Fri Nov  7 03:12:24 UTC 2008
TB --- 2008-11-07 03:12:24 - generating LINT kernel config
TB --- 2008-11-07 03:12:24 - cd /src/sys/powerpc/conf
TB --- 2008-11-07 03:12:24 - /usr/bin/make -B LINT
TB --- 2008-11-07 03:12:24 - building LINT kernel (COPTFLAGS=-O2 -pipe)
TB --- 2008-11-07 03:12:24 - cd /src
TB --- 2008-11-07 03:12:24 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Nov  7 03:12:25 UTC 2008
 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 -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 
-msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_mutex.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 -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 
-msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_ntptime.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 -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 
-msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_physio.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 -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 
-msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_pmc.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 -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 
-msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_priv.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 -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 
-msoft-float -fno-omit-frame-pointer -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_proc.c
/src/sys/kern/kern_proc.c: In function 'sysctl_kern_proc_vmmap':

[releng_7 tinderbox] failure on sparc64/sparc64

2008-11-06 Thread FreeBSD Tinderbox
TB --- 2008-11-07 02:39:08 - tinderbox 2.4 running on freebsd-stable.sentex.ca
TB --- 2008-11-07 02:39:08 - starting RELENG_7 tinderbox run for sparc64/sparc64
TB --- 2008-11-07 02:39:08 - cleaning the object tree
TB --- 2008-11-07 02:39:22 - cvsupping the source tree
TB --- 2008-11-07 02:39:22 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/sparc64/sparc64/supfile
TB --- 2008-11-07 02:39:30 - building world (CFLAGS=-O2 -pipe)
TB --- 2008-11-07 02:39:30 - cd /src
TB --- 2008-11-07 02:39:30 - /usr/bin/make -B buildworld
 World build started on Fri Nov  7 02:39:31 UTC 2008
 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 Fri Nov  7 03:42:34 UTC 2008
TB --- 2008-11-07 03:42:34 - generating LINT kernel config
TB --- 2008-11-07 03:42:34 - cd /src/sys/sparc64/conf
TB --- 2008-11-07 03:42:34 - /usr/bin/make -B LINT
TB --- 2008-11-07 03:42:34 - building LINT kernel (COPTFLAGS=-O2 -pipe)
TB --- 2008-11-07 03:42:34 - cd /src
TB --- 2008-11-07 03:42:34 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Nov  7 03:42:34 UTC 2008
 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 -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 
-mcmodel=medany -msoft-float -ffreestanding -Werror  /src/sys/kern/kern_mutex.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 -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 
-mcmodel=medany -msoft-float -ffreestanding -Werror  
/src/sys/kern/kern_ntptime.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 -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 
-mcmodel=medany -msoft-float -ffreestanding -Werror  /src/sys/kern/kern_physio.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 -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 
-mcmodel=medany -msoft-float -ffreestanding -Werror  /src/sys/kern/kern_pmc.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 -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 
-mcmodel=medany -msoft-float -ffreestanding -Werror  /src/sys/kern/kern_priv.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 -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 
-mcmodel=medany -msoft-float -ffreestanding -Werror  /src/sys/kern/kern_proc.c
/src/sys/kern/kern_proc.c: In function 'sysctl_kern_proc_vmmap':
/src/sys/kern/kern_proc.c:1454: error: too few arguments to function 
'VOP_GETATTR'
*** Error code 1

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

Stop 

6.4-RC2 crashes after a few minutes of uptime

2008-11-06 Thread Rory Arms

Ken,

First of all, I'm not subscribed to the freebsd-stable@ mailing list,  
so please include me in any replies. I have been using a Dell Pentium  
II Inspiron 3700 (192 MiB of RAM, 430 Mhz PII-Celeron CPU) to test  
FreeBSD 6.4 and have been noticing panics since upgrading it to 6.4-RC1.


The system initially was installed with 6.3-RELEASE (single partition  
installation, ACPI enabled, GNOME 2) and had been quite stable. So, in  
an effort to help test 6.4, I upgraded it to 6.4-RC1 using freebsd- 
update(8). The upgrade has destabilized the system, as every single  
bootup since then has led to a panic. I had coredumps turned on, so I  
tried to gather a backtrace with kgdb(1) and every time I'd try it  
would hang trying to parse the core dump. All I see is 4 lines of  
Attempt to extract a compoent of a value that is not a structure  
pointer. and it hangs.


So, today I decided to upgrade to 6.4-RC2 in hopes that it would  
resolve these problems and it also crashes. Though it does seem to  
last longer before panicing. With RC1 I couldn't even get a full login  
to GNOME to finish before the panic, most times. Now, with RC2 it  
seems to crash later, but this could just be coincidence. So far I've  
just had one crash with RC2, and am now running a few apps in GNOME to  
see if I can trigger it again.


Note also, with RC2 I'm unable to analyze the kernel core dump either.  
kgdb(1) seems to hang with the same error as with RC1. I do have  
minidump on with RC2, and I've just now disabled it so that next time  
it crashes, it will save a full core file, to see if that makes a  
difference. Though, if RC1 is any indication, I doubt that will make  
any difference, but we'll see. All I can glean from the panic (from  
the info.0 file) is that the Panic String is a page fault. I believe  
this was the same error with RC1 and as I recall every panic I was  
able to see (at the console) it involved the process named swi6.  
Guess I should try booting with ACPI disabled to see if there is any  
difference, though I never had to do this with 6.3.


Well, if I can assist with further debugging, let me know.

Thanks,

- rory
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Panics and freeze using age0

2008-11-06 Thread Pyun YongHyeon
On Thu, Nov 06, 2008 at 10:45:09AM -0800, Gabriele Cecchetti wrote:
  I'm running FreeBSD 7.1-PRERELEASE over Asus P5Q motherboard.
  Such board comes with an nic requiring age0 driver.
  When the nic is under load, such trasferring big amount of data
  over gigabit connection (let's say some gigabyte backups),
  the computer hangs, sometimes with panic, sometimes freezing.
  

Without backtrace is really hard to guess what's the cause of
panic. So please send backtrace to us.

  Before that i was using an Intel nic with em0 driver
  and 7.0-Stable#2.. and that configuration was really stable.
  
  Looking at the backtrace we found that the page fault happened
  during pmap operations (sorry I've not the backtrace anymore to attach 
  to this mail).
  Another problem with age0 driver was that when the machine boot, the nic
  goes up and down and then remain down. Everytime, gaining control of it 
  was a mess.
  

Would you be more elaborate on this issue? Does it mean you have
to manually up/down game with ifconfig(8) after boot?

  Anyone with similar experience ?
  age0 driver is well tested for production enviroment or not ?

7.1-RELEASE would be the first official release that will ship
age(4). So I don't think it was well tested under various
workloads. But if you can provide more information for the issue
I think it could be enhanced in near future.

  Is better to buy another Intel card and going on using em0 driver ?

Remember, all hardwares supported by age(4) are for consumer
motherboards. Even if L1 has much better performance/design than
that of its successor, L1E, it's still not for server market.
The same is true for em(4). Since there are too many variants you
may have to choose the best hardware model that is suited for your
workload.

  Any other problems affecting this release just now ?
  
  And, last question, 7.1-PRERELEASE should belong to the STABLE tree ?
  In that case why during the last two months is so instable for 
  production enviroment ?
  
  Maybe I'm wrong, so I accept suggestions.
-- 
Regards,
Pyun YongHyeon
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Western Digital hard disks and ATA timeouts

2008-11-06 Thread Jeremy Chadwick
A user and myself on a broadband forum were discussing the possibility
of diminishing quality of hard disks (particularly 1TB models) in recent
days (specifically October).

The user continually referenced something called deep recovery cycle,
backed with claims from Newegg reviewers (who often know very little or
nothing at all -- grain of salt concept applies), which make Western
Digital's desktop hard disks unfit for RAID or server usage.

I claimed shenanigans until the user pointed me to the following
document on Western Digital's site:

http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/std_adp.php?p_faqid=1397

The feature described apparently causes the hard disk to enter some form
of aggressive sector scan/sector remapping loop, which can take up to 2
minutes to complete, during which time, the hard disk is basically
unusable.  (I imagine ATA commands sent to the disk will simply time out
or stall indefinitely, which would result in all sorts of timeout
errors).

Note that Western Digital's RAID edition drives claim to take up to 7
seconds to reallocate sectors, using something they call TLER, which
force-limits the amount of time the drive can spend reallocating.  TLER
cannot be disabled:

http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/std_adp.php?p_faqid=1478

What baffles me is why Western Digital thinks that 2 minutes of the
drive being unusable is acceptable but only for desktops.  Any FreeBSD
desktop will start reporting ATA timeouts if the drive wedges for more
than 5 seconds -- two minutes would just spew errors and hard-lock the
system.

What also baffles me is why Western Digital thinks the term RAID
always means a hardware RAID controller is involved as a buffer between
the OS and the disks.  Bzzzt, bad assumption on their part.

So why do we care?

As stated, FreeBSD's ATA command timeout is hard-set to 5 seconds, and
is not adjustable without editing the ATA code yourself and increasing
the value.  The FreeNAS folks have made patches available to turn the
timeout value into a sysctl.

Soren and/or others, please increase this timeout value.  Five seconds
has now been deemed too aggressive a default.  And please consider
migrating the timeout value into a sysctl.

P.S. -- I do not consider any of this reason to avoid Western Digital
drives.  But I would warn users to be a little more cautious before
reporting ATA timeouts when newer (circia 2007 and later) WD drives
are in use.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Panics and freeze using age0

2008-11-06 Thread Gabriele Cecchetti

Pyun YongHyeon ha scritto:
[...]


Would you be more elaborate on this issue? Does it mean you have
to manually up/down game with ifconfig(8) after boot?


Yes, I need to do that.
Sometimes happen that even if the interface
is showed during the bootlog, then it is not showed by ifconfig.
Typing ifconfig again show the interface.
Then I've to down/up the interface and/or ping outside, like the 
interface was sleeping.



  Anyone with similar experience ?
  age0 driver is well tested for production enviroment or not ?


[...]

  Is better to buy another Intel card and going on using em0 driver ?

Remember, all hardwares supported by age(4) are for consumer
motherboards. Even if L1 has much better performance/design than
that of its successor, L1E, it's still not for server market.
The same is true for em(4). Since there are too many variants you
may have to choose the best hardware model that is suited for your
workload.

The other card I'm using is:
[EMAIL PROTECTED]:5:1:0: class=0x02 card=0x13768086 chip=0x107c8086 rev=0x05 
hdr=0x00

vendor = 'Intel Corporation'
device = 'PRO/1000 GT'
class  = network
subclass   = ethernet

So, which card is the best buy for the server market ?

Cheers
Gabriele

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]