diff options
| author | Miles Bader | 2007-02-26 23:03:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-02-26 23:03:45 +0000 |
| commit | a73d7753f965734247be482efa125da5235996da (patch) | |
| tree | 56af26fb1a12a2c93c146aac923947968c4c9d76 /etc/PROBLEMS | |
| parent | 55a5664de23c07003d4d2584fc065619609500b6 (diff) | |
| parent | f6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff) | |
| download | emacs-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/PROBLEMS | 11 |
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. | |||
| 217 | This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug | 217 | This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug |
| 218 | http://bugzilla.gnome.org/show_bug.cgi?id=85715. | 218 | http://bugzilla.gnome.org/show_bug.cgi?id=85715. |
| 219 | 219 | ||
| 220 | ** Emacs compiled with Gtk+ crashes on startup on cygwin. | ||
| 221 | |||
| 222 | A typical error message is | ||
| 223 | ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes | ||
| 224 | (alignment: 512): Function not implemented | ||
| 225 | |||
| 226 | Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on | ||
| 227 | cygwin that becomes the cygwin supplied memalign. As malloc is not the | ||
| 228 | cygwin malloc, the cygwin memalign always returns ENOSYS. A fix for this | ||
| 229 | problem would be welcome. | ||
| 230 | |||
| 220 | * General runtime problems | 231 | * General runtime problems |
| 221 | 232 | ||
| 222 | ** Lisp problems | 233 | ** Lisp problems |