emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23.1.93 pretest


From: Chong Yidong
Subject: Re: Emacs 23.1.93 pretest
Date: Sat, 27 Feb 2010 20:25:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> If you remove the SAFE_FREE () calls, does that prevent the crash?
>
> There's only one SAFE_FREE call that I see; if I remove it, temacs
> crashes at loadup time, when it loads mule-conf.  So I cannot even get
> as far as building Emacs.

Sorry yeah---we need the SAFE_FREE call because otherwise the specpdl
gets confused.

How about if you replace the SAFE_ALLOC calls with xmalloc and omit the
free() call at the end?




reply via email to

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