emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Current trunk aborts with MinGW


From: martin rudalics
Subject: Re: Current trunk aborts with MinGW
Date: Tue, 30 Sep 2014 15:51:55 +0200

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]