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: Kenichi Handa
Subject: Re: unicode-2 branch segfaulting on MacOS X?
Date: Fri, 27 Oct 2006 13:17:05 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Geoffrey Alan Washburn <address@hidden> writes:

> Kenichi Handa wrote:
> > Thank you.  I think I found what was wrong.  As I've just
> > installed a fix, please try the latest code.

>       Thanks, that seems to have solved the problem in font_unparse_fcname, 
> but now it seems to be segfaulting in gtk_default_draw_check ()


> Starting program: /local/bin/emacs --enable-font-backend --font 
> "Bitstream Vera Sans Mono-16"
> Breakpoint 3 at 0x9ca20: file xterm.c, line 8053.

> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_PROTECTION_FAILURE at address: 0x00000004
> 0x0018f358 in gtk_default_draw_check () at font.c:1328
> 1328        p += sprintf (p, ":%s=%s", style_names[i],
> (gdb) p styles[i]
> Cannot access memory at address 0xca87dc74

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.

---
Kenichi Handa
address@hidden




reply via email to

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