bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize


From: Paul Eggert
Subject: bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize
Date: Wed, 28 May 2014 09:34:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Eli Zaretskii wrote:
>Unfortunately AIX uses the relocating allocator in ralloc.c, not the
>system malloc
Does it?

It does in the AIX 7 version that I built, yes.

it looks like a call to 'free' in the system libc to me.  Am I missing 
something?

It's linker magic. Both the system malloc and the ralloc.c-supplied malloc are available, and both are used: Emacs uses the ralloc version and library functions like XFreeFontNames use the system malloc.

This mixture of system and ralloc-supplied malloc might be causing Gilles's problem, which is partly why I suggested that he build with the system malloc only.





reply via email to

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