emacs-devel
[Top][All Lists]
Advanced

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

Re: Preview: portable dumper


From: Paul Eggert
Subject: Re: Preview: portable dumper
Date: Thu, 1 Dec 2016 09:58:20 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 12/01/2016 09:26 AM, Eli Zaretskii wrote:
>This was no accident. They removed it because it was producing bogus values, 
and it didn't reflect how FreeBSD actually allocates memory.
And they are thinking on bringing it back, see

   https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24892#92

That thread discusses their implementing sbrk as always returning 0 or something trivial like that, purely to pacify broken applications that use sbrk (0) to estimate memory usage and fail to build if sbrk does not exist. Such a workaround obviously won't get Emacs running. In contrast, Daniel's proposed patch should work.




reply via email to

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