X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org MIME-Version: 1.0 X-Received: by 10.112.10.138 with SMTP id i10mr2804329lbb.24.1362004238669; Wed, 27 Feb 2013 14:30:38 -0800 (PST) Date: Wed, 27 Feb 2013 15:30:38 -0700 Message-ID: Subject: Where do the DBUS* programs put their crash logs? From: Jim Reisert AD1C To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I have a rather convoluted way of starting Emacs, running Windows 7 Pro, 64-bit: [JJR:~] $ cat .startxwinrc /usr/bin/emacs --daemon This sets up Emacs to run in client/server mode. I use "emacsclient" to bring up the editor window. Then every time I create a new xterm, my .bashrc does this: if [ -n "$DISPLAY" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ] ; then eval `dbus-launch --sh-syntax --exit-with-session` fi There are times when I either close the X session, or close the last xterm, where it appears the one of the dbus-* utilities crashes (as well as reporting a warning about \ vs. / path symbols, even though I have CYGWIN=nodosfilewarning). I get a console window with what appears to be some kind of error report. But it goes away quickly enough that I have not been able to capture the contents. I was hoping it would be logged somewhere, but I don't see anything in /var/log How should I go about trying to debug this? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple