From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 12:48:07 2009 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 09FA1106566B; Wed, 29 Apr 2009 12:48:07 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 570FC8FC1A; Wed, 29 Apr 2009 12:48:06 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz9 with SMTP id 9so1131081bwz.43 for ; Wed, 29 Apr 2009 05:48:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=POCknk+Q5dlNKHsqNvcE76jSgEg7TfsHnMFQb4c+QN8=; b=qpMbeS9JurY1dE+eTfiXpImEPY5vbb61KPOOykxtgEWoN5iVLuXr0eR40c3py+vhBN SDkx+dDzmssLuFHXuksiieJrnrgB/TFnpKae2dJvRg5s+sL4RxHiemAxWu/YXBAZb4Qk 9hABDdXy1/rTFg+QC6lFSCV5xE4rEyiQxd6VU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=FINHBKaE2swdSyPi1NQ5RCZw0Rsj+OYC9q1EuKK4RCWsg4Xjaos3ImApaomS58PHW3 xCr8gsOBr9m3C22nu8ZDECjqMeWlzgVItbu/mg6/CQ1/j+XM3YnH0Y11gh6iDy8y8EUH Bave+McmhGoTcpe+ByRD/3y5gksnV2SwEsFKc= MIME-Version: 1.0 Received: by 10.239.175.144 with SMTP id n16mr13146hbf.172.1241009285149; Wed, 29 Apr 2009 05:48:05 -0700 (PDT) In-Reply-To: <20090429124345.GA10196@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> <20090428112618.GA3151@rebelion.Sisis.de> <20090428122452.GA4743@rebelion.Sisis.de> <3a142e750904290535j4464262bs1bc306fefac6b0ba@mail.gmail.com> <20090429124345.GA10196@rebelion.Sisis.de> Date: Wed, 29 Apr 2009 14:48:05 +0200 Message-ID: <3a142e750904290548h7f991547lc935839c08ebe9dc@mail.gmail.com> From: "Paul B. Mahol" To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown 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: Wed, 29 Apr 2009 12:48:07 -0000 On 4/29/09, Matthias Apitz wrote: > El dia Wednesday, April 29, 2009 a las 02:35:49PM +0200, Paul B. Mahol > escribio: > >> On 4/28/09, Matthias Apitz wrote: >> > El dia Tuesday, April 28, 2009 a las 01:26:18PM +0200, Matthias Apitz >> > escribio: >> > >> >> I will just remove the older versions of the 33 packages on the EeePC >> >> and update this with a: >> >> >> >> # cd PKGDIR-Xorg-7.4_1 >> >> # pkg_add xorg-7.4_1 >> > >> > I did the update, and the X server starts and stop fine: >> > >> > $ X -retro >> > >> > X.Org X Server 1.6.0 >> > Release Date: 2009-2-25 >> > X Protocol Version 11, Revision 0 >> > Build Operating System: FreeBSD 8.0-CURRENT i386 >> > ... >> > >> > It terminates as well fine (without crash) on Alt-Ctrl-BS); tried it >> > three times without any crash; >> > >> > but when I launch >> > >> > $ startx >> > >> > which starts KDE 3.5.10, it crashes when KDE is ended via the menu in >> > KDE: >> >> You mean it crashed but console did not get corrupted? > > I mean: it crashes with sig 11 and console is corrupted; sorry for > beeing inprecise; Well in that case recompile all ports (dri/libdrm/Mesa stuff/Xorg server) with symbols enabled, and enable kern.sugid_coredump sysctl. Try to get bt from Xorg coredump. > I will CVS update the kernel (mine is ~March 23), maybe it's a solved > issue outside X-sever; >> > startkde: Shutting down... >> > klauncher: Exiting on signal 1 >> > kde4: not found >> >> Guessing, do you have kde4? > > no; I have KDE 3.5.10 only (no KDE4); but I was told by the KDE gurus > that newer versions of KDE3 try to shutdown KDE4 clients; I should > ignore this; -- Paul