emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: crash on powerpc-ibm-aix5.1.0.0


From: Dan Nicolaescu
Subject: Re: crash on powerpc-ibm-aix5.1.0.0
Date: Fri, 23 Sep 2005 13:31:27 -0700

"Richard M. Stallman" <address@hidden> writes:

  >     Yep, there will be crashes whenever Emacs tries to call xfree or
  >     xrealloc on pointers returned by any libc functions that return
  >     malloced memory. This has always been the case on AIX for as far I can
  >     see in the CVS history. So it was just by chance that we never had a
  >     crash until recently because of this. 
  > 
  > I don't see anything that we have done to solve the problem.
  > So I am surprised it worked in the past.

That was my point too.

The crash that started this thread was introduced by this (recent) change:

2005-09-10  Giuseppe Scrivano  <address@hidden>

        Remove the MAXPATHLEN limitations:

        * sysdep.c (get_current_dir_name)
        [!HAVE_GET_CURRENT_DIR_NAME]:
        New function.

        * buffer.c (init_buffer): Use it.
                             ^^^^^^^^^^^^
                  This calls xrealloc on the result of get_current_dir_name ... 





reply via email to

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