From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Is the Cygw32 port ready for testing? Date: Mon, 15 Oct 2012 19:16:13 +0200 Message-ID: <83pq4j4pwi.fsf@gnu.org> References: <507B404C.8050602@cornell.edu> <507B4A96.6000804@dancol.org> <507B6404.8080103@cornell.edu> <507B68BD.2050409@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1350322454 25888 80.91.229.3 (15 Oct 2012 17:34:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2012 17:34:14 +0000 (UTC) Cc: dancol@dancol.org, emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 19:34:20 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TNoYU-0001DP-Hu for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2012 19:34:18 +0200 Original-Received: from localhost ([::1]:43146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoYN-0007c5-Ng for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2012 13:34:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoYE-0007Zh-Vl for emacs-devel@gnu.org; Mon, 15 Oct 2012 13:34:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNoGr-0004fx-SK for emacs-devel@gnu.org; Mon, 15 Oct 2012 13:16:54 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:33841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoGr-0004dk-H7 for emacs-devel@gnu.org; Mon, 15 Oct 2012 13:16:05 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MBY001002MH9S00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 15 Oct 2012 19:16:04 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MBY00MSQ2MRZLX0@a-mtaout22.012.net.il>; Mon, 15 Oct 2012 19:16:04 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154354 Archived-At: > Date: Mon, 15 Oct 2012 10:14:26 -0400 > From: Ken Brown > Cc: Emacs > > The build with dbus support still doesn't work. An "Emacs abort" > dialogue box comes up during the build [which I've never seen before > when doing a Cygwin build] asking if I want to attach gdb. That dialog is one sign that the native Windows GUI and window manager are used for display and input. It's what happens when Emacs aborts itself or catches some other fatal signal. Attaching a debugger, as instructed in the dialog, will allow you to produce a backtrace that might show what went wrong.