From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 2 17:14:26 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 25D421065674; Wed, 2 Apr 2008 17:14:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Warren Block Date: Wed, 2 Apr 2008 13:14:11 -0400 User-Agent: KMail/1.6.2 References: <200804020055.m320tEKh075558@freefall.freebsd.org> <200804021227.28258.jkim@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200804021314.12780.jkim@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org Subject: Re: ports/122363: x11-servers/xorg-server 1.4_7, 1 locks up on mouse detection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 17:14:27 -0000 On Wednesday 02 April 2008 12:30 pm, Warren Block wrote: > On Wed, 2 Apr 2008, Jung-uk Kim wrote: > > On Wednesday 02 April 2008 12:23 pm, Jung-uk Kim wrote: > >> Did you update ports/sysutils/hal? If not, please do and give > >> us feedback. > > > > Sorry, I missed you're using hal-0.5.11rc2_5. Did you reboot > > after the upgrade? > > At first, I just stopped and restarted dbus and hald. Then I > rebooted. Both the same--xorg-server just stops. Okay. Can you tell me where it 'stops', e.g., top ps -p `pgrep -nx Xorg` -u -w ktrace -p `pgrep -nx Xorg`; sleep 10; ktrace -cp `pgrep -nx Xorg`; kdump Jung-uk Kim