Mercurial > hg > xemacs-beta
diff PROBLEMS @ 4877:1a9c94ba117c
add issue about building on Cygwin with C++, NEWGC and optimization
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 15 Jan 2010 07:46:13 -0600 |
parents | 1d775c6304d1 |
children | 388762703a21 |
line wrap: on
line diff
--- a/PROBLEMS Fri Jan 15 06:44:05 2010 -0600 +++ b/PROBLEMS Fri Jan 15 07:46:13 2010 -0600 @@ -801,6 +801,8 @@ *** Signal 11 when building or running a dumped XEmacs. +Possibility #1: + This appears to happen when using the traditional dumping mechanism and the system malloc. Andy Piper writes: @@ -810,6 +812,13 @@ Try configuring with pdump or without system malloc. +Possibility #2: + +Crashes when running a dumped XEmacs 21.5.29 have been observed circa +January, 2010 in Cygwin 1.7 when configuring with C++, NEWGC and optimization +(i.e. `--with-compiler=gcc --with-xemacs-compiler=g++ --with-mc-alloc +--with-optimization'). Turning any one of these off produces a working build. + *** Syntax errors running configure scripts, make failing with exit code 127 in inexplicable situations, etc.