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

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

Re: EMACS_21_1_RC: crash (alloc.c, xfaces.c, ...)


From: Reiner Steib
Subject: Re: EMACS_21_1_RC: crash (alloc.c, xfaces.c, ...)
Date: Wed, 07 Apr 2004 22:00:07 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

On Wed, Apr 07 2004, Reiner Steib wrote:

> This is already the second crash I got with this Emacs today (the
> other wasn't running under gdb).

Got another crash. :-(

I'm running message buffers in dedicated frames.  I got the crash
after sending a mail with `C-c C-c'.  (The message was copied to the
Gcc group, but the nov file hasn't been updated.)

Bye, Reiner.

--8<---------------cut here---------------start------------->8---
Program received signal SIGSEGV, Segmentation fault.
0x08120fdc in mem_find (start=0x9af1e80) at alloc.c:2737
2737      while (start < p->start || start >= p->end)
(gdb) xbacktrace 
0x86d9ff4 "nnheader-insert-nov"
0x87f1cec "nnml-add-nov"
0x87f15b0 "nnml-save-mail"
0x87f14e4 "nnml-request-accept-article"
0x87af6a4 "gnus-request-accept-article"
0x88f15e4 "gnus-inews-do-gcc"
0x81cb960 "run-hooks"
0x8788aa0 "message-send"
0x8213b5c "message-send-and-exit"
0x81cdf00 "call-interactively"
(gdb) bt
#0  0x08120fdc in mem_find (start=0x9af1e80) at alloc.c:2737
#1  0x0811f333 in lisp_free (block=0x9af1e80) at alloc.c:632
#2  0x0811fc1c in sweep_strings () at alloc.c:1528
#3  0x08122b03 in gc_sweep () at alloc.c:4928
#4  0x08121cad in Fgarbage_collect () at alloc.c:4194
#5  0x081613fb in Fbyte_code (bytestr=1240349480, vector=134, 
    maxdepth=-1073753212) at bytecode.c:791
#6  0x08135f9b in funcall_lambda (fun=1215363344, nargs=1, 
    arg_vector=0xbfffd4b4) at eval.c:2851
#7  0x081359cb in Ffuncall (nargs=2, args=0xbfffd4b0) at eval.c:2716
#8  0x0816113b in Fbyte_code (bytestr=6815, vector=1, maxdepth=-1073752912)
    at bytecode.c:716
#9  0x08135f9b in funcall_lambda (fun=1216005032, nargs=3, 
    arg_vector=0xbfffd5c4) at eval.c:2851
#10 0x081359cb in Ffuncall (nargs=4, args=0xbfffd5c0) at eval.c:2716
#11 0x0816113b in Fbyte_code (bytestr=1240349480, vector=3, 
    maxdepth=-1073752640) at bytecode.c:716
#12 0x08135f9b in funcall_lambda (fun=1216172784, nargs=1, 
    arg_vector=0xbfffd6e4) at eval.c:2851
#13 0x081359cb in Ffuncall (nargs=2, args=0xbfffd6e0) at eval.c:2716
#14 0x0816113b in Fbyte_code (bytestr=948302124, vector=1, 
    maxdepth=-1073752352) at bytecode.c:716
#15 0x08135f9b in funcall_lambda (fun=1216742456, nargs=3, 
    arg_vector=0xbfffd808) at eval.c:2851
#16 0x081359cb in Ffuncall (nargs=4, args=0xbfffd804) at eval.c:2716
#17 0x0816113b in Fbyte_code (bytestr=1542, vector=3, maxdepth=-1073752060)
    at bytecode.c:716
#18 0x08135f9b in funcall_lambda (fun=1213351848, nargs=4, 
    arg_vector=0xbfffd924) at eval.c:2851
#19 0x081359cb in Ffuncall (nargs=5, args=0xbfffd920) at eval.c:2716
#20 0x0816113b in Fbyte_code (bytestr=1, vector=4, maxdepth=-1073751776)
    at bytecode.c:716
#21 0x08135f9b in funcall_lambda (fun=1217478576, nargs=0, 
    arg_vector=0xbfffdabc) at eval.c:2851
#22 0x081359cb in Ffuncall (nargs=1, args=0xbfffdab8) at eval.c:2716
#23 0x08135527 in run_hook_with_args (nargs=1, args=0xbfffdab8, 
    cond=to_completion) at eval.c:2330
#24 0x0813540a in Frun_hooks (nargs=1, args=0xbfffdb44) at eval.c:2198
#25 0x08135bd5 in Ffuncall (nargs=2, args=0xbfffdb40) at eval.c:2640
#26 0x0816113b in Fbyte_code (bytestr=1, vector=1, maxdepth=-1073751232)
    at bytecode.c:716
#27 0x08135f9b in funcall_lambda (fun=1216004904, nargs=1, 
    arg_vector=0xbfffdc64) at eval.c:2851
#28 0x081359cb in Ffuncall (nargs=2, args=0xbfffdc60) at eval.c:2716
#29 0x0816113b in Fbyte_code (bytestr=947564100, vector=1, 
    maxdepth=-1073750944) at bytecode.c:716
#30 0x08135f9b in funcall_lambda (fun=1216001680, nargs=1, 
    arg_vector=0xbfffdda4) at eval.c:2851
#31 0x081359cb in Ffuncall (nargs=2, args=0xbfffdda0) at eval.c:2716
#32 0x081318b7 in Fcall_interactively (function=405887516, 
    record_flag=405297516, keys=1231180608) at callint.c:797
#33 0x080e4bcc in Fcommand_execute (cmd=-1741596132, record_flag=405297516, 
    keys=405297516, special=405297516) at keyboard.c:9262
#34 0x080da6b7 in command_loop_1 () at keyboard.c:1661
#35 0x08133e5a in internal_condition_case (bfun=0x80da2e0 <command_loop_1>, 
    handlers=405393860, hfun=0x80d9ee0 <cmd_error>) at eval.c:1267
#36 0x080da18b in command_loop_2 () at keyboard.c:1245
#37 0x081339c2 in internal_catch (tag=0, func=0x80da170 <command_loop_2>, 
    arg=405297516) at eval.c:1030
#38 0x080da142 in command_loop () at keyboard.c:1224
#39 0x080d9c46 in recursive_edit_1 () at keyboard.c:950
#40 0x080d9d98 in Frecursive_edit () at keyboard.c:1006
#41 0x080d8650 in main (argc=5, argv=0xbfffe554, envp=0xbfffe56c)
    at emacs.c:1553
#42 0x403258ae in __libc_start_main () from /lib/libc.so.6
--8<---------------cut here---------------end--------------->8---





reply via email to

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