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

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

Emacs 22.0.50.1 crash


From: Daniel Barrett
Subject: Emacs 22.0.50.1 crash
Date: Tue, 19 Jul 2005 14:53:53 -0400

Emacs 22.0.50.1 core-dumped on me yesterday when pressing a key.  Hope this
backtrace is helpful.  I've updated to the latest CVS version and will let
you know if it recurs.

(gdb) bt
#0  0xffffe410 in ?? ()
#1  0xbfffbfdc in ?? ()
#2  0xbfffbf44 in ?? ()
#3  0x00000006 in ?? ()
#4  0x40379ac6 in kill () from /lib/tls/libc.so.6
#5  0x080e47d4 in fatal_error_signal (sig=6) at emacs.c:423
#6  <signal handler called>
#7  0xffffe410 in ?? ()
#8  0xbfffc2e8 in ?? ()
#9  0x08bc0748 in ?? ()
#10 0x00000006 in ?? ()
#11 0x40379ac6 in kill () from /lib/tls/libc.so.6
#12 0x080e31f6 in abort () at emacs.c:457
#13 0x08132f15 in Fgarbage_collect () at alloc.c:4748
#14 0x081463b0 in Ffuncall (nargs=2, args=0xbfffc450) at eval.c:2724
#15 0x08170e3c in Fbyte_code (bytestr=141487193, vector=142062884, maxdepth=24) 
at bytecode.c:686
#16 0x0814602f in funcall_lambda (fun=142062884, nargs=0, 
arg_vector=0xbfffc554) at eval.c:2975
#17 0x08146384 in Ffuncall (nargs=1, args=0xbfffc550) at eval.c:2843
#18 0x08170e3c in Fbyte_code (bytestr=33696, vector=142359396, maxdepth=40) at 
bytecode.c:686
#19 0x0814602f in funcall_lambda (fun=142359396, nargs=3, 
arg_vector=0xbfffc664) at eval.c:2975
#20 0x08146384 in Ffuncall (nargs=4, args=0xbfffc660) at eval.c:2843
#21 0x08170e3c in Fbyte_code (bytestr=141268073, vector=141236556, maxdepth=32) 
at bytecode.c:686
#22 0x0814602f in funcall_lambda (fun=141236556, nargs=2, 
arg_vector=0xbfffc76c) at eval.c:2975
#23 0x08146384 in Ffuncall (nargs=3, args=0xbfffc768) at eval.c:2843
#24 0x08170e3c in Fbyte_code (bytestr=141268073, vector=141006092, maxdepth=40) 
at bytecode.c:686
#25 0x0814602f in funcall_lambda (fun=141006092, nargs=3, 
arg_vector=0xbfffc810) at eval.c:2975
#26 0x0814612f in apply_lambda (fun=141403004, args=141878875, eval_flag=1) at 
eval.c:2897
#27 0x0814591c in Feval (form=141855197) at eval.c:2190
#28 0x08145de1 in Fprogn (args=146540360) at eval.c:408
#29 0x08146095 in funcall_lambda (fun=141855248, nargs=1, 
arg_vector=0xbfffc9b0) at eval.c:2968
#30 0x0814612f in apply_lambda (fun=141855253, args=141866283, eval_flag=1) at 
eval.c:2897
#31 0x0814591c in Feval (form=141816789) at eval.c:2190
#32 0x08146522 in Ffuncall (nargs=2, args=0xbfffcb50) at eval.c:2797
#33 0x08170e3c in Fbyte_code (bytestr=141808688, vector=141038796, maxdepth=40) 
at bytecode.c:686
#34 0x0814602f in funcall_lambda (fun=141038796, nargs=0, 
arg_vector=0xbfffcc00) at eval.c:2975
#35 0x0814612f in apply_lambda (fun=139489916, args=137355281, eval_flag=1) at 
eval.c:2897
#36 0x0814591c in Feval (form=141760957) at eval.c:2190
#37 0x08145de1 in Fprogn (args=146540360) at eval.c:408
#38 0x08145bf7 in Feval (form=141760573) at eval.c:2079
#39 0x08145de1 in Fprogn (args=146540360) at eval.c:408
#40 0x081483ca in Flet (args=141760525) at eval.c:986
#41 0x08145bf7 in Feval (form=141760517) at eval.c:2079
#42 0x08145de1 in Fprogn (args=146540360) at eval.c:408
#43 0x08146095 in funcall_lambda (fun=141760384, nargs=0, 
arg_vector=0xbfffd064) at eval.c:2968
#44 0x08146384 in Ffuncall (nargs=1, args=0xbfffd060) at eval.c:2843
#45 0x08147e03 in apply1 (fn=141477433, arg=137355281) at eval.c:2534
#46 0x08142eb3 in Fcall_interactively (function=141477433, 
record_flag=137355281, keys=143848452) at callint.c:412
#47 0x080e7987 in Fcommand_execute (cmd=141477433, record_flag=137355281, 
keys=137355281, special=137355281) at keyboard.c:9719
#48 0x080f2762 in command_loop_1 () at keyboard.c:1796
#49 0x0814538d in internal_condition_case (bfun=0x80f23d0 <command_loop_1>, 
handlers=137416297, hfun=0x80ed310 <cmd_error>) at eval.c:1385
#50 0x080ec6cc in command_loop_2 () at keyboard.c:1323
#51 0x0814546a in internal_catch (tag=0, func=0x80ec6b0 <command_loop_2>, 
arg=137355281) at eval.c:1144
#52 0x080ecff7 in command_loop () at keyboard.c:1302
#53 0x080ed092 in recursive_edit_1 () at keyboard.c:995
#54 0x080ed1af in Frecursive_edit () at keyboard.c:1056
#55 0x080e3f85 in main (argc=3, argv=0xbfffd874) at emacs.c:1767

System information:

OS: Suse Linux 9.1 on Pentium 4 with 2 GB RAM.
Kernel: 2.6.5-7.155.29-smp #1 SMP Thu Jun 2 12:07:05 UTC 2005 i686 i686 i386 
GNU/Linux
emacs-version: GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll 
bars) of 2005-04-19 on mybox

--
Dan Barrett
dbarrett@blazemonger.com




reply via email to

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