After quite a lot of builds I've narrowed it down to a single change.

This gets me sources with don't crash:
 cvs update -d -D '2006-05-18 00:48'

This gets me sources with crash:
 cvs update -d -D '2006-05-18 00:52'

The only difference between the 2 is that src/xfaces.c went from
version 1.346 to 1.347.

The crash is happening on line 6684 of xfaces.c:

          enum xlfd_weight got_weight = best->numeric[XLFD_WEIGHT];

Variable 'best' is NULL.  There's nothing in the code to ensure that
it isn't, but line 6684 assumes it won't be.  There's the problem.

Chris.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to