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: Dmitry Antipov
Subject: bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize
Date: Fri, 30 May 2014 14:41:34 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Can you try the development trunk as well? Since I guess you have no bzr, there 
is
a link to recently enough tarball: http://37.139.80.10/tmp/trunk-r117204.tgz.

First, try to compile as usual, i.e.

CFLAGS='-O0 -g3' ./configure --enable-checking

If that fails, try to use system malloc by applying an attached patch. This 
requires
you to regenerate build files with 'sh autogen.sh', which means that you will 
need
recently enough autoconf, automake and m4:

http://www.oss4aix.org/download/RPMS/autoconf/autoconf-2.69-1.aix5.1.ppc.rpm
http://www.oss4aix.org/download/RPMS/automake/automake-1.14.1-1.aix5.1.ppc.rpm
http://www.oss4aix.org/download/RPMS/m4/m4-1.4.17-1.aix5.1.ppc.rpm

(after installing, make sure /usr/bin/m4 is symlinked to /opt/freeware/bin/m4).

With system malloc, dumped executable will not work. But temacs should, and
you should be able to try it with MALLOCTYPE and MALLOCDEBUG.

Dmitry

Attachment: aix_system_malloc.patch
Description: Text Data


reply via email to

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