aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMiles Bader2007-02-26 23:03:45 +0000
committerMiles Bader2007-02-26 23:03:45 +0000
commita73d7753f965734247be482efa125da5235996da (patch)
tree56af26fb1a12a2c93c146aac923947968c4c9d76 /etc/PROBLEMS
parent55a5664de23c07003d4d2584fc065619609500b6 (diff)
parentf6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff)
downloademacs-a73d7753f965734247be482efa125da5235996da.tar.gz
emacs-a73d7753f965734247be482efa125da5235996da.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index fa113aaaf75..1a3ff7ab313 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -217,6 +217,17 @@ configuring your compiler to use the native linker instead of GNU ld.
217This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug 217This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug
218http://bugzilla.gnome.org/show_bug.cgi?id=85715. 218http://bugzilla.gnome.org/show_bug.cgi?id=85715.
219 219
220** Emacs compiled with Gtk+ crashes on startup on cygwin.
221
222A typical error message is
223 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
224 (alignment: 512): Function not implemented
225
226Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on
227cygwin that becomes the cygwin supplied memalign. As malloc is not the
228cygwin malloc, the cygwin memalign always returns ENOSYS. A fix for this
229problem would be welcome.
230
220* General runtime problems 231* General runtime problems
221 232
222** Lisp problems 233** Lisp problems