"Richard M. Stallman" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
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 ...
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug