From owner-freebsd-amd64@FreeBSD.ORG Fri Mar 26 16:03:45 2010 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 249EE106567A for ; Fri, 26 Mar 2010 16:03:45 +0000 (UTC) (envelope-from valentin.po@gmail.com) Received: from mail-ew0-f215.google.com (mail-ew0-f215.google.com [209.85.219.215]) by mx1.freebsd.org (Postfix) with ESMTP id 748B18FC1F for ; Fri, 26 Mar 2010 16:03:43 +0000 (UTC) Received: by ewy7 with SMTP id 7so1260669ewy.31 for ; Fri, 26 Mar 2010 09:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=DWm1lj7qTy54X+1681gi3KY1Q+SvFOhjQ2R74sOPt/8=; b=Tup964KSgKx5KW3kM20A1rcA1NnmPlzLar92X4FeJ/12svccACvJWBJHlQF1mlZnZM 8+qs+gLitSLP34KeDLtkTSbOoodO60bnenyryVWFp72tFXE7OqJVT0jJUrodXvcqRJYo yYoplwIxDKlIniIZdADJvbOlAi7ZEwycLIhAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=IptVPraiG3zl0q2AUE4ZMqYZDeOVqBACRg+f4SyuPZdmYfaVAttH0KN4+Ivx6JiF1z vEJmZwqqplAkgiXgmu7sAheseiMzn1C3SDnXM/bZziGNIljbGC4OSGp+l/LYJg5SdD8e 2u48LqYgv1Iz94Gb0xuRSLfEHosxIlYNJDGJY= Received: by 10.213.98.138 with SMTP id q10mr335933ebn.38.1269619420537; Fri, 26 Mar 2010 09:03:40 -0700 (PDT) Received: from [192.168.1.33] (95-24-166-146.broadband.corbina.ru [95.24.166.146]) by mx.google.com with ESMTPS id 15sm696501ewy.0.2010.03.26.09.03.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Mar 2010 09:03:39 -0700 (PDT) From: =?koi8-r?B?98HMxc7Uyc4g8M/Qz9c=?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 26 Mar 2010 19:03:32 +0300 Message-Id: To: freebsd-amd64@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Mailman-Approved-At: Fri, 26 Mar 2010 16:11:25 +0000 Subject: amd64/145039: spin lock held too long amd64 mp_machdep.c 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: Fri, 26 Mar 2010 16:03:45 -0000 Running 8.0 stable AMD64, GENERIC running Virtualbox 3.1.4 -> VNC -> KDE4BASIC virtualbox storage on ZFS pool /storage/ virtualbox (2 SATA raidZ) motherboard TYAN S2912WG2NR-E, 8GB RAM, 2x4core Opteron 2354 and have same issue: mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 WORNING pid 1500 (VBoxSVC): ioctl sign-extension ioctl ffffffffc4a81502 mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 128 spin lock 0xffffffff80c8c9c8 (smp rendezvous) held by 0xffffff00042de728 = (tid 108078) too long panic: spin lock held too long cpuid =3D 5 Regards Valentin=20 Popov