This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/6527] [powerpc] Malloc alignment insufficient for PowerPC


https://sourceware.org/bugzilla/show_bug.cgi?id=6527

--- Comment #12 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to joseph@codesourcery.com from comment #8)
> It was asserted that malloc_set_state is only called very early in emacs 
> startup and no significant amount of the previously allocated memory gets 
> freed anyway.

If that were the case, valgrind would work with a dumped Emacs. â 
Unfortunately, Emacs calls at least realloc on pre-dump pointers, so we need to
support that in some way.  I don't want to test all old Emacs binaries, so I
intend to make the pre-dump pointers fully compatible with post-dump malloc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]