From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 14:02:34 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C063106566B for ; Fri, 10 Sep 2010 14:02:34 +0000 (UTC) (envelope-from tgen@deepbone.net) Received: from cpsmtpb-ews01.kpnxchange.com (cpsmtpb-ews01.kpnxchange.com [213.75.39.4]) by mx1.freebsd.org (Postfix) with ESMTP id DD43B8FC16 for ; Fri, 10 Sep 2010 14:02:33 +0000 (UTC) Received: from cpbrm-ews04.kpnxchange.com ([10.94.84.135]) by cpsmtpb-ews01.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 10 Sep 2010 15:50:29 +0200 Received: from CPSMTPM-EML106.kpnxchange.com ([195.121.3.10]) by cpbrm-ews04.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 10 Sep 2010 15:50:29 +0200 Received: from smtp.deepbone.net ([84.83.37.40]) by CPSMTPM-EML106.kpnxchange.com with Microsoft SMTPSVC(7.0.6002.18222); Fri, 10 Sep 2010 15:50:29 +0200 Received: from [10.64.3.36] (unknown [10.64.1.10]) (Authenticated sender: tgen) by smtp.deepbone.net (Postfix) with ESMTPSA id E0CC939819 for ; Fri, 10 Sep 2010 13:50:28 +0000 (UTC) Message-ID: <4C8A379E.6080909@deepbone.net> Date: Fri, 10 Sep 2010 13:50:22 +0000 From: "Thomas E. Spanjaard" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100527 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBBD88453504D60DE655A043C" X-OriginalArrivalTime: 10 Sep 2010 13:50:29.0239 (UTC) FILETIME=[21117870:01CB50EF] X-RcptDomain: freebsd.org Subject: Eventtimers b0rking w/ math/atlas X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 14:02:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBBD88453504D60DE655A043C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable While trying to build math/atlas on a FreeBSD/amd64 9.0-CURRENT r212411, the kernel hangs at some point when math/atlas tries to run some tests (presumably the ones to profile the code and optimise). The kernel spouts messages about Starting event timers: LAPIC @ 1000Hz, HPET @ 127Hz; then LAPIC @ 1000Hz, HPET @ 8128Hz (iirc), back, then back again. After that, the system is no longer responsive, and eventually panic()s because some spinlock has been held too long in the pmap TLB invalidate code. Couldn't get a dump, because I had no dumpdev configured. Anyone else see this problem? I'm trying to reproduce it by building other ports (it has survived gcc44, gcc45, llvm and clang so far), but only math/atlas seems to trigger it. Cheers, --=20 Thomas E. Spanjaard tgen@netphreax.net tgen@deepbone.net --------------enigBBD88453504D60DE655A043C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJMijekAAoJEKE55rmjwpbTF9EH/2c9cpguN9qYOmsrZhpYD9MG UrXu4oYmPaRonXOvPmTCXcJeX7VxwIZz5E7dADpIYQzA7f13nMzhZ3Jbz4TGKlpc WpXwIMIFLbex1opQ/GSiX2XWqofqB+jJiTNCTBYKSZXDWEWqreYYdjnPurnbo3bI nPPIpRae5nqAGrRY28LhnNXGct2LvlHhZhJIzD7jTdgyTiZAqIrWo3Df+NLfKfRD v0D6ULiN2Qm+OlXmNTgBG4WSp2QInHGzd9dk4v9K/T62tcTCU1Ruzr89Ibw3ljhs uIKoMi8ICMEZ6N1GawkFvTCGj+sjIi5EPlWP+q+dratPRPqpNzCvUmqKzFbNTcU= =mjL4 -----END PGP SIGNATURE----- --------------enigBBD88453504D60DE655A043C--