bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: crash in emacs-21.1


From: Sadinoff, Daniel
Subject: RE: crash in emacs-21.1
Date: Tue, 23 Oct 2001 17:17:36 -0400

got a test case for ya...

    $ emacs-21.1 --no-site-file -q TheTest.java
after it's loaded. hit the <TAB> key. then it crashes.

contents of TheTest.java::


public class TheTest.java
{

}


>  -----Original Message-----
> From:         Sadinoff, Daniel  
> Sent: Tuesday, October 23, 2001 5:11 PM
> To:   'bug-gnu-emacs@gnu.org'
> Subject:      crash in emacs-21.1
> 
> In GNU Emacs 21.1.1 (sparc-sun-solaris2.6, X toolkit)
>  of 2001-10-23 on speedy.ic.gs.com
> configured using `configure  --with-x-libs=/opt/openwin/lib
> --with-x-includes=/opt/openwin/include --prefix=/opt/emacs-21.1
> --datadir=/opt/emacs-21.1/share --with-png --with-jpeg'
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: nil
>   locale-coding-system: nil
>   default-enable-multibyte-characters: t
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
> 
> 
> here's the stacktrace:
> To: bug-gnu-emacs@gnu.org
> Subject: g
> --text follows this line--
> This bug report will be sent to the Free Software Foundation,
> not to your local site managers!
> Please write in English, because the Emacs maintainers do not have
> translators to read other languages for them.
> 
> Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
> and to the gnu.emacs.bug news group.
> 
> In GNU Emacs 21.1.1 (sparc-sun-solaris2.6, X toolkit)
>  of 2001-10-23 on speedy.ic.gs.com
> configured using `configure  --with-x-libs=/opt/openwin/lib
> --with-x-includes=/opt/openwin/include --prefix=/opt/emacs-21.1
> --datadir=/opt/emacs-21.1/share --with-png --with-jpeg'
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: nil
>   locale-coding-system: nil
>   default-enable-multibyte-characters: t
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
> 
> Basically a simple editing session, one buffer, and I believe I had
> recently saved when it crashed.
> 
> 
> speedy:dotcom:~/src$ gdb /opt/emacs-21.1/bin/emacs core
> GNU gdb 4.18
> Copyright 1998 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "sparc-sun-solaris2.6"...
> 
> warning: core file may not match specified executable file.
> Core was generated by `emacs-21.1'.
> Program terminated with signal 11, Segmentation Fault.
> Reading symbols from /opt/openwin/lib/libXaw.so.5...done.
> Reading symbols from /opt/openwin/lib/libXmu.so.4...done.
> Reading symbols from /opt/openwin/lib/libXt.so.4...done.
> Reading symbols from /opt/openwin/lib/libSM.so.6...done.
> Reading symbols from /opt/openwin/lib/libICE.so.6...done.
> Reading symbols from /opt/openwin/lib/libXext.so.0...done.
> Reading symbols from /opt/lib/libpng.so.3...done.
> Reading symbols from /opt/lib/libz.so...done.
> Reading symbols from /usr/lib/libm.so.1...done.
> Reading symbols from /opt/openwin/lib/libX11.so.4...done.
> Reading symbols from /usr/lib/libsocket.so.1...done.
> Reading symbols from /usr/lib/libnsl.so.1...done.
> Reading symbols from /usr/lib/libkstat.so.1...done.
> Reading symbols from /usr/lib/libc.so.1...done.
> Reading symbols from /usr/lib/libdl.so.1...done.
> Reading symbols from /usr/lib/libmp.so.2...done.
> Reading symbols from
> /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1...
> done.
> #0  0xef30a5f0 in _libc_kill () from /usr/lib/libc.so.1
> (gdb) dbx
> Undefined command: "dbx".  Try "help".
> (gdb) bt
> #0  0xef30a5f0 in _libc_kill () from /usr/lib/libc.so.1
> #1  0xd7d20 in fatal_error_signal (sig=11)
>     at /home/sadind/src/emacs-21.1/src/emacs.c:354
> #2  <signal handler called>
> #3  0x16c774 in Fbyte_code (bytestr=-268445336, vector=230, maxdepth=9)
>     at /home/sadind/src/emacs-21.1/src/bytecode.c:494
> #4  0x13e5d0 in funcall_lambda (fun=1079155712, nargs=0,
> arg_vector=0xefffdb4c)
>     at /home/sadind/src/emacs-21.1/src/eval.c:2847
> #5  0x13e044 in Ffuncall (nargs=1, args=0xefffdb48)
>     at /home/sadind/src/emacs-21.1/src/eval.c:2712
> #6  0x16cb80 in Fbyte_code (bytestr=-268444856, vector=1079235584,
> maxdepth=8)
>     at /home/sadind/src/emacs-21.1/src/bytecode.c:716
> #7  0x13e5d0 in funcall_lambda (fun=1079155584, nargs=0,
> arg_vector=0xefffdd4c)
>     at /home/sadind/src/emacs-21.1/src/eval.c:2847
> #8  0x13e044 in Ffuncall (nargs=1, args=0xefffdd48)
>     at /home/sadind/src/emacs-21.1/src/eval.c:2712
> #9  0x16cb80 in Fbyte_code (bytestr=-268444344, vector=1079631616,
> maxdepth=7)
>     at /home/sadind/src/emacs-21.1/src/bytecode.c:716
> #10 0x13e5d0 in funcall_lambda (fun=1077634560, nargs=1,
> arg_vector=0xefffdf6c)
>     at /home/sadind/src/emacs-21.1/src/eval.c:2847
> #11 0x13e044 in Ffuncall (nargs=2, args=0xefffdf68)
>     at /home/sadind/src/emacs-21.1/src/eval.c:2712
> #12 0x139bcc in Fcall_interactively (function=273665340, 
>     record_flag=271297540, keys=1076682752)
>     at /home/sadind/src/emacs-21.1/src/callint.c:797
> #13 0xe6e9c in Fcommand_execute (cmd=273665340, record_flag=271297540, 
>     keys=271297540, special=-268443232)
>     at /home/sadind/src/emacs-21.1/src/keyboard.c:9221
> #14 0xdb6a4 in command_loop_1 ()
>     at /home/sadind/src/emacs-21.1/src/keyboard.c:1644
> #15 0x13bafc in internal_condition_case (bfun=0xda7c4 <command_loop_1>, 
>     handlers=271419588, hfun=0xda320 <cmd_error>)
>     at /home/sadind/src/emacs-21.1/src/eval.c:1267
> #16 0xda64c in command_loop_2 ()
>     at /home/sadind/src/emacs-21.1/src/keyboard.c:1245
> #17 0x13b680 in internal_catch (tag=271371940, func=0xda624
> <command_loop_2>, 
>     arg=271297540) at /home/sadind/src/emacs-21.1/src/eval.c:1030
> #18 0xda5f8 in command_loop ()
>     at /home/sadind/src/emacs-21.1/src/keyboard.c:1224
> #19 0xda074 in recursive_edit_1 ()
>     at /home/sadind/src/emacs-21.1/src/keyboard.c:950
> #20 0xda1e0 in Frecursive_edit ()
>     at /home/sadind/src/emacs-21.1/src/keyboard.c:1006
> #21 0xd8fa4 in main (argc=1, argv=0xefffe9fc, envp=0xefffe7b8)
>     at /home/sadind/src/emacs-21.1/src/emacs.c:1547
> (gdb) 
> 
> 
> 
> --
> Danny Sadinoff      Goldman, Sachs & Co.
> daniel.sadinoff@gs.com   212-357-9608
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]