emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; SEGV in font_score()


From: James Cloos
Subject: Re: 23.0.60; SEGV in font_score()
Date: Fri, 06 Jun 2008 01:48:50 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

Here is a bt full from a compile with -ggdb.

The SEGV happens on the:

        if (xstrcasecmp (SDATA (spec_str), SDATA (entity_str)))

line of font_score(), with i=2, which I presume is FONT_FAMILY_INDEX.

So, either SYMBOL_NAME (AREF (entity, 2)) or SYMBOL_NAME (spec_prop[2])
is returning something which SDATA() cannot dereference, yes?

I have to recompile again (I forgot to drop the -O2), but I seem to have
a message which triggers the crash every time.  Unfortunately, starting
gnus takes almost as long as recompiling emacs.....

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6




reply via email to

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