emacs-devel
[Top][All Lists]
Advanced

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

Re: CVS emacs on Windows still crashes loading bongo.el


From: dhruva
Subject: Re: CVS emacs on Windows still crashes loading bongo.el
Date: Wed, 28 May 2008 17:19:56 +0530

Hi,

On Wed, May 28, 2008 at 9:51 AM, Dieter Deyke <address@hidden> wrote:
>> On Tue, May 27, 2008 at 9:49 PM, Dieter Deyke <address@hidden> wrote:
>>> Just compiled CVS emacs on Windows XP with mingw, started it with -Q,
>>> then executed (load-file "bongo.el"), and got the following crash:


I have further isolated the problem to the following call:
(font-info (face-font 'fringe))

If you start emacs and evaluate the above expression TWICE (not the
first time), you will get that crash (call to abort()) in
font_close_object. The objlist seems to be empty and it does not enter
the for loop. The following statement is a call to abort and hence, it
had to enter the loop. I am currently trying to understand the data
structures so that I can look deeper into it.

-dky

-- 
Contents reflect my personal views only!




reply via email to

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