From owner-freebsd-ports@FreeBSD.ORG Sun Mar 21 14:00:11 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DDA01065670; Sun, 21 Mar 2010 14:00:11 +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 3A5B18FC1B; Sun, 21 Mar 2010 14:00:10 +0000 (UTC) Received: from [192.168.1.4] (adsl-154-185-142.bna.bellsouth.net [68.154.185.142]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o2LE08IR031369 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 21 Mar 2010 10:00:09 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Torfinn Ingolfsen In-Reply-To: References: <20100311134413.GH19740@bsdcrew.de> <7d6fde3d1003181153r673e97c2o621203508172bb41@mail.gmail.com> <6201873e1003181416x62106337ye5c06dd0202a5827@mail.gmail.com> <20100319110349.1214be6d@ernst.jennejohn.org> <20100320113316.5cebf060@ernst.jennejohn.org> <20100320132603.3ca7292e@ernst.jennejohn.org> Content-Type: text/plain Organization: FreeBSD Date: Sun, 21 Mar 2010 09:00:03 -0500 Message-Id: <1269180003.2548.19.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.8 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,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: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 14:00:11 -0000 On Sat, 2010-03-20 at 18:47 +0100, Torfinn Ingolfsen wrote: > Update > > On Sat, Mar 20, 2010 at 1:26 PM, Gary Jennejohn > wrote: > > > > > Well, I don't know whether this is really relevant, but I noticed that > > xfce4-session actually depends on dbus-glib and not dbus. It might be > > necessary to reinstall dbus-glib with DBUS_DISABLE_CHECKS set. > > > > This is easily done by modifying devel/dbus-glib/Makefile to set > > --enable-checks=no at line 320. > > > > Ok, I tried that too. Sadly, it had no effect. xfce4-session core dumps as > before with this option set for dbus-glib. Yes, I restarted dbus after > reinstalling this port. > > > > Of course, this is just a hack and doesn't fix the real problem and we're > > probably all getting tired of this thread :) > > > > Possibly, but I'm willing to try a few suggestions more. > It would be nice if it worked. You said that X also crashes when this happens, correct? If so, rebuild xorg-server with -DWITH_DEBUG. ssh into the machine and "gdb startx -- :0", or If you can get X running before starting xfce4-session, just attach gdb to the running Xorg server. You must do this from a second machine or you will just lock everything up. When the server exits, your screen will freeze and you will be able to get a backtrace from gdb. Then just hit 'c' in gdb and it will finish aborting and restart or exit... robert. -- Robert Noland FreeBSD