emacs-devel
[Top][All Lists]
Advanced

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

Re: unicode-2 branch segfaulting on MacOS X?


From: Giorgos Keramidas
Subject: Re: unicode-2 branch segfaulting on MacOS X?
Date: Sat, 28 Oct 2006 03:43:09 +0300

On 2006-10-28 03:41, Giorgos Keramidas <address@hidden> wrote:
> On 2006-10-27 16:38, Kenichi Handa <address@hidden> wrote:
> > In article <address@hidden>, Geoffrey Alan Washburn <address@hidden> writes:
> > 
> > > > It seems that the stack (or the symbol table is) is
> > > > completely broken.  Please rebuild emacs with this:
> > > > % make CFLAGS=-g clean all
> > > > and check if Emacs segfaults at the same place or not.
> > 
> > >   Thanks.  Same place, but slightly different results.
> > 
> > Thank you.  Now the result is meaningful.
> > 
> > > $4 = {66909105, 66836681, 58898315}
> > > (gdb) p styles[i]
> > > $5 = 58898315
> > > (gdb) xtype
> > > Lisp_String
> > > (gdb) pp styles[i]
> > > ""
> > 
> > Hmmm, this means that your "bitstream vera sans mono" font
> > doesn't have FC_WIDTH property.  Very strange.  What does
> > this command return?
> > 
> > % fc-list 'bitstream vera sans mon' width
> 
> FWIW, it doesn't return anything here:
> 
> % fc-list 'bitstream vera sans mon' width
> % fc-list 'bitstream vera sans mon' width | hd
> % 

But rebuilding the fc-cache now returns:

% fc-list 'bitstream vera sans mono' width
:width=100
%

Hmmm :)





reply via email to

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