From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Current trunk aborts with MinGW Date: Tue, 30 Sep 2014 15:51:55 +0200 Message-ID: <542AB57B.8080000@gmx.at> References: <542A690D.9080500@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1412085206 24252 80.91.229.3 (30 Sep 2014 13:53:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2014 13:53:26 +0000 (UTC) To: Andy Moreton , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 30 15:53:18 2014 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 1XYxrh-0007g0-Pr for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2014 15:53:17 +0200 Original-Received: from localhost ([::1]:43483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYxrh-0002Zp-8d for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2014 09:53:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYxqh-0001kG-3R for emacs-devel@gnu.org; Tue, 30 Sep 2014 09:52:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYxqY-0000hV-Pp for emacs-devel@gnu.org; Tue, 30 Sep 2014 09:52:15 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:49619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYxqY-0000gF-Go for emacs-devel@gnu.org; Tue, 30 Sep 2014 09:52:06 -0400 Original-Received: from [178.190.167.139] ([178.190.167.139]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Lck9X-1Y00r21k3z-00k8Ou; Tue, 30 Sep 2014 15:51:59 +0200 In-Reply-To: X-Provags-ID: V03:K0:+wzGHcK5+ROn2hJjcQtR4M0AyjmRrePv++6PZedBAhEQf+K1s8D j7oOkfB639KkO7XkqYMLv9M2IFOUf/AHbRCWqpMr9j7H0jbG/uxHPWkYhTwYYr/dg4inSNE fkK1WrOgn8SZPloiWxyltgYEwnS/qqo7Ft9jtFhwhE1ZbOGBV7aFSCHUxI0+B5wcFaraLJb OFLXM5GClPhc0+QscxJHA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.18 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:174839 Archived-At: > 1) which revision of trunk ? I tried revisions 117981 and now 117983. > 2) which mingw toolchain and gcc version ? gcc version 4.6.2. I have no idea what a mingw toolchain version is. > 3) which build options ? CPPFLAGS='-DGLYPH_DEBUG=1' CFLAGS='-O0 -g3' ./configure --prefix=/c/emacs/quickfixes --enable-checking=yes --enable-check-lisp-object-type=yes > 4) what did you do to provoke the bug ? I invoked emacs -Q. The problem is in this part of frame.c tem = display_x_get_resource (dpyinfo, SCOPED_STRING (attribute), SCOPED_STRING (class), Qnil, Qnil); but I have no idea how to investigate this. martin