On 2011-10-25 21:12 +0800, Eli Zaretskii wrote: > I didn't realize the above crash was with your binaries. If it was, > it's probably a different problem. Leo, if you have a way of > reproducing this, please run under GDB and produce a backtrace, or > better yet, show the recipe (and file a bug report).
This may not be related to gcc version since I have also seen it in an Emacs built with gcc 3.4. All crashes happened during completion (such as in C-h f or C-h v). It seems to have something to do this setting in my .emacs: (setq completion-styles '(basic initials substring partial-completion)) Leo