From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 01:48:25 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF92416A41F for ; Thu, 10 Nov 2005 01:48:25 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: from smtp.housing.ufl.edu (smtp2.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD9E43D48 for ; Thu, 10 Nov 2005 01:48:24 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 34397 invoked by uid 98); 10 Nov 2005 01:48:23 -0000 Received: from 128.227.47.18 by smtp1.housing.ufl.edu (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.87/1082. spamassassin: 3.0.4. Clear:RC:1(128.227.47.18):. Processed in 0.07017 secs); 10 Nov 2005 01:48:23 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp1.housing.ufl.edu X-Qmail-Scanner: 1.25 (Clear:RC:1(128.227.47.18):. Processed in 0.07017 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with SMTP; 10 Nov 2005 01:48:23 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Wed, 9 Nov 2005 20:47:41 -0500 Message-ID: <0E972CEE334BFE4291CD07E056C76ED808DB6AE2@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Anyone having problems with xorg 6.8.2 on 6.0-R Thread-Index: AcXlmLyd2gjrcCpDQCqafV+kZtUn7g== From: "Will Saxon" To: Cc: Subject: Anyone having problems with xorg 6.8.2 on 6.0-R 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: Thu, 10 Nov 2005 01:48:26 -0000 Hello, I upgraded my amd64 installation to 6.0-RELEASE, and I am no longer=20 able to use X. It exits with a signal 11 error. I have recompiled from=20 ports, installed from packages from freebsd.org and performed a clean=20 installation from an i386 6.0-R cd again installing from both port=20 compilation and packages. I get the same error every time. This was=20 all working fine last Thursday on I believe 6.0-BETA5. System is a dual Opteron 244 on an MSI K8T Master2-FAR with an ATI=20 Radeon 9200SE.=20 I've rebuilt xorg with -DWITH_DEBUG and here is a backtrace from the core file: #0 0x282384b3 in kill () from /lib/libc.so.6 #1 0x2822d4f0 in raise () from /lib/libc.so.6 #2 0x282a7c5c in abort () from /lib/libc.so.6 #3 0x0806c1d6 in ddxGiveUp () at xf86Init.c:1228 #4 0x080d945e in AbortServer () at log.c:395 #5 0x080d9520 in FatalError ( f=3D0x8187798 "Caught signal %d. Server aborting\n") at log.c:541 #6 0x08081618 in xf86SigHandler (signo=3D11) at xf86Events.c:1298 #7 0xbfbfff94 in ?? () #8 0x0000000b in ?? () #9 0x0000000c in ?? () #10 0xbfbfe680 in ?? () #11 0x0000022c in ?? () #12 0x080815c0 in xf86InterceptSignals () at xf86Events.c:1270 #13 0x28632934 in RADEONDisplayDDCConnected (pScrn=3D0x81df800,=20 DDCType=3DDDC_VGA, port=3D0x81c2a44) at radeon_driver.c:914 #14 0x2863e10f in RADEONPreInit (pScrn=3D0x81df800, flags=3D0) at radeon_driver.c:1810 #15 0x0806dcc0 in InitOutput (pScreenInfo=3D0x81b9ac0, argc=3D4, argv=3D0xbfbfed20) at xf86Init.c:588 #16 0x080c2ae7 in main (argc=3D4, argv=3D0xbfbfed20, envp=3D0xbfbfed34) at main.c:365 As I mentioned earlier, this occurs on i386 and amd64, compiled on the=20 machine or using packages from freebsd.org. I have tried with and without dri enabled. Also it occurs wih SMP and without on i386. One other thing -=20 if I change the driver to 'vga', I am able to start the server normally. Any pointers would be greatly appreciated. -Will