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 14:02:55 +0200	[thread overview]
Message-ID: <OF5BEE4F9F.234FEB41-ONC1257CE6.0041F884-C1257CE6.00422F95@lfdj.com> (raw)
In-Reply-To: <5385B02C.4030208@yandex.ru>

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

> These parameters assumes '-O2 -g3' or at least '-g', so your gdb 
> backtrace should
> include file names, line numbers and (some) function parameters. But
> your backtrace
> looks like from stripped binary or the binary compiled without debug 
info.

You're right, I was using "CFLAGS=-O3", 

Now rebuild with "CFLAGS="-O3 -g3" here's the backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1]
0xd013d94c in rightmost () from /usr/lib/libc.a(shr.o)
(gdb) where
#0  0xd013d94c in rightmost () from /usr/lib/libc.a(shr.o)
#1  0xd013eb28 in free_y () from /usr/lib/libc.a(shr.o)
#2  0xd0129a74 in free_common () from /usr/lib/libc.a(shr.o)
#3  0xd11ff294 in XFreeFontNames@AF6_3 () from /usr/lib/libX11.a(shr4.o)
#4  0x1028a04c in xfont_list_pattern (display=0x20837f98, 
    pattern=0x2ff1da48 "-misc-fixed-*-*-*--*-*-*-*-*-*-iso8859-1", 
    registry=542476962, script=1210196514) at xfont.c:142
#5  0x1028aef4 in xfont_list (f=0x1, spec=542396093) at xfont.c:516
#6  0x102725c0 in font_list_entities (f=0x20ce1e88, spec=552058821)
    at font.c:2758
#7  0x1027548c in font_find_for_lface.constprop.12 (f=0x20ce1e88, 
    attrs=0x2ff1e058, spec=5) at font.c:129
#8  0x10275bc8 in font_load_for_lface (f=0x20ce1e88, attrs=0x2ff1e058, 
    spec=552075205) at font.c:3302
#9  0x1025b508 in realize_face (cache=0x20ae2c18, attrs=0x2ff1e058, 
    former_face_id=542425624) at xfaces.c:5568
#10 0x1025d9b8 in lookup_face.isra.22 (ISRA.742=0x20ce1ee0, 
attr=0x2ff1e058)
    at xfaces.c:4453
#11 0x10261774 in face_at_buffer_position (w=0x0, pos=1, 
endptr=0x2ff1e128, 
    limit=542062760, mouse=560775400, base_face_id=0) at xfaces.c:6057
#12 0x100c1928 in handle_face_prop (it=0x2ff1f4f8) at xdisp.c:3873
#13 0x100a90b8 in handle_stop (it=0x2ff1f4f8) at xdisp.c:3377
#14 0x100c245c in next_element_from_buffer (it=0x2ff1f4f8) at xdisp.c:8175
#15 0x100ad668 in get_next_display_element (it=0x2ff1f4f8) at xdisp.c:6807
#16 0x100bdb30 in display_line (it=0x2ff1f4f8) at xdisp.c:19902
#17 0x100cd2a8 in try_window.constprop.53 (window=1) at xdisp.c:16719
#18 0x100e9650 in redisplay_window (window=550387341, 
just_this_one_p=false)
    at xdisp.c:16198
#19 0x100ec6e4 in redisplay_window_0 (window=1) at xdisp.c:14191
#20 0x10054464 in internal_condition_case_1 (
    bfun=@0x202233e4: 0x100ec6a0 <redisplay_window_0>, arg=550387341, 
    handlers=-1431589715, 
    hfun=@0x202233f0: 0x100838f0 <redisplay_window_error>) at eval.c:1378
#21 0x1008ab3c in redisplay_windows (window=-260271624) at xdisp.c:14171
#22 0x100d0fe8 in redisplay_internal () at xdisp.c:13770
#23 0x10049cd0 in read_char (commandflag=1, map=562883446, 
    prev_event=542216242, used_mouse_menu=0x2ff225bc, end_time=0x0)
    at keyboard.c:2570
#24 0x1004bf08 in read_key_sequence.constprop.46 (keybuf=0x2ff22698, 
    prompt=542216242, dont_downcase_last=false, 
can_return_switch_frame=true, 
    fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9087
#25 0x1004e85c in command_loop_1 () at keyboard.c:1452
#26 0x100542ac in internal_condition_case (
    bfun=@0x2021eab8: 0x1004e568 <command_loop_1>, handlers=-260271624, 
    hfun=@0x2021eac4: 0x1003c678 <cmd_error>) at eval.c:1354
#27 0x100370e8 in command_loop_2 (ignore=1) at keyboard.c:1177
#28 0x10054154 in internal_catch (tag=542282210, 
    func=@0x202240bc: 0x10037098 <command_loop_2>, arg=542216242)
    at eval.c:1118
#29 0x1003e8ec in recursive_edit_1 () at keyboard.c:1156
#30 0x1003eb08 in Frecursive_edit () at keyboard.c:848
#31 0x10000ee4 in main (argc=542368394, argv=0x2ff22a8c) at emacs.c:1646
(gdb) 




                                                                   
                                                                   
                                           
                                                                   
                                                                   
                  



. 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: 6943 bytes --]

  parent reply	other threads:[~2014-05-28 12:02 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
2014-05-28  9:45           ` Dmitry Antipov
2014-05-28  9:58             ` Andreas Schwab
2014-05-28 12:02             ` Gilles PION [this message]
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]                                   ` <5388FAA6.5050202"@cs.ucla.edu>
     [not found]                                   ` <"OFA2A54B66.55 <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=OF5BEE4F9F.234FEB41-ONC1257CE6.0041F884-C1257CE6.00422F95@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.