From owner-freebsd-stable@FreeBSD.ORG Wed Jul 1 13:45:15 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B7AB1065673 for ; Wed, 1 Jul 2009 13:45:15 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 181D58FC12 for ; Wed, 1 Jul 2009 13:45:14 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-156-4-82.bna.bellsouth.net [70.156.4.82]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n61DjAHB008363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Jul 2009 09:45:12 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: david.keller@litchis.fr In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-i8fAmKfKoYxw6qQ9l3Fq" Organization: FreeBSD Date: Wed, 01 Jul 2009 08:45:04 -0500 Message-Id: <1246455905.1855.31.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-stable@freebsd.org Subject: Re: 7.2-RELEASE amd64 panic when starting Xorg X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 13:45:15 -0000 --=-i8fAmKfKoYxw6qQ9l3Fq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-07-01 at 10:25 +0000, david.keller@litchis.fr wrote: > Hi, >=20 > Using an ATI Radeon X850, the system restarts when starting Xorg. >=20 > The coredump says that it's a page related error. >=20 > This bug seems related to this one: > http://lists.freebsd.org/pipermail/freebsd-stable/2009-April/049618.html > which provides some informations. Do you need more ? >=20 > What can I do to help ? I don't see that we resolved that one... It looks like drm_open is returning "no such file or directory". Check the permissions on the drm device. That said, it still shouldn't panic, I'm suspicious that it may be related to copyin/copyout with locks held. See if the following patch still applies cleanly. http://people.freebsd.org/~rnoland/drm_radeon-copyin-fix-try2.patch robert. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-i8fAmKfKoYxw6qQ9l3Fq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkpLaGAACgkQM4TrQ4qfRONh4QCfbhm3oFV7pzAgWYwaqZYzmAPl fkoAn0lfcwJMbY0dtAmuI7OWgp7CqKIj =y0+w -----END PGP SIGNATURE----- --=-i8fAmKfKoYxw6qQ9l3Fq--