From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 22 23:00:22 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09584106566C for ; Sat, 22 Jan 2011 23:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB1118FC14 for ; Sat, 22 Jan 2011 23:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0MN0L5O060707 for ; Sat, 22 Jan 2011 23:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0MN0LJK060682; Sat, 22 Jan 2011 23:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 22 Jan 2011 23:00:21 GMT Resent-Message-Id: <201101222300.p0MN0LJK060682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C26DB1065670 for ; Sat, 22 Jan 2011 22:54:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B0C0D8FC16 for ; Sat, 22 Jan 2011 22:54:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0MMs65C032757 for ; Sat, 22 Jan 2011 22:54:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p0MMs6BZ032756; Sat, 22 Jan 2011 22:54:06 GMT (envelope-from nobody) Message-Id: <201101222254.p0MMs6BZ032756@red.freebsd.org> Date: Sat, 22 Jan 2011 22:54:06 GMT From: Carl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sun, 23 Jan 2011 01:09:33 +0000 Cc: Subject: amd64/154228: md getting stuck in wdrain state X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2011 23:00:22 -0000 >Number: 154228 >Category: amd64 >Synopsis: md getting stuck in wdrain state >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 22 23:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carl >Release: FreeBSD-8.1-RELEASE-amd64 >Organization: >Environment: FreeBSD xxxxxxxx 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: If I try to observe a 'dd' process in action whilst using it to generate a file inside a particular file-backed memory device, I end up with unkillable hung processes. It is at least faintly reminiscent of this old report: http://www.mail-archive.com/freebsd-stable@freebsd.org/msg80511.html and may be related to bug reports kern/45558 and kern/127420, neither of which appear to have ever been dealt with. My scenario goes like this. I have a disk image in a large sparse file (60GiB apparent, 28GiB used). The image is taken from an MBR-sliced SSD containing one 34GiB slice housing a bsdlabel. The bsdlabel contains 1 swap and 5 UFS partitions. With the aid of mdconfig, I am mounting only one of the UFS partitions to /media. That partition is 1GiB in size and happens to consist of few or no sparse blocks. All I am trying to do is to zero that partition's unused space with the following: dd if=/dev/zero of=/media/zero bs=1M Because this process seems to be quite slow, I switch to another window (I'm using 'screen') and run "ls /media" or "df". Both of these commands and any other commands I issue that would reference the file-backed memory device in question will immediately hang and become unkillable. The 'dd' process is also hung and unkillable. I have no recourse but to do an undignified reboot because the system as a whole hangs when I try to shut it down. This happens every time with that particular disk image file on this particular host. The host is running FreeBSD-8.1-RELEASE (amd64) on an Intel Xeon E3110 with 4GiB DRAM, a matched pair of Seagate Constellation ES hard drives, GPT partitions which are gmirrored, and gjournalled UFS2 file systems. It is remote and used by others too, so hanging it is a bad thing. Refer to "How to repeat the problem" for a test script I wrote which did reproduce the failure once. Here's the relevant process stats after the last time that script hung: # ps -axl | egrep 'me\dia|ST\AT' UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 7472 7398 0 51 0 7856 2096 wdrain D+ 2 0:00.81 dd if=/dev/zero of=/media/zero bs=1M 0 7509 7398 0 76 0 8224 1576 suspfs DE+ 2 0:00.00 ls /media I ran the script in a loop for 12 hours on a different FreeBSD-8.1-RELEASE-i386 host equipped with Intel Celeron 1.06GHz and 1GiB DRAM, but that system has yet to fail. This second host is obviously very much slower hardware, has a single Intel X25-V G2 SSD with no gjournalling, and is essentially idle. The same script was also run for about an hour without failure on another old Pentium 4 3GHz with 2GiB DRAM and FreeBSD-8.1-RELEASE-i386, a single hard disk and again no gjournalling or gmirror. I do not have a second FreeBSD-8.1-RELEASE-amd64 host on which to test this. I am hoping others can reproduce the problem using the above script or some variation on the concept. Carl / K0802647 >How-To-Repeat: In an effort to make the problem reproducible for reporting purposes, I tried to devise a script that would approximate my situation. I created the following script that did eventually fail after running it numerous times on the same amd64 host, but it usually runs to completion successfully, unlike my original scenario. This suggests a timing sensitive bug. Because the failure rate is low with this script and I must email someone at the remote site to forcibly reboot the machine once these processes become unkillable, I have been unable to figure out further simplifications, although I am sure there would be quite a few: ---------- begin script ---------- #!/bin/sh -ve truncate -s 1G img.img mdconfig -f img.img -S 512 -y 16 -x 63 -u 11 gpart create -s MBR md11 gpart add -t freebsd md11 # I expect making the image bootable should be unnecessary. gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 md11 gpart set -a active -i 1 md11 bsdlabel -w md11s1 bsdlabel md11s1 | sed -e '/^ *a:/s/unused/4.2BSD/' > /tmp/b.l bsdlabel -R md11s1 /tmp/b.l ; rm /tmp/b.l newfs /dev/md11s1a # The next 2 lines are weird and probably unnecessary, # but it is the original scenario. mdconfig -d -u 11 mdconfig -f img.img -S 512 -y 255 -x 63 -u 11 mount /dev/md11s1a /media || exit df -h | egrep 'Size|md11' dd if=/dev/zero of=/media/zero bs=1M & ps -axl | egrep 'ST\AT|d\d if' || true while jobid > /dev/null do sleep 1 ls /media > /dev/null df -h | egrep 'md11' done ps -axl | egrep 'ST\AT|d\d if' || true umount /media mdconfig -d -u 11 rm img.img ---------- end script ---------- >Fix: No known fix. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 03:20:00 2011 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD7F106566B; Sun, 23 Jan 2011 03:20:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id E00568FC0A; Sun, 23 Jan 2011 03:19:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.4) with ESMTP id p0N3JxgX028314; Sat, 22 Jan 2011 22:19:59 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p0N3Jxkb028309; Sun, 23 Jan 2011 03:19:59 GMT (envelope-from tinderbox@freebsd.org) Date: Sun, 23 Jan 2011 03:19:59 GMT Message-Id: <201101230319.p0N3Jxkb028309@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 03:20:00 -0000 TB --- 2011-01-23 01:05:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-01-23 01:05:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-01-23 01:05:01 - cleaning the object tree TB --- 2011-01-23 01:05:12 - cvsupping the source tree TB --- 2011-01-23 01:05:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-01-23 01:10:36 - building world TB --- 2011-01-23 01:10:36 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-23 01:10:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-23 01:10:36 - TARGET=amd64 TB --- 2011-01-23 01:10:36 - TARGET_ARCH=amd64 TB --- 2011-01-23 01:10:36 - TZ=UTC TB --- 2011-01-23 01:10:36 - __MAKE_CONF=/dev/null TB --- 2011-01-23 01:10:36 - cd /src TB --- 2011-01-23 01:10:36 - /usr/bin/make -B buildworld >>> World build started on Sun Jan 23 01:10:37 UTC 2011 >>> 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sun Jan 23 03:19:58 UTC 2011 TB --- 2011-01-23 03:19:58 - generating LINT kernel config TB --- 2011-01-23 03:19:58 - cd /src/sys/amd64/conf TB --- 2011-01-23 03:19:58 - /usr/bin/make -B LINT TB --- 2011-01-23 03:19:58 - building LINT kernel TB --- 2011-01-23 03:19:58 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-23 03:19:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-23 03:19:58 - TARGET=amd64 TB --- 2011-01-23 03:19:58 - TARGET_ARCH=amd64 TB --- 2011-01-23 03:19:58 - TZ=UTC TB --- 2011-01-23 03:19:58 - __MAKE_CONF=/dev/null TB --- 2011-01-23 03:19:58 - cd /src TB --- 2011-01-23 03:19:58 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Jan 23 03:19:58 UTC 2011 >>> stage 1: configuring the kernel [...] WARNING: duplicate option `GEOM_PART_EBR' encountered. WARNING: duplicate option `GEOM_PART_EBR_COMPAT' encountered. WARNING: duplicate option `GEOM_PART_MBR' encountered. WARNING: duplicate option `DEV_MEM' encountered. WARNING: duplicate device `mem' encountered. WARNING: duplicate option `DEV_ISA' encountered. WARNING: duplicate device `isa' encountered. ../../conf/options: Duplicate option USB_HOST_ALIGN. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-01-23 03:19:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-01-23 03:19:58 - ERROR: failed to build lint kernel TB --- 2011-01-23 03:19:59 - 6200.88 user 1080.61 system 8098.04 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 07:50:10 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA6FE106564A for ; Sun, 23 Jan 2011 07:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E12A8FC15 for ; Sun, 23 Jan 2011 07:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0N7oAw9084679 for ; Sun, 23 Jan 2011 07:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0N7oA4U084678; Sun, 23 Jan 2011 07:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 23 Jan 2011 07:50:10 GMT Resent-Message-Id: <201101230750.p0N7oA4U084678@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6422106564A for ; Sun, 23 Jan 2011 07:41:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C5E528FC0C for ; Sun, 23 Jan 2011 07:41:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0N7fr8h020137 for ; Sun, 23 Jan 2011 07:41:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p0N7frAn020136; Sun, 23 Jan 2011 07:41:53 GMT (envelope-from nobody) Message-Id: <201101230741.p0N7frAn020136@red.freebsd.org> Date: Sun, 23 Jan 2011 07:41:53 GMT From: Alex To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sun, 23 Jan 2011 12:08:36 +0000 Cc: Subject: amd64/154236: High Collision count on "re" network interface X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 07:50:10 -0000 >Number: 154236 >Category: amd64 >Synopsis: High Collision count on "re" network interface >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 23 07:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alex >Release: 8.2 RC2 >Organization: >Environment: FreeBSD srv.mydomain.net 8.2-RC2 FreeBSD 8.2-RC2 #1: Sun Jan 23 12:49:35 EST 2011 alex@nospam.nospam.nospam:/usr/obj/usr/src/sys/custom-server amd64 >Description: I can report this issue is also present in 8.1/amd64 (and also occurs with the stock GENERIC kernels in both releases) I am running FreeBSD on my VPS. The host is using XEN HVM. There is an unusually high collision rate being reported on the network interface: Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll re0 1500 00:16:3e:f0:8b:6c 136929 0 0 104042 0 104036 So, out of 104042 packets transmitted, collisions were detected on 104036 of them. I thought that perhaps this may just be a XEN related issue until I ran into this article on the web: http://blather.michaelwlucas.com/?p=268&cpage=1 This seems to be the same issue, but when running FreeBSD under KVM. Same network interface (re). Is this likely to be an issue with the "re" driver under virtualized environments? >How-To-Repeat: Run FreeBSD 8.1/amd64 in a XEN HVM environment >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 19:10:38 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 328F41065675; Sun, 23 Jan 2011 19:10:38 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 08F2B8FC17; Sun, 23 Jan 2011 19:10:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NJAbFo018892; Sun, 23 Jan 2011 19:10:37 GMT (envelope-from kib@freefall.freebsd.org) Received: (from kib@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NJAbaU018853; Sun, 23 Jan 2011 19:10:37 GMT (envelope-from kib) Date: Sun, 23 Jan 2011 19:10:37 GMT Message-Id: <201101231910.p0NJAbaU018853@freefall.freebsd.org> To: k0802647@telus.net, kib@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-fs@FreeBSD.org From: kib@FreeBSD.org X-Mailman-Approved-At: Sun, 23 Jan 2011 20:22:06 +0000 Cc: Subject: Re: amd64/154228: md getting stuck in wdrain state X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 19:10:38 -0000 Synopsis: md getting stuck in wdrain state State-Changed-From-To: open->feedback State-Changed-By: kib State-Changed-When: Sun Jan 23 19:08:34 UTC 2011 State-Changed-Why: Apparently, the suspension of the filesystem failed to finish, causing all writers on the filesystem to block. To diagnose the cause, we need the information specified at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html Responsible-Changed-From-To: freebsd-amd64->freebsd-fs Responsible-Changed-By: kib Responsible-Changed-When: Sun Jan 23 19:08:34 UTC 2011 Responsible-Changed-Why: UFS issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=154228 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:37:04 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4BD9106566B; Sun, 23 Jan 2011 21:37:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B80B8FC13; Sun, 23 Jan 2011 21:37:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLb4RO076762; Sun, 23 Jan 2011 21:37:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLb48X076758; Sun, 23 Jan 2011 21:37:04 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:37:04 GMT Message-Id: <201101232137.p0NLb48X076758@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/154236: [re] High Collision count on "re" network interface X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:37:04 -0000 Old Synopsis: High Collision count on "re" network interface New Synopsis: [re] High Collision count on "re" network interface Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:36:46 UTC 2011 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154236 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:37:48 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174841065670; Sun, 23 Jan 2011 21:37:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E374D8FC1C; Sun, 23 Jan 2011 21:37:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLblii076894; Sun, 23 Jan 2011 21:37:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLblNk076890; Sun, 23 Jan 2011 21:37:47 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:37:47 GMT Message-Id: <201101232137.p0NLblNk076890@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-geom@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/154226: [geom] GEOM label does not change when you modify them X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:37:48 -0000 Old Synopsis: GEOM label does not change when you modify them New Synopsis: [geom] GEOM label does not change when you modify them Responsible-Changed-From-To: freebsd-amd64->freebsd-geom Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:37:29 UTC 2011 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154226 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:38:13 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AC8B106567A; Sun, 23 Jan 2011 21:38:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51DED8FC27; Sun, 23 Jan 2011 21:38:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLcDJ3076961; Sun, 23 Jan 2011 21:38:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLcDWq076957; Sun, 23 Jan 2011 21:38:13 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:38:13 GMT Message-Id: <201101232138.p0NLcDWq076957@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/154214: [stf] [panic] Panic when creating stf interface X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:38:13 -0000 Old Synopsis: Panic when creating stf interface New Synopsis: [stf] [panic] Panic when creating stf interface Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:37:53 UTC 2011 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154214 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:38:46 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51DA7106564A; Sun, 23 Jan 2011 21:38:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2853B8FC0A; Sun, 23 Jan 2011 21:38:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLckX7077028; Sun, 23 Jan 2011 21:38:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLcki9077024; Sun, 23 Jan 2011 21:38:46 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:38:46 GMT Message-Id: <201101232138.p0NLcki9077024@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/154134: [ip6] stuck kernel state in LISTEN on ipv6 daemon which has been killed X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:38:46 -0000 Old Synopsis: stuck kernel state in LISTEN on ipv6 daemon which has been killed New Synopsis: [ip6] stuck kernel state in LISTEN on ipv6 daemon which has been killed Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:38:22 UTC 2011 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154134 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:39:49 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC7021065693; Sun, 23 Jan 2011 21:39:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A2FC18FC17; Sun, 23 Jan 2011 21:39:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLdnEf077090; Sun, 23 Jan 2011 21:39:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLdnAf077086; Sun, 23 Jan 2011 21:39:49 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:39:49 GMT Message-Id: <201101232139.p0NLdnAf077086@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: misc/154133: [build] device.hints not updated on upgrade == serial console lossage X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:39:49 -0000 Old Synopsis: device.hints not updated == serial console lossage New Synopsis: [build] device.hints not updated on upgrade == serial console lossage Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:38:56 UTC 2011 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154133 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:40:18 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C4C1065696; Sun, 23 Jan 2011 21:40:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 509B98FC08; Sun, 23 Jan 2011 21:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLeIfS077835; Sun, 23 Jan 2011 21:40:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLeIuD077828; Sun, 23 Jan 2011 21:40:18 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:40:18 GMT Message-Id: <201101232140.p0NLeIuD077828@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/154073: [libz] libz causes perl to exit on signal 11 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:40:18 -0000 Old Synopsis: libz causes perl to exit on signal 11 New Synopsis: [libz] libz causes perl to exit on signal 11 Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:39:59 UTC 2011 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154073 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:41:22 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816951065670; Sun, 23 Jan 2011 21:41:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 586E88FC0A; Sun, 23 Jan 2011 21:41:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLfMMp086481; Sun, 23 Jan 2011 21:41:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLfM4f086477; Sun, 23 Jan 2011 21:41:22 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:41:22 GMT Message-Id: <201101232141.p0NLfM4f086477@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/153746: [drm] [panic] kernel crash with 2 X11 sessions on amd64 with radeon drm X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:41:22 -0000 Synopsis: [drm] [panic] kernel crash with 2 X11 sessions on amd64 with radeon drm Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 23 21:41:11 UTC 2011 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=153746 From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 23 21:42:33 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A66D91065694; Sun, 23 Jan 2011 21:42:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3CA8FC22; Sun, 23 Jan 2011 21:42:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0NLgXxn086631; Sun, 23 Jan 2011 21:42:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0NLgX1r086627; Sun, 23 Jan 2011 21:42:33 GMT (envelope-from linimon) Date: Sun, 23 Jan 2011 21:42:33 GMT Message-Id: <201101232142.p0NLgX1r086627@freefall.freebsd.org> To: rui.pfcosta@gmail.com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: amd64/140145: [hang] sysinstall(8): Installation boot sequence freezes X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 21:42:33 -0000 Synopsis: [hang] sysinstall(8): Installation boot sequence freezes State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Jan 23 21:42:17 UTC 2011 State-Changed-Why: Note that feedback was requested. http://www.freebsd.org/cgi/query-pr.cgi?pr=140145 From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 24 11:06:56 2011 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24F510656A5 for ; Mon, 24 Jan 2011 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A60A78FC08 for ; Mon, 24 Jan 2011 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0OB6uAM077742 for ; Mon, 24 Jan 2011 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0OB6uxP077740 for freebsd-amd64@FreeBSD.org; Mon, 24 Jan 2011 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Jan 2011 11:06:56 GMT Message-Id: <201101241106.p0OB6uxP077740@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o amd64/153665 amd64 [ahci] AHCI module unconsistent behaviour with SATA3 d o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o amd64/153372 amd64 [panic] kernel panic o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i o amd64/151385 amd64 [boot] Installation hangs on MacBook o amd64/150170 amd64 [patch] [amd64] [headers] SIG_ATOMIC_MIN/SIG_ATOMIC_MA o amd64/148526 amd64 [ahci] ahci driver does not boot on AMD chip o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' o amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze o amd64/141060 amd64 [install] Can't install 8.0-RELEASE on the server wher o amd64/140715 amd64 [boot] Dell M600 Blade fails to boot 7.2+ 64 bit f amd64/140145 amd64 [hang] sysinstall(8): Installation boot sequence freez o amd64/139998 amd64 [panic][net] 7.2 amd64 panic in rtrequest1_fib o amd64/139924 amd64 [boot] cd or dvd not load o amd64/138029 amd64 [panic][bpf] periodically kernel panic and reboot o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o amd64/135265 amd64 [mpt] Boot from install cd hangs on HP DL160 G5 with L o amd64/135040 amd64 [ata] FreeBSD/amd64 does not (always) detect disk on S o amd64/133977 amd64 [panic] [ffs] "panic: ffs_blkfree: freeing free block" o amd64/133701 amd64 Recompiling the kernel with k8temp or smbios break GEO o amd64/132574 amd64 [boot] [hang] Freeze on bootstrap loader (CD) using AT o amd64/131456 amd64 [acpi] [ata] ACPI & ATA problems s amd64/131209 amd64 [panic] [bce] 7.1-STABLE amd64 crash - m0 NULL o amd64/130368 amd64 [hang] Switching from xorg to console locks up compute o amd64/129889 amd64 [boot] [hang] The booting process stops at the line mo o amd64/129426 amd64 [panic] FreeBSD 7.0 crash after subdiskXX: detached o amd64/129315 amd64 [em] amd64 motherboard: Intel DG965WH motherboard comp o amd64/128765 amd64 [install] Install CD loads to Install choices but stop o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f o amd64/125002 amd64 [install] amd64, SATA hard disks not detected o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial f amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c f amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 46 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 24 15:05:49 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D5B106566B; Mon, 24 Jan 2011 15:05:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 270658FC15; Mon, 24 Jan 2011 15:05:49 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id D9A1D46B09; Mon, 24 Jan 2011 10:05:48 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id AAB688A01D; Mon, 24 Jan 2011 10:05:47 -0500 (EST) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Mon, 24 Jan 2011 08:11:31 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201101220024.p0M0O8qR052562@red.freebsd.org> In-Reply-To: <201101220024.p0M0O8qR052562@red.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201101240811.31932.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 24 Jan 2011 10:05:47 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/154214: Panic when creating stf interface X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 15:05:49 -0000 On Friday, January 21, 2011 7:24:08 pm Vladislav V. Prodan wrote: > > >Number: 154214 > >Category: amd64 > >Synopsis: Panic when creating stf interface > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Jan 22 00:30:08 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Vladislav V. Prodan > >Release: 9.0-CURRENT amd64 > >Organization: > >Environment: > FreeBSD mary-teresa.ZZZ 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun Aug 29 19:00:25 EEST 2010 vlad11@mary-teresa.ZZZ:/usr/obj/usr/src/sys/mary- teresa.24 amd64 > > >Description: > After entering the command "ifconfig stf create" - we panic > > # kldstat -v | grep stf > 226 if_stf > > On the internal interface are given two networks ipv6 - /64 and /48. > Service works rtadvd. > Wanted to create a service 6to4. > > http://img521.imageshack.us/img521/8142/dsc00571in.jpg The picture shows a double fault (likely due to infinite recursion on the stack or some code putting too large of an object onto the stack). Can you get a backtrace via 'tr' at the db> prompt and reply with the output? -- John Baldwin From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 26 16:07:43 2011 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42343106566C; Wed, 26 Jan 2011 16:07:43 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 13BD38FC15; Wed, 26 Jan 2011 16:07:42 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.4) with ESMTP id p0QG7g2N001461; Wed, 26 Jan 2011 11:07:42 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p0QG7g5O001446; Wed, 26 Jan 2011 16:07:42 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 26 Jan 2011 16:07:42 GMT Message-Id: <201101261607.p0QG7g5O001446@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 16:07:43 -0000 TB --- 2011-01-26 13:50:01 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-01-26 13:50:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-01-26 13:50:01 - cleaning the object tree TB --- 2011-01-26 13:50:26 - cvsupping the source tree TB --- 2011-01-26 13:50:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-01-26 13:50:56 - building world TB --- 2011-01-26 13:50:56 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-26 13:50:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-26 13:50:56 - TARGET=amd64 TB --- 2011-01-26 13:50:56 - TARGET_ARCH=amd64 TB --- 2011-01-26 13:50:56 - TZ=UTC TB --- 2011-01-26 13:50:56 - __MAKE_CONF=/dev/null TB --- 2011-01-26 13:50:56 - cd /src TB --- 2011-01-26 13:50:56 - /usr/bin/make -B buildworld >>> World build started on Wed Jan 26 13:50:56 UTC 2011 >>> 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Wed Jan 26 15:59:52 UTC 2011 TB --- 2011-01-26 15:59:52 - generating LINT kernel config TB --- 2011-01-26 15:59:53 - cd /src/sys/amd64/conf TB --- 2011-01-26 15:59:53 - /usr/bin/make -B LINT TB --- 2011-01-26 15:59:53 - building LINT kernel TB --- 2011-01-26 15:59:53 - MAKEOBJDIRPREFIX=/obj TB --- 2011-01-26 15:59:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-01-26 15:59:53 - TARGET=amd64 TB --- 2011-01-26 15:59:53 - TARGET_ARCH=amd64 TB --- 2011-01-26 15:59:53 - TZ=UTC TB --- 2011-01-26 15:59:53 - __MAKE_CONF=/dev/null TB --- 2011-01-26 15:59:53 - cd /src TB --- 2011-01-26 15:59:53 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jan 26 15:59:53 UTC 2011 >>> 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 -frename-registers -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/sdhci/sdhci.c cc -c -O2 -frename-registers -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/sf/if_sf.c cc -c -O2 -frename-registers -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/sge/if_sge.c cc -c -O2 -frename-registers -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/siis/siis.c /src/sys/dev/siis/siis.c: In function 'siis_ch_attach': /src/sys/dev/siis/siis.c:521: error: 'struct siis_channel' has no member named 'led' /src/sys/dev/siis/siis.c: In function 'siis_ch_detach': /src/sys/dev/siis/siis.c:542: error: 'struct siis_channel' has no member named 'led' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-01-26 16:07:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-01-26 16:07:41 - ERROR: failed to build lint kernel TB --- 2011-01-26 16:07:41 - 6545.41 user 1166.62 system 8260.73 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 27 09:30:09 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAF0610656AC for ; Thu, 27 Jan 2011 09:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADCA08FC22 for ; Thu, 27 Jan 2011 09:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0R9U9Cn097790 for ; Thu, 27 Jan 2011 09:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0R9U9vD097785; Thu, 27 Jan 2011 09:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 27 Jan 2011 09:30:09 GMT Resent-Message-Id: <201101270930.p0R9U9vD097785@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Dolzenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7492106566C for ; Thu, 27 Jan 2011 09:27:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A6EA18FC20 for ; Thu, 27 Jan 2011 09:27:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0R9RB6D096981 for ; Thu, 27 Jan 2011 09:27:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p0R9RB1H096980; Thu, 27 Jan 2011 09:27:11 GMT (envelope-from nobody) Message-Id: <201101270927.p0R9RB1H096980@red.freebsd.org> Date: Thu, 27 Jan 2011 09:27:11 GMT From: Dmitry Dolzenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Thu, 27 Jan 2011 12:44:42 +0000 Cc: Subject: amd64/154331: HP DL360 G6 server hang when ssh transmit large amounts of data X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 09:30:10 -0000 >Number: 154331 >Category: amd64 >Synopsis: HP DL360 G6 server hang when ssh transmit large amounts of data >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 09:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dmitry Dolzenko >Release: 8.1-RELEASE-p2 >Organization: NG >Environment: FreeBSD srfilm.sernxx.ru 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #3: Wed Jan 26 14:25:18 MSK 2011 root@srfilm.sernxx.ru:/usr/obj/usr/src/sys/KERN amd64 >Description: Hewlett Packard DL360 G6 server hand without panic or exeption errors on the screen. I connect to problematic server via ssh from freebsd or windows computer. When I run "find /usr/ports" DL360 server hang after 3-4 seconds completely without errors and exeption messages. I can't switch consoles via alt+f1 alt+f2. Only caps lock LED work when I press caps lock key. When I start "find /usr/ports" from local console all work fine. Problem appear after upgrade 8.0 to 8.1p2 Previously 8.0-RELEASE work fine without problems about 9 month on this server. DL360 G6 have 2 bce LAN cards and ciss RAID. Server configuration: DL360G6 1x QC E5504 (2.0 GHz, 4 MB L3 Cache, 80Watt DDR3-800) 4 (2x2)GB Memory, P410i Z , 2 x 500GB >How-To-Repeat: 1. connect remotely via ssh 2. run "find /usr/ports" server hang after 3-4 seconds >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 29 03:10:17 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45A5F10656D7 for ; Sat, 29 Jan 2011 03:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2BB8FC15 for ; Sat, 29 Jan 2011 03:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0T3AGw0087062 for ; Sat, 29 Jan 2011 03:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0T3AGFu087061; Sat, 29 Jan 2011 03:10:16 GMT (envelope-from gnats) Date: Sat, 29 Jan 2011 03:10:16 GMT Message-Id: <201101290310.p0T3AGFu087061@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Mark Linimon X-Mailman-Approved-At: Sat, 29 Jan 2011 03:13:46 +0000 Cc: Subject: Re: amd64/150170: [patch] [amd64] [headers] SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 03:10:17 -0000 The following reply was made to PR amd64/150170; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/150170: [patch] [amd64] [headers] SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit Date: Sat, 29 Jan 2011 03:07:49 +0000 See also kern/145590. From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 29 03:20:11 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52C901065670 for ; Sat, 29 Jan 2011 03:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 42C3A8FC1A for ; Sat, 29 Jan 2011 03:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0T3KBed098251 for ; Sat, 29 Jan 2011 03:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0T3KBuq098249; Sat, 29 Jan 2011 03:20:11 GMT (envelope-from gnats) Date: Sat, 29 Jan 2011 03:20:11 GMT Message-Id: <201101290320.p0T3KBuq098249@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "b. f." X-Mailman-Approved-At: Sat, 29 Jan 2011 03:48:37 +0000 Cc: Subject: Re: amd64/150170: [patch] [amd64] [headers] SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "b. f." List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 03:20:11 -0000 The following reply was made to PR amd64/150170; it has been noted by GNATS. From: "b. f." To: bug-followup@FreeBSD.org, gerald@FreeBSD.org, Peter Jeremy , John Baldwin , Bruce Evans , Mark Linimon , Andriy Gapon Cc: Subject: Re: amd64/150170: [patch] [amd64] [headers] SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit Date: Fri, 28 Jan 2011 21:54:28 -0500 This PR: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=amd64/150170 seems to be a duplicate of: kern/145590: [kernel] [[patch] SIG_ATOMIC_{MIN,MAX} does not match sig_atomic_t on 64-bit archs http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/145590 Regards, b. From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 29 21:00:25 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36B29106564A for ; Sat, 29 Jan 2011 21:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26DB38FC16 for ; Sat, 29 Jan 2011 21:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0TL0Oro069041 for ; Sat, 29 Jan 2011 21:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0TL0OKO069021; Sat, 29 Jan 2011 21:00:24 GMT (envelope-from gnats) Date: Sat, 29 Jan 2011 21:00:24 GMT Message-Id: <201101292100.p0TL0OKO069021@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Dmitry Dolzenko X-Mailman-Approved-At: Sat, 29 Jan 2011 23:29:01 +0000 Cc: Subject: Re: amd64/154331: [hang] HP DL360 G6 server hang when ssh transmit large amounts of data X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Dolzenko List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 21:00:25 -0000 The following reply was made to PR amd64/154331; it has been noted by GNATS. From: Dmitry Dolzenko To: bug-followup@FreeBSD.org, dol@ngcom.ru Cc: Subject: Re: amd64/154331: [hang] HP DL360 G6 server hang when ssh transmit large amounts of data Date: Sat, 29 Jan 2011 23:20:48 +0300 Hello, Problem exists also in version 8.2-RC2 I am updating system to 8.2-RC2. Connect via ssh. Run "find /usr/ports" After 5-10 seconds connection terminated and I see page fault error on the server console. ------- Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id =02 fault virtual adress = 0x18 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff8030bc51 stack pointer= 0x28:0xffffff81b1e7d150 frame pointer = 0x28:0xffffff81b1e7d190 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres1, long1, def32 0, gran 1 processor eflags = intrerrupt enabled, resume, IOPL = 0 current process = 12 (irq257: bce0) trap number = 12 panic: page fault cpuid = 1 uptime 25m5s ------- Probably problem related to bce driver. With best regards, Dmitry Dolzenko.