| delorie.com/archives/browse.cgi | search |
| 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: | <CAK-n8j6YDQobOYNpyU14kioabkQfhuGFkM4r9iQydmRhN01DTQ@mail.gmail.com> |
| Subject: | Where do the DBUS* programs put their crash logs? |
| From: | Jim Reisert AD1C <jjreisert AT alum DOT mit DOT edu> |
| To: | cygwin AT cygwin DOT com |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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, <jjreisert AT alum DOT mit DOT edu>, 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |