> From: Christoph Conrad <[EMAIL PROTECTED]> > Date: Tue, 10 Jan 2006 09:34:58 +0100 > > make[1]: Entering directory `/var/local/cc/news/emacs/leim' > EMACSLOADPATH=/var/local/cc/news/emacs/leim/../lisp ../src/emacs -batch > --no-init-file --no-site-file --multibyte -f batch-byte-compile > /var/local/cc/news/emacs/leim/quail/py-punct.el > Fatal error (11)make[1]: *** > [/var/local/cc/news/emacs/leim/quail/py-punct.elc] Speicherzugriffsfehler > make[1]: Leaving directory `/var/local/cc/news/emacs/leim' > make: *** [leim] Fehler 2 > > > 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'. > If you would like to further debug the crash, please read the file > /usr/local/share/emacs/22.0.50/etc/DEBUG for instructions. > > (gdb) bt full > #0 0xb7c194f0 in free () from /lib/tls/libc.so.6 > No symbol table info available. > #1 0xb7c1a8bc in malloc () from /lib/tls/libc.so.6 > No symbol table info available. > #2 0x08137281 in emacs_blocked_malloc (size=8188, ptr=0x8138539) at > alloc.c:1219 > value = Variable "value" is not available. > (gdb)
Why did it stop after 3 frames? These frames don't tell anything useful about the crash. Can you supply more? > (gdb) xbacktrace > Undefined command: "xbacktrace". Try "help". That's because you didn't start GDB from the src directory. xbacktrace is a command defined in src/.gdbinit, so you need to invoke GDB from that directory in order to be able to use that command. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
