From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: dbusbind.c SIGSEGV fix and minor cleanup Date: Sun, 23 Mar 2008 17:55:31 +0100 Message-ID: <873aqhidmk.fsf@gmx.de> References: <87wso0nz34.fsf@localhorst.mine.nu> <87hcf0kppg.fsf@gmx.de> <87abkq3olk.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206291260 16307 80.91.229.12 (23 Mar 2008 16:54:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2008 16:54:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 23 17:54:50 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JdTT8-0003H9-7C for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 17:54:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdTSX-0002Ir-Fg for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2008 12:54:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JdTSU-0002Ic-Br for emacs-devel@gnu.org; Sun, 23 Mar 2008 12:54:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JdTSS-0002IP-Nr for emacs-devel@gnu.org; Sun, 23 Mar 2008 12:54:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdTSS-0002IM-Kg for emacs-devel@gnu.org; Sun, 23 Mar 2008 12:54:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JdTSS-00026U-5w for emacs-devel@gnu.org; Sun, 23 Mar 2008 12:54:08 -0400 Original-Received: (qmail invoked by alias); 23 Mar 2008 16:54:05 -0000 Original-Received: from p57A23709.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.55.9] by mail.gmx.net (mp015) with SMTP; 23 Mar 2008 17:54:05 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18yePZVsJoyQDTlXMU9/3ra9zwm7AbaHRWlDu1yOR v31wKPbNX4j6Kz In-Reply-To: <87abkq3olk.fsf@localhorst.mine.nu> (David Hansen's message of "Sat, 22 Mar 2008 13:55:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93256 Archived-At: David Hansen writes: > At least with my dbus installation there is still an error coming to the actual > connection. This empty message is hard to reproduce as it seem to happen more > or less randomly. In case you wonder how I found out: > > I debugged a program with gud that crashed after receiving a dbus message from > the same emacs process. In some cases emacs just died with it. Could you, please, show the message it did receive when crashing? You could simplify the test by enabling traces in dbusbind.c. When you compile Emacs with "make MYCPPFLAGS='-DDBUS_DEBUG'", all traces in XD_DEBUG_MESSAGE are written to STDOUT. Best regards, Michael.