From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Current trunk aborts with MinGW Date: Tue, 30 Sep 2014 15:19:48 +0100 Message-ID: References: <542A690D.9080500@gmx.at> <542AB57B.8080000@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412088654 8553 80.91.229.3 (30 Sep 2014 14:50:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2014 14:50:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 30 16:50:48 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 1XYylJ-0001OG-Ex for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2014 16:50:45 +0200 Original-Received: from localhost ([::1]:43799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYylJ-00029E-4a for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2014 10:50:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYykm-00023y-M2 for emacs-devel@gnu.org; Tue, 30 Sep 2014 10:50:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYyke-0003Jo-5Q for emacs-devel@gnu.org; Tue, 30 Sep 2014 10:50:12 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYykd-0003Iv-VL for emacs-devel@gnu.org; Tue, 30 Sep 2014 10:50:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XYyHa-0002TX-TY for emacs-devel@gnu.org; Tue, 30 Sep 2014 16:20:02 +0200 Original-Received: from uk.solarflare.com ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Sep 2014 16:20:02 +0200 Original-Received: from andrewjmoreton by uk.solarflare.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Sep 2014 16:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: uk.solarflare.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) Cancel-Lock: sha1:SBziaJwUWcyjTuS7pfUoxIx/ULM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:174855 Archived-At: On Tue 30 Sep 2014, martin rudalics wrote: >> 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. There are several toolchains: a) The Mingw project (www.mingw.org): - 32bit gcc (i686-pc-mingw32) b) The Mingw64 project (mingw-w64.sourceforge.net): - 32bit gcc (i686-w64-mingw32) - 64bit gcc (x86_64-w64-mingw32) It helps to know which one you are using as well as the gcc version. > 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. Eli has analysed the cause of this, and his patch will hopefully fix your problem (and several other obscure crashes seen recently). AndyM