GNU bug report logs -
#18387
24.3; Segmentation Fault
Previous Next
Reported by: Thorsten Jolitz <tjolitz <at> gmail.com>
Date: Tue, 2 Sep 2014 07:24:01 UTC
Severity: normal
Tags: moreinfo
Found in version 24.3
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18387 in the body.
You can then email your comments to 18387 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 07:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Thorsten Jolitz <tjolitz <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 02 Sep 2014 07:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org. Please check that
the From: line contains a valid email address. After a delay of up
to one day, you should receive an acknowledgment at that address.
Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.
Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug. If you can, give a recipe
starting from `emacs -Q':
When trying to refile an Org todo task, I crashed Emacs. My full init
file was loaded, I have no way to reproduce this or give a recipe, so I
send this backtrace just FYI, maybe its helpful:
,----
| Fatal error 11: Segmentation fault
| Backtrace:
| emacs[0x4fae93]
| emacs[0x4e094e]
| emacs[0x4f99ae]
| emacs[0x4f9a13]
| /usr/lib/libpthread.so.0(+0xf4b0)[0x7f717ad9c4b0]
| emacs[0x5a36da]
| emacs[0x5a4803]
| emacs[0x554003]
| emacs[0x5899db]
| emacs[0x553b7f]
| emacs[0x553eab]
| emacs[0x554ed4]
| emacs[0x554075]
| emacs[0x5899db]
| emacs[0x55345c]
| emacs[0x5560e8]
| emacs[0x58b258]
| emacs[0x553b7f]
| emacs[0x553eab]
| emacs[0x55437a]
| emacs[0x4e65bd]
| emacs[0x4e68d9]
| emacs[0x4e84e8]
| emacs[0x4ea39c]
| emacs[0x591b11]
| emacs[0x420bd3]
| emacs[0x4ec2ef]
| emacs[0x4ed00a]
| emacs[0x4ef44d]
| emacs[0x552392]
| emacs[0x4e0dde]
| emacs[0x552211]
| emacs[0x4e56a7]
| emacs[0x4e59a7]
| emacs[0x417214]
| /usr/lib/libc.so.6(__libc_start_main+0xf0)[0x7f717a9ff000]
| emacs[0x417d2e]
| Speicherzugriffsfehler (Speicherabzug geschrieben)
,----
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/share/emacs/24.3/etc/DEBUG.
In GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
of 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc
Configured using:
`configure '--prefix=/usr' '--sysconfdir=/etc' '--libexecdir=/usr/li\
b'
'--localstatedir=/var' '--with-x-toolkit=gtk3' '--with-xft'
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-str\
ong
--param=ssp-buffer-size=4'
'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'
'CPPFLAGS=-D_FORTIFY_SOURCE=2''
Important settings:
value of $LANG: de_DE.UTF-8
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
ESC x b u g TAB C-a C-k e m a c s - b u TAB DEL DEL
C-a C-k r e p o TAB r TAB RET
Recent messages:
("emacs")
Loading term/xterm...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...
Load-path shadows:
/usr/share/emacs/24.3/lisp/org/.dir-locals hides /usr/share/emacs/24.\
3/lisp/gnus/.dir-locals
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 \
mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils help-mode easymenu time-date tooltip ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset imag\
e
regexp-opt fringe tabulated-list newcomment lisp-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loadd\
efs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-reada\
ble
backquote make-network-process dbusbind dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)
--
cheers,
Thorsten
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 14:51:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 18387 <at> debbugs.gnu.org (full text, mbox):
> From: Thorsten Jolitz <tjolitz <at> gmail.com>
> Date: Tue, 02 Sep 2014 09:23:25 +0200
>
> When trying to refile an Org todo task, I crashed Emacs. My full init
> file was loaded, I have no way to reproduce this or give a recipe, so I
> send this backtrace just FYI, maybe its helpful:
>
> ,----
> | Fatal error 11: Segmentation fault
> | Backtrace:
> | emacs[0x4fae93]
> | emacs[0x4e094e]
> | emacs[0x4f99ae]
Please use the procedure described in the node "Crashing" in the Emacs
User manual to produce file names, function names, and line numbers
from these addresses; then post the results here. Otherwise, these
addresses are impossible to interpret on any other machine but yours.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 15:21:02 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Thorsten Jolitz <tjolitz <at> gmail.com>
>> Date: Tue, 02 Sep 2014 09:23:25 +0200
>>
>> When trying to refile an Org todo task, I crashed Emacs. My full init
>> file was loaded, I have no way to reproduce this or give a recipe, so I
>> send this backtrace just FYI, maybe its helpful:
>>
>> ,----
>> | Fatal error 11: Segmentation fault
>> | Backtrace:
>> | emacs[0x4fae93]
>> | emacs[0x4e094e]
>> | emacs[0x4f99ae]
>
> Please use the procedure described in the node "Crashing" in the Emacs
> User manual to produce file names, function names, and line numbers
> from these addresses; then post the results here. Otherwise, these
> addresses are impossible to interpret on any other machine but yours.
ok, didn't know that ... I post the result, but it doesn't look very i
nformative either:
[tj <at> arch ~]$ sed -n 's/.*\[\(.*\)]$/\1/p'
/home/tj/junk/testdir/emacs-backtrace | addr2line -C -f -i -e /bin/emacs
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
??
??:0
error
??:?
error
??:?
re_compile_pattern
??:?
error
??:?
re_compile_pattern
??:?
re_compile_pattern
??:?
re_compile_pattern
??:?
re_compile_pattern
??:?
error
??:?
re_compile_pattern
??:?
error
??:?
error
??:?
re_compile_pattern
??:?
re_compile_pattern
??:?
re_compile_pattern
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
error
??:?
??
??:0
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
re_compile_pattern
??:?
XSetWMNormalHints
??:?
re_compile_pattern
??:?
XSetWMNormalHints
??:?
XSetWMNormalHints
??:?
??
??:0
??
??:0
??
??:0
\)]'
--
cheers,
Thorsten
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 15:36:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 18387 <at> debbugs.gnu.org (full text, mbox):
> From: Thorsten Jolitz <tjolitz <at> gmail.com>
> Date: Tue, 02 Sep 2014 17:14:55 +0200
>
> [tj <at> arch ~]$ sed -n 's/.*\[\(.*\)]$/\1/p'
> /home/tj/junk/testdir/emacs-backtrace | addr2line -C -f -i -e /bin/emacs
> XSetWMNormalHints
> ??:?
> XSetWMNormalHints
> ??:?
> XSetWMNormalHints
> ??:?
> XSetWMNormalHints
Are you sure this is the same binary that crashed? Did you rebuild
Emacs in the meantime?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 15:56:01 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Thorsten Jolitz <tjolitz <at> gmail.com>
>> Date: Tue, 02 Sep 2014 17:14:55 +0200
>>
>> [tj <at> arch ~]$ sed -n 's/.*\[\(.*\)]$/\1/p'
>> /home/tj/junk/testdir/emacs-backtrace | addr2line -C -f -i -e /bin/emacs
>> XSetWMNormalHints
>> ??:?
>> XSetWMNormalHints
>> ??:?
>> XSetWMNormalHints
>> ??:?
>> XSetWMNormalHints
>
> Are you sure this is the same binary that crashed? Did you rebuild
> Emacs in the meantime?
I'm pretty sure I have only one Emacs on my machine, and did not rebuild
anything. '/bin/emacs' was a symlink, but using the real thing
'/usr/bin/emacs-24.3' did not change the output.
--
cheers,
Thorsten
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 16:21:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 18387 <at> debbugs.gnu.org (full text, mbox):
> From: Thorsten Jolitz <tjolitz <at> gmail.com>
> Date: Tue, 02 Sep 2014 17:54:22 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> From: Thorsten Jolitz <tjolitz <at> gmail.com>
> >> Date: Tue, 02 Sep 2014 17:14:55 +0200
> >>
> >> [tj <at> arch ~]$ sed -n 's/.*\[\(.*\)]$/\1/p'
> >> /home/tj/junk/testdir/emacs-backtrace | addr2line -C -f -i -e /bin/emacs
> >> XSetWMNormalHints
> >> ??:?
> >> XSetWMNormalHints
> >> ??:?
> >> XSetWMNormalHints
> >> ??:?
> >> XSetWMNormalHints
> >
> > Are you sure this is the same binary that crashed? Did you rebuild
> > Emacs in the meantime?
>
> I'm pretty sure I have only one Emacs on my machine, and did not rebuild
> anything. '/bin/emacs' was a symlink, but using the real thing
> '/usr/bin/emacs-24.3' did not change the output.
Maybe your binary is stripped, then.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 16:28:01 GMT)
Full text and
rfc822 format available.
Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Thorsten Jolitz <tjolitz <at> gmail.com>
>> Date: Tue, 02 Sep 2014 17:54:22 +0200
>>
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>>
>> >> From: Thorsten Jolitz <tjolitz <at> gmail.com>
>> >> Date: Tue, 02 Sep 2014 17:14:55 +0200
>> >>
>> >> [tj <at> arch ~]$ sed -n 's/.*\[\(.*\)]$/\1/p'
>> >> /home/tj/junk/testdir/emacs-backtrace | addr2line -C -f -i -e
>> >> /bin/emacs
>> >> XSetWMNormalHints
>> >> ??:?
>> >> XSetWMNormalHints
>> >> ??:?
>> >> XSetWMNormalHints
>> >> ??:?
>> >> XSetWMNormalHints
>> >
>> > Are you sure this is the same binary that crashed? Did you rebuild
>> > Emacs in the meantime?
>>
>> I'm pretty sure I have only one Emacs on my machine, and did not rebuild
>> anything. '/bin/emacs' was a symlink, but using the real thing
>> '/usr/bin/emacs-24.3' did not change the output.
>
> Maybe your binary is stripped, then.
Stripped? What do you mean with that? It works, at least, I'm using it
right now.
--
cheers,
Thorsten
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Tue, 02 Sep 2014 17:59:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 18387 <at> debbugs.gnu.org (full text, mbox):
> From: Thorsten Jolitz <tjolitz <at> gmail.com>
> Date: Tue, 02 Sep 2014 18:26:24 +0200
>
> > Maybe your binary is stripped, then.
>
> Stripped? What do you mean with that?
Stripped of all symbols.
> It works, at least, I'm using it right now.
Yes, stripped binaries work just fine.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18387
; Package
emacs
.
(Wed, 03 Sep 2014 07:07:02 GMT)
Full text and
rfc822 format available.
Message #29 received at submit <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Thorsten Jolitz <tjolitz <at> gmail.com>
>> Date: Tue, 02 Sep 2014 18:26:24 +0200
>>
>> > Maybe your binary is stripped, then.
>>
>> Stripped? What do you mean with that?
>
> Stripped of all symbols.
>
>> It works, at least, I'm using it right now.
>
> Yes, stripped binaries work just fine.
Ah, I see:
,----
| http://en.wikipedia.org/wiki/Strip_%28Unix%29
`----
so I learned something from this thread ...
--
cheers,
Thorsten
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Thu, 04 Sep 2014 00:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Thorsten Jolitz <tjolitz <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 04 Sep 2014 00:26:03 GMT)
Full text and
rfc822 format available.
Message #34 received at 18387-done <at> debbugs.gnu.org (full text, mbox):
Anyway, since the crash is not reproducible and the backtrace sheds no
light, nothing can be done; hence closing this report.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 02 Oct 2014 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.