all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gilles PION <gpion@lfdj.com>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: 17598@debbugs.gnu.org, Paul Eggert <eggert@cs.ucla.edu>
Subject: bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize
Date: Wed, 28 May 2014 10:40:26 +0200	[thread overview]
Message-ID: <OF6C5E1291.43779605-ONC1257CE6.002E97F0-C1257CE6.002FA5C8@lfdj.com> (raw)
In-Reply-To: <538594BD.7090108@yandex.ru>

[-- Attachment #1: Type: text/plain, Size: 3862 bytes --]

> De : Dmitry Antipov <dmantipov@yandex.ru>
> A : Gilles PION <gpion@lfdj.com>, 
> Cc : Paul Eggert <eggert@cs.ucla.edu>, 17598@debbugs.gnu.org
> Date : 28/05/2014 09:48
> Objet : Re: bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when 
customize
> 
> On 05/27/2014 07:38 PM, Paul Eggert wrote:
> 
> > If it's still crashing, that suggests the problem is not in 
> unexaix.c after all, unfortunately.
> 
> Is it possible to run undumped (i.e. temacs) on AIX? If there is an 
issue with
> unexec, it shouldn't affect undumped executable.
Yes, it crashes too:
$ gdb ./emacs-24.3.91/src/temacs 
/../
(gdb) run  --no-site-file  --no-init-file
/../
Pure-hashed: 23622 strings, 3448 vectors, 37051 conses, 3241 bytecodes, 82 
others
#  emacs windows appears here , doing M-x configure then moving cursor, as 
usual
Fatal error 6: Resource lost
Program received signal SIGABRT, Aborted.
[Switching to Thread 1]
0xd0508b20 in pthread_kill () from /usr/lib/libpthread.a(shr_xpg5.o)

So you're right, the issue is not unexec related

> 
> > What happens if you run "./configure --enable-checking=all && make"?
> 
> Latest backtrace (with SIGSEGV in malloc) is probably caused by heap
> corruption.
> Are there some built-in debugging facilities in AIX malloc 
implementation
> (something similar to glibc mcheck, for example)?

The previous run uses "temacs" from a new build using those suggested 
"configure" parameters,

backtrace:
(gdb) where
#0  0xd0508b20 in pthread_kill () from /usr/lib/libpthread.a(shr_xpg5.o)
#1  0xd0507f8c in _p_raise () from /usr/lib/libpthread.a(shr_xpg5.o)
#2  0x1000c4f8 in terminate_due_to_signal ()
#3  0x1003483c in emacs_abort ()
#4  0x10020a04 in xfree ()
#5  0x1029c5ec in x_uncatch_errors ()
#6  0x10288fe8 in xfont_list_pattern ()
#7  0x1028a214 in xfont_list ()
#8  0x10271940 in font_list_entities ()
#9  0x1027480c in font_find_for_lface.constprop.12 ()
#10 0x10274f48 in font_load_for_lface ()
#11 0x1025a8d0 in realize_face ()
#12 0x1025cd80 in lookup_face.isra.22 ()
#13 0x10260b3c in face_at_buffer_position ()
#14 0x100c1230 in handle_face_prop ()
#15 0x100a89c0 in handle_stop ()
#16 0x100c1d64 in next_element_from_buffer ()
#17 0x100acf80 in get_next_display_element ()
#18 0x100bd448 in display_line ()
#19 0x100ccba0 in try_window.constprop.53 ()
#20 0x100e8f28 in redisplay_window ()
#21 0x100ebfbc in redisplay_window_0 ()
#22 0x10053f4c in internal_condition_case_1 ()
#23 0x1008a4b4 in redisplay_windows ()
#24 0x100d08e0 in redisplay_internal ()
#25 0x100497c8 in read_char ()
#26 0x1004ba00 in read_key_sequence.constprop.46 ()
#27 0x1004e354 in command_loop_1 ()
#28 0x10053d94 in internal_condition_case ()
#29 0x10036c00 in command_loop_2 ()
#30 0x10053c3c in internal_catch ()
#31 0x1003e414 in recursive_edit_1 ()
#32 0x1003e630 in Frecursive_edit ()
#33 0x10000ee4 in main ()

--
Gilles




                                                                   
                                                                   
                                           
                                                                   
                                                                   
                  



. Si vous n'êtes pas destinataires de ce message, merci d'avertir
l'expéditeur de l'erreur de distribution et de le détruire
immédiatement.
Ce message contient des informations confidentielles ou appartenant
a La Française des Jeux. Il est établi a l'intention exclusive de
ses destinataires. Toute divulgation, utilisation, diffusion ou
reproduction (totale ou partielle) de ce message ou des
informations qu'il contient, doit être préalablement autorisée.
Tout message électronique est susceptible d'altération et son
intégrité ne peut etre assurée. La Française des Jeux décline toute
responsabilité au titre de ce message s'il a été modifie ou
falsifie.

[-- Attachment #2: Type: text/html, Size: 6030 bytes --]

  reply	other threads:[~2014-05-28  8:40 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-26  6:52 bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize Gilles Pion
2014-05-26 12:29 ` bug#17598: Seem to be related to "unexec" stuff Gilles Pion
2014-05-26 18:23 ` bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize Paul Eggert
2014-05-27  7:35   ` Gilles PION
2014-05-27 15:38     ` Paul Eggert
2014-05-28  7:48       ` Dmitry Antipov
2014-05-28  8:40         ` Gilles PION [this message]
2014-05-28  9:45           ` Dmitry Antipov
2014-05-28  9:58             ` Andreas Schwab
2014-05-28 12:02             ` Gilles PION
2014-05-28 12:13             ` Gilles PION
2014-05-28 14:08               ` Dmitry Antipov
2014-05-28 14:26               ` Paul Eggert
2014-05-28 16:23                 ` Eli Zaretskii
2014-05-28 16:34                   ` Paul Eggert
2014-05-28 16:43                     ` Gilles PION
2014-05-28 17:32                       ` Dmitry Antipov
2014-05-28 17:45                         ` Paul Eggert
2014-05-28 23:44                           ` Stefan Monnier
2014-05-29  4:25                             ` Paul Eggert
2014-05-28 17:54                       ` Paul Eggert
2014-05-30  7:54                         ` Gilles PION
2014-05-30  8:26                           ` Paul Eggert
2014-05-30  9:03                             ` Gilles PION
2014-05-30 10:41                               ` Dmitry Antipov
2014-05-30 12:14                                 ` Gilles PION
2014-05-30 13:31                                 ` Gilles PION
2014-05-30 14:45                                 ` Gilles PION
     [not found]                                 ` <OFC692C5CA.08B1191C-ONC1257CE8.0050BA6E-C1257CE8.00510CC6@LocalDomain>
     [not found]                                   ` <"OFA2A54B66.55 <5388FAA6.5050202"@cs.ucla.edu>
     [not found]                                   ` <5388FAA6.5050202"@cs.ucla.edu>
2014-05-30 14:57                                   ` Gilles PION
2014-05-30 21:39                                     ` Paul Eggert
2014-05-31 13:30                                       ` Eli Zaretskii
2014-06-01  7:12                                         ` Paul Eggert
2014-06-01 15:03                                           ` Eli Zaretskii
2014-06-02 15:53                                       ` Gilles PION
2014-06-02 16:24                                         ` Paul Eggert
2014-06-02 16:37                                           ` Gilles PION
2014-06-02 16:52                                             ` Glenn Morris
2014-06-03  5:28                                               ` Gilles PION
2014-06-03  7:04                                                 ` Paul Eggert
2014-06-03  7:11                                                   ` Gilles PION
2014-06-03 16:54                                                     ` Paul Eggert
2014-06-03 17:35                                                       ` Dmitry Antipov
2014-06-04  6:31                                                   ` Gilles PION
2014-06-04  7:06                                                     ` Dmitry Antipov
2014-06-04 11:21                                                       ` Gilles PION
2014-06-03 14:01                                                 ` Dmitry Antipov
     [not found]                                               ` <"OF415D45B9 <538D737C.7060308"@cs.ucla.edu>
     [not found]                                                 ` <OF590EB3AB.AC6F8748-ONC1257CED.00235BC4-C1257CED.0023E0BA@LocalDomain>
2014-06-04  6:59                                                   ` Gilles PION
     [not found]                                                   ` <OF20FCFAFD.75399259-ONC1257CED.0025CCC9-C1257CED.00266093@LocalDomain>
2014-06-04 15:57                                                     ` Gilles PION
2014-06-07 19:58                                                       ` Paul Eggert
2014-06-10  6:50                                                         ` Gilles PION
2014-06-10 15:03                                                           ` Paul Eggert
2014-06-11  7:36                                                         ` Gilles PION
     [not found]                                                     ` <OFC1052026.4DB5CC36-ONC1257CED.003E8007-C1257CED.0057A203@LocalDomain>
2014-06-04 16:21                                                       ` Gilles PION
     [not found]                                                     ` <"OFC1052026.4DB5CC <53936EC9.2030305"@cs.ucla.edu>
     [not found]                                                       ` <OFD3CDCB8F.7DE218D1-ONC1257CF4.0028EFB2-C1257CF4.0029C217@LocalDomain>
2014-06-11  7:53                                                         ` Gilles PION
2014-06-11 20:25                                                           ` Paul Eggert
2014-06-12  8:45                                                             ` Gilles PION
2014-06-13  2:24                                                               ` Paul Eggert
2014-06-13  8:02                                                                 ` Gilles PION
2014-06-13 14:03                                                                   ` Paul Eggert
2014-06-13 15:56                                                                     ` Gilles PION
2014-06-16  9:51                                                                       ` Dmitry Antipov
2014-06-16 12:44                                                                         ` Gilles PION
2014-06-16 13:26                                                                           ` Dmitry Antipov
2014-06-16 14:51                                                                             ` Gilles PION
     [not found]                                                         ` <OFB437FBB3.AA6F7E23-ONC1257CF4.002B0A25-C1257CF4.002B5EE7@LocalDomain>
2014-06-11  9:58                                                           ` Gilles PION
2014-05-28 16:40                 ` Gilles PION
2014-05-28 18:01                   ` Paul Eggert
2014-05-30  9:01                     ` Gilles PION
2014-05-27 14:57 ` bug#17598: Not solved, unfortunately Gilles Pion
2014-05-31  4:19 ` bug#17598: anonymized-config.log is from Emacs 24.3 Paul Eggert
2014-06-02 16:08   ` Gilles PION
2014-06-02 16:15     ` Glenn Morris
2014-06-02 16:35       ` Gilles PION
2014-06-20  4:18 ` bug#17598: Emacs pretest 24.3.91 - AIX - SIGSEV when customize Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OF6C5E1291.43779605-ONC1257CE6.002E97F0-C1257CE6.002FA5C8@lfdj.com \
    --to=gpion@lfdj.com \
    --cc=17598@debbugs.gnu.org \
    --cc=dmantipov@yandex.ru \
    --cc=eggert@cs.ucla.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.