Paul Eggert schrieb am Di., 22. März 2016 um 21:37 Uhr: > On 03/22/2016 06:30 AM, Philipp Stephani wrote: > > there are still ~2000 differing bytes in the ,bss section (generated > > by unexec). These are hard to debug because they are not covered by > > the debugging symbols. Any idea where they come from? > > Maybe it's pointer guarding. Try setting LD_POINTER_GUARD=0 in the > environment when building Emacs. > Unfortunately there are still ~1000 differing bytes left. Is it possible to determine the source address in temacs/bootstrap-emacs from the position in the ,bss segment? Then maybe we could figure out which data is actually nondeterministic.