Package: emacs23 Version: 23.2+1-4 Since upgrading to this version (probably from the earlier version in testing, 23.1+1-5) it has started to crash every other day or so. I have started to run emacs under gdb, but the backtraces are not that useful -- perhaps a debug symbol packages would help? See example trace below.
The crash happens randomly, sometimes when I'm not even at the screen, and the last time it happened I was just typing text in an e-mail. I've had it happen when just browsing buffers with PgDn. I'm using Gnus and have flyspell-mode enabled when typing, which may be relevant. I'm mostly reporting this to see if others have noticed the same problem with the recent version, I couldn't find anything in the BTS. /Simon j...@mocca:~$ gdb /usr/bin/emacs GNU gdb (GDB) 7.2-debian Copyright (C) 2010 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 "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/emacs...(no debugging symbols found)...done. (gdb) r Starting program: /usr/bin/emacs [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x08179379 in ?? () (gdb) bt #0 0x08179379 in ?? () #1 0x081c6fee in ?? () #2 0x0818f984 in ?? () #3 0x0818d993 in ?? () #4 0x081c6891 in ?? () #5 0x0818f984 in ?? () #6 0x0818d993 in ?? () #7 0x0818f023 in ?? () #8 0x0818f064 in ?? () #9 0x0818f3f7 in ?? () #10 0x0818f7fd in ?? () #11 0x0818f5e2 in ?? () #12 0x0818f7fd in ?? () #13 0x0818fa79 in ?? () #14 0x0818d993 in ?? () #15 0x0818f023 in ?? () #16 0x0818f064 in ?? () #17 0x0818f3f7 in ?? () #18 0x0819045c in ?? () #19 0x0818f5e2 in ?? () #20 0x0818f5e2 in ?? () #21 0x0818f7fd in ?? () #22 0x08190370 in ?? () ---Type <return> to continue, or q <return> to quit--- #23 0x0818f5e2 in ?? () #24 0x0818f7fd in ?? () #25 0x0818f5e2 in ?? () #26 0x0818f7fd in ?? () #27 0x08190370 in ?? () #28 0x0818f5e2 in ?? () #29 0x0818f7fd in ?? () #30 0x0818fa79 in ?? () #31 0x0818d993 in ?? () #32 0x081c6891 in ?? () #33 0x0818f984 in ?? () #34 0x0818d993 in ?? () #35 0x0818ec61 in ?? () #36 0x0818dc06 in ?? () #37 0x081c6891 in ?? () #38 0x0818f55a in ?? () #39 0x08190092 in ?? () #40 0x081c5aea in ?? () #41 0x0818f984 in ?? () #42 0x0818d993 in ?? () #43 0x081c6891 in ?? () #44 0x0818f984 in ?? () #45 0x0818d993 in ?? () ---Type <return> to continue, or q <return> to quit--- #46 0x0818ccde in ?? () #47 0x08085d82 in ?? () #48 0x08085df5 in ?? () #49 0x08085ee4 in ?? () #50 0x0807b824 in ?? () #51 0x08080e6f in ?? () #52 0x0807db72 in ?? () #53 0x08084000 in ?? () #54 0x0808a712 in ?? () #55 0x0808eb32 in ?? () #56 0x080907c3 in ?? () #57 0x0818cdd7 in ?? () #58 0x0807bdaf in ?? () #59 0x080924b0 in ?? () #60 0x08092fa2 in ?? () #61 0x0805979e in ?? () #62 0x0818db84 in ?? () #63 0x081c6891 in ?? () #64 0x0818f984 in ?? () #65 0x0818d993 in ?? () #66 0x081c6891 in ?? () #67 0x0818f984 in ?? () #68 0x0818d993 in ?? () ---Type <return> to continue, or q <return> to quit--- #69 0x081c6891 in ?? () #70 0x0818f984 in ?? () #71 0x0818d993 in ?? () #72 0x0818ec61 in ?? () #73 0x0818ee10 in ?? () #74 0x0818dc06 in ?? () #75 0x0818eaf9 in ?? () #76 0x08122255 in ?? () #77 0x0818ced1 in ?? () #78 0x08128bd7 in ?? () #79 0x0812fae1 in ?? () #80 0x0818ced1 in ?? () #81 0x08128c15 in ?? () #82 0x0818cfb1 in ?? () #83 0x0812957f in ?? () #84 0x0812991a in ?? () #85 0x08129a42 in ?? () #86 0x0811e0cd in ?? () #87 0xb7252c76 in __libc_start_main (main=0x811d6d0, argc=1, ubp_av=0xbffff464, init=0x81f1d90, fini=0x81f1d80, rtld_fini=0xb7ff10d0 <_dl_fini>, stack_end=0xbffff45c) at libc-start.c:228 #88 0x080567b1 in ?? () (gdb) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org