From owner-freebsd-gnome@FreeBSD.ORG Thu May 8 12:30:04 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 959CE37B401 for ; Thu, 8 May 2003 12:30:04 -0700 (PDT) Received: from com.bat.ru (world.xs4all.nl [213.84.54.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A7843FBD for ; Thu, 8 May 2003 12:30:03 -0700 (PDT) (envelope-from timur@com.bat.ru) Received: from com.bat.ru (timur@localhost [127.0.0.1]) by com.bat.ru (8.12.9/8.12.9/bat-1.6) with ESMTP id h48JTxGp068161; Thu, 8 May 2003 21:29:59 +0200 (CEST) (envelope-from timur@com.bat.ru) Received: (from timur@localhost) by com.bat.ru (8.12.9/8.12.9/Submit) id h48JTvig068160; Thu, 8 May 2003 21:29:57 +0200 (CEST) Date: Thu, 8 May 2003 21:29:56 +0200 From: "Timur I. Bakeyev" To: Joe Marcus Clarke Message-ID: <20030508212956.A68076@bat.ru> References: <20030507032722.GA50343@gforce.johnson.home> <20030507223252.A60713@bat.ru> <20030507170618.Q62863@shumai.marcuscom.com> <20030508020559.GA27322@gforce.johnson.home> <1052361604.68744.1.camel@shumai.marcuscom.com> <20030508123135.GA94967@gforce.johnson.home> <1052406971.308.16.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1052406971.308.16.camel@gyros>; from marcus@marcuscom.com on Thu, May 08, 2003 at 11:16:11AM -0400 X-Organization: RIPE Network Coordination Centre X-Phone: +31 20 535 4444 X-Fax: +31 20 535 4445 X-WWW: http://www.ripe.net cc: FreeBSD GNOME Users Subject: Re: GDM2 no longer works with -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 19:30:04 -0000 On Thu, May 08, 2003 at 11:16:11AM -0400, Joe Marcus Clarke wrote: > > I tried it this time with no malloc.conf, and a clean gdm.conf, and it > still works. Can you get a stacktrace with symbols from the dying gdm? Here is the output of gdb: > bt #0 0x28891833 in poll () from /usr/lib/libc.so.5 #1 0x28a4b651 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.5 #2 0x28a4b050 in _thread_kern_scheduler () from /usr/lib/libc_r.so.5 #3 0xd0d0d0d0 in ?? () #4 0x08050e86 in gdm_start_first_unborn_local (delay=134701160) at gdm.c:781 #5 0x080521c6 in main (argc=-1077937188, argv=0xbfbffc2c) at gdm.c:1550 #6 0x0804f475 in _start () > fr 4 > l 776 /* only the first local display has 777 * timed login going on */ 778 if (gdm_first_login) 779 d->timed_login_ok = TRUE; 780 781 if ( ! gdm_display_manage (d)) { 782 gdm_display_unmanage (d); 783 /* only the first local display gets 784 * autologged in */ 785 gdm_first_login = FALSE; > fr 5 #5 0x080521c6 in main (argc=-1077937188, argv=0xbfbffc2c) at gdm.c:1550 1550 gdm_start_first_unborn_local (0 /* delay */); (gdb) l 1545 gdm_xdmcp_init(); 1546 1547 create_connections (); 1548 1549 /* Start local X servers */ 1550 gdm_start_first_unborn_local (0 /* delay */); 1551 1552 /* Accept remote connections */ 1553 if (GdmXdmcp) { 1554 gdm_debug ("Accepting XDMCP connections..."); Process stays in memory and eats 90% of CPU... Also, for fist few seconds after X server is shuted down, gdm-binary sits in Giant1 state... Previous version(2.1.4.3) of gdm still works fine :() Another common thing between Glenn's system and mine, as I noticed is GForce video chipset... Hm... Maybe I'd try new snapshot of CURRENT and NVidia drivers... Regards, Timur.