unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18387: 24.3; Segmentation Fault
@ 2014-09-02  7:23 Thorsten Jolitz
  2014-09-02 14:50 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Thorsten Jolitz @ 2014-09-02  7:23 UTC (permalink / raw)
  To: 18387


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






^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02  7:23 bug#18387: 24.3; Segmentation Fault Thorsten Jolitz
@ 2014-09-02 14:50 ` Eli Zaretskii
  2014-09-02 15:14   ` Thorsten Jolitz
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2014-09-02 14:50 UTC (permalink / raw)
  To: Thorsten Jolitz; +Cc: 18387

> From: Thorsten Jolitz <tjolitz@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.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 14:50 ` Eli Zaretskii
@ 2014-09-02 15:14   ` Thorsten Jolitz
  2014-09-02 15:35     ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Thorsten Jolitz @ 2014-09-02 15:14 UTC (permalink / raw)
  To: 18387

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Thorsten Jolitz <tjolitz@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@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






^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 15:14   ` Thorsten Jolitz
@ 2014-09-02 15:35     ` Eli Zaretskii
  2014-09-02 15:54       ` Thorsten Jolitz
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2014-09-02 15:35 UTC (permalink / raw)
  To: Thorsten Jolitz; +Cc: 18387

> From: Thorsten Jolitz <tjolitz@gmail.com>
> Date: Tue, 02 Sep 2014 17:14:55 +0200
> 
> [tj@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?





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 15:35     ` Eli Zaretskii
@ 2014-09-02 15:54       ` Thorsten Jolitz
  2014-09-02 16:20         ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Thorsten Jolitz @ 2014-09-02 15:54 UTC (permalink / raw)
  To: 18387

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Thorsten Jolitz <tjolitz@gmail.com>
>> Date: Tue, 02 Sep 2014 17:14:55 +0200
>> 
>> [tj@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






^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 15:54       ` Thorsten Jolitz
@ 2014-09-02 16:20         ` Eli Zaretskii
  2014-09-02 16:26           ` Thorsten Jolitz
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2014-09-02 16:20 UTC (permalink / raw)
  To: Thorsten Jolitz; +Cc: 18387

> From: Thorsten Jolitz <tjolitz@gmail.com>
> Date: Tue, 02 Sep 2014 17:54:22 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> From: Thorsten Jolitz <tjolitz@gmail.com>
> >> Date: Tue, 02 Sep 2014 17:14:55 +0200
> >> 
> >> [tj@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.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 16:20         ` Eli Zaretskii
@ 2014-09-02 16:26           ` Thorsten Jolitz
  2014-09-02 17:58             ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Thorsten Jolitz @ 2014-09-02 16:26 UTC (permalink / raw)
  To: 18387

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Thorsten Jolitz <tjolitz@gmail.com>
>> Date: Tue, 02 Sep 2014 17:54:22 +0200
>> 
>> Eli Zaretskii <eliz@gnu.org> writes:
>> 
>> >> From: Thorsten Jolitz <tjolitz@gmail.com>
>> >> Date: Tue, 02 Sep 2014 17:14:55 +0200
>> >> 
>> >> [tj@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






^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 16:26           ` Thorsten Jolitz
@ 2014-09-02 17:58             ` Eli Zaretskii
  2014-09-03  7:05               ` Thorsten Jolitz
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2014-09-02 17:58 UTC (permalink / raw)
  To: Thorsten Jolitz; +Cc: 18387

> From: Thorsten Jolitz <tjolitz@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.





^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-02 17:58             ` Eli Zaretskii
@ 2014-09-03  7:05               ` Thorsten Jolitz
  2014-09-04  0:25                 ` Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Thorsten Jolitz @ 2014-09-03  7:05 UTC (permalink / raw)
  To: 18387

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Thorsten Jolitz <tjolitz@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






^ permalink raw reply	[flat|nested] 10+ messages in thread

* bug#18387: 24.3; Segmentation Fault
  2014-09-03  7:05               ` Thorsten Jolitz
@ 2014-09-04  0:25                 ` Glenn Morris
  0 siblings, 0 replies; 10+ messages in thread
From: Glenn Morris @ 2014-09-04  0:25 UTC (permalink / raw)
  To: 18387-done


Anyway, since the crash is not reproducible and the backtrace sheds no
light, nothing can be done; hence closing this report.






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-04  0:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-02  7:23 bug#18387: 24.3; Segmentation Fault Thorsten Jolitz
2014-09-02 14:50 ` Eli Zaretskii
2014-09-02 15:14   ` Thorsten Jolitz
2014-09-02 15:35     ` Eli Zaretskii
2014-09-02 15:54       ` Thorsten Jolitz
2014-09-02 16:20         ` Eli Zaretskii
2014-09-02 16:26           ` Thorsten Jolitz
2014-09-02 17:58             ` Eli Zaretskii
2014-09-03  7:05               ` Thorsten Jolitz
2014-09-04  0:25                 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).