> From: Leo <sdl....@gmail.com> > Date: Wed, 26 Oct 2011 11:25:24 +0800 > Cc: emacs-de...@gnu.org > > 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))
If you cannot easily reproduce this, just run Emacs under GDB at all times. The debugger stays out of your way as long as Emacs doesn't crash.