From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.bugs Subject: bug#7113: 23.2; Crash on invalid path argument to dbus-introspect-xml Date: Sun, 03 Oct 2010 15:22:39 +0200 Message-ID: <87k4lzbecg.fsf@gmx.de> References: <8762xrk113.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286113307 29276 80.91.229.12 (3 Oct 2010 13:41:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2010 13:41:47 +0000 (UTC) Cc: 7113@debbugs.gnu.org, Ari Roponen To: Thomas Fitzsimmons Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 03 15:41:46 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2Ooz-0002ab-9L for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Oct 2010 15:41:45 +0200 Original-Received: from localhost ([127.0.0.1]:43083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2Ooy-0003GY-QG for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Oct 2010 09:41:44 -0400 Original-Received: from [140.186.70.92] (port=39460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2Oos-0003Da-F3 for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 09:41:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2Oor-0003i0-Dy for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 09:41:38 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2Oor-0003hs-9r for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 09:41:37 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P2OTz-0007W8-P5; Sun, 03 Oct 2010 09:20:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Oct 2010 13:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7113 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7113-submit@debbugs.gnu.org id=B7113.128611198128887 (code B ref 7113); Sun, 03 Oct 2010 13:20:03 +0000 Original-Received: (at 7113) by debbugs.gnu.org; 3 Oct 2010 13:19:41 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2OTd-0007Vs-0S for submit@debbugs.gnu.org; Sun, 03 Oct 2010 09:19:41 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23] helo=mail.gmx.net) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P2OTb-0007Vn-5e for 7113@debbugs.gnu.org; Sun, 03 Oct 2010 09:19:40 -0400 Original-Received: (qmail invoked by alias); 03 Oct 2010 13:22:41 -0000 Original-Received: from p4FC18283.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.130.131] by mail.gmx.net (mp057) with SMTP; 03 Oct 2010 15:22:41 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19wKBg2tHRwYFu1pG320KqC7+Ozm9PCs75diOSCJQ pbh8GI5bD/BC/S In-Reply-To: (Thomas Fitzsimmons's message of "Sat, 02 Oct 2010 21:58:47 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 03 Oct 2010 09:20:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40674 Archived-At: Thomas Fitzsimmons writes: > This putenv is only run when initialization is not skipped (e.g., > running src/temacs). When initialization is skipped (e.g., running > src/emacs) the putenv is not executed and D-Bus warnings are fatal as > before. Ah, indeed. One could see this only when emacs was dumped, for instance after `make bootstrap'. I've moved the code to Fdbus_init_bus. Seems to work now. > Thomas Thanks, and best regards, Michael.