emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segmentation fault using font '7x13bold'


From: Chris Moore
Subject: Re: Segmentation fault using font '7x13bold'
Date: Sat, 20 May 2006 19:33:59 +0200

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]