emacs-devel
[Top][All Lists]
Advanced

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

Re: Question about dumping and initialization


From: Paul Eggert
Subject: Re: Question about dumping and initialization
Date: Thu, 14 Mar 2013 18:35:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

My guess is that the address-space randomizer in OpenBSD
has state that needs to be reinitialized after a dump,
much as the Doug Lea allocator needs reinitialization
(see DOUG_LEA_MALLOC-related code).  You can verify this
guess by trying that Debian Squeeze build again, but edit
config.h by hand to #define DOUG_LEA_MALLOC 1 before building;
if this works, that's a hint.

You'll have to look at the OpenBSD source to figure it out,
though, I expect.  This stuff mutated quite a bit in OpenBSD 4.4,
according to the manual.



reply via email to

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