* bug#7124: emacs 21.4.1 seg fault
@ 2010-09-28 20:55 Bruce Korb
2010-09-28 23:24 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Korb @ 2010-09-28 20:55 UTC (permalink / raw)
To: 7124
Likely not readily reproducible, so this is just a data point.
I was reloading a 2.6GB file. I'm probably tracing too much stuff.
$ gdb $(which emacs-x) core.4037
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu"...
(no debugging symbols found)
Reading symbols from /usr/lib64/libXaw3d.so.7...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libXaw3d.so.7
Reading symbols from /usr/lib64/libXmu.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libXmu.so.6
Reading symbols from /usr/lib64/libXt.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libXt.so.6
Reading symbols from /usr/lib64/libSM.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libSM.so.6
Reading symbols from /usr/lib64/libICE.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libICE.so.6
Reading symbols from /usr/lib64/libXext.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libXext.so.6
Reading symbols from /usr/lib64/libtiff.so.3...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libtiff.so.3
Reading symbols from /usr/lib64/libjpeg.so.62...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libjpeg.so.62
Reading symbols from /usr/lib64/libpng12.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libpng12.so.0
Reading symbols from /usr/lib64/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libz.so.1
Reading symbols from /lib64/libm.so.6...
(no debugging symbols found)...done.
Loaded symbols for /lib64/libm.so.6
Reading symbols from /usr/lib64/libungif.so.4...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libungif.so.4
Reading symbols from /usr/lib64/libXpm.so.4...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libXpm.so.4
Reading symbols from /usr/lib64/libX11.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libX11.so.6
Reading symbols from /usr/lib64/libncurses.so.5...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libncurses.so.5
Reading symbols from /lib64/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib64/libc.so.6
Reading symbols from /usr/lib64/libgif.so.4...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libgif.so.4
Reading symbols from /usr/lib64/libXau.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libXau.so.6
Reading symbols from /usr/lib64/libXdmcp.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libXdmcp.so.6
Reading symbols from /lib64/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/libdl.so.2
Reading symbols from /lib64/ld-linux-x86-64.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib64/libnss_files.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib64/libnss_files.so.2
Reading symbols from /lib64/libnss_nis.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib64/libnss_nis.so.2
Reading symbols from /lib64/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib64/libnsl.so.1
Reading symbols from /lib64/libnss_dns.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib64/libnss_dns.so.2
Reading symbols from /lib64/libresolv.so.2...(no debugging symbols
found)...done.
Loaded symbols for /lib64/libresolv.so.2
Reading symbols from /usr/lib64/libXcursor.so.1...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libXcursor.so.1
Reading symbols from /usr/lib64/libXrender.so.1...(no debugging
symbols found)...done.
Loaded symbols for /usr/lib64/libXrender.so.1
Reading symbols from /usr/lib64/libXfixes.so.3...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libXfixes.so.3
Core was generated by `emacs tools/pyang/pyang/plugins/tms.py'.
Program terminated with signal 11, Segmentation fault.
[New process 4037]
#0 0x00000037330306f7 in kill () from /lib64/libc.so.6
The stack trace is worthless (no symbols)
$ emacs-x --version
GNU Emacs 21.4.1
Copyright (C) 2002 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#7124: emacs 21.4.1 seg fault
2010-09-28 20:55 bug#7124: emacs 21.4.1 seg fault Bruce Korb
@ 2010-09-28 23:24 ` Glenn Morris
2010-09-29 2:27 ` Bruce Korb
0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2010-09-28 23:24 UTC (permalink / raw)
To: Bruce Korb; +Cc: 7124
Thanks, but Emacs 21.4 is very old (the current is 23.2), and there is
zero information from gdb about the crash, so it seems extremely
unlikely anyone will ever do anything with this.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#7124: emacs 21.4.1 seg fault
2010-09-28 23:24 ` Glenn Morris
@ 2010-09-29 2:27 ` Bruce Korb
2011-03-10 6:44 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Korb @ 2010-09-29 2:27 UTC (permalink / raw)
To: Glenn Morris; +Cc: 7124
On Tue, Sep 28, 2010 at 4:24 PM, Glenn Morris <rgm@gnu.org> wrote:
>
> Thanks, but Emacs 21.4 is very old (the current is 23.2), and there is
> zero information from gdb about the crash, so it seems extremely
> unlikely anyone will ever do anything with this.
I know. We have to use CentOS and, um, the most recent is very dated.
This is what I expected.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-10 6:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 20:55 bug#7124: emacs 21.4.1 seg fault Bruce Korb
2010-09-28 23:24 ` Glenn Morris
2010-09-29 2:27 ` Bruce Korb
2011-03-10 6:44 ` Glenn Morris
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.