[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The very latest emacs (25.1.50) segfault
From: |
Masaru Nomiya |
Subject: |
Re: The very latest emacs (25.1.50) segfault |
Date: |
Mon, 11 Jan 2016 10:24:44 +0900 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Goj$(D+W(B) APEL/10.8 EasyPG/1.0.0 Emacs/25.1.50 (x86_64-openSUSE-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Hello,
In the Message;
Subject : Re: The very latest emacs (25.1.50) segfault
Message-ID : <address@hidden>
Date & Time: Sun, 10 Jan 2016 17:56:39 +0200
Eli Zaretskii <address@hidden> has written:
>> Date: Sun, 10 Jan 2016 13:55:49 +0900
>> From: Masaru Nomiya <address@hidden>
>>
>> address@hidden:/tmp/tes/emacs> src/emacs
>> Fatal error 11: Segmentation fault
>> Backtrace:
>> src/emacs[0x4fb622]
>> src/emacs[0x4e3384]
>> src/emacs[0x4fa52e]
>> src/emacs[0x4fa733]
>> src/emacs[0x4fa76a]
>> /lib64/libpthread.so.0(+0xf1f0)[0x7f8fb6d871f0]
>> src/emacs[0x5aeda9]
>> src/emacs[0x5b0aea]
> Can you use the procedure described in the node "Crashing" of the
> Emacs User manual to produce human-readable backtrace with file names
> and line numbers out of this? Otherwise it's impossible for us to
> interpret this data.
Sorry, but I tried.
address@hidden:/tmp/tes/emacs> src/emacs
Fatal error 11: Segmentation fault
Backtrace:
src/emacs[0x4fb622]
src/emacs[0x4e3384]
src/emacs[0x4fa52e]
src/emacs[0x4fa733]
src/emacs[0x4fa76a]
/lib64/libpthread.so.0(+0xf1f0)[0x7fc21d1481f0]
src/emacs[0x5aeda9]
[...]
(gdb) list *0x5aeda9
0x5aeda9 is in ftfont_shape (lisp.h:856).
851 }
852
853 INLINE EMACS_INT
854 (XINT) (Lisp_Object a)
855 {
856 return lisp_h_XINT (a);
857 }
858
859 INLINE EMACS_INT
860 (XFASTINT) (Lisp_Object a)
(gdb)
Is this right?
Thanks,
---
M. Nomiya
- The very latest emacs (25.1.50) segfault, Masaru Nomiya, 2016/01/10
- Re: The very latest emacs (25.1.50) segfault, Eli Zaretskii, 2016/01/10
- Re: The very latest emacs (25.1.50) segfault,
Masaru Nomiya <=
- Re: The very latest emacs (25.1.50) segfault, Eli Zaretskii, 2016/01/10
- Re: The very latest emacs (25.1.50) segfault, Masaru Nomiya, 2016/01/10
- Re: The very latest emacs (25.1.50) segfault, Masaru Nomiya, 2016/01/11
- Re: The very latest emacs (25.1.50) segfault, Eli Zaretskii, 2016/01/11
- Re: The very latest emacs (25.1.50) segfault, 野宮 賢 / NOMIYA Masaru, 2016/01/12
- Re: The very latest emacs (25.1.50) segfault, K. Handa, 2016/01/12