]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/PROBLEMS: Mention crashes on MS-Windows when compiled with GCC 4.6.1.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Oct 2011 12:29:07 +0000 (14:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Oct 2011 12:29:07 +0000 (14:29 +0200)
etc/PROBLEMS

index 9e473156a783fa3b73fde4c19cf385fdf33d7891..e85972f0bfd76ae8cb3bd27b659adefcce79859e 100644 (file)
@@ -171,6 +171,14 @@ optimization.  To do this, configure Emacs with
 
  CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure
 
+** Emacs compiled with GCC 4.6.1 crashes on MS-Windows when C-g is pressed
+
+This is known to happen when Emacs is compiled with MinGW GCC 4.6.1
+with the -O2 option (which is the default in the Windows build).  The
+reason is a bug in MinGW GCC 4.6.1; to work around, either add the
+`-fno-omit-frame-pointer' switch to GCC or compile without
+optimizations (`--no-opt' switch to the configure.bat script).
+
 ** Emacs crashes in x-popup-dialog.
 
 This can happen if the dialog widget cannot find the font it wants to