emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/PROBLEMS,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS,v
Date: Sun, 25 Feb 2007 09:55:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        07/02/25 09:55:55

Index: PROBLEMS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/PROBLEMS,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -b -r1.206 -r1.207
--- PROBLEMS    11 Feb 2007 01:08:45 -0000      1.206
+++ PROBLEMS    25 Feb 2007 09:55:55 -0000      1.207
@@ -213,6 +213,17 @@
 This happens because of bugs in Gtk+.  Gtk+ 2.10 seems to be OK.  See bug
 http://bugzilla.gnome.org/show_bug.cgi?id=85715.
 
+** Emacs compiled with Gtk+ crashes on startup on cygwin.
+
+A typical error message is
+  ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes 
+  (alignment: 512): Function not implemented
+
+Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on
+cygwin that becomes the cygwin supplied memalign.  As malloc is not the
+cygwin malloc, the cygwin memalign always returns ENOSYS.  A fix for this
+problem would be welcome.
+
 * General runtime problems
 
 ** Lisp problems




reply via email to

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